diff options
author | Maxime Ripard <maxime@cerno.tech> | 2022-06-10 13:51:42 +0200 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2022-06-16 11:07:51 +0200 |
commit | 2095848661481e31339b32847acf7759b5635f38 (patch) | |
tree | a72527082e18606c8d8ee3debcd5066a7aa34040 /drivers/gpu/drm/vc4/vc4_drv.c | |
parent | 39a30ec64510f71d2a9f5059a7fc1283c4108a35 (diff) | |
download | linux-2095848661481e31339b32847acf7759b5635f38.tar.gz |
drm/vc4: plane: Register a different drm_plane_helper_funcs on BCM2711
On the BCM2711, our current definition of drm_plane_helper_funcs uses
the custom vc4_prepare_fb() and vc4_cleanup_fb().
Those functions rely on the buffer allocation path that was relying on
the GPU, and is no longer relevant.
Let's create another drm_plane_helper_funcs structure that we will
register on 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-8-maxime@cerno.tech
Diffstat (limited to 'drivers/gpu/drm/vc4/vc4_drv.c')
0 files changed, 0 insertions, 0 deletions