Searched refs:sig_cfg (Results 1 – 1 of 1) sorted by relevance
268 struct ipu_di_signal_cfg sig_cfg = {}; in ipu_crtc_mode_set_nofb() local291 sig_cfg.clkflags = IPU_DI_CLKMODE_SYNC | IPU_DI_CLKMODE_EXT; in ipu_crtc_mode_set_nofb()293 sig_cfg.clkflags = IPU_DI_CLKMODE_EXT; in ipu_crtc_mode_set_nofb()295 sig_cfg.clkflags = 0; in ipu_crtc_mode_set_nofb()297 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()302 sig_cfg.v_to_h_sync = 0; 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()[all …]