mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-24 08:10:22 +01:00
nouveau: Fix compiler warning regression
cfg is now unused, remove it.
Cc: "10.0" <mesa-stable@lists.freedesktop.org>
(cherry picked from commit 5576ad11ed)
This commit is contained in:
parent
d7a71b7181
commit
a876ea4b76
1 changed files with 0 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue