Lines Matching full:dsc
20 * DOC: dsc helpers
23 * Compression (DSC) used to compress the pixel bits before sending it on
24 * DP/eDP/MIPI DSI interface. DSC is required to be enabled so that the existing
29 * Display Stream Compression standard required for DSC on Display Port/eDP or
36 * @pps_header: Secondary data packet header for DSC Picture
81 * drm_dsc_pps_payload_pack() - Populates the DSC PPS
84 * Bitwise struct for DSC Picture Parameter Set. This is defined
87 * DSC Configuration data filled by driver as defined by
90 * DSC source device sends a picture parameter set (PPS) containing the
92 * populates the DSC PPS struct using the DSC configuration parameters in
93 * the order expected by the DSC Display Sink device. For the DSC, the sink
134 * The DSC panel expects the PPS packet to have big endian format in drm_dsc_pps_payload_pack()
241 * For DSC sink programming the RC Range parameter fields in drm_dsc_pps_payload_pack()
275 * parameters to the dsc configuration defined in
276 * &struct drm_dsc_config in accordance with the DSC 1.2
281 * DSC Configuration data partially filled by driver
335 /* scale_decrement_interval calculation according to DSC spec 1.11 */ in drm_dsc_compute_rc_parameters()
394 * DSC spec mentions that bits_per_pixel specifies the target in drm_dsc_compute_rc_parameters()