summaryrefslogtreecommitdiff
path: root/src/legacy/i810/i810_driver.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-08intel: Store pointer to struct intel_deviceChris Wilson1-1/+1
2014-07-31i810: Fix startup after marking GPU screens in the moduleChris Wilson1-1/+1
2013-10-03intel: Remove dependence upon having PciInfoChris Wilson1-1/+1
2013-09-18intel: Compile fixes for base install of SLED11.sp3Chris Wilson1-0/+1
2012-09-27Remove the last couple of references to mibstoreChris Wilson1-2/+0
2012-08-03Pass the chipset info through driverPrivate rather than a global pointerChris Wilson1-1/+1
2012-07-23intel: Refactor the common chipset detection/overrideChris Wilson1-30/+3
2012-07-19i810: Correct the double negative and enable XAA when availableChris Wilson1-1/+1
2012-07-19i810: Handle initialisation without the XAA module present at runtimeChris Wilson1-19/+10
2012-07-18i810: DRI is not dependent upon XAAChris Wilson1-5/+1
2012-07-14Drop some unused includesChris Wilson1-2/+0
2012-07-12i810: Tidy configure detection for XAA/DGAChris Wilson1-7/+7
2012-07-10i810: Make DGA optionalDaniel Stone1-6/+6
2012-07-10i810: Make XAA optionalDaniel Stone1-0/+13
2012-06-13legacy/i810: Fix declaration to match definitionZdenek Kabelac1-1/+1
2012-06-05intel: port legacy and uxa to new API.Dave Airlie1-34/+35
2012-06-04legacy/i810: Be paranoid and guard against xf86GetPciInfoForEntityChris Wilson1-1/+1
2012-05-24Allow runtime switching of AccelMethod between uxa/sna and even glamorChris Wilson1-1/+2
2012-05-23intel: convert to new screen conversion APIsDave Airlie1-3/+3
2012-05-23legacy/i810: rename pScreen->screenDave Airlie1-38/+38
2012-05-23legacy/i810: rename pScrn->scrnDave Airlie1-279/+279
2012-02-24legacy: Rename XF86DRI to HAVE_DRI1 to avoid conflicts with xorg-server.hChris Wilson1-18/+18
2011-10-30i810: kill mmio vga access helpersDaniel Vetter1-2/+0
2011-10-30i810: use vgahw functions instead of roll-your-ownDaniel Vetter1-5/+8
2011-10-30i810: rip out PIO access functionsDaniel Vetter1-6/+0
2010-08-22Use ALIGN macro instead of open coding it.Matt Turner1-2/+1
2010-06-25i810: Move into a legacy directory.Chris Wilson1-0/+2121