lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CALprXBb7w_15kOBo=ZUzD9vhKyPDD34frk9UYmcQvS_7vEfNaQ@mail.gmail.com>
Date: Fri, 31 Oct 2025 23:35:48 +0800
From: Ajye Huang <ajye_huang@...pal.corp-partner.google.com>
To: Jani Nikula <jani.nikula@...el.com>
Cc: Doug Anderson <dianders@...omium.org>, linux-kernel@...r.kernel.org, 
	Maarten Lankhorst <maarten.lankhorst@...ux.intel.com>, Maxime Ripard <mripard@...nel.org>, 
	David Airlie <airlied@...il.com>, Simona Vetter <simona@...ll.ch>, dri-devel@...ts.freedesktop.org
Subject: Re: [PATCH v1] drm/edid: add 6 bpc quirk to the Sharp LQ116M1JW10

Hi Jani, Doug

On Fri, Oct 31, 2025 at 6:40 PM Jani Nikula <jani.nikula@...el.com> 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.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ