device.h (cd459e7776c2c08e3771e20fca7de96272f2c9cd) | device.h (8f0649b5c6e70ec18122255690e39f010c12a614) |
---|---|
1#ifndef __NVIF_DEVICE_H__ 2#define __NVIF_DEVICE_H__ 3 4#include <nvif/object.h> 5#include <nvif/class.h> 6 7struct nvif_device { 8 struct nvif_object object; --- 50 unchanged lines hidden (view full) --- 59#define nvxx_i2c(a) nvkm_i2c(nvxx_device(a)) 60#define nvxx_therm(a) nvkm_therm(nvxx_device(a)) 61 62#include <core/device.h> 63#include <engine/fifo.h> 64#include <engine/gr.h> 65#include <engine/sw.h> 66 | 1#ifndef __NVIF_DEVICE_H__ 2#define __NVIF_DEVICE_H__ 3 4#include <nvif/object.h> 5#include <nvif/class.h> 6 7struct nvif_device { 8 struct nvif_object object; --- 50 unchanged lines hidden (view full) --- 59#define nvxx_i2c(a) nvkm_i2c(nvxx_device(a)) 60#define nvxx_therm(a) nvkm_therm(nvxx_device(a)) 61 62#include <core/device.h> 63#include <engine/fifo.h> 64#include <engine/gr.h> 65#include <engine/sw.h> 66 |
67#define nvxx_fifo(a) nvkm_fifo(nvxx_device(a)) | 67#define nvxx_fifo(a) nvxx_device(a)->fifo |
68#define nvxx_gr(a) nvkm_gr(nvxx_device(a)) 69#endif | 68#define nvxx_gr(a) nvkm_gr(nvxx_device(a)) 69#endif |