]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/msm: fb prepare/cleanup
authorRob Clark <robdclark@gmail.com>
Sat, 8 Nov 2014 14:13:37 +0000 (09:13 -0500)
committerRob Clark <robdclark@gmail.com>
Sun, 16 Nov 2014 19:27:36 +0000 (14:27 -0500)
commit2638d90abbe7dc23448f6b6b723cb91344cf93aa
treeb03acf71847a8703ebda8dce291d69082fb453b1
parent032f8d5c41082ceb457a601f9c464233a3876291
drm/msm: fb prepare/cleanup

Atomic wants to split the prepare/pin from where we actually program the
scanout address (so that any part that can fail is done synchronously).
Add some fb/gem apis to make this easier to use from the kms parts.

Signed-off-by: Rob Clark <robdclark@gmail.com>
drivers/gpu/drm/msm/msm_drv.h
drivers/gpu/drm/msm/msm_fb.c
drivers/gpu/drm/msm/msm_gem.c