Subversion Repositories Kolibri OS

Rev

Rev 1221 | Rev 1268 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1221 Rev 1246
Line 433... Line 433...
433
 
433
 
434
	obj = radeon_fb->obj;
434
	obj = radeon_fb->obj;
435
//   if (radeon_gem_object_pin(obj, RADEON_GEM_DOMAIN_VRAM, &base)) {
435
//   if (radeon_gem_object_pin(obj, RADEON_GEM_DOMAIN_VRAM, &base)) {
436
//       return -EINVAL;
436
//       return -EINVAL;
-
 
437
//   }
-
 
438
    base = rdev->mc.vram_location;
437
//   }
439
 
438
	/* if scanout was in GTT this really wouldn't work */
440
	/* if scanout was in GTT this really wouldn't work */
439
	/* crtc offset is from display base addr not FB location */
441
	/* crtc offset is from display base addr not FB location */
Line 440... Line 442...
440
	radeon_crtc->legacy_display_base_addr = rdev->mc.vram_location;
442
	radeon_crtc->legacy_display_base_addr = rdev->mc.vram_location;