Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.18-rc3 12 lines 298 B view raw
1// SPDX-License-Identifier: GPL-2.0-or-later 2 3#ifndef __DRM_BRIDGE_HELPER_H_ 4#define __DRM_BRIDGE_HELPER_H_ 5 6struct drm_bridge; 7struct drm_modeset_acquire_ctx; 8 9int drm_bridge_helper_reset_crtc(struct drm_bridge *bridge, 10 struct drm_modeset_acquire_ctx *ctx); 11 12#endif // __DRM_BRIDGE_HELPER_H_