/linux/drivers/gpu/drm/amd/display/dc/dsc/ |
H A D | Makefile | 34 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 D | link_validation.c | 128 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 D | pds_vfio_pci.rst | 5 PCI VFIO driver for the AMD/Pensando(R) DSC adapter family 15 capable Virtual Function (VF) devices in the DSC hardware.
|
H A D | pds_core.rst | 4 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 D | pds_vdpa.rst | 5 PCI vDPA driver for the AMD/Pensando(R) DSC adapter family
|
/linux/drivers/vdpa/ |
H A D | Kconfig | 124 tristate "vDPA driver for AMD/Pensando DSC devices" 131 offloaded to an AMD/Pensando DSC device.
|
/linux/drivers/gpu/drm/display/ |
H A D | Kconfig | 71 DRM display helpers for VESA DSC (used by DSI and DisplayPort).
|
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm_mst_types.c | 859 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 D | ctrl0073dp.h | 274 NV0073_CTRL_CMD_DSC_CAP_PARAMS DSC; member
|
/linux/drivers/gpu/drm/amd/display/dc/link/hwss/ |
H A D | link_hwss_hpo_dp.c | 101 stream->timing.flags.DSC, in setup_hpo_dp_stream_attribute()
|
/linux/Documentation/gpu/amdgpu/display/ |
H A D | dc-glossary.rst | 94 DSC
|
/linux/drivers/gpu/drm/amd/display/dc/dio/dcn32/ |
H A D | dcn32_dio_stream_encoder.c | 239 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 D | dcn35_dio_stream_encoder.c | 271 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 D | dcn314_dio_stream_encoder.c | 281 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 D | dmub_replay.c | 176 copy_settings_data->flags.bitfields.dsc_enable_status = (pipe_ctx->stream->timing.flags.DSC == 1); in dmub_replay_copy_settings()
|
H A D | dmub_psr.c | 382 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 D | dcn20_stream_encoder.c | 463 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 D | dc_hw_types.h | 797 uint32_t DSC : 1; /* Use DSC with this timing */ member
|
/linux/drivers/gpu/drm/amd/display/dc/dccg/dcn31/ |
H A D | dcn31_dccg.c | 565 (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 D | dcn314_hwseq.c | 186 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 D | dml2_translation_helper.c | 740 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 D | dml2_mall_phantom.c | 712 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 D | dml21_utils.c | 363 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 D | link_dp_capability.c | 950 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 D | dc_stream.c | 827 stream->timing.flags.DSC, in dc_stream_log()
|