summaryrefslogtreecommitdiff
path: root/src/intel_module.c
Commit message (Expand)AuthorAgeFilesLines
* Suppress a bunch of compiler warnings for using constant stringsChris Wilson2013-07-301-4/+4
* intel: Remove some unused macrosChris Wilson2013-07-281-6/+6
* uxa: Clear up the common intel directoryChris Wilson2013-07-281-1/+2
* intel: Only print the unique chipset namesChris Wilson2013-07-281-3/+53
* intel: Replace the codename in the user facing string for unknown Haswell partsChris Wilson2013-07-281-22/+22
* intel: Set the correct marketing names for Ironlake, Sandybridge and IvybridgeChris Wilson2013-07-281-15/+15
* intel: Remove the SDV from the list of identified chipsetsChris Wilson2013-07-281-16/+0
* intel: Cross-check an unnamed chipset against the list of known PCI-IDsChris Wilson2013-07-281-1/+17
* intel: Source our PCI IDs table from the copy in the kernelChris Wilson2013-07-281-132/+41
* intel: Move the validation of the KMS device into the open routineChris Wilson2013-07-021-53/+3
* Tidy version query for i915.koChris Wilson2013-06-231-7/+16
* sna: Only open the /dev/dri/cardX device onceChris Wilson2013-06-231-39/+27
* Add more correct names for Haswell.Rodrigo Vivi2013-06-051-14/+14
* Add the known marketing names for the performance Haswell partsChris Wilson2013-05-281-10/+10
* Adding more reserved PCI IDs for Haswell.Rodrigo Vivi2013-05-141-12/+49
* Fix Haswell GT3 names.Rodrigo Vivi2013-05-141-28/+28
* Add all reserved PCI-IDs for HaswellChris Wilson2013-04-271-0/+14
* intel: Relax the has-kms test slightlyChris Wilson2013-03-071-3/+1
* Confirm that i915.ko has KMS enabled before binding to the deviceChris Wilson2013-02-171-0/+9
* intel: Becareful not to match UMS against future generationsChris Wilson2013-02-061-1/+1
* sna: ValleyView uses the same scanline registers as SandyBridgeChris Wilson2013-02-051-1/+1
* intel: add more ValleyView PCI IDsChris Wilson2013-02-051-0/+3
* intel: ODEV_ATTRIB_PATH is no longer printed, so kill the temporary variableChris Wilson2012-12-201-1/+0
* Remove the default log messageChris Wilson2012-12-061-3/+0
* Fix compilation of UMS probe following 13f47008ecChris Wilson2012-12-061-6/+1
* Refactor the common probe methods for scrn constructionChris Wilson2012-12-061-71/+42
* Convert generation counter to octalChris Wilson2012-11-301-15/+15
* Remove useless indirection of intel_chipsetsChris Wilson2012-11-181-4/+2
* intel: Sanity check that the platform probes points to a i915.ko GEM deviceChris Wilson2012-10-211-2/+4
* Silence a couple of potential compiler warningsChris Wilson2012-09-231-0/+4
* Allow compilation of a separate i810 driverChris Wilson2012-09-231-3/+13
* Add basic support for ValleyViewChris Wilson2012-09-141-0/+7
* prime: Reorder probe messages so that the driver prefix is correctChris Wilson2012-09-111-7/+7
* prime: Allocate a GPU_SCREEN when not primary to fulfil the output sink roleChris Wilson2012-09-071-1/+9
* Add PlatformProbe to handle sharing of device entitiesChris Wilson2012-09-051-7/+11
* sna: Harden against initialisation failuresChris Wilson2012-09-051-1/+1
* intel: add platform probing support.Dave Airlie2012-09-031-1/+49
* Check that the module that indeed i915 before using custom ioctlsChris Wilson2012-08-201-4/+12
* Missing includes for b5b76ad849bChris Wilson2012-08-201-1/+3
* Sanity check that the driver is an i915.ko GEM device before claiming itChris Wilson2012-08-201-6/+22
* Add Haswell PCI IDsPaulo Zanoni2012-08-071-0/+73
* Pass the chipset info through driverPrivate rather than a global pointerChris Wilson2012-08-031-7/+4
* Unexport intel_chipsetsChris Wilson2012-08-031-1/+1
* Introduce a chipset identifier for Haswell (Ivybridge successor)Gwenole Beauchesne2012-08-031-0/+4
* Limit PCI matching to VGA devicesChris Wilson2012-07-261-1/+1
* Assume all unknown chipsets are future genChris Wilson2012-07-251-1/+1
* intel: Refactor the common chipset detection/overrideChris Wilson2012-07-231-10/+19
* Drop some unused includesChris Wilson2012-07-141-2/+2
* Allow matching against any device supported by drm/i915Chris Wilson2012-07-061-5/+13
* Fix up braindamage in previous commit.Cyril Brulebois2012-06-121-4/+1