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>
This commit is contained in:
@@ -57,7 +57,7 @@ nv04_fence_sync(struct nouveau_fence *fence,
|
||||
static u32
|
||||
nv04_fence_read(struct nouveau_channel *chan)
|
||||
{
|
||||
struct nouveau_fifo_chan *fifo = nvkm_fifo_chan(chan);;
|
||||
struct nouveau_fifo_chan *fifo = nvxx_fifo_chan(chan);;
|
||||
return atomic_read(&fifo->refcnt);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user