Searched refs:dispc_device (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/gpu/drm/tidss/ |
H A D | tidss_dispc.h | 12 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 D | tidss_dispc.c | 385 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 D | tidss_drv.h | 22 struct dispc_device *dispc;
|
H A D | tidss_crtc.c | 91 struct dispc_device *dispc = tidss->dispc; in tidss_crtc_atomic_check()
|
/linux/drivers/gpu/drm/omapdrm/dss/ |
H A D | dispc.c | 39 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 D | base.c | 19 struct dispc_device *dispc_get_dispc(struct dss_device *dss) in dispc_get_dispc()
|