commit | 47bfd6c01efe639d4c44b1e3fce3816d36b23d46 | [log] [tgz] |
---|---|---|
author | Jyri Sarha <jsarha@ti.com> | Wed Jun 22 16:27:54 2016 +0300 |
committer | Jyri Sarha <jsarha@ti.com> | Mon Aug 08 23:05:17 2016 +0300 |
tree | 3f87bdef74a8eda986588240da0f4381c0dbe9e0 | |
parent | 514d1a1f47eb94348b6abf168b913af194cdf1a9 [diff] |
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>