Message ID | 20220916100551.2531750-1-ankit.k.nautiyal@intel.com (mailing list archive) |
---|---|
Headers | show |
Series | Fix HFVSDB parsing | expand |
On Fri, 16 Sep 2022, Ankit Nautiyal <ankit.k.nautiyal@intel.com> wrote: > Fix issues in HFVSDB parsing for DSC support. > Also minor refactoring in Logging. > > Split from original patch into a new series. > https://patchwork.freedesktop.org/patch/495193/ > > v2: Minor styling fixes. Thanks for the patches, pushed to drm-misc-next. BR, Jani. > > Ankit Nautiyal (4): > drm/edid: Fix minimum bpc supported with DSC1.2 for HDMI sink > drm/edid: Split DSC parsing into separate function > drm/edid: Refactor HFVSDB parsing for DSC1.2 > drm/edid: Avoid multiple log lines for HFVSDB parsing > > drivers/gpu/drm/drm_edid.c | 153 +++++++++++++++++++++---------------- > 1 file changed, 87 insertions(+), 66 deletions(-)