drm: add connector info/property for non-desktop displays [v2]
authorDave Airlie <airlied@redhat.com>
Thu, 1 Mar 2018 13:38:11 +0000 (15:38 +0200)
committerNitin Garg <nitin.garg@nxp.com>
Tue, 20 Mar 2018 19:55:56 +0000 (14:55 -0500)
commitac7b9993afe68340af8883925e5a5aaad88ff807
treec54e1996824c7741c05913b82487d409b33c61ab
parent1321a214a8f1825b140cda5973daa95ced74a46f
drm: add connector info/property for non-desktop displays [v2]

This adds the infrastructure needed to quirk displays
using edid and to mark them a non-desktop.

A non-desktop display is one which shouldn't normally be included
as a part of a desktop environment.

This is meant to cover head mounted devices like HTC Vive.

v2: Change description from non-standard to non-desktop, add docs

Reviewed-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Marius Vlad <marius-cristian.vlad@nxp.com>
(Ported 66660d4cf21b7dfcb25 from git://people.freedesktop.org/~airlied/linux)
drivers/gpu/drm/drm_connector.c
drivers/gpu/drm/drm_edid.c
include/drm/drm_connector.h
include/drm/drm_crtc.h