]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7c2f88cc35d2d20b191a191b5155ca6c898c5a4e
tree6f0c819bd2435f980deaf74a53b7a5aa99000887
parent67d0ec2d363223fb0e5358980fc56fe231c29501
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