root/drivers/gpu/drm/mediatek/mtk_drm_fb.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /* SPDX-License-Identifier: GPL-2.0-only */
   2 /*
   3  * Copyright (c) 2015 MediaTek Inc.
   4  */
   5 
   6 #ifndef MTK_DRM_FB_H
   7 #define MTK_DRM_FB_H
   8 
   9 struct drm_framebuffer *mtk_drm_mode_fb_create(struct drm_device *dev,
  10                                                struct drm_file *file,
  11                                                const struct drm_mode_fb_cmd2 *cmd);
  12 
  13 #endif /* MTK_DRM_FB_H */

/* [<][>][^][v][top][bottom][index][help] */