radeon_hd: Ensure all PLL's are INVALID to begin with
* If something breaks, it is likely because the wrong PLL is chosen later.
This commit is contained in:
committed by
Alexander von Gluck IV
parent
e1424d2104
commit
6543bf0ae1
@@ -131,6 +131,8 @@ init_common(int device, bool isClone)
|
||||
if (gConnector[id] == NULL)
|
||||
return B_NO_MEMORY;
|
||||
memset(gConnector[id], 0, sizeof(connector_info));
|
||||
|
||||
gConnector[id]->encoder.pll.id = ATOM_PPLL_INVALID;
|
||||
}
|
||||
|
||||
// malloc for card gpio pin information
|
||||
|
||||
Reference in New Issue
Block a user