aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-15Merge branch 'drm-nouveau-next' of git://git.freedesktop.org/git/nouveau/linux-2.6 into drm-fixesDave Airlie6-10/+17
2014-01-15drm/nouveau: fix null ptr dereferences on some boardsBen Skeggs6-10/+17
2014-01-14Revert "drm: copy mode type in drm_mode_connector_list_update()"Dave Airlie1-1/+1
2014-01-14Merge tag 'drm-intel-fixes-2014-01-13' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixesDave Airlie3-3/+11
2014-01-10drm/i915/bdw: make sure south port interrupts are enabled properly v2Jesse Barnes1-0/+2
2014-01-10drm/i915: Don't grab crtc mutexes in intel_modeset_gem_init()Ville Syrjälä1-2/+2
2014-01-08drm/i915: fix DDI PLLs HW state readout codePaulo Zanoni1-1/+7
2014-01-08Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/nouveau/linux-2.6 into drm-fixesDave Airlie8-11/+21
2014-01-08drm/nouveau/nouveau: fix memory leak in nouveau_crtc_page_flip()Christian Engelmayer1-1/+1
2014-01-08drm/nouveau/bios: fix offset calculation for BMPv1 biosesIlia Mirkin1-4/+4
2014-01-07drm/nouveau: return offset of allocated notifierBob Gleitsmann1-0/+2
2014-01-07drm/nouveau/bios: make jump conditionalIlia Mirkin1-1/+5
2014-01-07drm/nvce/mc: fix msi rearm on GF114Sid Boyce1-1/+1
2014-01-07drm/nvc0/gr: fix mthd data submissionKelly Doran1-1/+1
2014-01-07drm/nouveau: populate master subdev pointer only when fully constructedBen Skeggs3-3/+7
2014-01-06Revert "drm/i915: assume all GM45 Acer laptops use inverted backlight PWM"Alexander van Heukelum1-5/+14
2014-01-06drm/i915/bdw: Flush system agent on gen8 alsoBen Widawsky1-2/+0
2014-01-03Merge tag 'pm+acpi-3.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-4/+28
2013-12-31Merge branches 'acpi-pci-pm' and 'acpi-pci-hotplug'Rafael J. Wysocki2-4/+28
2013-12-31ACPIPHP / radeon / nouveau: Fix VGA switcheroo problem related to hotplugRafael J. Wysocki2-4/+28
2013-12-23drm/radeon: Bump version for CIK DCE tiling fixAlex Deucher1-1/+2
2013-12-23drm/radeon: set correct number of banks for CIK chips in DCEMarek Olšák1-21/+43
2013-12-23drm/radeon: set correct pipe config for Hawaii in DCEMarek Olšák1-13/+6
2013-12-23drm/radeon: expose render backend mask to the userspaceMarek Olšák4-2/+15
2013-12-23drm/radeon: fix render backend setup for SI and CIKMarek Olšák2-10/+10
2013-12-23drm/radeon: fix UVD 256MB checkChristian König1-1/+1
2013-12-23Merge tag 'drm-intel-fixes-2013-12-18' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixesDave Airlie4-23/+60
2013-12-23Merge branch 'drm-fixes-3.13' of git://people.freedesktop.org/~agd5f/linux into drm-fixesDave Airlie4-9/+29
2013-12-23drm/ttm: Fix swapin regressionThomas Hellstrom1-1/+2
2013-12-23gpu: fix qxl missing crc32_leRandy Dunlap2-1/+2
2013-12-19drm/radeon: fix asic gfx values for scrapper asicsAlex Deucher1-4/+16
2013-12-17drm/i915: Use the correct GMCH_CTRL register for Sandybridge+Chris Wilson1-2/+3
2013-12-17drm/radeon: check for 0 count in speaker allocation and SAD codeAlex Deucher2-4/+4
2013-12-17drm/radeon/dpm: disable ss on CaymanAlex Deucher1-0/+6
2013-12-17drm/radeon/dce6: set correct number of audio pinsAlex Deucher1-1/+3
2013-12-17drm/edid: add quirk for BPC in Samsung NP700G7A-S01PL notebookRafał Miłecki1-0/+8
2013-12-17Merge branch 'ttm-fixes-3.13' of git://people.freedesktop.org/~thomash/linux into drm-nextDave Airlie1-3/+3
2013-12-16drm/ttm: Fix accesses through vmas with only partial coverageThomas Hellstrom1-3/+3
2013-12-16drm/nouveau: only runtime suspend by default in optimus configurationIlia Mirkin1-0/+6
2013-12-13drm/i915: get a PC8 reference when enabling the power wellPaulo Zanoni1-2/+12
2013-12-13drm/i915: change CRTC assertion on LCPLL disablePaulo Zanoni1-1/+1
2013-12-13drm: don't double-free on driver load errorIlia Mirkin1-3/+3
2013-12-13Merge branch 'vmwgfx-fixes-3.13' of git://people.freedesktop.org/~thomash/linux into drm-fixesDave Airlie1-0/+3
2013-12-12Revert "drm/radeon: Implement radeon_pci_shutdown"Alex Deucher1-10/+0
2013-12-12drm/radeon: add missing display tiling setup for olandAlex Deucher1-1/+3
2013-12-12drm/radeon: fix typo in cik_copy_dmaChristian König1-1/+1
2013-12-12drm/radeon/cik: plug in missing blit callbackAlex Deucher1-2/+2
2013-12-12drm/radeon/dpm: Fix hwmon crashMartin Andersson1-4/+2
2013-12-12drm/radeon: Fix sideport problems on certain RS690 boardsAlex Deucher1-0/+10
2013-12-12drm/i915: Fix erroneous dereference of batch_obj inside reset_statusChris Wilson1-10/+24