drm: rcar-du: Clamp DPMS states to on and off
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Tue, 9 Dec 2014 11:19:10 +0000 (13:19 +0200)
committerLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Tue, 23 Dec 2014 10:01:52 +0000 (12:01 +0200)
commit3dbf11e42108d2c8a497923df959eb82388131f8
treeebc4e469f6284e564141275a36791e9f6a89c695
parent2d60762adebfa9fabca69fc2f2f2d51d4cfd7af5
drm: rcar-du: Clamp DPMS states to on and off

The intermediate DPMS standby and suspend states are a thing from the
past. They only matter in practice for VGA CRT monitors, and are just a
power saving vs. resume time optimization. Given that they have never
been implemented properly in the rcar-du driver and that the Intel
driver has dropped them on the vga port years ago, it's safe to only
care about the on and off states.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
drivers/gpu/drm/rcar-du/rcar_du_crtc.c
drivers/gpu/drm/rcar-du/rcar_du_encoder.c
drivers/gpu/drm/rcar-du/rcar_du_hdmienc.c