Home
last modified time | relevance | path

Searched refs:optc_dsc_mode (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_dpms.c696 enum optc_dsc_mode optc_dsc_mode; in link_set_dsc_on_stream() local
726optc_dsc_mode = dsc_optc_cfg.is_pixel_format_444 ? OPTC_DSC_ENABLED_444 : OPTC_DSC_ENABLED_NATIVE_… in link_set_dsc_on_stream()
734 optc_dsc_mode, in link_set_dsc_on_stream()
745 optc_dsc_mode, in link_set_dsc_on_stream()
/linux/drivers/gpu/drm/amd/display/dc/dio/dcn314/
H A Ddcn314_dio_stream_encoder.h351 enum optc_dsc_mode dsc_mode,
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c2305 enum optc_dsc_mode optc_dsc_mode = OPTC_DSC_DISABLED; in hwss_tg_set_dsc_config() local
2315 optc_dsc_mode = dsc_optc_cfg->is_pixel_format_444 ? in hwss_tg_set_dsc_config()
2321 tg->funcs->set_dsc_config(tg, optc_dsc_mode, bytes_per_pixel, slice_width); in hwss_tg_set_dsc_config()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h3286 …uint32_t optc_dsc_mode; /* OPTC_DATA_FORMAT_CONTROL->OPTC_DSC_MODE from dsc_mode … member