drm/tilcdc: Get rid of legacy dpms mechanism
authorJyri Sarha <jsarha@ti.com>
Wed, 22 Jun 2016 13:27:54 +0000 (16:27 +0300)
committerJyri Sarha <jsarha@ti.com>
Mon, 8 Aug 2016 20:05:17 +0000 (23:05 +0300)
commit47bfd6c01efe639d4c44b1e3fce3816d36b23d46
tree3f87bdef74a8eda986588240da0f4381c0dbe9e0
parent514d1a1f47eb94348b6abf168b913af194cdf1a9
drm/tilcdc: Get rid of legacy dpms mechanism

Get rid of legacy dpms mechanism. This simplifies the code quite a
bit. The old start() and stop() functions become tilcdc_crtc_enable()
and *_disable(). The functions are added with all the necessary
mechanisms from the old dpms function and they are used directly as
the crtc helper enable() and disable() callbacks.

Signed-off-by: Jyri Sarha <jsarha@ti.com>
drivers/gpu/drm/tilcdc/tilcdc_crtc.c
drivers/gpu/drm/tilcdc/tilcdc_drv.c
drivers/gpu/drm/tilcdc/tilcdc_drv.h