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

Commit 24010e46 authored by Linus Torvalds's avatar Linus Torvalds
Browse files
* 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6:
  drm/radeon: fix the r100/r200 ums block 0 page fix
parents e4f2e5ea cf22f20a
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -900,10 +900,11 @@ static void radeon_cp_dispatch_clear(struct drm_device * dev,
			flags |= RADEON_FRONT;
	}
	if (flags & (RADEON_DEPTH|RADEON_STENCIL)) {
		if (!dev_priv->have_z_offset)
		if (!dev_priv->have_z_offset) {
			printk_once(KERN_ERR "radeon: illegal depth clear request. Buggy mesa detected - please update.\n");
			flags &= ~(RADEON_DEPTH | RADEON_STENCIL);
		}
	}

	if (flags & (RADEON_FRONT | RADEON_BACK)) {