summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/nv50/nv98_video.c
diff options
context:
space:
mode:
authorMaarten Lankhorst <maarten.lankhorst@canonical.com>2013-12-10 08:43:03 +0100
committerMaarten Lankhorst <maarten.lankhorst@canonical.com>2013-12-10 08:43:41 +0100
commit5576ad11ed922fad641e630fbb9b199f6434f528 (patch)
tree96e8aa0c71733c5947cc1f7052abe597299155be /src/gallium/drivers/nouveau/nv50/nv98_video.c
parent0b16042377a6981ff9bba92387889524a3547b3f (diff)
downloadexternal_mesa3d-5576ad11ed922fad641e630fbb9b199f6434f528.zip
external_mesa3d-5576ad11ed922fad641e630fbb9b199f6434f528.tar.gz
external_mesa3d-5576ad11ed922fad641e630fbb9b199f6434f528.tar.bz2
nouveau: Fix compiler warning regression
cfg is now unused, remove it. Cc: "10.0" <mesa-stable@lists.freedesktop.org>
Diffstat (limited to 'src/gallium/drivers/nouveau/nv50/nv98_video.c')
-rw-r--r--src/gallium/drivers/nouveau/nv50/nv98_video.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/drivers/nouveau/nv50/nv98_video.c b/src/gallium/drivers/nouveau/nv50/nv98_video.c
index f748c81..20ea547 100644
--- a/src/gallium/drivers/nouveau/nv50/nv98_video.c
+++ b/src/gallium/drivers/nouveau/nv50/nv98_video.c
@@ -64,10 +64,6 @@ nv98_create_decoder(struct pipe_context *context,
struct nouveau_vp3_decoder *dec;
struct nouveau_pushbuf **push;
struct nv04_fifo nv04_data = {.vram = 0xbeef0201, .gart = 0xbeef0202};
- union nouveau_bo_config cfg;
-
- cfg.nv50.tile_mode = 0x20;
- cfg.nv50.memtype = 0x70;
int ret, i;
uint32_t codec = 1, ppp_codec = 3;