From b8f95d6fe6533c5df3d4cbb0c2f429e20dd192eb Mon Sep 17 00:00:00 2001 From: Ben Skeggs Date: Tue, 30 Oct 2012 13:55:13 +1000 Subject: [PATCH] --- yaml --- r: 345387 b: refs/heads/master c: 7ef19e454ee832ac8fd7c35329d5e86679d337b2 h: refs/heads/master i: 345385: cc5921f36e4bb676cc2a4f3714ca04a00fca850b 345383: 9d0ad330cc4ae2a381bc81413d5d431429b236cd v: v3 --- [refs] | 2 +- trunk/drivers/gpu/drm/nouveau/core/subdev/fb/nv40.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 89ecb334df54..ec6fb3dfaff4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d7da62845be013171b5a3807214bc63874d89bb3 +refs/heads/master: 7ef19e454ee832ac8fd7c35329d5e86679d337b2 diff --git a/trunk/drivers/gpu/drm/nouveau/core/subdev/fb/nv40.c b/trunk/drivers/gpu/drm/nouveau/core/subdev/fb/nv40.c index fe7e29841aa5..65e131b90f37 100644 --- a/trunk/drivers/gpu/drm/nouveau/core/subdev/fb/nv40.c +++ b/trunk/drivers/gpu/drm/nouveau/core/subdev/fb/nv40.c @@ -54,7 +54,7 @@ nv40_fb_tile_comp(struct nouveau_fb *pfb, int i, u32 size, u32 flags, u32 tags = round_up(tiles / pfb->ram.parts, 0x100); if ( (flags & 2) && !nouveau_mm_head(&pfb->tags, 1, tags, tags, 1, &tile->tag)) { - tile->zcomp = 0x24000000; /* Z24S8_SPLIT */ + tile->zcomp = 0x28000000; /* Z24S8_SPLIT_GRAD */ tile->zcomp |= ((tile->tag->offset ) >> 8); tile->zcomp |= ((tile->tag->offset + tags - 1) >> 8) << 13; #ifdef __BIG_ENDIAN