Home
last modified time | relevance | path

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

12

/linux/drivers/gpu/drm/amd/display/dc/dsc/
H A DMakefile34 DSC = dc_dsc.o rc_calc.o rc_calc_dpi.o macro
36 AMD_DAL_DSC = $(addprefix $(AMDDALPATH)/dc/dsc/,$(DSC))
/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_validation.c128 if (timing->flags.DSC && !timing->dsc_cfg.is_frl) in dp_active_dongle_validate_timing()
130 outputTiming.flags.DSC = 0; in dp_active_dongle_validate_timing()
293 if (is_max_uncompressed_pixel_rate_exceeded && !timing->flags.DSC) { in dp_validate_mode_timing()
/linux/Documentation/networking/device_drivers/ethernet/amd/
H A Dpds_vfio_pci.rst5 PCI VFIO driver for the AMD/Pensando(R) DSC adapter family
15 capable Virtual Function (VF) devices in the DSC hardware.
H A Dpds_core.rst4 Linux Driver for the AMD/Pensando(R) DSC adapter family
98 The ``flash`` command can update a the DSC firmware. The downloaded firmware
H A Dpds_vdpa.rst5 PCI vDPA driver for the AMD/Pensando(R) DSC adapter family
/linux/drivers/vdpa/
H A DKconfig124 tristate "vDPA driver for AMD/Pensando DSC devices"
131 offloaded to an AMD/Pensando DSC device.
/linux/drivers/gpu/drm/display/
H A DKconfig71 DRM display helpers for VESA DSC (used by DSI and DisplayPort).
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_mst_types.c859 params[i].timing->flags.DSC = 1; in set_dsc_configs_from_fairness_vars()
872 params[i].timing->flags.DSC = 0; in set_dsc_configs_from_fairness_vars()
886 params[i].timing->flags.DSC, in set_dsc_configs_from_fairness_vars()
1159 stream->timing.flags.DSC = 0; in compute_mst_dsc_configs_for_link()
1467 if (stream->timing.flags.DSC == 1) in compute_mst_dsc_configs_for_state()
1856 stream->timing.flags.DSC = 1; in dm_dp_mst_is_port_support_mode()
/linux/drivers/gpu/drm/nouveau/include/nvrm/535.113.01/common/sdk/nvidia/inc/ctrl/ctrl0073/
H A Dctrl0073dp.h274 NV0073_CTRL_CMD_DSC_CAP_PARAMS DSC; member
/linux/drivers/gpu/drm/amd/display/dc/link/hwss/
H A Dlink_hwss_hpo_dp.c101 stream->timing.flags.DSC, in setup_hpo_dp_stream_attribute()
/linux/Documentation/gpu/amdgpu/display/
H A Ddc-glossary.rst94 DSC
/linux/drivers/gpu/drm/amd/display/dc/dio/dcn32/
H A Ddcn32_dio_stream_encoder.c239 two_pix = two_pix || (timing->flags.DSC && timing->pixel_encoding == PIXEL_ENCODING_YCBCR422 in is_two_pixels_per_containter()
/linux/drivers/gpu/drm/amd/display/dc/dio/dcn35/
H A Ddcn35_dio_stream_encoder.c271 two_pix = two_pix || (timing->flags.DSC && timing->pixel_encoding == PIXEL_ENCODING_YCBCR422 in is_two_pixels_per_containter()
/linux/drivers/gpu/drm/amd/display/dc/dio/dcn314/
H A Ddcn314_dio_stream_encoder.c281 two_pix = two_pix || (timing->flags.DSC && timing->pixel_encoding == PIXEL_ENCODING_YCBCR422 in is_two_pixels_per_containter()
/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddmub_replay.c176 copy_settings_data->flags.bitfields.dsc_enable_status = (pipe_ctx->stream->timing.flags.DSC == 1); in dmub_replay_copy_settings()
H A Ddmub_psr.c382 copy_settings_data->dsc_enable_status = (pipe_ctx->stream->timing.flags.DSC == 1); in dmub_psr_copy_settings()
/linux/drivers/gpu/drm/amd/display/dc/dio/dcn20/
H A Ddcn20_stream_encoder.c463 two_pix = two_pix || (timing->flags.DSC && timing->pixel_encoding == PIXEL_ENCODING_YCBCR422 in is_two_pixels_per_containter()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_hw_types.h797 uint32_t DSC : 1; /* Use DSC with this timing */ member
/linux/drivers/gpu/drm/amd/display/dc/dccg/dcn31/
H A Ddcn31_dccg.c565 (params->timing->flags.DSC && params->timing->pixel_encoding == PIXEL_ENCODING_YCBCR422 in dccg31_set_dtbclk_dto()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn314/
H A Ddcn314_hwseq.c186 update_dsc_on_stream(pipe_ctx, pipe_ctx->stream->timing.flags.DSC); in dcn314_update_odm()
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_translation_helper.c740 out->DSCEnable[location] = (enum dml_dsc_enable)in->timing.flags.DSC; in populate_dml_output_cfg_from_stream_state()
805 if (in->timing.flags.DSC && !in->timing.dsc_cfg.ycbcr422_simple) in populate_dml_output_cfg_from_stream_state()
817 if (in->timing.flags.DSC) { in populate_dml_output_cfg_from_stream_state()
H A Ddml2_mall_phantom.c712 phantom_stream->timing.flags.DSC = 0; // Don't need DSC for phantom timing in set_phantom_stream_timing()
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/
H A Ddml21_utils.c363 phantom_stream->timing.flags.DSC = 0; // phantom always has DSC disabled in dml21_add_phantom_stream()
/linux/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_dp_capability.c950 if (stream->timing.flags.DSC) { in link_decide_link_settings()
960 tmp_timing.flags.DSC = 0; in link_decide_link_settings()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_stream.c827 stream->timing.flags.DSC, in dc_stream_log()

12