Home
last modified time | relevance | path

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

/Linux-v5.4/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))
/Linux-v5.4/Documentation/ide/
Dide-tape.rst52 In order to maximize bus throughput, we currently use the DSC
55 DSC overlap method involves polling the tape's status register
56 for the DSC bit, and servicing the other device while the tape
DChangeLog.ide-tape.1995-200230 * performing a long media access (DSC) request (such
43 * we just wait until we can by polling the DSC bit.
49 * While polling for DSC, the current request is
144 * Rewrote DSC handling.
148 * Ver 1.11 Dec 2 96 Bug fix in previous DSC timeout handling.
149 * Use ide_stall_queue() for DSC overlap.
DChangeLog.ide-cd.1994-2004134 * 4.03 Dec 04, 1996 -- Added DSC overlap support.
/Linux-v5.4/Documentation/media/v4l-drivers/
Dzr364xx.rst92 0x0595 0x4343 Digitrex DSC 1300
96 0x0feb 0x2004 Packard Bell DSC-300
Dgspca-cardlist.rst261 spca500 084d:0003 D-Link DSC-350
/Linux-v5.4/drivers/gpu/drm/amd/display/
DKconfig38 bool "DSC support"
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/core/
Ddc_link_hwss.c466 if (!pipe_ctx->stream->timing.flags.DSC) in dp_set_dsc_enable()
491 if (!pipe_ctx->stream->timing.flags.DSC || !dsc) in dp_set_dsc_pps_sdp()
530 if (!pipe_ctx->stream->timing.flags.DSC) in dp_update_dsc_config()
Ddc_link.c2771 if (pipe_ctx->stream->timing.flags.DSC) { in core_link_enable_stream()
2781 if (pipe_ctx->stream->timing.flags.DSC) { in core_link_enable_stream()
2846 if (pipe_ctx->stream->timing.flags.DSC) { in core_link_disable_stream()
2919 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()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/
Ddc_hw_types.h714 uint32_t DSC : 1; /* Use DSC with this timing */ member
/Linux-v5.4/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.c1521 if (result == DC_OK && dc_stream->timing.flags.DSC) in dcn20_add_stream_to_ctx()
1671 if (next_odm_pipe->stream->timing.flags.DSC == 1) { in dcn20_split_stream_for_odm()
1788 pipes[pipe_cnt].dout.dsc_enable = res_ctx->pipe_ctx[i].stream->timing.flags.DSC; in dcn20_populate_dml_pipes_from_context()
2151 if (pipe_ctx->top_pipe || pipe_ctx->prev_odm_pipe || !stream || !stream->timing.flags.DSC) in dcn20_validate_dsc()
/Linux-v5.4/Documentation/devicetree/bindings/arm/freescale/
Dfsl,scu.txt13 with the LSIO DSC IP bus. The SC firmware will communicate with this MU
/Linux-v5.4/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()
/Linux-v5.4/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c3614 stream->timing.flags.DSC = 0; in create_stream_for_sink()
3629 stream->timing.flags.DSC = 1; in create_stream_for_sink()