diff options
author | Maxime Ripard <maxime@cerno.tech> | 2022-06-10 13:51:46 +0200 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2022-06-16 11:07:52 +0200 |
commit | f6766fb265b18248d2c4bc643eb99e853f293dd6 (patch) | |
tree | 57c3f99007295169e223979c9252ea897f522a0d /drivers/gpu/drm/vc4/vc4_render_cl.c | |
parent | 4d12c36fb73b5c49fe2f95d06515fd9846010fd2 (diff) | |
download | linux-f6766fb265b18248d2c4bc643eb99e853f293dd6.tar.gz linux-f6766fb265b18248d2c4bc643eb99e853f293dd6.tar.bz2 linux-f6766fb265b18248d2c4bc643eb99e853f293dd6.zip |
drm/vc4: crtc: Move the BO Handling out of Common Page-Flip Handler
The function vc4_async_page_flip() handles asynchronous page-flips in
the vc4 driver.
However, it mixes some generic code with code that should only be run on
older generations that have the GPU handled by the vc4 driver.
Let's split the generic part out of vc4_async_page_flip() and into a
common function that we be reusable by an handler made for the BCM2711.
Reviewed-by: Melissa Wen <mwen@igalia.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://lore.kernel.org/r/20220610115149.964394-12-maxime@cerno.tech
Diffstat (limited to 'drivers/gpu/drm/vc4/vc4_render_cl.c')
0 files changed, 0 insertions, 0 deletions