]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915: add crtc->enable/disable vfuncs insted of dpms
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 29 Jun 2012 20:39:33 +0000 (22:39 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 6 Sep 2012 05:52:00 +0000 (07:52 +0200)
commit76e5a89c0a01c43b09512da633910dd0d8b398be
treeaa846f16c4e21ab1814deb189c80502de7144b3e
parent83358c85866ebd2af1229fc9870b93e126690671
drm/i915: add crtc->enable/disable vfuncs insted of dpms

Because that's what we're essentially calling. This is the first step
in untangling the crtc_helper induced dpms handling mess we have - at
the crtc level we only have 2 states and the magic is just in
selecting which one (and atm there isn't even much magic, but on
recent platforms where not even the crt output has more than 2 states
we could do better).

Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/intel_display.c