Home
last modified time | relevance | path

Searched defs:dc_dsc_config (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/
Ddc_hw_types.h846 struct dc_dsc_config { struct
847 uint32_t num_slices_h; /* Number of DSC slices - horizontal */
848 uint32_t num_slices_v; /* Number of DSC slices - vertical */
849 uint32_t bits_per_pixel; /* DSC target bitrate in 1/16 of bpp (e.g. 128 -> 8bpp) */
850 bool block_pred_enable; /* DSC block prediction enable */
851 uint32_t linebuf_depth; /* DSC line buffer depth */
852 uint32_t version_minor; /* DSC minor version. Full version is formed as 1.version_minor. */
853 bool ycbcr422_simple; /* Tell DSC engine to convert YCbCr 4:2:2 to 'YCbCr 4:2:2 simple'. */
854 int32_t rc_buffer_size; /* DSC RC buffer block size in bytes */
855 bool is_frl; /* indicate if DSC is applied based on HDMI FRL sink's capability */
[all …]