diff options
author | 2021-06-22 18:55:05 +0200 | |
---|---|---|
committer | 2021-06-24 15:35:50 +0200 | |
commit | 1a8961307af6791cd7db3ecddf7841750ab84ea2 (patch) | |
tree | 22b8f2e3104007070e1b7607464223da039d0e55 /drivers/gpu/drm/ast/ast_mode.c | |
parent | drm/<driver>: drm_gem_plane_helper_prepare_fb is now the default (diff) | |
download | wireguard-linux-1a8961307af6791cd7db3ecddf7841750ab84ea2.tar.xz wireguard-linux-1a8961307af6791cd7db3ecddf7841750ab84ea2.zip |
drm/armada: Remove prepare/cleanup_fb hooks
All they do is refcount the fb, which the atomic helpers already do.
This is was necessary with the legacy helpers and I guess just carry
over in the conversion. drm_plane_state always has a full reference
for its ->fb pointer during its entire lifetime,
see __drm_atomic_helper_plane_destroy_state()
Acked-by: Maxime Ripard <maxime@cerno.tech>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Cc: Russell King <linux@armlinux.org.uk>
Link: https://patchwork.freedesktop.org/patch/msgid/20210622165511.3169559-10-daniel.vetter@ffwll.ch
Diffstat (limited to 'drivers/gpu/drm/ast/ast_mode.c')
0 files changed, 0 insertions, 0 deletions