From 45df5962c7044713f4631f9483426d9241e36bde Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Mon, 8 Jul 2013 14:02:57 -0700 Subject: SLIPPY: final changes for FUI The intel_ddi.c change I thought should be in but I don't see it. It just adds two functions back that we need. There are two new files for slippy annotated with comments about how it needs to evolve. That said, this code has been tested on 3 different panels. Both dev and non-dev usages work. physbase initialization to static value removed. Moved spin calls to intel_dp_* Change-Id: I0480af45c21c7dedcaff7e8be729f0eb554ec78a Signed-off-by: Ronald G. Minnich Reviewed-on: https://gerrit.chromium.org/gerrit/61136 Commit-Queue: Ronald G. Minnich Reviewed-by: Ronald G. Minnich Tested-by: Ronald G. Minnich Reviewed-by: Stefan Reinauer Reviewed-on: http://review.coreboot.org/4370 Reviewed-by: Patrick Georgi Tested-by: build bot (Jenkins) --- src/drivers/intel/gma/i915.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/drivers/intel/gma/i915.h') diff --git a/src/drivers/intel/gma/i915.h b/src/drivers/intel/gma/i915.h index 37570649f9..e976f912cc 100644 --- a/src/drivers/intel/gma/i915.h +++ b/src/drivers/intel/gma/i915.h @@ -178,3 +178,8 @@ u8 drm_dp_get_adjust_request_pre_emphasis(u8 link_status[DP_LINK_STATUS_SIZE], int lane); +void intel_dp_wait_reg(unsigned long addr, + unsigned long val); + +void intel_dp_wait_panel_power_control(unsigned long val); + -- cgit v1.2.3