Loading drivers/gpu/drm/nouveau/nvkm/subdev/instmem/nv50.c +1 −1 Original line number Diff line number Diff line Loading @@ -249,7 +249,7 @@ nv50_instobj_acquire(struct nvkm_memory *memory) iobj->base.memory.ptrs = &nv50_instobj_fast; else iobj->base.memory.ptrs = &nv50_instobj_slow; refcount_inc(&iobj->maps); refcount_set(&iobj->maps, 1); } mutex_unlock(&imem->subdev.mutex); Loading Loading
drivers/gpu/drm/nouveau/nvkm/subdev/instmem/nv50.c +1 −1 Original line number Diff line number Diff line Loading @@ -249,7 +249,7 @@ nv50_instobj_acquire(struct nvkm_memory *memory) iobj->base.memory.ptrs = &nv50_instobj_fast; else iobj->base.memory.ptrs = &nv50_instobj_slow; refcount_inc(&iobj->maps); refcount_set(&iobj->maps, 1); } mutex_unlock(&imem->subdev.mutex); Loading