xref: /kernel/linux/linux-5.10/drivers/gpu/drm/rockchip/rockchip_drm_fb.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/drivers/gpu/drm/rockchip/
18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Copyright (C) Fuzhou Rockchip Electronics Co.Ltd
48c2ecf20Sopenharmony_ci * Author:Mark Yao <mark.yao@rock-chips.com>
58c2ecf20Sopenharmony_ci */
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ci#ifndef _ROCKCHIP_DRM_FB_H
88c2ecf20Sopenharmony_ci#define _ROCKCHIP_DRM_FB_H
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_cistruct drm_framebuffer *
118c2ecf20Sopenharmony_cirockchip_drm_framebuffer_init(struct drm_device *dev,
128c2ecf20Sopenharmony_ci			      const struct drm_mode_fb_cmd2 *mode_cmd,
138c2ecf20Sopenharmony_ci			      struct drm_gem_object *obj);
148c2ecf20Sopenharmony_civoid rockchip_drm_framebuffer_fini(struct drm_framebuffer *fb);
158c2ecf20Sopenharmony_ci
168c2ecf20Sopenharmony_civoid rockchip_drm_mode_config_init(struct drm_device *dev);
178c2ecf20Sopenharmony_ci#endif /* _ROCKCHIP_DRM_FB_H */
18

Indexes created Thu Nov 07 10:32:03 CST 2024