Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/gpu/drm/vc4/
Dvc4_drv.h91 struct vc4_dev { struct
92 struct drm_device base;
93 struct device *dev;
95 enum vc4_gen gen;
97 unsigned int irq;
99 struct vc4_hvs *hvs;
100 struct vc4_v3d *v3d;
102 struct vc4_hang_state *hang_state;
108 struct vc4_bo_cache {
123 } bo_cache;
[all …]