summaryrefslogtreecommitdiff
path: root/src/intel_module.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-27configure: Expose no acceleration by default (--with-default-accel=none)Chris Wilson1-3/+10
2014-07-23Fix compile failure on old Xorg with XF86_ALLOCATE_GPU_SCREENChris Wilson1-0/+4
2014-07-23sna: Disable all outputs when initializing as a slaved output providerChris Wilson1-1/+1
2014-06-30intel: Use the i845 info structure for INTEL_I845G_IDS()Damien Lespiau1-1/+1
2014-06-24Add marketing names for BroadwellRodrigo Vivi1-3/+29
2014-06-24intel: Add a note about the myriad places we have identifier stringsChris Wilson1-0/+6
2014-05-16intel: Update PCI IDs for CherryviewChris Wilson1-0/+6
2014-03-11intel: Fix versioning of SUPPORTS_SERVER_FDChris Wilson1-1/+1
2014-03-10intel: Add support for server managed fdsHans de Goede1-0/+6
2014-01-28Allow selection of glamor as the default acceleration methodChris Wilson1-3/+5
2013-12-11intel: Recognise gen8Chris Wilson1-0/+7
2013-12-04intel: Tidy up driver identification stringChris Wilson1-1/+8
2013-11-12Add identification strings for new AtomsChris Wilson1-2/+10
2013-10-03intel: Allow opening the device only through platform informationChris Wilson1-3/+0
2013-10-03intel: Handle fallback probing without match_dataChris Wilson1-0/+16
2013-10-03intel: Remove dependence upon having PciInfoChris Wilson1-7/+15
2013-10-03intel: And restore PlatformProbe to working orderChris Wilson1-1/+1
2013-10-02intel: Pass the platform device along to the open routinesChris Wilson1-2/+1
2013-09-18intel: Compile fixes for base install of SLED11.sp3Chris Wilson1-1/+3
2013-09-04configure: Check for required UMS headers before enablingChris Wilson1-11/+10
2013-08-12intel: Check for HW_SKIP_CONSOLE before useChris Wilson1-0/+2
2013-08-09intel: Disable incompatible features whilst hostedChris Wilson1-1/+8
2013-07-30Suppress a bunch of compiler warnings for using constant stringsChris Wilson1-4/+4
2013-07-28intel: Remove some unused macrosChris Wilson1-6/+6
2013-07-28uxa: Clear up the common intel directoryChris Wilson1-1/+2
2013-07-28intel: Only print the unique chipset namesChris Wilson1-3/+53
2013-07-28intel: Replace the codename in the user facing string for unknown Haswell partsChris Wilson1-22/+22
2013-07-28intel: Set the correct marketing names for Ironlake, Sandybridge and IvybridgeChris Wilson1-15/+15
2013-07-28intel: Remove the SDV from the list of identified chipsetsChris Wilson1-16/+0
2013-07-28intel: Cross-check an unnamed chipset against the list of known PCI-IDsChris Wilson1-1/+17
2013-07-28intel: Source our PCI IDs table from the copy in the kernelChris Wilson1-132/+41
2013-07-02intel: Move the validation of the KMS device into the open routineChris Wilson1-53/+3
2013-06-23Tidy version query for i915.koChris Wilson1-7/+16
2013-06-23sna: Only open the /dev/dri/cardX device onceChris Wilson1-39/+27
2013-06-05Add more correct names for Haswell.Rodrigo Vivi1-14/+14
2013-05-28Add the known marketing names for the performance Haswell partsChris Wilson1-10/+10
2013-05-14Adding more reserved PCI IDs for Haswell.Rodrigo Vivi1-12/+49
2013-05-14Fix Haswell GT3 names.Rodrigo Vivi1-28/+28
2013-04-27Add all reserved PCI-IDs for HaswellChris Wilson1-0/+14
2013-03-07intel: Relax the has-kms test slightlyChris Wilson1-3/+1
2013-02-17Confirm that i915.ko has KMS enabled before binding to the deviceChris Wilson1-0/+9
2013-02-06intel: Becareful not to match UMS against future generationsChris Wilson1-1/+1
2013-02-05sna: ValleyView uses the same scanline registers as SandyBridgeChris Wilson1-1/+1
2013-02-05intel: add more ValleyView PCI IDsChris Wilson1-0/+3
2012-12-20intel: ODEV_ATTRIB_PATH is no longer printed, so kill the temporary variableChris Wilson1-1/+0
2012-12-06Remove the default log messageChris Wilson1-3/+0
2012-12-06Fix compilation of UMS probe following 13f47008ecChris Wilson1-6/+1
2012-12-06Refactor the common probe methods for scrn constructionChris Wilson1-71/+42
2012-11-30Convert generation counter to octalChris Wilson1-15/+15
2012-11-18Remove useless indirection of intel_chipsetsChris Wilson1-4/+2