Commit 0d69fc7a authored by Ankit Nautiyal's avatar Ankit Nautiyal
Browse files

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: default avatarAnkit Nautiyal <ankit.k.nautiyal@intel.com>
Reviewed-by: default avatarSuraj Kandpal <suraj.kandpal@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250110044131.3162682-3-ankit.k.nautiyal@intel.com
parent 3abe2824
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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)