summaryrefslogtreecommitdiff
path: root/src/intel_module.c
AgeCommit message (Expand)Author
2012-12-06Remove the default log messageChris Wilson
2012-12-06Fix compilation of UMS probe following 13f47008ecChris Wilson
2012-12-06Refactor the common probe methods for scrn constructionChris Wilson
2012-11-30Convert generation counter to octalChris Wilson
2012-11-18Remove useless indirection of intel_chipsetsChris Wilson
2012-10-21intel: Sanity check that the platform probes points to a i915.ko GEM deviceChris Wilson
2012-09-23Silence a couple of potential compiler warningsChris Wilson
2012-09-23Allow compilation of a separate i810 driverChris Wilson
2012-09-14Add basic support for ValleyViewChris Wilson
2012-09-11prime: Reorder probe messages so that the driver prefix is correctChris Wilson
2012-09-07prime: Allocate a GPU_SCREEN when not primary to fulfil the output sink roleChris Wilson
2012-09-05Add PlatformProbe to handle sharing of device entitiesChris Wilson
2012-09-05sna: Harden against initialisation failuresChris Wilson
2012-09-03intel: add platform probing support.Dave Airlie
2012-08-20Check that the module that indeed i915 before using custom ioctlsChris Wilson
2012-08-20Missing includes for b5b76ad849bChris Wilson
2012-08-20Sanity check that the driver is an i915.ko GEM device before claiming itChris Wilson
2012-08-07Add Haswell PCI IDsPaulo Zanoni
2012-08-03Pass the chipset info through driverPrivate rather than a global pointerChris Wilson
2012-08-03Unexport intel_chipsetsChris Wilson
2012-08-03Introduce a chipset identifier for Haswell (Ivybridge successor)Gwenole Beauchesne
2012-07-26Limit PCI matching to VGA devicesChris Wilson
2012-07-25Assume all unknown chipsets are future genChris Wilson
2012-07-23intel: Refactor the common chipset detection/overrideChris Wilson
2012-07-14Drop some unused includesChris Wilson
2012-07-06Allow matching against any device supported by drm/i915Chris Wilson
2012-06-12Fix up braindamage in previous commit.Cyril Brulebois
2012-06-12Avoid calling xf86nameCompare() with a NULL stringCyril Brulebois
2012-05-24Allow runtime switching of AccelMethod between uxa/sna and even glamorChris Wilson
2012-05-24Unify options handling between UXA and SNAEugeni Dodonov
2012-03-30Add support for Ivy Bridge GT2 Server chipsetEugeni Dodonov
2012-02-15sna/dri: Don't attempt to change tiling if it is a no-opChris Wilson
2012-01-14Include <xorgVersion.h> to repair buildChris Wilson
2012-01-14Make driver backwards compatible for server 1.6.x.Stefan Dirsch
2011-12-17uxa: Explicitly check for libdrm_intel in configureChris Wilson
2011-11-24sna: Use Y-tiling for source pixmapsChris Wilson
2011-11-16Compile out UXA if so desiredChris Wilson
2011-11-02sna: Quieten a fewer compiler sign compare warningsChris Wilson
2011-08-18Fix array size calculation for intel_pci_probe().Stefan Dirsch
2011-06-30sna: Distinguish 830/845 vs 855/865 using the generation idChris Wilson
2011-06-10sna: Unbreak configure after last commitChris Wilson
2011-06-10sna: Remove the ability to disable chipset specific codeChris Wilson
2011-06-07sna: Add zaphod supportChris Wilson
2011-06-06sna/gen2: Enable selection of gen2 onlyChris Wilson
2011-06-05sna: 915gm does not have 128-byte Y-tilingChris Wilson
2011-06-04sna: Introduce a new acceleration model.Chris Wilson
2011-05-10Correct chipset detection for Q33, Q35, B43_G1Chris Wilson
2011-05-10module: Adopt IVB's more detailed naming convention for SNBChris Wilson
2011-05-10Whitespacing cleanup for intel_module.cChris Wilson
2011-05-09Add support for Ivybridge chipset.Eric Anholt