| /linux/drivers/video/fbdev/omap2/omapfb/dss/ |
| H A D | dss.h | 220 static inline bool dss_mgr_is_lcd(enum omap_channel id) in dss_mgr_is_lcd() 255 int dss_dpi_select_source(int port, enum omap_channel channel); 276 enum omap_channel channel); 284 void dss_select_lcd_clk_source(enum omap_channel channel, 288 enum omap_dss_clk_source dss_get_lcd_clk_source(enum omap_channel channel); 377 bool dispc_mgr_timings_ok(enum omap_channel channel, 388 void dispc_mgr_set_clock_div(enum omap_channel channel, 403 void dispc_mgr_enable(enum omap_channel channel, bool enable); 404 bool dispc_mgr_is_enabled(enum omap_channel channel); 405 u32 dispc_mgr_get_vsync_irq(enum omap_channel channel); [all …]
|
| H A D | dispc.h | 106 static inline u16 DISPC_DEFAULT_COLOR(enum omap_channel channel) in DISPC_DEFAULT_COLOR() 123 static inline u16 DISPC_TRANS_COLOR(enum omap_channel channel) in DISPC_TRANS_COLOR() 140 static inline u16 DISPC_TIMING_H(enum omap_channel channel) in DISPC_TIMING_H() 158 static inline u16 DISPC_TIMING_V(enum omap_channel channel) in DISPC_TIMING_V() 176 static inline u16 DISPC_POL_FREQ(enum omap_channel channel) in DISPC_POL_FREQ() 194 static inline u16 DISPC_DIVISORo(enum omap_channel channel) in DISPC_DIVISORo() 213 static inline u16 DISPC_SIZE_MGR(enum omap_channel channel) in DISPC_SIZE_MGR() 230 static inline u16 DISPC_DATA_CYCLE1(enum omap_channel channel) in DISPC_DATA_CYCLE1() 248 static inline u16 DISPC_DATA_CYCLE2(enum omap_channel channel) in DISPC_DATA_CYCLE2() 266 static inline u16 DISPC_DATA_CYCLE3(enum omap_channel channel) in DISPC_DATA_CYCLE3() [all …]
|
| H A D | dispc-compat.h | 10 void dispc_mgr_enable_sync(enum omap_channel channel); 11 void dispc_mgr_disable_sync(enum omap_channel channel);
|
| H A D | dispc.c | 245 static unsigned long dispc_mgr_lclk_rate(enum omap_channel channel); 246 static unsigned long dispc_mgr_pclk_rate(enum omap_channel channel); 261 static u32 mgr_fld_read(enum omap_channel channel, enum mgr_reg_fields regfld) in mgr_fld_read() 267 static void mgr_fld_write(enum omap_channel channel, in mgr_fld_write() 540 u32 dispc_mgr_get_vsync_irq(enum omap_channel channel) in dispc_mgr_get_vsync_irq() 546 u32 dispc_mgr_get_framedone_irq(enum omap_channel channel) in dispc_mgr_get_framedone_irq() 555 u32 dispc_mgr_get_sync_lost_irq(enum omap_channel channel) in dispc_mgr_get_sync_lost_irq() 561 bool dispc_mgr_go_busy(enum omap_channel channel) in dispc_mgr_go_busy() 567 void dispc_mgr_go(enum omap_channel channel) in dispc_mgr_go() 901 void dispc_ovl_set_channel_out(enum omap_plane plane, enum omap_channel channel) in dispc_ovl_set_channel_out() [all …]
|
| H A D | dss_features.h | 94 enum omap_display_type dss_feat_get_supported_displays(enum omap_channel channel); 95 enum omap_dss_output_id dss_feat_get_supported_outputs(enum omap_channel channel);
|
| H A D | dss.c | 68 int (*dpi_select_source)(int port, enum omap_channel channel); 197 enum omap_channel channel) in dss_ctrl_pll_set_control_mux() 451 void dss_select_lcd_clk_source(enum omap_channel channel, in dss_select_lcd_clk_source() 498 enum omap_dss_clk_source dss_get_lcd_clk_source(enum omap_channel channel) in dss_get_lcd_clk_source() 653 static int dss_dpi_select_source_omap2_omap3(int port, enum omap_channel channel) in dss_dpi_select_source_omap2_omap3() 661 static int dss_dpi_select_source_omap4(int port, enum omap_channel channel) in dss_dpi_select_source_omap4() 681 static int dss_dpi_select_source_omap5(int port, enum omap_channel channel) in dss_dpi_select_source_omap5() 707 static int dss_dpi_select_source_dra7xx(int port, enum omap_channel channel) in dss_dpi_select_source_dra7xx() 727 int dss_dpi_select_source(int port, enum omap_channel channel) in dss_dpi_select_source()
|
| H A D | dispc-compat.c | 458 static void dispc_mgr_enable_lcd_out(enum omap_channel channel) in dispc_mgr_enable_lcd_out() 463 static void dispc_mgr_disable_lcd_out(enum omap_channel channel) in dispc_mgr_disable_lcd_out() 607 void dispc_mgr_enable_sync(enum omap_channel channel) in dispc_mgr_enable_sync() 617 void dispc_mgr_disable_sync(enum omap_channel channel) in dispc_mgr_disable_sync()
|
| H A D | dpi.c | 61 static struct dss_pll *dpi_get_pll(enum omap_channel channel) in dpi_get_pll() 115 static enum omap_dss_clk_source dpi_get_alt_clk_src(enum omap_channel channel) in dpi_get_alt_clk_src() 271 static int dpi_set_dsi_clk(struct dpi_data *dpi, enum omap_channel channel, in dpi_set_dsi_clk() 612 static enum omap_channel dpi_get_channel(int port_num) in dpi_get_channel()
|
| H A D | dss_features.c | 824 enum omap_display_type dss_feat_get_supported_displays(enum omap_channel channel) in dss_feat_get_supported_displays() 829 enum omap_dss_output_id dss_feat_get_supported_outputs(enum omap_channel channel) in dss_feat_get_supported_outputs()
|
| H A D | dsi.c | 4846 static enum omap_channel dsi_get_channel(int module_id) in dsi_get_channel()
|
| /linux/drivers/gpu/drm/omapdrm/dss/ |
| H A D | dss.h | 270 static inline bool dss_mgr_is_lcd(enum omap_channel id) in dss_mgr_is_lcd() 308 enum omap_channel channel); 328 enum omap_channel channel, 334 enum omap_channel channel); 414 enum omap_channel channel); 416 enum omap_channel channel); 418 enum omap_channel channel); 423 enum omap_channel channel, bool enable); 426 enum omap_channel channel); 428 void dispc_mgr_go(struct dispc_device *dispc, enum omap_channel channel); [all …]
|
| H A D | omapdss.h | 80 enum omap_channel { enum 226 enum omap_channel dispc_channel; 279 enum omap_channel channel); 281 int omap_crtc_dss_enable(struct omap_drm_private *priv, enum omap_channel channel); 282 void omap_crtc_dss_disable(struct omap_drm_private *priv, enum omap_channel channel); 284 enum omap_channel channel, 287 enum omap_channel channel, 290 struct omap_drm_private *priv, enum omap_channel channel, 293 struct omap_drm_private *priv, enum omap_channel channel,
|
| H A D | dispc.h | 109 static inline u16 DISPC_DEFAULT_COLOR(enum omap_channel channel) in DISPC_DEFAULT_COLOR() 126 static inline u16 DISPC_TRANS_COLOR(enum omap_channel channel) in DISPC_TRANS_COLOR() 143 static inline u16 DISPC_TIMING_H(enum omap_channel channel) in DISPC_TIMING_H() 161 static inline u16 DISPC_TIMING_V(enum omap_channel channel) in DISPC_TIMING_V() 179 static inline u16 DISPC_POL_FREQ(enum omap_channel channel) in DISPC_POL_FREQ() 197 static inline u16 DISPC_DIVISORo(enum omap_channel channel) in DISPC_DIVISORo() 216 static inline u16 DISPC_SIZE_MGR(enum omap_channel channel) in DISPC_SIZE_MGR() 233 static inline u16 DISPC_DATA_CYCLE1(enum omap_channel channel) in DISPC_DATA_CYCLE1() 251 static inline u16 DISPC_DATA_CYCLE2(enum omap_channel channel) in DISPC_DATA_CYCLE2() 269 static inline u16 DISPC_DATA_CYCLE3(enum omap_channel channel) in DISPC_DATA_CYCLE3() [all …]
|
| H A D | dss.c | 64 enum omap_channel channel); 66 enum omap_channel channel, 179 enum omap_channel channel) in dss_ctrl_pll_set_control_mux() 390 static int dss_get_channel_index(enum omap_channel channel) in dss_get_channel_index() 468 enum omap_channel channel, in dss_lcd_clk_mux_dra7() 496 enum omap_channel channel, in dss_lcd_clk_mux_omap5() 527 enum omap_channel channel, in dss_lcd_clk_mux_omap4() 556 enum omap_channel channel, in dss_select_lcd_clk_source() 587 enum omap_channel channel) in dss_get_lcd_clk_source() 738 enum omap_channel channel) in dss_dpi_select_source_omap2_omap3() [all …]
|
| H A D | dispc.c | 347 enum omap_channel channel); 349 enum omap_channel channel); 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() 674 enum omap_channel channel) in dispc_mgr_get_vsync_irq() 680 enum omap_channel channel) in dispc_mgr_get_framedone_irq() 689 enum omap_channel channel) in dispc_mgr_get_sync_lost_irq() 695 enum omap_channel channel, bool enable) in dispc_mgr_enable() 703 enum omap_channel channel) in dispc_mgr_is_enabled() 709 enum omap_channel channel) in dispc_mgr_go_busy() [all …]
|
| H A D | dpi.c | 55 enum omap_channel channel) in dpi_get_clk_src_dra7xx() 96 enum omap_channel channel = dpi->output.dispc_channel; in dpi_get_clk_src() 586 static enum omap_channel dpi_get_channel(struct dpi_data *dpi) in dpi_get_channel()
|
| H A D | dsi.c | 3329 enum omap_channel dispc_channel = dsi->output.dispc_channel; in dsi_init_dispc() 3374 enum omap_channel dispc_channel = dsi->output.dispc_channel; in dsi_uninit_dispc() 4154 static enum omap_channel dsi_get_dispc_channel(struct dsi_data *dsi) in dsi_get_dispc_channel()
|
| /linux/drivers/gpu/drm/omapdrm/ |
| H A D | omap_crtc.c | 36 enum omap_channel channel; 62 enum omap_channel omap_crtc_channel(struct drm_crtc *crtc) in omap_crtc_channel() 104 enum omap_channel channel) in omap_crtc_dss_start_update() 116 enum omap_channel channel = omap_crtc->channel; in omap_crtc_set_enabled() 183 int omap_crtc_dss_enable(struct omap_drm_private *priv, enum omap_channel channel) in omap_crtc_dss_enable() 195 void omap_crtc_dss_disable(struct omap_drm_private *priv, enum omap_channel channel) in omap_crtc_dss_disable() 204 enum omap_channel channel, in omap_crtc_dss_set_timings() 215 enum omap_channel channel, in omap_crtc_dss_set_lcd_config() 227 struct omap_drm_private *priv, enum omap_channel channel, in omap_crtc_dss_register_framedone() 246 struct omap_drm_private *priv, enum omap_channel channel, in omap_crtc_dss_unregister_framedone() [all …]
|
| H A D | omap_crtc.h | 14 enum omap_channel; 24 enum omap_channel omap_crtc_channel(struct drm_crtc *crtc);
|
| H A D | omap_irq.c | 85 enum omap_channel channel = omap_crtc_channel(crtc); in omap_irq_enable_framedone() 119 enum omap_channel channel = omap_crtc_channel(crtc); in omap_irq_enable_vblank() 145 enum omap_channel channel = omap_crtc_channel(crtc); in omap_irq_disable_vblank() 223 enum omap_channel channel = omap_crtc_channel(crtc); in omap_irq_handler()
|
| /linux/include/video/ |
| H A D | omapfb_dss.h | 75 enum omap_channel { enum 374 enum omap_channel id; 674 enum omap_channel dispc_channel;
|