include/drm/drm_bridge_helper.h

Source file repositories/reference/linux-study-clean/include/drm/drm_bridge_helper.h

File Facts

System
Linux kernel
Corpus path
include/drm/drm_bridge_helper.h
Extension
.h
Size
298 bytes
Lines
13
Domain
Repository Root And Misc
Bucket
include
Inferred role
Repository Root And Misc: implementation source
Status
source implementation candidate

Why This File Exists

Top-level or miscellaneous repository surface. Use this as map coverage unless a later manual pass promotes the file into a deeper subsystem dossier.

Dependency Surface

Detected Declarations

Annotated Snippet

// SPDX-License-Identifier: GPL-2.0-or-later

#ifndef __DRM_BRIDGE_HELPER_H_
#define __DRM_BRIDGE_HELPER_H_

struct drm_bridge;
struct drm_modeset_acquire_ctx;

int drm_bridge_helper_reset_crtc(struct drm_bridge *bridge,
				 struct drm_modeset_acquire_ctx *ctx);

#endif // __DRM_BRIDGE_HELPER_H_

Annotation

Implementation Notes