Hi Jani, Doug On Fri, Oct 31, 2025 at 6:40 PM Jani Nikula <[email protected]> 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.
