Home
last modified time | relevance | path

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

12

/linux/Documentation/devicetree/bindings/display/mediatek/
A Dmediatek,dsc.yaml7 title: mediatek display DSC controller
14 The DSC standard is a specification of the algorithms used for
17 video bit stream. DSC is designed for real-time systems with
34 - description: DSC Wrapper Clock
/linux/drivers/gpu/drm/amd/display/dc/dsc/
A DMakefile34 DSC = dc_dsc.o rc_calc.o rc_calc_dpi.o macro
36 AMD_DAL_DSC = $(addprefix $(AMDDALPATH)/dc/dsc/,$(DSC))
A Ddc_dsc.c63 if (!timing->flags.DSC) { in apply_128b_132b_stream_overhead()
94 if (timing->flags.DSC) in dc_bandwidth_in_kbps_from_timing()
/linux/drivers/gpu/drm/amd/display/dc/link/
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()
A Dlink_dpms.c926 if (!pipe_ctx->stream->timing.flags.DSC) in link_set_dsc_pps_packet()
990 if (!pipe_ctx->stream->timing.flags.DSC) in link_set_dsc_enable()
1013 if (!pipe_ctx->stream->timing.flags.DSC) in link_update_dsc_config()
2408 if (pipe_ctx->stream->timing.flags.DSC) { in link_set_dpms_off()
2514 !pipe_ctx->stream->timing.flags.DSC && in link_set_dpms_on()
2530 if (pipe_ctx->stream->timing.flags.DSC) { in link_set_dpms_on()
2581 if (pipe_ctx->stream->timing.flags.DSC) { in link_set_dpms_on()
/linux/Documentation/networking/device_drivers/ethernet/amd/
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.
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
A Dpds_vdpa.rst5 PCI vDPA driver for the AMD/Pensando(R) DSC adapter family
/linux/Documentation/devicetree/bindings/display/panel/
A Dlg,sw43408.yaml14 required DSC (Display Stream Compression) and has rounded corners.
/linux/drivers/gpu/drm/amd/display/dc/dio/dcn401/
A Ddcn401_dio_stream_encoder.c258 two_pix = two_pix || (timing->flags.DSC && timing->pixel_encoding == PIXEL_ENCODING_YCBCR422 in is_two_pixels_per_containter()
536 if (hw_crtc_timing.flags.DSC) { in enc401_stream_encoder_dp_set_stream_attribute()
581 PIXEL_ENCODING_TYPE, hw_crtc_timing.flags.DSC ? 1 : 0, in enc401_stream_encoder_dp_set_stream_attribute()
/linux/drivers/vdpa/
A DKconfig124 tristate "vDPA driver for AMD/Pensando DSC devices"
131 offloaded to an AMD/Pensando DSC device.
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
A Damdgpu_dm_mst_types.c855 params[i].timing->flags.DSC = 1; in set_dsc_configs_from_fairness_vars()
868 params[i].timing->flags.DSC = 0; in set_dsc_configs_from_fairness_vars()
882 params[i].timing->flags.DSC, in set_dsc_configs_from_fairness_vars()
1146 stream->timing.flags.DSC = 0; in compute_mst_dsc_configs_for_link()
1452 if (stream->timing.flags.DSC == 1) in compute_mst_dsc_configs_for_state()
1841 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/
A Dctrl0073dp.h274 NV0073_CTRL_CMD_DSC_CAP_PARAMS DSC; member
/linux/drivers/gpu/drm/amd/display/dc/link/hwss/
A Dlink_hwss_hpo_dp.c101 stream->timing.flags.DSC, in setup_hpo_dp_stream_attribute()
/linux/Documentation/gpu/amdgpu/display/
A Ddc-glossary.rst94 DSC
A Ddcn-overview.rst59 want to drive an 8k@60Hz with a DSC enabled, our DCN may require 4 DPP and 2
138 another pipe; they are routed linearly, except for DSC, which can be
/linux/drivers/gpu/drm/amd/display/dc/dio/dcn314/
A Ddcn314_dio_stream_encoder.c272 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/dcn32/
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/
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/Documentation/devicetree/bindings/bus/
A Dfsl,imx8qxp-pixel-link-msi-bus.yaml16 clock and reset through the i.MX8 Distributed Slave System Controller (DSC).
/linux/drivers/gpu/drm/amd/display/dc/dce/
A Ddmub_replay.c176 copy_settings_data->flags.bitfields.dsc_enable_status = (pipe_ctx->stream->timing.flags.DSC == 1); in dmub_replay_copy_settings()
A Ddmub_psr.c382 copy_settings_data->dsc_enable_status = (pipe_ctx->stream->timing.flags.DSC == 1); in dmub_psr_copy_settings()
/linux/Documentation/devicetree/bindings/firmware/
A Dfsl,scu.yaml21 with the LSIO DSC IP bus. The SC firmware will communicate with this MU
/linux/drivers/gpu/drm/amd/display/dc/
A Ddc_hw_types.h797 uint32_t DSC : 1; /* Use DSC with this timing */ member
/linux/drivers/gpu/drm/amd/display/dc/dio/dcn20/
A Ddcn20_stream_encoder.c463 two_pix = two_pix || (timing->flags.DSC && timing->pixel_encoding == PIXEL_ENCODING_YCBCR422 in is_two_pixels_per_containter()

Completed in 52 milliseconds

12