Re: [PATCH v1] drm/edid: add 6 bpc quirk to the Sharp LQ116M1JW10
From: Ajye Huang
Date: Fri Oct 31 2025 - 11:35:51 EST
Hi Jani, Doug
On Fri, Oct 31, 2025 at 6:40 PM Jani Nikula <jani.nikula@xxxxxxxxx> wrote:
>
> And as soon as I hit send, I notice the quirk is missing BIT(). It's a
> bit mask, and the enum signifies the bit number.
>
This is my mistake, really sorry about that.
The device which is equipped with the sharp panel uses kernel 6.6, which
#define EDID_QUIRK_FORCE_6BPC (1 << 10) in drm_edid.c
However, the kernel latest is using enum, really appreciate you all
find this my mistake.
I will send the v2 ,Thank you all.