| Server IP : 62.171.151.215 / Your IP : 216.73.217.53 Web Server : nginx/1.18.0 System : Linux vmi3128365 5.15.0-176-generic #186-Ubuntu SMP Fri Mar 13 11:01:42 UTC 2026 x86_64 User : alex ( 1000) PHP Version : 8.4.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/src/linux-headers-5.15.0-186/include/drm/ |
Upload File : |
/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 2019 Laurent Pinchart <laurent.pinchart@ideasonboard.com> */ #ifndef __DRM_BRIDGE_CONNECTOR_H__ #define __DRM_BRIDGE_CONNECTOR_H__ struct drm_connector; struct drm_device; struct drm_encoder; void drm_bridge_connector_enable_hpd(struct drm_connector *connector); void drm_bridge_connector_disable_hpd(struct drm_connector *connector); struct drm_connector *drm_bridge_connector_init(struct drm_device *drm, struct drm_encoder *encoder); #endif /* __DRM_BRIDGE_CONNECTOR_H__ */