diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2012-07-23 21:55:46 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2012-07-23 21:55:46 +0100 |
commit | 40d90dfd8674c255a45b46bbdc09d497af5b3f50 (patch) | |
tree | 0895bc6f9f180282048a74036f6600fc31f6c713 /src/sna/sna.h | |
parent | e3f6c48d18c316899c71b6fc34971039c6f9e5f8 (diff) |
intel: Refactor the common chipset detection/override
Reduce the duplicate messages for which type of chip we by
amalgamating the common code.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/sna/sna.h')
-rw-r--r-- | src/sna/sna.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sna/sna.h b/src/sna/sna.h index 91db9952..51a8206a 100644 --- a/src/sna/sna.h +++ b/src/sna/sna.h @@ -231,7 +231,7 @@ struct sna { EntityInfoPtr pEnt; struct pci_device *PciInfo; - struct intel_chipset chipset; + const struct intel_device_info *info; ScreenBlockHandlerProcPtr BlockHandler; ScreenWakeupHandlerProcPtr WakeupHandler; |