Lines Matching defs:panthor_device
92 struct panthor_device { struct
94 struct drm_device base;
97 phys_addr_t phys_addr;
100 void __iomem *iomem;
103 struct {
112 } clks;
115 bool coherent;
118 struct drm_panthor_gpu_info gpu_info;
121 struct drm_panthor_csif_info csif_info;
124 struct panthor_gpu *gpu;
127 struct panthor_fw *fw;
130 struct panthor_mmu *mmu;
133 struct panthor_scheduler *scheduler;
136 struct panthor_devfreq *devfreq;
139 struct {
148 } unplug;
151 struct {
171 } reset;
174 struct {
220 struct panthor_device *ptdev; argument