Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/vc4/
Dvc4_drv.h83 struct vc4_dev { struct
84 struct drm_device base;
85 struct device *dev;
87 bool is_vc5;
89 unsigned int irq;
91 struct vc4_hvs *hvs;
92 struct vc4_v3d *v3d;
94 struct vc4_hang_state *hang_state;
100 struct vc4_bo_cache {
115 } bo_cache;
[all …]