linux/drivers/gpu/drm/msm
Rob Clark b69720c0f5 drm/msm/mdp4: pageflip fixes
Backport a few fixes found in the course of getting mdp5 working.
There is a window of time after pageflip is requested, before we
start scanning out the new fb (ie. while we are waiting for gpu).
During that time we need to continue holding a reference to the
still-current scanout fb, to avoid the backing gem bo's from being
destroyed.

Possibly a common mdp_crtc parent class could be useful to share
some of this logic between mdp4_crtc and mdp5_crtc.  OTOH, this
all can be removed from the driver once atomic is in place, as
plane/crtc updates get deferred until all fb's are ready before
calling in to .page_flip(), etc.

Signed-off-by: Rob Clark <robdclark@gmail.com>
2014-02-05 11:23:07 -05:00
..
adreno drm/msm: add a330/apq8x74 2014-01-09 14:44:06 -05:00
dsi drm/msm: resync generated headers 2014-01-09 14:38:59 -05:00
hdmi drm/msm: add hdmi support for apq8x74/mdp5 2014-01-09 14:44:05 -05:00
mdp drm/msm/mdp4: pageflip fixes 2014-02-05 11:23:07 -05:00
Kconfig drm/msm: COMPILE_TEST support 2014-01-09 14:38:47 -05:00
Makefile drm/msm: add mdp5/apq8x74 2014-01-09 14:44:06 -05:00
msm_drv.c drm: store the gem vma offset manager in a typed pointer 2014-01-14 12:38:32 +10:00
msm_drv.h drm/msm: add hdmi support for apq8x74/mdp5 2014-01-09 14:44:05 -05:00
msm_fb.c drm/msm: split out msm_kms.h 2014-01-09 14:44:04 -05:00
msm_fbdev.c
msm_gem_prime.c drm/msm: prime support 2013-11-01 12:39:44 -04:00
msm_gem_submit.c drm/msm: fix cmdstream size check 2013-09-10 13:57:42 -04:00
msm_gem.c drm/msm: add support for non-IOMMU systems 2014-01-09 14:38:58 -05:00
msm_gem.h drm/msm: add support for non-IOMMU systems 2014-01-09 14:38:58 -05:00
msm_gpu.c drm/msm: add support for non-IOMMU systems 2014-01-09 14:38:58 -05:00
msm_gpu.h drm/msm: add support for non-IOMMU systems 2014-01-09 14:38:58 -05:00
msm_iommu.c drm/msm: add a330/apq8x74 2014-01-09 14:44:06 -05:00
msm_kms.h drm/msm: add mdp5/apq8x74 2014-01-09 14:44:06 -05:00
msm_mmu.h drm/msm: add support for non-IOMMU systems 2014-01-09 14:38:58 -05:00
msm_ringbuffer.c drm/msm: add a3xx gpu support 2013-08-24 14:57:18 -04:00
msm_ringbuffer.h drm/msm: add a3xx gpu support 2013-08-24 14:57:18 -04:00
NOTES drm/msm: add mdp5/apq8x74 2014-01-09 14:44:06 -05:00