Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dsc/
DMakefile32 DSC = dc_dsc.o rc_calc.o rc_calc_dpi.o macro
34 AMD_DAL_DSC = $(addprefix $(AMDDALPATH)/dc/dsc/,$(DSC))
Ddc_dsc.c46 if (timing->flags.DSC) { in dc_dsc_bandwidth_in_kbps_from_timing()
/kernel/linux/linux-5.10/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.
/kernel/linux/linux-5.10/Documentation/admin-guide/media/
Dzr364xx.rst84 0x0595 0x4343 Digitrex DSC 1300
88 0x0feb 0x2004 Packard Bell DSC-300
Dgspca-cardlist.rst261 spca500 084d:0003 D-Link DSC-350
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_mst_types.c520 params[i].timing->flags.DSC = 1; in set_dsc_configs_from_fairness_vars()
533 params[i].timing->flags.DSC = 0; in set_dsc_configs_from_fairness_vars()
739 stream->timing.flags.DSC = 0; in compute_mst_dsc_configs_for_link()
865 if (stream->timing.flags.DSC == 1) in compute_mst_dsc_configs_for_state()
Damdgpu_dm.c4829 stream->timing.flags.DSC = 0; in create_stream_for_sink()
4853 stream->timing.flags.DSC = 1; in create_stream_for_sink()
4856 stream->timing.flags.DSC = 1; in create_stream_for_sink()
4858 if (stream->timing.flags.DSC && aconnector->dsc_settings.dsc_num_slices_h) in create_stream_for_sink()
4861 if (stream->timing.flags.DSC && aconnector->dsc_settings.dsc_num_slices_v) in create_stream_for_sink()
4864 if (stream->timing.flags.DSC && aconnector->dsc_settings.dsc_bits_per_pixel) in create_stream_for_sink()
5806 if (stream->timing.flags.DSC != 1) { in dm_update_mst_vcpi_slots_for_dsc()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/
Ddc_link_hwss.c519 if (!pipe_ctx->stream->timing.flags.DSC) in dp_set_dsc_enable()
543 if (!pipe_ctx->stream->timing.flags.DSC || !dsc) in dp_set_dsc_pps_sdp()
586 if (!pipe_ctx->stream->timing.flags.DSC) in dp_update_dsc_config()
Ddc_link.c3226 if (pipe_ctx->stream->timing.flags.DSC) { in core_link_enable_stream()
3271 if (pipe_ctx->stream->timing.flags.DSC) { in core_link_enable_stream()
3354 if (pipe_ctx->stream->timing.flags.DSC) { in core_link_disable_stream()
3426 if (timing->flags.DSC) { in dc_bandwidth_in_kbps_from_timing()
Ddc.c373 param.dsc_mode = pipe->stream->timing.flags.DSC ? 1:0; in dc_stream_configure_crc()
2247 uint32_t old_dsc_enabled = stream->timing.flags.DSC; in copy_stream_update_to_stream()
2258 stream->timing.flags.DSC = enable_dsc; in copy_stream_update_to_stream()
2261 stream->timing.flags.DSC = old_dsc_enabled; in copy_stream_update_to_stream()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/
Ddc_hw_types.h715 uint32_t DSC : 1; /* Use DSC with this timing */ member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_stream_encoder.c441 two_pix = two_pix || (timing->flags.DSC && timing->pixel_encoding == PIXEL_ENCODING_YCBCR422 in is_two_pixels_per_containter()
Ddcn20_resource.c1782 if (result == DC_OK && dc_stream->timing.flags.DSC) in dcn20_add_stream_to_ctx()
1928 if (next_odm_pipe->stream->timing.flags.DSC == 1) { in dcn20_split_stream_for_odm()
2054 pipes[pipe_cnt].dout.dsc_enable = res_ctx->pipe_ctx[i].stream->timing.flags.DSC;
2203 if (res_ctx->pipe_ctx[i].stream->timing.flags.DSC)
2493 if (pipe_ctx->top_pipe || pipe_ctx->prev_odm_pipe || !stream || !stream->timing.flags.DSC)
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/freescale/
Dfsl,scu.txt13 with the LSIO DSC IP bus. The SC firmware will communicate with this MU
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_optc.c1571 two_pix = two_pix || (timing->flags.DSC && timing->pixel_encoding == PIXEL_ENCODING_YCBCR422 in optc1_is_two_pixels_per_containter()
/kernel/linux/patches/linux-5.10/yangfan_patch/
Dinclude.patch292 + * struct drm_hdmi_dsc_cap - DSC capabilities of HDMI sink
294 + * Describes the DSC support provided by HDMI 2.1 sink.
302 + /** @native_420: Does sink support DSC with 4:2:0 compression */
325 + /** @max_frl_rate_per_lane : maximum frl rate with DSC per lane */
347 + /** @dsc_cap: DSC capabilities of the sink */
439 +/* DSC specific */
Ddrivers.patch19694 + * fractional bpp, if supported by PCON DSC encoder
19721 + * The decrement is according to the fractional support from PCON DSC
23906 + * @native_420: Does sink support DSC with 4:2:0 compression
23908 + * @version_major: DSC major version
23909 + * @version_minor: DSC minor version
31750 + /* DSC SYS CTRL */
31772 + /* DSC encoder */
37749 +/* DSC register definition */
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_resource.c1880 if (sec_pipe->stream->timing.flags.DSC == 1) { in dcn30_split_stream_for_mpc_or_odm()