On Fri, Dec 04, 2015 at 09:45:59AM +0100, Daniel Vetter wrote: > 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 > --- > drivers/gpu/drm/drm_crtc.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) Reviewed-by: Thierry Reding