hulk inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/I8X87C
--------------------------------
reserve space for struct drm_fb_helper.h:drm_fb_helper drm_fb_helper.h:drm_fb_helper_funcs.
Signed-off-by: Yuntao Liu liuyuntao12@huawei.com --- include/drm/drm_fb_helper.h | 7 +++++++ 1 file changed, 7 insertions(+)
diff --git a/include/drm/drm_fb_helper.h b/include/drm/drm_fb_helper.h index 375737fd6c36..11e6a0ca5a10 100644 --- a/include/drm/drm_fb_helper.h +++ b/include/drm/drm_fb_helper.h @@ -36,6 +36,7 @@ struct drm_fb_helper; #include <linux/fb.h>
#include <drm/drm_client.h> +#include <linux/kabi.h>
/** * struct drm_fb_helper_surface_size - describes fbdev size and scanout surface size @@ -99,6 +100,10 @@ struct drm_fb_helper_funcs { * 0 on success, or an error code otherwise. */ int (*fb_dirty)(struct drm_fb_helper *helper, struct drm_clip_rect *clip); + KABI_RESERVE(1) + KABI_RESERVE(2) + KABI_RESERVE(3) + KABI_RESERVE(4) };
/** @@ -206,6 +211,8 @@ struct drm_fb_helper { */ struct fb_deferred_io fbdefio; #endif + KABI_RESERVE(1) + KABI_RESERVE(2) };
static inline struct drm_fb_helper *