Searched refs:imx_crtc_state (Results 1 – 6 of 6) sorted by relevance
15 struct imx_crtc_state { struct23 static inline struct imx_crtc_state *to_imx_crtc_state(struct drm_crtc_state *s) in to_imx_crtc_state() argument25 return container_of(s, struct imx_crtc_state, base); in to_imx_crtc_state()
112 struct imx_crtc_state *state; in imx_drm_crtc_reset()127 struct imx_crtc_state *state; in imx_drm_crtc_duplicate_state()267 struct imx_crtc_state *imx_crtc_state = to_imx_crtc_state(crtc->state); in ipu_crtc_mode_set_nofb() local297 sig_cfg.enable_pol = !(imx_crtc_state->bus_flags & DRM_BUS_FLAG_DE_LOW); in ipu_crtc_mode_set_nofb()299 sig_cfg.clk_pol = !!(imx_crtc_state->bus_flags & in ipu_crtc_mode_set_nofb()301 sig_cfg.bus_format = imx_crtc_state->bus_format; in ipu_crtc_mode_set_nofb()303 sig_cfg.hsync_pin = imx_crtc_state->di_hsync_pin; in ipu_crtc_mode_set_nofb()304 sig_cfg.vsync_pin = imx_crtc_state->di_vsync_pin; in ipu_crtc_mode_set_nofb()319 imx_crtc_state->bus_format, sig_cfg.mode.hactive); in ipu_crtc_mode_set_nofb()
124 struct imx_crtc_state *imx_crtc_state = to_imx_crtc_state(crtc_state); in dw_hdmi_imx_atomic_check() local126 imx_crtc_state->bus_format = MEDIA_BUS_FMT_RGB888_1X24; in dw_hdmi_imx_atomic_check()127 imx_crtc_state->di_hsync_pin = 2; in dw_hdmi_imx_atomic_check()128 imx_crtc_state->di_vsync_pin = 3; in dw_hdmi_imx_atomic_check()
201 struct imx_crtc_state *imx_crtc_state = to_imx_crtc_state(crtc_state); in imx_pd_bridge_atomic_check() local226 imx_crtc_state->bus_flags = bus_flags; in imx_pd_bridge_atomic_check()227 imx_crtc_state->bus_format = bridge_state->input_bus_cfg.format; in imx_pd_bridge_atomic_check()228 imx_crtc_state->di_hsync_pin = 2; in imx_pd_bridge_atomic_check()229 imx_crtc_state->di_vsync_pin = 3; in imx_pd_bridge_atomic_check()
367 struct imx_crtc_state *imx_crtc_state = to_imx_crtc_state(crtc_state); in imx_ldb_encoder_atomic_check() local375 imx_crtc_state->bus_flags = di->bus_flags; in imx_ldb_encoder_atomic_check()378 imx_crtc_state->bus_flags = imx_ldb_ch->bus_flags; in imx_ldb_encoder_atomic_check()382 imx_crtc_state->bus_format = MEDIA_BUS_FMT_RGB666_1X18; in imx_ldb_encoder_atomic_check()386 imx_crtc_state->bus_format = MEDIA_BUS_FMT_RGB888_1X24; in imx_ldb_encoder_atomic_check()392 imx_crtc_state->di_hsync_pin = 2; in imx_ldb_encoder_atomic_check()393 imx_crtc_state->di_vsync_pin = 3; in imx_ldb_encoder_atomic_check()
300 struct imx_crtc_state *imx_crtc_state = to_imx_crtc_state(crtc_state); in imx_tve_atomic_check() local303 imx_crtc_state->bus_format = MEDIA_BUS_FMT_GBR888_1X24; in imx_tve_atomic_check()304 imx_crtc_state->di_hsync_pin = tve->di_hsync_pin; in imx_tve_atomic_check()305 imx_crtc_state->di_vsync_pin = tve->di_vsync_pin; in imx_tve_atomic_check()
Completed in 13 milliseconds