]> Git Repo - linux.git/blob - include/drm/drm_fbdev_generic.h
HID: hid-sensor-custom: Fix big on-stack allocation in hid_sensor_custom_get_known()
[linux.git] / include / drm / drm_fbdev_generic.h
1 /* SPDX-License-Identifier: MIT */
2
3 #ifndef DRM_FBDEV_GENERIC_H
4 #define DRM_FBDEV_GENERIC_H
5
6 struct drm_device;
7
8 #ifdef CONFIG_DRM_FBDEV_EMULATION
9 void drm_fbdev_generic_setup(struct drm_device *dev, unsigned int preferred_bpp);
10 #else
11 static inline void drm_fbdev_generic_setup(struct drm_device *dev, unsigned int preferred_bpp)
12 { }
13 #endif
14
15 #endif
This page took 0.023322 seconds and 4 git commands to generate.