Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dsc/
A DMakefile4 DSC = dc_dsc.o rc_calc.o rc_calc_dpi.o macro
6 AMD_DAL_DSC = $(addprefix $(AMDDALPATH)/dc/dsc/,$(DSC))
/linux/Documentation/ide/
A 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
A 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.
A DChangeLog.ide-cd.1994-2004134 * 4.03 Dec 04, 1996 -- Added DSC overlap support.
/linux/Documentation/admin-guide/media/
A Dzr364xx.rst84 0x0595 0x4343 Digitrex DSC 1300
88 0x0feb 0x2004 Packard Bell DSC-300
A Dgspca-cardlist.rst261 spca500 084d:0003 D-Link DSC-350
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
A Damdgpu_dm_mst_types.c564 params[i].timing->flags.DSC = 1; in set_dsc_configs_from_fairness_vars()
577 params[i].timing->flags.DSC = 0; in set_dsc_configs_from_fairness_vars()
795 stream->timing.flags.DSC = 0; in compute_mst_dsc_configs_for_link()
1000 if (stream->timing.flags.DSC == 1) in compute_mst_dsc_configs_for_state()
A Damdgpu_dm.c6067 stream->timing.flags.DSC = 0; in update_dsc_caps()
6105 stream->timing.flags.DSC = 1; in apply_dsc_policy_for_stream()
6112 stream->timing.flags.DSC = 1; in apply_dsc_policy_for_stream()
6114 if (stream->timing.flags.DSC && aconnector->dsc_settings.dsc_num_slices_h) in apply_dsc_policy_for_stream()
6117 if (stream->timing.flags.DSC && aconnector->dsc_settings.dsc_num_slices_v) in apply_dsc_policy_for_stream()
6120 if (stream->timing.flags.DSC && aconnector->dsc_settings.dsc_bits_per_pixel) in apply_dsc_policy_for_stream()
7337 if (stream->timing.flags.DSC != 1) { in dm_update_mst_vcpi_slots_for_dsc()
/linux/drivers/gpu/drm/amd/display/dc/core/
A Ddc_link_hwss.c638 if (!pipe_ctx->stream->timing.flags.DSC)
671 if (!pipe_ctx->stream->timing.flags.DSC || !dsc)
733 if (!pipe_ctx->stream->timing.flags.DSC)
A Ddc_link.c4075 if (pipe_ctx->stream->timing.flags.DSC) { in fpga_dp_hpo_enable_link_and_stream()
4169 stream->timing.flags.DSC,
4258 !pipe_ctx->stream->timing.flags.DSC) {
4275 if (pipe_ctx->stream->timing.flags.DSC) {
4326 if (pipe_ctx->stream->timing.flags.DSC) {
4457 if (pipe_ctx->stream->timing.flags.DSC) {
4781 if (timing->flags.DSC)
A Ddc.c633 param.dsc_mode = pipe->stream->timing.flags.DSC ? 1:0; in dc_stream_configure_crc()
1562 if (crtc_timing->flags.DSC) in dc_validate_seamless_boot_timing()
2661 uint32_t old_dsc_enabled = stream->timing.flags.DSC; in copy_stream_update_to_stream()
2672 stream->timing.flags.DSC = enable_dsc; in copy_stream_update_to_stream()
2675 stream->timing.flags.DSC = old_dsc_enabled; in copy_stream_update_to_stream()
/linux/drivers/gpu/drm/amd/display/dc/
A Ddc_hw_types.h706 uint32_t DSC : 1; /* Use DSC with this timing */ member
/linux/drivers/gpu/drm/amd/display/dc/dcn20/
A Ddcn20_stream_encoder.c447 two_pix = two_pix || (timing->flags.DSC && timing->pixel_encoding == PIXEL_ENCODING_YCBCR422 in is_two_pixels_per_containter()
A Ddcn20_resource.c1803 if (result == DC_OK && dc_stream->timing.flags.DSC) in dcn20_add_stream_to_ctx()
1959 if (next_odm_pipe->stream->timing.flags.DSC == 1 && !next_odm_pipe->top_pipe) { in dcn20_split_stream_for_odm()
2054 pipes[pipe_cnt].dout.dsc_enable = res_ctx->pipe_ctx[i].stream->timing.flags.DSC; in dcn20_populate_dml_pipes_from_context()
2192 if (res_ctx->pipe_ctx[i].stream->timing.flags.DSC && in dcn20_populate_dml_pipes_from_context()
2204 if (res_ctx->pipe_ctx[i].stream->timing.flags.DSC) in dcn20_populate_dml_pipes_from_context()
2486 if (pipe_ctx->top_pipe || pipe_ctx->prev_odm_pipe || !stream || !stream->timing.flags.DSC) in dcn20_validate_dsc()
/linux/drivers/gpu/drm/amd/display/dc/dcn31/
A Ddcn31_dccg.c488 (timing->flags.DSC && timing->pixel_encoding == PIXEL_ENCODING_YCBCR422 in dccg31_set_dtbclk_dto()
/linux/Documentation/devicetree/bindings/arm/freescale/
A Dfsl,scu.txt13 with the LSIO DSC IP bus. The SC firmware will communicate with this MU
/linux/drivers/gpu/drm/amd/display/dc/dcn10/
A Ddcn10_optc.c1611 two_pix = two_pix || (timing->flags.DSC && timing->pixel_encoding == PIXEL_ENCODING_YCBCR422 in optc1_is_two_pixels_per_containter()
/linux/drivers/gpu/drm/amd/display/dc/dcn30/
A Ddcn30_resource.c1797 if (sec_pipe->stream->timing.flags.DSC == 1) { in dcn30_split_stream_for_mpc_or_odm()

Completed in 64 milliseconds