Home
last modified time | relevance | path

Searched refs:imx_crtc_state (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/imx/
H A Dipuv3-crtc.c110 struct imx_crtc_state *state; in imx_drm_crtc_reset()
125 struct imx_crtc_state *state; in imx_drm_crtc_duplicate_state()
264 struct imx_crtc_state *imx_crtc_state = to_imx_crtc_state(crtc->state); in ipu_crtc_mode_set_nofb() local
294 sig_cfg.enable_pol = !(imx_crtc_state->bus_flags & DRM_BUS_FLAG_DE_LOW); in ipu_crtc_mode_set_nofb()
296 sig_cfg.clk_pol = !!(imx_crtc_state->bus_flags & in ipu_crtc_mode_set_nofb()
298 sig_cfg.bus_format = imx_crtc_state->bus_format; in ipu_crtc_mode_set_nofb()
300 sig_cfg.hsync_pin = imx_crtc_state->di_hsync_pin; in ipu_crtc_mode_set_nofb()
301 sig_cfg.vsync_pin = imx_crtc_state->di_vsync_pin; in ipu_crtc_mode_set_nofb()
307 imx_crtc_state->bus_format, mode->hdisplay); in ipu_crtc_mode_set_nofb()
H A Ddw_hdmi-imx.c128 struct imx_crtc_state *imx_crtc_state = to_imx_crtc_state(crtc_state); in dw_hdmi_imx_atomic_check() local
130 imx_crtc_state->bus_format = MEDIA_BUS_FMT_RGB888_1X24; in dw_hdmi_imx_atomic_check()
131 imx_crtc_state->di_hsync_pin = 2; in dw_hdmi_imx_atomic_check()
132 imx_crtc_state->di_vsync_pin = 3; in dw_hdmi_imx_atomic_check()
H A Dimx-drm.h15 struct imx_crtc_state { struct
23 static inline struct imx_crtc_state *to_imx_crtc_state(struct drm_crtc_state *s) in to_imx_crtc_state() argument
25 return container_of(s, struct imx_crtc_state, base); in to_imx_crtc_state()
H A Dparallel-display.c194 struct imx_crtc_state *imx_crtc_state = to_imx_crtc_state(crtc_state); in imx_pd_bridge_atomic_check() local
219 imx_crtc_state->bus_flags = bus_flags; in imx_pd_bridge_atomic_check()
220 imx_crtc_state->bus_format = bridge_state->input_bus_cfg.format; in imx_pd_bridge_atomic_check()
221 imx_crtc_state->di_hsync_pin = 2; in imx_pd_bridge_atomic_check()
222 imx_crtc_state->di_vsync_pin = 3; in imx_pd_bridge_atomic_check()
H A Dimx-ldb.c354 struct imx_crtc_state *imx_crtc_state = to_imx_crtc_state(crtc_state); in imx_ldb_encoder_atomic_check() local
362 imx_crtc_state->bus_flags = di->bus_flags; in imx_ldb_encoder_atomic_check()
365 imx_crtc_state->bus_flags = imx_ldb_ch->bus_flags; in imx_ldb_encoder_atomic_check()
369 imx_crtc_state->bus_format = MEDIA_BUS_FMT_RGB666_1X18; in imx_ldb_encoder_atomic_check()
373 imx_crtc_state->bus_format = MEDIA_BUS_FMT_RGB888_1X24; in imx_ldb_encoder_atomic_check()
379 imx_crtc_state->di_hsync_pin = 2; in imx_ldb_encoder_atomic_check()
380 imx_crtc_state->di_vsync_pin = 3; in imx_ldb_encoder_atomic_check()
H A Dimx-tve.c295 struct imx_crtc_state *imx_crtc_state = to_imx_crtc_state(crtc_state); in imx_tve_atomic_check() local
298 imx_crtc_state->bus_format = MEDIA_BUS_FMT_GBR888_1X24; in imx_tve_atomic_check()
299 imx_crtc_state->di_hsync_pin = tve->di_hsync_pin; in imx_tve_atomic_check()
300 imx_crtc_state->di_vsync_pin = tve->di_vsync_pin; in imx_tve_atomic_check()