diff options
author | Russell King <rmk+kernel@armlinux.org.uk> | 2018-07-30 13:52:34 +0300 |
---|---|---|
committer | Russell King <rmk+kernel@armlinux.org.uk> | 2018-07-30 13:52:34 +0300 |
commit | 47dc413b0025e96eaa43bdd808233763e4080a10 (patch) | |
tree | 805f13ce568eddd92ebb1f830507bd21bb43262a /scripts/coccinelle | |
parent | de503ddff86ed31cde5ec5ea74ec7bf60d3fecc5 (diff) | |
download | linux-47dc413b0025e96eaa43bdd808233763e4080a10.tar.xz |
drm/armada: convert overlay plane to atomic state
The overlay plane support updates asynchronously to the request, but the
drm_plane_helper_update() transitional helper waits for a vblank event
before releasing the framebuffer. Using the transitional helper would
make the call block, which would introduce a performance regression.
Convert the overlay plane update to use the atomic state structures and
methods for the plane, but implement our own legacy update method
rather than the transitional helper.
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Diffstat (limited to 'scripts/coccinelle')
0 files changed, 0 insertions, 0 deletions