Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/tidss/
A Dtidss_dispc.c284 struct dispc_device { struct
285 struct tidss_device *tidss;
286 struct device *dev;
288 void __iomem *base_common;
289 void __iomem *base_vid[TIDSS_MAX_PLANES];
313 static void dispc_write(struct dispc_device *dispc, u16 reg, u32 val) in dispc_write() argument
/linux-6.3-rc2/drivers/gpu/drm/omapdrm/dss/
A Ddispc.c161 struct dispc_device { struct
163 void __iomem *base;
164 struct dss_device *dss;
168 int irq;
169 irq_handler_t user_handler;
170 void *user_data;
173 unsigned long tv_pclk_rate;
179 bool ctx_valid;
186 bool is_enabled;
188 struct regmap *syscon_pol;
[all …]

Completed in 19 milliseconds