Home
last modified time | relevance | path

Searched defs:dc_crtc_timing_flags (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/
Ddc_hw_types.h684 struct dc_crtc_timing_flags { struct
685 uint32_t INTERLACE :1;
686 uint32_t HSYNC_POSITIVE_POLARITY :1; /* when set to 1,
688 uint32_t VSYNC_POSITIVE_POLARITY :1; /* when set to 1,
691 uint32_t HORZ_COUNT_BY_TWO:1;
693 uint32_t EXCLUSIVE_3D :1; /* if this bit set,
696 uint32_t RIGHT_EYE_3D_POLARITY :1; /* 1 - means right eye polarity
698 uint32_t SUB_SAMPLE_3D :1; /* 1 - means left/right images subsampled
700 uint32_t USE_IN_3D_VIEW_ONLY :1; /* Do not use this timing in 2D View,
702 uint32_t STEREO_3D_PREFERENCE :1; /* Means this is 2D timing
[all …]