mirror of
https://github.com/torvalds/linux.git
synced 2026-04-19 23:34:00 -04:00
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:
@@ -70,6 +70,6 @@ void nvif_object_unmap(struct nvif_object *);
|
||||
|
||||
/*XXX*/
|
||||
#include <core/object.h>
|
||||
#define nvkm_object(a) ((struct nouveau_object *)nvif_object(a)->priv)
|
||||
#define nvxx_object(a) ((struct nouveau_object *)nvif_object(a)->priv)
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user