Searched refs:imx_crtc_state (Results 1 – 7 of 7) 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()
128 struct imx_crtc_state *imx_crtc_state = to_imx_crtc_state(crtc_state); in dw_hdmi_imx_atomic_check() local130 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()
110 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() local294 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()
192 struct imx_crtc_state *imx_crtc_state = to_imx_crtc_state(crtc_state); in imx_pd_bridge_atomic_check() local225 imx_crtc_state->bus_flags = bus_flags; in imx_pd_bridge_atomic_check()226 imx_crtc_state->bus_format = bridge_state->input_bus_cfg.format; in imx_pd_bridge_atomic_check()227 imx_crtc_state->di_hsync_pin = 2; in imx_pd_bridge_atomic_check()228 imx_crtc_state->di_vsync_pin = 3; in imx_pd_bridge_atomic_check()
354 struct imx_crtc_state *imx_crtc_state = to_imx_crtc_state(crtc_state); in imx_ldb_encoder_atomic_check() local362 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()
294 struct imx_crtc_state *imx_crtc_state = to_imx_crtc_state(crtc_state); in imx_tve_atomic_check() local297 imx_crtc_state->bus_format = MEDIA_BUS_FMT_GBR888_1X24; in imx_tve_atomic_check()298 imx_crtc_state->di_hsync_pin = tve->di_hsync_pin; in imx_tve_atomic_check()299 imx_crtc_state->di_vsync_pin = tve->di_vsync_pin; in imx_tve_atomic_check()
6139 + * TODO: find a better way to access imx_crtc_state6141 +struct imx_crtc_state {6149 +static inline struct imx_crtc_state *to_imx_crtc_state(struct drm_crtc_state *s)6151 + return container_of(s, struct imx_crtc_state, base);7422 + struct imx_crtc_state *imx_crtc_state = to_imx_crtc_state(crtc_state);7424 + imx_crtc_state->bus_format = MEDIA_BUS_FMT_RGB101010_1X30;17415 + struct imx_crtc_state *imx_crtc_state;17430 + imx_crtc_state = to_imx_crtc_state(crtc->state);17431 + dcstate = to_dpu_crtc_state(imx_crtc_state);17468 + struct imx_crtc_state *imx_crtc_state;[all …]