Searched defs:dispc (Results 1 – 11 of 11) sorted by relevance
/drivers/gpu/drm/tidss/ |
D | tidss_dispc.c | 310 static void dispc_write(struct dispc_device *dispc, u16 reg, u32 val) in dispc_write() 315 static u32 dispc_read(struct dispc_device *dispc, u16 reg) in dispc_read() 321 void dispc_vid_write(struct dispc_device *dispc, u32 hw_plane, u16 reg, u32 val) in dispc_vid_write() 328 static u32 dispc_vid_read(struct dispc_device *dispc, u32 hw_plane, u16 reg) in dispc_vid_read() 335 static void dispc_ovr_write(struct dispc_device *dispc, u32 hw_videoport, in dispc_ovr_write() 343 static u32 dispc_ovr_read(struct dispc_device *dispc, u32 hw_videoport, u16 reg) in dispc_ovr_read() 350 static void dispc_vp_write(struct dispc_device *dispc, u32 hw_videoport, in dispc_vp_write() 358 static u32 dispc_vp_read(struct dispc_device *dispc, u32 hw_videoport, u16 reg) in dispc_vp_read() 390 static u32 REG_GET(struct dispc_device *dispc, u32 idx, u32 start, u32 end) in REG_GET() 395 static void REG_FLD_MOD(struct dispc_device *dispc, u32 idx, u32 val, in REG_FLD_MOD() [all …]
|
D | tidss_drv.h | 22 struct dispc_device *dispc; member
|
D | tidss_crtc.c | 94 struct dispc_device *dispc = tidss->dispc; in tidss_crtc_atomic_check() local
|
/drivers/gpu/drm/omapdrm/dss/ |
D | dispc.c | 50 #define REG_GET(dispc, idx, start, end) \ argument 53 #define REG_FLD_MOD(dispc, idx, val, start, end) \ argument 354 static inline void dispc_write_reg(struct dispc_device *dispc, u16 idx, u32 val) in dispc_write_reg() 359 static inline u32 dispc_read_reg(struct dispc_device *dispc, u16 idx) in dispc_read_reg() 364 static u32 mgr_fld_read(struct dispc_device *dispc, enum omap_channel channel, in mgr_fld_read() 372 static void mgr_fld_write(struct dispc_device *dispc, enum omap_channel channel, in mgr_fld_write() 380 int dispc_get_num_ovls(struct dispc_device *dispc) in dispc_get_num_ovls() 385 int dispc_get_num_mgrs(struct dispc_device *dispc) in dispc_get_num_mgrs() 390 static void dispc_get_reg_field(struct dispc_device *dispc, in dispc_get_reg_field() 400 static bool dispc_has_feature(struct dispc_device *dispc, in dispc_has_feature() [all …]
|
D | dpi.c | 178 static bool dpi_calc_hsdiv_cb(int m_dispc, unsigned long dispc, in dpi_calc_hsdiv_cb()
|
D | dss.h | 259 struct dispc_device *dispc; member
|
D | dsi.c | 3682 static bool dsi_cm_calc_hsdiv_cb(int m_dispc, unsigned long dispc, in dsi_cm_calc_hsdiv_cb() 3971 static bool dsi_vm_calc_hsdiv_cb(int m_dispc, unsigned long dispc, in dsi_vm_calc_hsdiv_cb()
|
/drivers/gpu/drm/omapdrm/ |
D | omap_drv.h | 49 struct dispc_device *dispc; member
|
/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dpi.c | 172 static bool dpi_calc_hsdiv_cb(int m_dispc, unsigned long dispc, in dpi_calc_hsdiv_cb()
|
D | dispc.c | 127 } dispc; variable 3592 bool dispc_div_calc(unsigned long dispc, in dispc_div_calc()
|
D | dsi.c | 4425 static bool dsi_cm_calc_hsdiv_cb(int m_dispc, unsigned long dispc, in dsi_cm_calc_hsdiv_cb() 4712 static bool dsi_vm_calc_hsdiv_cb(int m_dispc, unsigned long dispc, in dsi_vm_calc_hsdiv_cb()
|