Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/dsc/
DMakefile25 DSC = dc_dsc.o rc_calc.o rc_calc_dpi.o macro
27 AMD_DAL_DSC = $(addprefix $(AMDDALPATH)/dc/dsc/,$(DSC))
/drivers/gpu/drm/amd/display/dc/core/
Ddc_link_hwss.c467 if (!pipe_ctx->stream->timing.flags.DSC) in dp_set_dsc_enable()
492 if (!pipe_ctx->stream->timing.flags.DSC || !dsc) in dp_set_dsc_pps_sdp()
531 if (!pipe_ctx->stream->timing.flags.DSC) in dp_update_dsc_config()
Ddc_link.c2782 if (pipe_ctx->stream->timing.flags.DSC) { in core_link_enable_stream()
2792 if (pipe_ctx->stream->timing.flags.DSC) { in core_link_enable_stream()
2857 if (pipe_ctx->stream->timing.flags.DSC) { in core_link_disable_stream()
2930 if (timing->flags.DSC) { in dc_bandwidth_in_kbps_from_timing()
Ddc.c1853 uint32_t old_dsc_enabled = stream->timing.flags.DSC; in copy_stream_update_to_stream()
1858 stream->timing.flags.DSC = enable_dsc; in copy_stream_update_to_stream()
1862 stream->timing.flags.DSC = old_dsc_enabled; in copy_stream_update_to_stream()
/drivers/gpu/drm/amd/display/
DKconfig38 bool "DSC support"
/drivers/gpu/drm/amd/display/dc/
Ddc_hw_types.h714 uint32_t DSC : 1; /* Use DSC with this timing */ member
/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_stream_encoder.c444 two_pix = two_pix || (timing->flags.DSC && timing->pixel_encoding == PIXEL_ENCODING_YCBCR422 in is_two_pixels_per_containter()
Ddcn20_resource.c1528 if (result == DC_OK && dc_stream->timing.flags.DSC) in dcn20_add_stream_to_ctx()
1678 if (next_odm_pipe->stream->timing.flags.DSC == 1) { in dcn20_split_stream_for_odm()
1795 pipes[pipe_cnt].dout.dsc_enable = res_ctx->pipe_ctx[i].stream->timing.flags.DSC; in dcn20_populate_dml_pipes_from_context()
2158 if (pipe_ctx->top_pipe || pipe_ctx->prev_odm_pipe || !stream || !stream->timing.flags.DSC) in dcn20_validate_dsc()
/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_optc.c1553 two_pix = two_pix || (timing->flags.DSC && timing->pixel_encoding == PIXEL_ENCODING_YCBCR422 in optc1_is_two_pixels_per_containter()
/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c3620 stream->timing.flags.DSC = 0; in create_stream_for_sink()
3635 stream->timing.flags.DSC = 1; in create_stream_for_sink()