summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/common
diff options
context:
space:
mode:
authorSridhar Siricilla <sridhar.siricilla@intel.com>2022-12-12 15:21:08 +0530
committerFelix Held <felix-coreboot@felixheld.de>2022-12-16 17:06:52 +0000
commitb739fd287dc70aa253de946541b91d12afce8da3 (patch)
treefa190736a73ea6cd01c9ce3e64a2385c256308e0 /src/soc/intel/common
parent0cb7e614d082c1b3f9c6d51af67e1dc8cbd644c2 (diff)
downloadcoreboot-b739fd287dc70aa253de946541b91d12afce8da3.tar.gz
coreboot-b739fd287dc70aa253de946541b91d12afce8da3.tar.bz2
coreboot-b739fd287dc70aa253de946541b91d12afce8da3.zip
soc/intel/common: Drop unreferenced DP related macros
The patch drops the unreferenced DP related timeout macros. TEST=Build code for Rex Signed-off-by: Sridhar Siricilla <sridhar.siricilla@intel.com> Change-Id: I3f4c7733a92d1b7cb107410fedaca20ede040050 Reviewed-on: https://review.coreboot.org/c/coreboot/+/70663 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/soc/intel/common')
-rw-r--r--src/soc/intel/common/block/tcss/tcss.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/intel/common/block/tcss/tcss.c b/src/soc/intel/common/block/tcss/tcss.c
index 16669ba403c3..85687df05948 100644
--- a/src/soc/intel/common/block/tcss/tcss.c
+++ b/src/soc/intel/common/block/tcss/tcss.c
@@ -20,8 +20,6 @@
#define BIAS_CTRL_VW_INDEX_SHIFT 16
#define BIAS_CTRL_BIT_POS_SHIFT 8
-#define WAIT_FOR_DISPLAYPORT_TIMEOUT_MS 1000
-#define WAIT_FOR_HPD_TIMEOUT_MS 3000
static uint32_t tcss_make_conn_cmd(int u, int u3, int u2, int ufp, int hsl,
int sbu, int acc)