intel_reg_dumper: eDP port is on the CPU, not PCH

Made me think there was another register until I checked the offset.
This commit is contained in:
Jesse Barnes 2010-09-20 14:37:07 -07:00
parent 4f12d8acba
commit 7ab19ae6fe
2 changed files with 2 additions and 2 deletions

View File

@ -1566,7 +1566,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#define ADPA_HSYNC_ACTIVE_HIGH (1<<3)
#define ADPA_HSYNC_ACTIVE_LOW 0
#define PCH_eDP_A 0x64000
#define CPU_eDP_A 0x64000
#define PCH_DP_B 0xe4100
#define PCH_DP_C 0xe4200
#define PCH_DP_D 0xe4300

View File

@ -1649,7 +1649,7 @@ static struct reg_debug ironlake_debug_regs[] = {
DEFINEREG2(HDMIC, ironlake_debug_hdmi),
DEFINEREG2(HDMID, ironlake_debug_hdmi),
DEFINEREG2(PCH_LVDS, i830_debug_lvds),
DEFINEREG(PCH_eDP_A),
DEFINEREG(CPU_eDP_A),
DEFINEREG(PCH_DP_B),
DEFINEREG(PCH_DP_C),
DEFINEREG(PCH_DP_D),