summaryrefslogtreecommitdiffstats
path: root/src/soc/nvidia/tegra
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-08-26 21:05:47 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-08-31 06:36:18 +0000
commit668132a47c97f22631b021a580f694ea8680e927 (patch)
treeb93d2d5bdbcb31847e12d70240774f19082bb6a0 /src/soc/nvidia/tegra
parent55a044c8ab818fa38f87817ca9db2361d2e58983 (diff)
downloadcoreboot-668132a47c97f22631b021a580f694ea8680e927.tar.gz
coreboot-668132a47c97f22631b021a580f694ea8680e927.tar.bz2
coreboot-668132a47c97f22631b021a580f694ea8680e927.zip
{intel/gma,include/device}: Delete unused 'drm_dp_helper.h' file
'drm_dp_helper.h' file is duplicated and not used. Change-Id: Ibb08f7ff91c3914940dfe899be331b06e292c7c9 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44842 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/soc/nvidia/tegra')
-rw-r--r--src/soc/nvidia/tegra/displayport.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/nvidia/tegra/displayport.h b/src/soc/nvidia/tegra/displayport.h
index 09ef4aaba748..0828755272bd 100644
--- a/src/soc/nvidia/tegra/displayport.h
+++ b/src/soc/nvidia/tegra/displayport.h
@@ -330,7 +330,6 @@ struct tegra_dc_dp_data {
/* DPCD definitions */
/* you know, all the vendors pick their own set of defines.
* All of them.
- * FIXME so we can use the ones in include/device/drm_dp_helper.h
*/
#define NV_DPCD_REV (0x00000000)
#define NV_DPCD_REV_MAJOR_SHIFT (4)