summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_ttm.c
diff options
context:
space:
mode:
authorBen Skeggs2015-08-20 06:54:07 +0200
committerBen Skeggs2015-08-28 04:40:09 +0200
commit1f5bffca226929a834c7d631464d420e78cbe5f1 (patch)
treee1c31b50904d31b05a5c572f6ed932a2429b4127 /drivers/gpu/drm/nouveau/nouveau_ttm.c
parentdrm/nouveau/mc: cosmetic changes (diff)
downloadkernel-qcow2-linux-1f5bffca226929a834c7d631464d420e78cbe5f1.tar.gz
kernel-qcow2-linux-1f5bffca226929a834c7d631464d420e78cbe5f1.tar.xz
kernel-qcow2-linux-1f5bffca226929a834c7d631464d420e78cbe5f1.zip
drm/nouveau/mmu: cosmetic changes
This is purely preparation for upcoming commits, there should be no code changes here. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_ttm.c')
-rw-r--r--drivers/gpu/drm/nouveau/nouveau_ttm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_ttm.c b/drivers/gpu/drm/nouveau/nouveau_ttm.c
index d9c64c2aabc8..44e878b5601a 100644
--- a/drivers/gpu/drm/nouveau/nouveau_ttm.c
+++ b/drivers/gpu/drm/nouveau/nouveau_ttm.c
@@ -221,7 +221,7 @@ nv04_gart_manager_init(struct ttm_mem_type_manager *man, unsigned long psize)
{
struct nouveau_drm *drm = nouveau_bdev(man->bdev);
struct nvkm_mmu *mmu = nvxx_mmu(&drm->device);
- struct nv04_mmu_priv *priv = (void *)mmu;
+ struct nv04_mmu *priv = (void *)mmu;
struct nvkm_vm *vm = NULL;
nvkm_vm_ref(priv->vm, &vm, NULL);
man->priv = vm;