Subversion Repositories Kolibri OS

Rev

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

Rev 1126 Rev 1128
Line 335... Line 335...
335
 
335
 
336
    //if (radeon_gem_object_pin(obj, RADEON_GEM_DOMAIN_VRAM, &fb_location)) {
336
    //if (radeon_gem_object_pin(obj, RADEON_GEM_DOMAIN_VRAM, &fb_location)) {
337
    //   return -EINVAL;
337
    //   return -EINVAL;
Line 338... Line 338...
338
    //}
338
    //}
Line 339... Line 339...
339
 
339
 
340
    fb_location = rdev->mc.vram_location;
340
    fb_location = 0; //rdev->mc.vram_location;
Line 341... Line 341...
341
 
341
 
Line 706... Line 706...
706
		dc_lb_memory_split |= (0 << AVIVO_DC_LB_DISP1_END_ADR_SHIFT);
706
		dc_lb_memory_split |= (0 << AVIVO_DC_LB_DISP1_END_ADR_SHIFT);
707
	}
707
	}
708
#endif
708
#endif
709
	WREG32(AVIVO_DC_LB_MEMORY_SPLIT, dc_lb_memory_split);
709
	WREG32(AVIVO_DC_LB_MEMORY_SPLIT, dc_lb_memory_split);
710
}
710
}
-
 
711
>
-
 
712
>