drm/nouveau/nvif: namespace of nvkm accessors (no binary change)
NVKM is having it's namespace switched to nvkm_, which will conflict with these functions (which are workarounds for the fact that as of yet, we still aren't able to split DRM and NVKM completely). A comparison of objdump disassemblies proves no code changes. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Цей коміт міститься в:
@@ -182,7 +182,7 @@ nouveau_fence_context_new(struct nouveau_channel *chan, struct nouveau_fence_cha
|
||||
else if (chan == chan->drm->channel)
|
||||
strcpy(fctx->name, "generic kernel channel");
|
||||
else
|
||||
strcpy(fctx->name, nvkm_client(&cli->base)->name);
|
||||
strcpy(fctx->name, nvxx_client(&cli->base)->name);
|
||||
|
||||
kref_init(&fctx->fence_ref);
|
||||
if (!priv->uevent)
|
||||
|
Посилання в новій задачі
Заблокувати користувача