aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_drv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-26drm/i915: Storage class should be before const qualifierTobias Klauser1-19/+19
2010-05-26i915: fix lock imbalance on error path...Daniel J Blueman1-0/+1
2010-05-26drm/i915: convert some gem structures to per-ring V2Zou Nan hai1-1/+1
2010-05-26drm/i915: introduce intel_ring_buffer structure (V2)Zou Nan hai1-26/+3
2010-05-26drm/i915: Rename dev_priv->ring to dev_priv->render_ring.Eric Anholt1-1/+1
2010-05-10Merge remote branch 'origin/master' into drm-intel-nextEric Anholt1-2/+3
2010-04-18drm/i915: Fix 82854 PCI ID, and treat it like other 85XAdam Jackson1-2/+3
2010-04-12drm/i915: Probe for PCH chipset typeZhenyu Wang1-0/+29
2010-03-25drm/i915: introduce to_intel_bo helperDaniel Vetter1-1/+1
2010-03-25drm/i915: Disable FBC on 915GM and 945GM.Robert Hooker1-2/+2
2010-03-17drm/i915: Fix check with IS_GEN6Zhenyu Wang1-2/+2
2010-03-01Merge branch 'gpu-switcher' of /ssd/git//linux-2.6 into drm-next-stageDave Airlie1-2/+2
2010-03-01vga_switcheroo: initial implementation (v15)Dave Airlie1-2/+2
2010-02-26drm/i915: Add dependency on the intel agp moduleZhenyu Wang1-0/+6
2010-02-26drm/i915: Correct the Sandybridge chipset info structs.Eric Anholt1-3/+1
2010-02-26drm/i915: Add a new mobile Sandybridge PCI ID.Eric Anholt1-0/+7
2010-02-26drm/i915: Fix sandybridge status page setup.Eric Anholt1-0/+7
2010-02-25Merge remote branch 'anholt/drm-intel-next' into drm-next-stageDave Airlie1-0/+5
2010-02-22i915 / PM: Fix hibernate regression caused by suspend/resume splittingRafael J. Wysocki1-21/+9
2010-02-22drm/i915: add dynamic performance control support for IronlakeJesse Barnes1-0/+5
2010-02-10drm/i915: Fix crash while aborting hibernationRafael J. Wysocki1-67/+101
2010-01-25drm/i915: Fix the device info of PineviewLi Peng1-1/+1
2010-01-15drm/i915: disable LVDS downclock by defaultJesse Barnes1-0/+3
2010-01-12drm/i915: Fix resume regression on MSI Wind U100 w/o KMSRafael J. Wysocki1-0/+5
2010-01-06Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intelLinus Torvalds1-9/+165
2009-12-18drm: convert drm_ioctl to unlocked_ioctlArnd Bergmann1-1/+1
2009-12-16drm/i915: Track whether cursor needs physical address in intel_device_infoKristian Høgsberg1-5/+6
2009-12-16drm/i915: Implement IS_* macros using static tablesKristian Høgsberg1-34/+110
2009-12-16drm/i915: Move PCI IDs into i915 driverKristian Høgsberg1-2/+40
2009-12-16drm/i915: implement new pm ops for i915Zhenyu Wang1-6/+47
2009-11-18drm: Add async event synchronization for drmWaitVblankKristian Høgsberg1-0/+1
2009-11-02i915: fix intel graphics suspend breakage due to resume/lid event confusionLinus Torvalds1-2/+3
2009-09-17drm/i915: remove restore in resumeZhenyu Wang1-2/+0
2009-09-17drm/i915: Register a shrinker to free inactive lists under memory pressureChris Wilson1-0/+3
2009-09-17drm/i915: fix suspend/resume breakage in lid notifierJesse Barnes1-0/+4
2009-09-17drm/i915: Implement GPU reset on i965Ben Gamari1-0/+124
2009-09-04drm/i915: i915_modeset is signedKyle McMartin1-1/+1
2009-09-04drm/i915: add dynamic clock frequency controlJesse Barnes1-0/+3
2009-09-04drm/i915: Move i915_gem_debugfs.c to i915_debugfs.cBen Gamari1-2/+2
2009-07-10drm/i915: Restore the KMS modeset for every activated CRTCZhao Yakui1-0/+5
2009-07-01drm/i915: Make driver less chattyKeith Packard1-2/+2
2009-06-22drm/i915: correct suspend/resume orderingJesse Barnes1-2/+2
2009-04-17drm/i915: Unregister ACPI video driver when exitingMatthew Garrett1-1/+1
2009-04-05Merge branch 'linus' into releaseLen Brown1-2/+42
2009-03-27ACPI: Populate DIDL before registering ACPI video device on IntelMatthew Garrett1-1/+1
2009-03-13drm: Convert proc files to seq_file and introduce debugfsBen Gamari1-2/+4
2009-03-13drm: claim PCI device when running in modesetting mode.Kristian Høgsberg1-0/+38
2009-02-23i915: suspend/resume interrupt stateJesse Barnes1-3/+7
2009-02-23drm/i915: suspend/resume GEM when KMS is activeJesse Barnes1-1/+22
2009-02-20drm/i915: Keep refs on the object over the lifetime of vmas for GTT mmap.Jesse Barnes1-0/+2