mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-28 21:46:02 -04:00
drm/nouveau/sw/nv04: replace direct context access with GetRef method
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
@@ -65,6 +65,5 @@ u64 nvif_device_time(struct nvif_device *);
|
||||
#include <engine/sw.h>
|
||||
|
||||
#define nvxx_fifo(a) nvkm_fifo(nvxx_device(a))
|
||||
#define nvxx_fifo_chan(a) ((struct nvkm_fifo_chan *)nvxx_object(a))
|
||||
#define nvxx_gr(a) nvkm_gr(nvxx_device(a))
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user