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 },
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
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.
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@lists.freedesktop.org