From: Jani Nikula <jani.nikula@linux.intel.com>
To: Sefa Eyeoglu <contact@scrumplex.net>, dri-devel@lists.freedesktop.org
Cc: Sefa Eyeoglu <contact@scrumplex.net>
Subject: Re: [PATCH] drm/edid: add non-desktop quirk to XREAL Air/Air 2 Pro
Date: Tue, 29 Oct 2024 10:34:34 +0200 [thread overview]
Message-ID: <871pzzpasl.fsf@intel.com> (raw)
In-Reply-To: <20241028221055.778851-1-contact@scrumplex.net>
On Mon, 28 Oct 2024, Sefa Eyeoglu <contact@scrumplex.net> wrote:
> Both devices lack a DisplayID 2.0 block and therefore do not advertise
> themselves as HMDs.
>
> See https://gitlab.freedesktop.org/drm/misc/kernel/-/issues/53
Please attach the EDIDs to the bug.
BR,
Jani.
>
> Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
> ---
> drivers/gpu/drm/drm_edid.c | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c
> index 855beafb76ff..bc13f6ef2c5d 100644
> --- a/drivers/gpu/drm/drm_edid.c
> +++ b/drivers/gpu/drm/drm_edid.c
> @@ -219,6 +219,10 @@ static const struct edid_quirk {
> EDID_QUIRK('V', 'L', 'V', 0x91be, EDID_QUIRK_NON_DESKTOP),
> EDID_QUIRK('V', 'L', 'V', 0x91bf, EDID_QUIRK_NON_DESKTOP),
>
> + /* XREAL Air series AR glasses */
> + EDID_QUIRK('M', 'R', 'G', 0x3132, EDID_QUIRK_NON_DESKTOP),
> + EDID_QUIRK('M', 'R', 'G', 0x3135, EDID_QUIRK_NON_DESKTOP),
> +
> /* HTC Vive and Vive Pro VR Headsets */
> EDID_QUIRK('H', 'V', 'R', 0xaa01, EDID_QUIRK_NON_DESKTOP),
> EDID_QUIRK('H', 'V', 'R', 0xaa02, EDID_QUIRK_NON_DESKTOP),
--
Jani Nikula, Intel
next prev parent reply other threads:[~2024-10-29 8:34 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-28 22:10 [PATCH] drm/edid: add non-desktop quirk to XREAL Air/Air 2 Pro Sefa Eyeoglu
2024-10-29 8:34 ` Jani Nikula [this message]
2024-10-29 8:48 ` Sefa Eyeoglu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=871pzzpasl.fsf@intel.com \
--to=jani.nikula@linux.intel.com \
--cc=contact@scrumplex.net \
--cc=dri-devel@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.