Loading drivers/gpu/drm/nouveau/nvkm/core/memory.c +1 −0 Original line number Diff line number Diff line Loading @@ -64,6 +64,7 @@ nvkm_memory_tags_get(struct nvkm_memory *memory, struct nvkm_device *device, } refcount_inc(&tags->refcount); mutex_unlock(&fb->subdev.mutex); *ptags = tags; return 0; } Loading Loading
drivers/gpu/drm/nouveau/nvkm/core/memory.c +1 −0 Original line number Diff line number Diff line Loading @@ -64,6 +64,7 @@ nvkm_memory_tags_get(struct nvkm_memory *memory, struct nvkm_device *device, } refcount_inc(&tags->refcount); mutex_unlock(&fb->subdev.mutex); *ptags = tags; return 0; } Loading