aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_chan.c
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2012-08-14 15:02:29 +1000
committerBen Skeggs <bskeggs@redhat.com>2012-10-03 13:13:04 +1000
commita7c6e75eb28d18ed8d53182891330f5c1fa4477c (patch)
treee3ea6dcfd0513ca4bcc49eeb4434b2eee3890dbb /drivers/gpu/drm/nouveau/nouveau_chan.c
parentdrm/nouveau/fifo: separate object classes for dma channels (diff)
downloadlinux-dev-a7c6e75eb28d18ed8d53182891330f5c1fa4477c.tar.xz
linux-dev-a7c6e75eb28d18ed8d53182891330f5c1fa4477c.zip
drm/nouveau/fifo: version the dma channel class struct
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to '')
-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;