Home
last modified time | relevance | path

Searched defs:etnaviv_gpu (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/etnaviv/
Detnaviv_gpu.h94 struct etnaviv_gpu { struct
95 struct drm_device *drm;
96 struct thermal_cooling_device *cooling;
97 struct device *dev;
98 struct mutex lock;
99 struct etnaviv_chip_identity identity;
100 enum etnaviv_sec_mode sec_mode;
101 struct workqueue_struct *wq;
102 struct drm_gpu_scheduler sched;
103 bool initialized;
[all …]
/kernel/linux/linux-6.6/drivers/gpu/drm/etnaviv/
Detnaviv_gpu.h107 struct etnaviv_gpu { struct
117 enum etnaviv_gpu_state state; argument
120 struct etnaviv_cmdbuf buffer;
121 int exec_state;
125 struct etnaviv_event event[ETNA_NR_EVENTS];
126 struct completion event_free;
127 spinlock_t event_spinlock;
129 u32 idle_mask;
132 struct xarray user_fences;
133 u32 next_user_fence;
[all …]