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

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

drm/radeon/kms: fix vram vs aper size check.



Fix this to be correct like the DDX code, looks like a typo
on transfer to the kernel.

Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 2007d633
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -552,7 +552,7 @@ int radeon_device_init(struct radeon_device *rdev,
	 * for RN50/M6/M7 - Novell bug 204882 ?
	 */
	if (rdev->mc.vram_size < rdev->mc.aper_size) {
		rdev->mc.aper_size = rdev->mc.vram_size;
		rdev->mc.vram_size = rdev->mc.aper_size;
	}
	/* Add an MTRR for the VRAM */
	rdev->mc.vram_mtrr = mtrr_add(rdev->mc.aper_base, rdev->mc.aper_size,