Home
last modified time | relevance | path

Searched refs:dispc_device (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/gpu/drm/tidss/
H A Dtidss_dispc.h12 struct dispc_device;
97 void dispc_set_irqenable(struct dispc_device *dispc, dispc_irq_t mask);
98 dispc_irq_t dispc_read_and_clear_irqstatus(struct dispc_device *dispc);
100 void dispc_ovr_set_plane(struct dispc_device *dispc, u32 hw_plane,
102 void dispc_ovr_enable_layer(struct dispc_device *dispc,
105 void dispc_vp_prepare(struct dispc_device *dispc, u32 hw_videoport,
107 void dispc_vp_enable(struct dispc_device *dispc, u32 hw_videoport,
109 void dispc_vp_disable(struct dispc_device *dispc, u32 hw_videoport);
110 void dispc_vp_unprepare(struct dispc_device *dispc, u32 hw_videoport);
111 bool dispc_vp_go_busy(struct dispc_device *dispc, u32 hw_videoport);
[all …]
H A Dtidss_dispc.c385 struct dispc_device { struct
414 static void dispc_write(struct dispc_device *dispc, u16 reg, u32 val) in dispc_write() argument
419 static u32 dispc_read(struct dispc_device *dispc, u16 reg) in dispc_read()
425 void dispc_vid_write(struct dispc_device *dispc, u32 hw_plane, u16 reg, u32 val) in dispc_vid_write()
432 static u32 dispc_vid_read(struct dispc_device *dispc, u32 hw_plane, u16 reg) in dispc_vid_read()
439 static void dispc_ovr_write(struct dispc_device *dispc, u32 hw_videoport, in dispc_ovr_write()
447 static u32 dispc_ovr_read(struct dispc_device *dispc, u32 hw_videoport, u16 reg) in dispc_ovr_read()
454 static void dispc_vp_write(struct dispc_device *dispc, u32 hw_videoport, in dispc_vp_write()
462 static u32 dispc_vp_read(struct dispc_device *dispc, u32 hw_videoport, u16 reg) in dispc_vp_read()
494 static u32 REG_GET(struct dispc_device *dispc, u32 idx, u32 start, u32 end) in REG_GET()
[all …]
H A Dtidss_drv.h22 struct dispc_device *dispc;
H A Dtidss_crtc.c91 struct dispc_device *dispc = tidss->dispc; in tidss_crtc_atomic_check()
/linux/drivers/gpu/drm/omapdrm/dss/
H A Ddss.h17 struct dispc_device;
259 struct dispc_device *dispc;
389 void dispc_dump_clocks(struct dispc_device *dispc, struct seq_file *s);
391 int dispc_runtime_get(struct dispc_device *dispc);
392 void dispc_runtime_put(struct dispc_device *dispc);
394 int dispc_get_num_ovls(struct dispc_device *dispc);
395 int dispc_get_num_mgrs(struct dispc_device *dispc);
397 const u32 *dispc_ovl_get_color_modes(struct dispc_device *dispc,
400 void dispc_ovl_get_max_size(struct dispc_device *dispc, u16 *width, u16 *height);
401 bool dispc_ovl_color_mode_supported(struct dispc_device *dispc,
[all …]
H A Ddispc.c39 struct dispc_device;
102 int (*calc_scaling)(struct dispc_device *dispc,
161 struct dispc_device { struct
344 static unsigned long dispc_fclk_rate(struct dispc_device *dispc);
345 static unsigned long dispc_core_clk_rate(struct dispc_device *dispc);
346 static unsigned long dispc_mgr_lclk_rate(struct dispc_device *dispc,
348 static unsigned long dispc_mgr_pclk_rate(struct dispc_device *dispc,
351 static unsigned long dispc_plane_pclk_rate(struct dispc_device *dispc,
353 static unsigned long dispc_plane_lclk_rate(struct dispc_device *dispc,
356 static inline void dispc_write_reg(struct dispc_device *dispc, u16 idx, u32 val) in dispc_write_reg()
[all …]
H A Domapdss.h51 struct dispc_device;
309 struct dispc_device *dispc_get_dispc(struct dss_device *dss);
H A Dbase.c19 struct dispc_device *dispc_get_dispc(struct dss_device *dss) in dispc_get_dispc()
/linux/drivers/gpu/drm/omapdrm/
H A Domap_drv.h63 struct dispc_device *dispc;