summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorRob Clark <robdclark@gmail.com>2012-12-04 19:59:12 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-01-07 20:24:36 (GMT)
commitf5f9454c2145fa018c9808597739abce67114ac7 (patch)
tree2895dde1b281748c32842bcefe66d4393d7cbff7 /firmware
parent3c8c21e63a44de815e924b1605ee8351c5703d0b (diff)
downloadlinux-fsl-qoriq-f5f9454c2145fa018c9808597739abce67114ac7.tar.xz
staging: drm/omap: use omapdss low level API
This patch changes the omapdrm KMS to bypass the omapdss "compat" layer and use the core omapdss API directly. This solves some layering issues that would cause unpin confusion vs GO bit status, because we would not know whether a particular pageflip or overlay update has hit the screen or not. Now instead we explicitly manage the GO bits in dispc and handle the vblank/framedone interrupts ourself so that we always know which buffers are being scanned out at any given time, and so on. As an added bonus, we no longer leave the last overlay buffer pinned when the display is disabled, and have been able to add the previously missing vblank event handling. v1: original v2: rebased on latest staging-next and omapdss patches from Tomi and review comments from Archit Taneja Signed-off-by: Rob Clark <robdclark@gmail.com> Reviewed-by: Archit Taneja <archit@ti.com> Reviewed-by: Sumit Semwal <sumit.semwal@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'firmware')
0 files changed, 0 insertions, 0 deletions