summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_drv.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Probe for PCH chipset typeZhenyu Wang2010-04-121-0/+29
* drm/i915: introduce to_intel_bo helperDaniel Vetter2010-03-251-1/+1
* drm/i915: Disable FBC on 915GM and 945GM.Robert Hooker2010-03-251-2/+2
* drm/i915: Fix check with IS_GEN6Zhenyu Wang2010-03-171-2/+2
* Merge branch 'gpu-switcher' of /ssd/git//linux-2.6 into drm-next-stageDave Airlie2010-03-011-2/+2
|\
| * vga_switcheroo: initial implementation (v15)Dave Airlie2010-03-011-2/+2
* | drm/i915: Add dependency on the intel agp moduleZhenyu Wang2010-02-261-0/+6
* | drm/i915: Correct the Sandybridge chipset info structs.Eric Anholt2010-02-261-3/+1
* | drm/i915: Add a new mobile Sandybridge PCI ID.Eric Anholt2010-02-261-0/+7
* | drm/i915: Fix sandybridge status page setup.Eric Anholt2010-02-261-0/+7
* | Merge remote branch 'anholt/drm-intel-next' into drm-next-stageDave Airlie2010-02-251-0/+5
|\ \ | |/ |/|
| * drm/i915: add dynamic performance control support for IronlakeJesse Barnes2010-02-221-0/+5
* | i915 / PM: Fix hibernate regression caused by suspend/resume splittingRafael J. Wysocki2010-02-221-21/+9
|/
* drm/i915: Fix crash while aborting hibernationRafael J. Wysocki2010-02-101-67/+101
* drm/i915: Fix the device info of PineviewLi Peng2010-01-251-1/+1
* drm/i915: disable LVDS downclock by defaultJesse Barnes2010-01-151-0/+3
* drm/i915: Fix resume regression on MSI Wind U100 w/o KMSRafael J. Wysocki2010-01-121-0/+5
* Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-01-061-9/+165
|\
| * drm/i915: Track whether cursor needs physical address in intel_device_infoKristian Høgsberg2009-12-161-5/+6
| * drm/i915: Implement IS_* macros using static tablesKristian Høgsberg2009-12-161-34/+110
| * drm/i915: Move PCI IDs into i915 driverKristian Høgsberg2009-12-161-2/+40
| * drm/i915: implement new pm ops for i915Zhenyu Wang2009-12-161-6/+47
* | drm: convert drm_ioctl to unlocked_ioctlArnd Bergmann2009-12-181-1/+1
|/
* drm: Add async event synchronization for drmWaitVblankKristian Høgsberg2009-11-181-0/+1
* i915: fix intel graphics suspend breakage due to resume/lid event confusionLinus Torvalds2009-11-021-2/+3
* drm/i915: remove restore in resumeZhenyu Wang2009-09-171-2/+0
* drm/i915: Register a shrinker to free inactive lists under memory pressureChris Wilson2009-09-171-0/+3
* drm/i915: fix suspend/resume breakage in lid notifierJesse Barnes2009-09-171-0/+4
* drm/i915: Implement GPU reset on i965Ben Gamari2009-09-171-0/+124
* drm/i915: i915_modeset is signedKyle McMartin2009-09-041-1/+1
* drm/i915: add dynamic clock frequency controlJesse Barnes2009-09-041-0/+3
* drm/i915: Move i915_gem_debugfs.c to i915_debugfs.cBen Gamari2009-09-041-2/+2
* drm/i915: Restore the KMS modeset for every activated CRTCZhao Yakui2009-07-101-0/+5
* drm/i915: Make driver less chattyKeith Packard2009-07-011-2/+2
* drm/i915: correct suspend/resume orderingJesse Barnes2009-06-221-2/+2
* drm/i915: Unregister ACPI video driver when exitingMatthew Garrett2009-04-171-1/+1
* Merge branch 'linus' into releaseLen Brown2009-04-051-2/+42
|\
| * drm: Convert proc files to seq_file and introduce debugfsBen Gamari2009-03-131-2/+4
| * drm: claim PCI device when running in modesetting mode.Kristian Høgsberg2009-03-131-0/+38
* | ACPI: Populate DIDL before registering ACPI video device on IntelMatthew Garrett2009-03-271-1/+1
|/
* i915: suspend/resume interrupt stateJesse Barnes2009-02-231-3/+7
* drm/i915: suspend/resume GEM when KMS is activeJesse Barnes2009-02-231-1/+22
* drm/i915: Keep refs on the object over the lifetime of vmas for GTT mmap.Jesse Barnes2009-02-201-0/+2
* drm/i915: add get_vblank_counter function for GM45Jesse Barnes2009-02-081-1/+0
* drm/i915: fix sparse warnings: make symbols staticHannes Eder2008-12-291-1/+1
* DRM: i915: add mode setting supportJesse Barnes2008-12-291-0/+33
* drm/i915: add GEM GTT mapping supportJesse Barnes2008-12-291-1/+6
* drm: move to kref per-master structures.Dave Airlie2008-12-291-0/+2
* drm: Add GEM ("graphics execution manager") to i915 driver.Eric Anholt2008-10-181-2/+9
* drm: Rework vblank-wait handling to allow interrupt reduction.Jesse Barnes2008-10-181-6/+5