?????????? ????????? - ??????????????? - /usr/src/kernels/5.14.0-611.9.1.el9_7.x86_64/include/drm/clients/drm_client_setup.h
???????
/* SPDX-License-Identifier: MIT */ #ifndef DRM_CLIENT_SETUP_H #define DRM_CLIENT_SETUP_H #include <linux/types.h> struct drm_device; struct drm_format_info; #if defined(CONFIG_DRM_CLIENT_SETUP) void drm_client_setup(struct drm_device *dev, const struct drm_format_info *format); void drm_client_setup_with_fourcc(struct drm_device *dev, u32 fourcc); void drm_client_setup_with_color_mode(struct drm_device *dev, unsigned int color_mode); #else static inline void drm_client_setup(struct drm_device *dev, const struct drm_format_info *format) { } static inline void drm_client_setup_with_fourcc(struct drm_device *dev, u32 fourcc) { } static inline void drm_client_setup_with_color_mode(struct drm_device *dev, unsigned int color_mode) { } #endif #endif
| ver. 1.6 |
Github
|
.
| PHP 8.2.30 | ??????????? ?????????: 0 |
proxy
|
phpinfo
|
???????????