OSDN Git Service

drm: add drm_connector_attach_edid_property()
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 2 Oct 2018 11:10:40 +0000 (13:10 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 5 Oct 2018 11:53:50 +0000 (13:53 +0200)
commit6b7e2d5c30322e6f30fcffb592615906ce9d3c6a
tree6f0c819bd2435f980deaf74a53b7a5aa99000887
parent4db4b85014df7fa3c91a2e9330ca446ac9b3b882
drm: add drm_connector_attach_edid_property()

drm_connector_init doesn't attach the edid property for some connector
types, drm_connector_attach_edid_property() can be used to enable the
edid property in these cases.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/20181002111041.17053-2-kraxel@redhat.com
drivers/gpu/drm/drm_connector.c
include/drm/drm_connector.h