]> Git Repo - linux.git/blob - drivers/gpu/drm/msm/dp/dp_drm.h
Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaa...
[linux.git] / drivers / gpu / drm / msm / dp / dp_drm.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Copyright (c) 2017-2020, The Linux Foundation. All rights reserved.
4  */
5
6 #ifndef _DP_DRM_H_
7 #define _DP_DRM_H_
8
9 #include <linux/types.h>
10 #include <drm/drm_crtc.h>
11 #include <drm/drm_crtc_helper.h>
12
13 #include "msm_drv.h"
14 #include "dp_display.h"
15
16 struct drm_connector *dp_drm_connector_init(struct msm_dp *dp_display);
17
18 #endif /* _DP_DRM_H_ */
This page took 0.037078 seconds and 4 git commands to generate.