Home
last modified time | relevance | path

Searched refs:enable_dsc (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_helpers.c788 uint8_t enable_dsc = enable ? DSC_DECODING : DSC_DISABLE; in dm_helpers_dp_write_dsc_enable() local
805 aconnector->dsc_aux, stream, enable_dsc); in dm_helpers_dp_write_dsc_enable()
819 DP_DSC_ENABLE, &enable_dsc, 1); in dm_helpers_dp_write_dsc_enable()
826 DP_DSC_ENABLE, &enable_dsc, 1); in dm_helpers_dp_write_dsc_enable()
844 ret = dm_helpers_dp_write_dpcd(ctx, stream->link, DP_DSC_ENABLE, &enable_dsc, 1); in dm_helpers_dp_write_dsc_enable()
845 DC_LOG_DC("Send DSC %s to SST RX\n", enable_dsc ? "enable" : "disable"); in dm_helpers_dp_write_dsc_enable()
847 ret = dm_helpers_dp_write_dpcd(ctx, stream->link, DP_DSC_ENABLE, &enable_dsc, 1); in dm_helpers_dp_write_dsc_enable()
848 DC_LOG_DC("Send DSC %s to DP-HDMI PCON\n", enable_dsc ? "enable" : "disable"); in dm_helpers_dp_write_dsc_enable()
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_pingpong.h83 int (*enable_dsc)(struct dpu_hw_pingpong *pp); member
H A Ddpu_hw_pingpong.c297 c->ops.enable_dsc = dpu_hw_pp_dsc_enable; in _setup_pingpong_ops()
H A Ddpu_encoder.c1828 if (hw_pp->ops.enable_dsc) in dpu_encoder_dsc_pipe_cfg()
1829 hw_pp->ops.enable_dsc(hw_pp); in dpu_encoder_dsc_pipe_cfg()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Ddccg.h153 void (*enable_dsc)( member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn314/
H A Ddcn314_hwseq.c250 hws->ctx->dc->res_pool->dccg->funcs->enable_dsc && in dcn314_dsc_pg_control()
252 hws->ctx->dc->res_pool->dccg->funcs->enable_dsc( in dcn314_dsc_pg_control()
H A Ddcn314_dccg.c374 .enable_dsc = dccg31_enable_dscclk,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_hwseq.c290 hws->ctx->dc->res_pool->dccg->funcs->enable_dsc && in dcn31_dsc_pg_control()
292 hws->ctx->dc->res_pool->dccg->funcs->enable_dsc( in dcn31_dsc_pg_control()
H A Ddcn31_dccg.c729 .enable_dsc = dccg31_enable_dscclk,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c2960 uint32_t enable_dsc = (update->dsc_config->num_slices_h != 0 && in copy_stream_update_to_stream() local
2970 stream->timing.flags.DSC = enable_dsc; in copy_stream_update_to_stream()