/linux-6.12.1/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 356 static inline void dispc_write_reg(struct dispc_device *dispc, u16 idx, u32 val) in dispc_write_reg() 361 static inline u32 dispc_read_reg(struct dispc_device *dispc, u16 idx) in dispc_read_reg() 366 static u32 mgr_fld_read(struct dispc_device *dispc, enum omap_channel channel, in mgr_fld_read() 374 static void mgr_fld_write(struct dispc_device *dispc, enum omap_channel channel, in mgr_fld_write() 382 int dispc_get_num_ovls(struct dispc_device *dispc) in dispc_get_num_ovls() 387 int dispc_get_num_mgrs(struct dispc_device *dispc) in dispc_get_num_mgrs() 392 static void dispc_get_reg_field(struct dispc_device *dispc, in dispc_get_reg_field() 402 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()
|
/linux-6.12.1/drivers/gpu/drm/tidss/ |
D | tidss_dispc.c | 414 static void dispc_write(struct dispc_device *dispc, u16 reg, u32 val) in dispc_write() 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() 499 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 | 91 struct dispc_device *dispc = tidss->dispc; in tidss_crtc_atomic_check() local
|
/linux-6.12.1/drivers/gpu/drm/omapdrm/ |
D | omap_drv.h | 63 struct dispc_device *dispc; member
|
/linux-6.12.1/arch/arm/boot/dts/ti/omap/ |
D | am437x-l4.dtsi | 2207 dispc: dispc@0 { label
|
/linux-6.12.1/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 3590 bool dispc_div_calc(unsigned long dispc, in dispc_div_calc()
|
D | dsi.c | 4424 static bool dsi_cm_calc_hsdiv_cb(int m_dispc, unsigned long dispc, in dsi_cm_calc_hsdiv_cb() 4711 static bool dsi_vm_calc_hsdiv_cb(int m_dispc, unsigned long dispc, in dsi_vm_calc_hsdiv_cb()
|