浏览代码

disp: msm: dp: use sde_drm.h shared header from techpack path

Update sde_drm.h header to use the display techpack path for
kernel-5.4.

Change-Id: I2b7dcbbde8128eece7a2a8a652f9f7c427b38110
Signed-off-by: Tatenda Chipeperekwa <[email protected]>
Tatenda Chipeperekwa 5 年之前
父节点
当前提交
3b1a8807fd
共有 3 个文件被更改,包括 5 次插入5 次删除
  1. 2 2
      msm/dp/dp_catalog.h
  2. 2 2
      msm/dp/dp_display.h
  3. 1 1
      msm/dp/dp_panel.h

+ 2 - 2
msm/dp/dp_catalog.h

@@ -1,13 +1,13 @@
 /* SPDX-License-Identifier: GPL-2.0-only */
 /*
- * Copyright (c) 2017-2019, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2017-2020, The Linux Foundation. All rights reserved.
  */
 
 #ifndef _DP_CATALOG_H_
 #define _DP_CATALOG_H_
 
 #include <drm/drm_dp_helper.h>
-#include <drm/msm_drm.h>
+#include <drm/sde_drm.h>
 
 #include "dp_parser.h"
 

+ 2 - 2
msm/dp/dp_display.h

@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0-only */
 /*
- * Copyright (c) 2017-2019, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2017-2020, The Linux Foundation. All rights reserved.
  */
 
 #ifndef _DP_DISPLAY_H_
@@ -8,7 +8,7 @@
 
 #include <linux/list.h>
 #include <drm/drmP.h>
-#include <drm/msm_drm.h>
+#include <drm/sde_drm.h>
 
 #include "dp_panel.h"
 

+ 1 - 1
msm/dp/dp_panel.h

@@ -6,7 +6,7 @@
 #ifndef _DP_PANEL_H_
 #define _DP_PANEL_H_
 
-#include <drm/msm_drm.h>
+#include <drm/sde_drm.h>
 
 #include "dp_aux.h"
 #include "dp_link.h"