commit | 3558c112aa129ca5e4f06a33e9241611f7a9d2c7 | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri Dec 04 09:45:59 2015 +0100 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Tue Dec 08 16:13:51 2015 +0100 |
tree | 4a175aad454843e56bffec4fbb1b96a32f24537c | |
parent | 6fe14acd496e7ca27d6dfbeaa71b4f16656d10c2 [diff] |
drm: connector->dpms is not optional We always register the DPMS property, it's really a fundamental part of a display driver. So don't check whether the vfunc is there, it's non-optional Yes I've audited all the almost 100 drm_connector_funcs we have, no one botched this ;-) Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/1449218769-16577-19-git-send-email-daniel.vetter@ffwll.ch Reviewed-by: Thierry Reding <treding@nvidia.com>