Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_hw_types.h748 struct dc_crtc_timing_flags { struct
749 uint32_t INTERLACE :1;
750 uint32_t HSYNC_POSITIVE_POLARITY :1; /* when set to 1,
755 uint32_t HORZ_COUNT_BY_TWO:1;
757 uint32_t EXCLUSIVE_3D :1; /* if this bit set,
768 uint32_t Y_ONLY :1;
771 uint32_t DTD_COUNTER :5; /* values 1 to 16 */
773 uint32_t FORCE_HDR :1;
777 uint32_t LTE_340MCSC_SCRAMBLE:1;
779 uint32_t DSC : 1; /* Use DSC with this timing */
[all …]