summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_chan.c
diff options
context:
space:
mode:
authorBen Skeggs2012-08-14 07:02:29 +0200
committerBen Skeggs2012-10-03 05:13:04 +0200
commita7c6e75eb28d18ed8d53182891330f5c1fa4477c (patch)
treee3ea6dcfd0513ca4bcc49eeb4434b2eee3890dbb /drivers/gpu/drm/nouveau/nouveau_chan.c
parentdrm/nouveau/fifo: separate object classes for dma channels (diff)
downloadkernel-qcow2-linux-a7c6e75eb28d18ed8d53182891330f5c1fa4477c.tar.gz
kernel-qcow2-linux-a7c6e75eb28d18ed8d53182891330f5c1fa4477c.tar.xz
kernel-qcow2-linux-a7c6e75eb28d18ed8d53182891330f5c1fa4477c.zip
drm/nouveau/fifo: version the dma channel class struct
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_chan.c')
-rw-r--r--drivers/gpu/drm/nouveau/nouveau_chan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_chan.c b/drivers/gpu/drm/nouveau/nouveau_chan.c
index cf61dc0226a3..e6451847df4a 100644
--- a/drivers/gpu/drm/nouveau/nouveau_chan.c
+++ b/drivers/gpu/drm/nouveau/nouveau_chan.c
@@ -223,7 +223,7 @@ nouveau_channel_dma(struct nouveau_drm *drm, struct nouveau_cli *cli,
{
static const u16 oclasses[] = { 0x406e, 0x176e, 0x006e, 0x006b, 0 };
const u16 *oclass = oclasses;
- struct nv_channel_dma_class args;
+ struct nv03_channel_dma_class args;
struct nouveau_channel *chan;
int ret;