uxa: Pass the correct parameters to intel_detect_chipset()
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
40d90dfd86
commit
554fce8a65
|
|
@ -186,8 +186,7 @@ static void PreInitCleanup(ScrnInfoPtr scrn)
|
|||
static void intel_check_chipset_option(ScrnInfoPtr scrn)
|
||||
{
|
||||
intel_screen_private *intel = intel_get_screen_private(scrn);
|
||||
intel->info =
|
||||
intel_detect_chipset(scrn, intel->pEnt->device, intel->PciInfo);
|
||||
intel->info = intel_detect_chipset(scrn, intel->pEnt, intel->PciInfo);
|
||||
}
|
||||
|
||||
static Bool I830GetEarlyOptions(ScrnInfoPtr scrn)
|
||||
|
|
|
|||
Loading…
Reference in New Issue