Searched hist:b715650220311e50448cb499c71084ca8aeeeece (Results 1 – 2 of 2) sorted by relevance
/linux/include/drm/ |
H A D | drm_gem_atomic_helper.h | diff b715650220311e50448cb499c71084ca8aeeeece Mon Jul 05 09:46:30 CEST 2021 Thomas Zimmermann <tzimmermann@suse.de> drm/gem: Export implementation of shadow-plane helpers
Export the implementation of duplicate, destroy and reset helpers for shadow-buffered plane state. Useful for drivers that subclass struct drm_shadow_plane_state.
The exported functions are wrappers around plane-state implementation, but using them is the correct thing to do for drivers.
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Reviewed-by: Melissa Wen <melissa.srw@gmail.com> Link: https://patchwork.freedesktop.org/patch/msgid/20210705074633.9425-2-tzimmermann@suse.de
|
/linux/drivers/gpu/drm/ |
H A D | drm_gem_atomic_helper.c | diff b715650220311e50448cb499c71084ca8aeeeece Mon Jul 05 09:46:30 CEST 2021 Thomas Zimmermann <tzimmermann@suse.de> drm/gem: Export implementation of shadow-plane helpers
Export the implementation of duplicate, destroy and reset helpers for shadow-buffered plane state. Useful for drivers that subclass struct drm_shadow_plane_state.
The exported functions are wrappers around plane-state implementation, but using them is the correct thing to do for drivers.
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Reviewed-by: Melissa Wen <melissa.srw@gmail.com> Link: https://patchwork.freedesktop.org/patch/msgid/20210705074633.9425-2-tzimmermann@suse.de
|