All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/edid: Quirk Vive Pro VR headset non-desktop.
@ 2018-05-29 11:52 Lubosz Sarnecki
  2018-05-30 12:02 ` Daniel Stone
  0 siblings, 1 reply; 4+ messages in thread
From: Lubosz Sarnecki @ 2018-05-29 11:52 UTC (permalink / raw)
  To: dri-devel

This adds the Vive Pro's EDID information and
sets EDID_QUIRK_NON_DESKTOP.

Signed-off-by: Lubosz Sarnecki <lubosz.sarnecki@collabora.com>
---
 drivers/gpu/drm/drm_edid.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c
index 39f1db4acda4..2697ff51f1ac 100644
--- a/drivers/gpu/drm/drm_edid.c
+++ b/drivers/gpu/drm/drm_edid.c
@@ -163,8 +163,9 @@ static const struct edid_quirk {
 	/* Rotel RSX-1058 forwards sink's EDID but only does HDMI 1.1*/
 	{ "ETR", 13896, EDID_QUIRK_FORCE_8BPC },
 
-	/* HTC Vive VR Headset */
+	/* HTC Vive and Vive Pro VR Headsets */
 	{ "HVR", 0xaa01, EDID_QUIRK_NON_DESKTOP },
+	{ "HVR", 0xaa02, EDID_QUIRK_NON_DESKTOP },
 
 	/* Oculus Rift DK1, DK2, and CV1 VR Headsets */
 	{ "OVR", 0x0001, EDID_QUIRK_NON_DESKTOP },
-- 
2.17.0

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] drm/edid: Quirk Vive Pro VR headset non-desktop.
  2018-05-29 11:52 [PATCH] drm/edid: Quirk Vive Pro VR headset non-desktop Lubosz Sarnecki
@ 2018-05-30 12:02 ` Daniel Stone
  2018-05-30 14:03   ` Jani Nikula
  0 siblings, 1 reply; 4+ messages in thread
From: Daniel Stone @ 2018-05-30 12:02 UTC (permalink / raw)
  To: Lubosz Sarnecki; +Cc: dri-devel

On 29 May 2018 at 12:52, Lubosz Sarnecki <lubosz.sarnecki@collabora.com> wrote:
> This adds the Vive Pro's EDID information and
> sets EDID_QUIRK_NON_DESKTOP.

Trivially:
Reviewed-by: Daniel Stone <daniels@collabora.com>
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] drm/edid: Quirk Vive Pro VR headset non-desktop.
  2018-05-30 12:02 ` Daniel Stone
@ 2018-05-30 14:03   ` Jani Nikula
  2018-06-02  8:58     ` Daniel Stone
  0 siblings, 1 reply; 4+ messages in thread
From: Jani Nikula @ 2018-05-30 14:03 UTC (permalink / raw)
  To: Daniel Stone, Lubosz Sarnecki; +Cc: dri-devel

On Wed, 30 May 2018, Daniel Stone <daniel@fooishbar.org> wrote:
> On 29 May 2018 at 12:52, Lubosz Sarnecki <lubosz.sarnecki@collabora.com> wrote:
>> This adds the Vive Pro's EDID information and
>> sets EDID_QUIRK_NON_DESKTOP.
>
> Trivially:
> Reviewed-by: Daniel Stone <daniels@collabora.com>

Cc: stable@vger.kernel.org # v4.when-was-this-feature-added?

BR,
Jani.


-- 
Jani Nikula, Intel Open Source Graphics Center
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] drm/edid: Quirk Vive Pro VR headset non-desktop.
  2018-05-30 14:03   ` Jani Nikula
@ 2018-06-02  8:58     ` Daniel Stone
  0 siblings, 0 replies; 4+ messages in thread
From: Daniel Stone @ 2018-06-02  8:58 UTC (permalink / raw)
  To: Jani Nikula; +Cc: dri-devel, Lubosz Sarnecki

On 30 May 2018 at 15:03, Jani Nikula <jani.nikula@linux.intel.com> wrote:
> On Wed, 30 May 2018, Daniel Stone <daniel@fooishbar.org> wrote:
>> On 29 May 2018 at 12:52, Lubosz Sarnecki <lubosz.sarnecki@collabora.com> wrote:
>>> This adds the Vive Pro's EDID information and
>>> sets EDID_QUIRK_NON_DESKTOP.
>>
>> Trivially:
>> Reviewed-by: Daniel Stone <daniels@collabora.com>
>
> Cc: stable@vger.kernel.org # v4.when-was-this-feature-added?

Thanks Lubosz and Jani - pushed to drm-misc-next, annotated for 4.15+.

Cheers,
Daniel
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-06-02  8:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-29 11:52 [PATCH] drm/edid: Quirk Vive Pro VR headset non-desktop Lubosz Sarnecki
2018-05-30 12:02 ` Daniel Stone
2018-05-30 14:03   ` Jani Nikula
2018-06-02  8:58     ` Daniel Stone

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.