Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ed8f0d9e authored by Dave Airlie's avatar Dave Airlie
Browse files

drm/radeon: set fb aperture sizes for framebuffer handoff.



This will allow efi/vesa to handoff to radeon.

Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent b42db2b1
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -602,6 +602,11 @@ int radeonfb_create(struct radeon_device *rdev,
	info->var.width = -1;
	info->var.xres = fb_width;
	info->var.yres = fb_height;

	/* setup aperture base/size for vesafb takeover */
	info->aperture_base = rdev->ddev->mode_config.fb_base;
	info->aperture_size = rdev->mc.real_vram_size;

	info->fix.mmio_start = 0;
	info->fix.mmio_len = 0;
	info->pixmap.size = 64*1024;