Searched defs:dsc_dec_dpcd_caps (Results 1 – 2 of 2) sorted by relevance
872 struct dsc_dec_dpcd_caps { struct873 bool is_dsc_supported;874 uint8_t dsc_version;875 int32_t rc_buffer_size; /* DSC RC buffer block size in bytes */876 union dsc_slice_caps1 slice_caps1;877 union dsc_slice_caps2 slice_caps2;878 int32_t lb_bit_depth;879 bool is_block_pred_supported;880 int32_t edp_max_bits_per_pixel; /* Valid only in eDP */881 union dsc_color_formats color_formats;[all …]
862 struct dsc_dec_dpcd_caps { struct863 bool is_dsc_supported;864 uint8_t dsc_version;865 int32_t rc_buffer_size; /* DSC RC buffer block size in bytes */866 union dsc_slice_caps1 slice_caps1;867 union dsc_slice_caps2 slice_caps2;868 int32_t lb_bit_depth;869 bool is_block_pred_supported;870 int32_t edp_max_bits_per_pixel; /* Valid only in eDP */871 union dsc_color_formats color_formats;[all …]