Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/vc4/
Dvc4_drv.h82 struct vc4_dev { struct
83 struct drm_device base;
84 struct device *dev;
86 bool is_vc5;
88 unsigned int irq;
90 struct vc4_hvs *hvs;
91 struct vc4_v3d *v3d;
93 struct vc4_hang_state *hang_state;
99 struct vc4_bo_cache {
114 } bo_cache;
[all …]