Commits
Benoit Parrot committed 9ec8d133efe
drm/tidss: add tidss_plane_reserve/release_wb Add functions to reserve and release a plane/OVR for writeback memory to memory operation. Reserving a plane will prevent the display side from using the plane while writeback is in progress by causing tidss_plane_atomic_check() to return -EBUSY. At probe time we figure out which OVR is available if any. Then at runtime we try to find an available plane to use as the source plane. Signed-off-by: Benoit Parrot <bparrot@ti.com>