drm: add connector info/property for non-desktop displays [v2]
authorDave Airlie <airlied@redhat.com>
Mon, 16 Oct 2017 04:08:09 +0000 (05:08 +0100)
committerDave Airlie <airlied@redhat.com>
Thu, 23 Nov 2017 02:45:25 +0000 (12:45 +1000)
commit66660d4cf21b7dfcb258d8a51734963802693796
tree0b0136f6030cc961209ecd17a0963d16feebc2fa
parent1cee3bce71e916c6213ec5566bd9666ffd202de0
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>
fixup docs
drivers/gpu/drm/drm_connector.c
drivers/gpu/drm/drm_edid.c
include/drm/drm_connector.h
include/drm/drm_mode_config.h