mirror of
https://github.com/raspberrypi/linux.git
synced 2026-01-04 18:27:36 +00:00
drm/i915/dsc: Remove old comment about DSC 444 support
DSC with YCbCr420 is now supported, so remove the comment mentioning support for only 444 format. Signed-off-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com> Reviewed-by: Suraj Kandpal <suraj.kandpal@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20250110044131.3162682-3-ankit.k.nautiyal@intel.com
This commit is contained in:
@@ -124,7 +124,6 @@ calculate_rc_params(struct drm_dsc_config *vdsc_cfg)
|
||||
vdsc_cfg->slice_height - 1);
|
||||
}
|
||||
|
||||
/* Our hw supports only 444 modes as of today */
|
||||
if (bpp >= 12)
|
||||
vdsc_cfg->initial_offset = 2048;
|
||||
else if (bpp >= 10)
|
||||
|
||||
Reference in New Issue
Block a user