Re: [PATCH] drm/edid: add non-desktop quirk to XREAL Air/Air 2 Pro

2024-10-29 Thread Jani Nikula
On Mon, 28 Oct 2024, Sefa Eyeoglu 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 > --- > driv

Re: [PATCH] drm/edid: add non-desktop quirk to XREAL Air/Air 2 Pro

2024-10-29 Thread Sefa Eyeoglu
On Tue, 2024-10-29 at 10:34 +0200, Jani Nikula wrote: > On Mon, 28 Oct 2024, Sefa Eyeoglu 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 EDI

[PATCH] drm/edid: add non-desktop quirk to XREAL Air/Air 2 Pro

2024-10-28 Thread Sefa Eyeoglu
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 Signed-off-by: Sefa Eyeoglu --- drivers/gpu/drm/drm_edid.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/gpu/drm/drm_edid.c