Home
last modified time | relevance | path

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

123

/linux-6.15/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-6.15/Documentation/devicetree/bindings/display/mediatek/
H 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
37 - description: DSC Wrapper Clock
H A Dmediatek,merge.yaml90 MERGE input port, usually from DITHER, DPI, DSC, DSI, MDP_RDMA,
96 MERGE output to a DSC, DPI, DP_INTF, DSI, ETHDR, Write DMA, or
H A Dmediatek,dither.yaml74 display pipeline, for example one of the available DSC compressors,
H A Dmediatek,dsi.yaml89 description: DSI input port, usually from DITHER, DSC or MERGE
/linux-6.15/Documentation/userspace-api/fwctl/
H A Dpds_fwctl.rst16 AMD Pensando software package for the Distributed Service Card (DSC).
21 depends on the firmware in the DSC, and the userspace application
/linux-6.15/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-6.15/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()
H A Dlink_dpms.c950 if (!pipe_ctx->stream->timing.flags.DSC) in link_set_dsc_pps_packet()
1014 if (!pipe_ctx->stream->timing.flags.DSC) in link_set_dsc_enable()
1037 if (!pipe_ctx->stream->timing.flags.DSC) in link_update_dsc_config()
2429 if (pipe_ctx->stream->timing.flags.DSC) { in link_set_dpms_off()
2536 !pipe_ctx->stream->timing.flags.DSC && in link_set_dpms_on()
2561 if (pipe_ctx->stream->timing.flags.DSC) { in link_set_dpms_on()
2612 if (pipe_ctx->stream->timing.flags.DSC) { in link_set_dpms_on()
/linux-6.15/Documentation/devicetree/bindings/display/panel/
H A Dlg,sw43408.yaml14 required DSC (Display Stream Compression) and has rounded corners.
/linux-6.15/drivers/fwctl/
H A DKconfig30 DSC hardware family.
/linux-6.15/drivers/gpu/drm/amd/display/dc/dio/dcn401/
H 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()
535 if (hw_crtc_timing.flags.DSC) { in enc401_stream_encoder_dp_set_stream_attribute()
580 PIXEL_ENCODING_TYPE, hw_crtc_timing.flags.DSC ? 1 : 0, in enc401_stream_encoder_dp_set_stream_attribute()
/linux-6.15/drivers/vdpa/
H A DKconfig124 tristate "vDPA driver for AMD/Pensando DSC devices"
131 offloaded to an AMD/Pensando DSC device.
/linux-6.15/drivers/gpu/drm/display/
H A DKconfig72 DRM display helpers for VESA DSC (used by DSI and DisplayPort).
/linux-6.15/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_mst_types.c893 params[i].timing->flags.DSC = 1; in set_dsc_configs_from_fairness_vars()
906 params[i].timing->flags.DSC = 0; in set_dsc_configs_from_fairness_vars()
920 params[i].timing->flags.DSC, in set_dsc_configs_from_fairness_vars()
1193 stream->timing.flags.DSC = 0; in compute_mst_dsc_configs_for_link()
1501 if (stream->timing.flags.DSC == 1) in compute_mst_dsc_configs_for_state()
1904 stream->timing.flags.DSC = 1; in dm_dp_mst_is_port_support_mode()
/linux-6.15/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-6.15/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-6.15/Documentation/gpu/amdgpu/display/
H A Ddc-glossary.rst94 DSC
/linux-6.15/Documentation/devicetree/bindings/display/rockchip/
H A Drockchip,rk3588-dw-hdmi-qp.yaml18 * Display Stream Compression (DSC)
/linux-6.15/Documentation/devicetree/bindings/bus/
H A Dfsl,imx8qxp-pixel-link-msi-bus.yaml16 clock and reset through the i.MX8 Distributed Slave System Controller (DSC).
/linux-6.15/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-6.15/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-6.15/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()

123