Re: [PATCH] drm/edid: Quirk Vive Pro VR headset non-desktop.

2018-06-02 Thread Daniel Stone
On 30 May 2018 at 15:03, Jani Nikula wrote: > On Wed, 30 May 2018, Daniel Stone wrote: >> On 29 May 2018 at 12:52, Lubosz Sarnecki >> wrote: >>> This adds the Vive Pro's EDID information and >>> sets EDID_QUIRK_NON_DESKTOP. >> >> Trivially: >> Reviewed-by: Daniel Stone > > Cc: sta...@vger.kern

Re: [PATCH] drm/edid: Quirk Vive Pro VR headset non-desktop.

2018-05-30 Thread Jani Nikula
On Wed, 30 May 2018, Daniel Stone wrote: > On 29 May 2018 at 12:52, Lubosz Sarnecki > wrote: >> This adds the Vive Pro's EDID information and >> sets EDID_QUIRK_NON_DESKTOP. > > Trivially: > Reviewed-by: Daniel Stone Cc: sta...@vger.kernel.org # v4.when-was-this-feature-added? BR, Jani. --

Re: [PATCH] drm/edid: Quirk Vive Pro VR headset non-desktop.

2018-05-30 Thread Daniel Stone
On 29 May 2018 at 12:52, Lubosz Sarnecki wrote: > This adds the Vive Pro's EDID information and > sets EDID_QUIRK_NON_DESKTOP. Trivially: Reviewed-by: Daniel Stone ___ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org

[PATCH] drm/edid: Quirk Vive Pro VR headset non-desktop.

2018-05-29 Thread Lubosz Sarnecki
This adds the Vive Pro's EDID information and sets EDID_QUIRK_NON_DESKTOP. Signed-off-by: Lubosz Sarnecki --- 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