summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/core/subdev/fb/nv10.c
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2012-10-10 01:18:00 (GMT)
committerBen Skeggs <bskeggs@redhat.com>2012-11-28 23:56:30 (GMT)
commit268d5a30173a77a6e762d98adb8d411ccd714b25 (patch)
treef2bc7def05ed4aa09a008b789f52accc96a7fac4 /drivers/gpu/drm/nouveau/core/subdev/fb/nv10.c
parent7e0f992b796e102d32b75392fba38be7cab1c5a9 (diff)
downloadlinux-fsl-qoriq-268d5a30173a77a6e762d98adb8d411ccd714b25.tar.xz
drm/nv30/fb: start bashing zcomp registers with 'disabled' (for now)
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/core/subdev/fb/nv10.c')
-rw-r--r--drivers/gpu/drm/nouveau/core/subdev/fb/nv10.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/core/subdev/fb/nv10.c b/drivers/gpu/drm/nouveau/core/subdev/fb/nv10.c
index 1ecd703..12193d9 100644
--- a/drivers/gpu/drm/nouveau/core/subdev/fb/nv10.c
+++ b/drivers/gpu/drm/nouveau/core/subdev/fb/nv10.c
@@ -48,7 +48,7 @@ nv10_fb_tile_fini(struct nouveau_fb *pfb, int i, struct nouveau_fb_tile *tile)
tile->zcomp = 0;
}
-void
+static void
nv10_fb_tile_prog(struct nouveau_fb *pfb, int i, struct nouveau_fb_tile *tile)
{
nv_wr32(pfb, 0x100244 + (i * 0x10), tile->limit);