1 /* Public domain. */ 2 3 #ifndef __DRM_GEM_ATOMIC_HELPER_H__ 4 #define __DRM_GEM_ATOMIC_HELPER_H__ 5 6 int drm_gem_plane_helper_prepare_fb(struct drm_plane *, 7 struct drm_plane_state *); 8 9 #endif 10
1 /* Public domain. */ 2 3 #ifndef __DRM_GEM_ATOMIC_HELPER_H__ 4 #define __DRM_GEM_ATOMIC_HELPER_H__ 5 6 int drm_gem_plane_helper_prepare_fb(struct drm_plane *, 7 struct drm_plane_state *); 8 9 #endif 10