radeon_hd: Polaris hpd is still the same as DCE 11

This commit is contained in:
Alexander von Gluck IV
2016-10-05 16:00:10 -05:00
parent 1925e1deec
commit b3be20cada
@@ -129,7 +129,7 @@ connector_pick_atom_hpdid(uint32 connectorIndex)
// See mmDC_GPIO_HPD_A in drm for register value
uint32 targetReg = AVIVO_DC_GPIO_HPD_A;
if (info.dceMajor >= 12) {
if (info.dceMajor >= 13) {
ERROR("WARNING: CHECK NEW DCE mmDC_GPIO_HPD_A value!\n");
targetReg = CAR_mmDC_GPIO_HPD_A;
} else if (info.dceMajor >= 11)