Searched refs:CRTC_INTERLACE_HALVE_V (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/include/drm/ |
D | drm_modes.h | 91 #define CRTC_INTERLACE_HALVE_V (1 << 0) /* halve V values for interlacing */ macro
|
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_probe_helper.c | 226 drm_mode_set_crtcinfo(mode, CRTC_INTERLACE_HALVE_V); in drm_helper_probe_single_connector_modes_merge_bits()
|
D | drm_modes.c | 802 if (adjust_flags & CRTC_INTERLACE_HALVE_V) { in drm_mode_set_crtcinfo() 1404 drm_mode_set_crtcinfo(mode, CRTC_INTERLACE_HALVE_V); in drm_mode_create_from_cmdline_mode()
|
D | drm_crtc.c | 2808 drm_mode_set_crtcinfo(mode, CRTC_INTERLACE_HALVE_V); in drm_mode_setcrtc()
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | radeon_encoders.c | 349 drm_mode_set_crtcinfo(adjusted_mode, CRTC_INTERLACE_HALVE_V); in radeon_panel_mode_fixup()
|
D | radeon_connectors.c | 804 drm_mode_set_crtcinfo(native_mode, CRTC_INTERLACE_HALVE_V); in radeon_fixup_lvds_native_mode()
|
D | radeon_combios.c | 1280 drm_mode_set_crtcinfo(&lvds->native_mode, CRTC_INTERLACE_HALVE_V); in radeon_combios_get_lvds_info()
|
D | radeon_atombios.c | 1687 drm_mode_set_crtcinfo(&lvds->native_mode, CRTC_INTERLACE_HALVE_V); in radeon_atombios_get_lvds_info()
|
/linux-4.1.27/drivers/gpu/drm/gma500/ |
D | cdv_intel_lvds.c | 310 CRTC_INTERLACE_HALVE_V); in cdv_intel_lvds_mode_fixup()
|
D | psb_intel_lvds.c | 426 CRTC_INTERLACE_HALVE_V); in psb_intel_lvds_mode_fixup()
|
D | mdfld_dsi_dpi.c | 705 drm_mode_set_crtcinfo(adjusted_mode, CRTC_INTERLACE_HALVE_V); in mdfld_dsi_dpi_mode_fixup()
|
D | cdv_intel_dp.c | 891 drm_mode_set_crtcinfo(adjusted_mode, CRTC_INTERLACE_HALVE_V); in cdv_intel_fixed_panel_mode()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
D | nv50_display.c | 1090 drm_mode_set_crtcinfo(adjusted_mode, CRTC_INTERLACE_HALVE_V); in nv50_crtc_mode_fixup()
|