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 <tatendac@codeaurora.org>
This commit is contained in:
Tatenda Chipeperekwa
2020-01-17 12:58:25 -08:00
parent 56d9849705
commit 3b1a8807fd
3 changed files with 5 additions and 5 deletions

View File

@@ -1,13 +1,13 @@
/* SPDX-License-Identifier: GPL-2.0-only */ /* 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_ #ifndef _DP_CATALOG_H_
#define _DP_CATALOG_H_ #define _DP_CATALOG_H_
#include <drm/drm_dp_helper.h> #include <drm/drm_dp_helper.h>
#include <drm/msm_drm.h> #include <drm/sde_drm.h>
#include "dp_parser.h" #include "dp_parser.h"

View File

@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */ /* 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_ #ifndef _DP_DISPLAY_H_
@@ -8,7 +8,7 @@
#include <linux/list.h> #include <linux/list.h>
#include <drm/drmP.h> #include <drm/drmP.h>
#include <drm/msm_drm.h> #include <drm/sde_drm.h>
#include "dp_panel.h" #include "dp_panel.h"

View File

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