Home
last modified time | relevance | path

Searched refs:dp_set_dsc_config (Results 1 – 9 of 9) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/inc/hw/
Dstream_encoder.h244 void (*dp_set_dsc_config)( member
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dio/dcn32/
Ddcn32_dio_stream_encoder.c462 .dp_set_dsc_config = enc32_dp_set_dsc_config,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dio/dcn35/
Ddcn35_dio_stream_encoder.c484 .dp_set_dsc_config = enc314_dp_set_dsc_config,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dio/dcn314/
Ddcn314_dio_stream_encoder.c464 .dp_set_dsc_config = enc314_dp_set_dsc_config,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dio/dcn20/
Ddcn20_stream_encoder.c636 .dp_set_dsc_config = enc2_dp_set_dsc_config,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/link/
Dlink_dpms.c841 if (pipe_ctx->stream_res.stream_enc->funcs->dp_set_dsc_config) in link_set_dsc_on_stream()
842 pipe_ctx->stream_res.stream_enc->funcs->dp_set_dsc_config(pipe_ctx->stream_res.stream_enc, in link_set_dsc_on_stream()
872 if (pipe_ctx->stream_res.stream_enc->funcs->dp_set_dsc_config) in link_set_dsc_on_stream()
873 pipe_ctx->stream_res.stream_enc->funcs->dp_set_dsc_config( in link_set_dsc_on_stream()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dio/dcn401/
Ddcn401_dio_stream_encoder.c761 .dp_set_dsc_config = NULL,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dio/dcn30/
Ddcn30_dio_stream_encoder.c869 .dp_set_dsc_config = enc3_dp_set_dsc_config,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dce110/
Ddce110_hwseq.c1854 se->funcs->dp_set_dsc_config(se, OPTC_DSC_DISABLED, 0, 0); in clean_up_dsc_blocks()