Lines Matching full:dsc
19 * DOC: dsc helpers
22 * Compression (DSC) used to compress the pixel bits before sending it on
23 * DP/eDP/MIPI DSI interface. DSC is required to be enabled so that the existing
28 * Display Stream Compression standard required for DSC on Display Port/eDP or
35 * @pps_header: Secondary data packet header for DSC Picture
53 * drm_dsc_pps_payload_pack() - Populates the DSC PPS
56 * Bitwise struct for DSC Picture Parameter Set. This is defined
59 * DSC Configuration data filled by driver as defined by
62 * DSC source device sends a picture parameter set (PPS) containing the
64 * populates the DSC PPS struct using the DSC configuration parameters in
65 * the order expected by the DSC Display Sink device. For the DSC, the sink
106 * The DSC panel expects the PPS packet to have big endian format in drm_dsc_pps_payload_pack()
214 * For DSC sink programming the RC Range parameter fields in drm_dsc_pps_payload_pack()
248 * parameters to the dsc configuration defined in
249 * &struct drm_dsc_config in accordance with the DSC 1.2
254 * DSC Configuration data partially filled by driver
308 /* scale_decrement_interval calculation according to DSC spec 1.11 */ in drm_dsc_compute_rc_parameters()
367 * DSC spec mentions that bits_per_pixel specifies the target in drm_dsc_compute_rc_parameters()