]> git.baikalelectronics.ru Git - kernel.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)
commitd45923966088c0eade773b251717ae0763131319
treeb03acf71847a8703ebda8dce291d69082fb453b1
parent0e01d385b23e1ccc386cbc59d98653c81e15b6db
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