Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/tidss/
A Dtidss_dispc.c281 struct dispc_device { struct
282 struct tidss_device *tidss;
283 struct device *dev;
285 void __iomem *base_common;
286 void __iomem *base_vid[TIDSS_MAX_PLANES];
310 static void dispc_write(struct dispc_device *dispc, u16 reg, u32 val) in dispc_write() argument
/linux/drivers/gpu/drm/omapdrm/dss/
A Ddispc.c159 struct dispc_device { struct
161 void __iomem *base;
162 struct dss_device *dss;
166 int irq;
167 irq_handler_t user_handler;
168 void *user_data;
171 unsigned long tv_pclk_rate;
177 bool ctx_valid;
184 bool is_enabled;
186 struct regmap *syscon_pol;
[all …]

Completed in 21 milliseconds