Home
last modified time | relevance | path

Searched refs:NUM_SLICES_1 (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dsc/
H A Ddsc.h74 uint8_t NUM_SLICES_1 : 1; member
H A Ddc_dsc.c562 dsc_common_caps->slice_caps.bits.NUM_SLICES_1 = in intersect_dsc_caps()
563 dsc_sink_caps->slice_caps1.bits.NUM_SLICES_1 && dsc_enc_caps->slice_caps.bits.NUM_SLICES_1; in intersect_dsc_caps()
594 if (dsc_common_caps->slice_caps.bits.NUM_SLICES_1) in intersect_dsc_caps()
755 if (slice_caps.bits.NUM_SLICES_1) in get_available_dsc_slices()
/linux/drivers/gpu/drm/amd/display/dc/dsc/dcn20/
H A Ddcn20_dsc.c98 dsc_enc_caps->slice_caps.bits.NUM_SLICES_1 = 1; in dsc2_get_enc_caps()
127 dsc_enc_caps->slice_caps.bits.NUM_SLICES_1 = 0; in dsc2_get_enc_caps()
/linux/drivers/gpu/drm/amd/display/dc/dsc/dcn401/
H A Ddcn401_dsc.c89 dsc_enc_caps->slice_caps.bits.NUM_SLICES_1 = min_dsc_unit_required == 1 ? 1 : 0; in dsc401_get_enc_caps()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_types.h809 uint8_t NUM_SLICES_1 : 1; member