summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* drm/nouveau/mxm: fix null deref on loadIlia Mirkin2014-01-191-2/+2
* Merge branch 'drm-nouveau-next' of git://git.freedesktop.org/git/nouveau/linu...Dave Airlie2014-01-156-10/+17
|\
| * drm/nouveau: fix null ptr dereferences on some boardsBen Skeggs2014-01-156-10/+17
* | Revert "drm: copy mode type in drm_mode_connector_list_update()"Dave Airlie2014-01-141-1/+1
* | Merge tag 'drm-intel-fixes-2014-01-13' of git://people.freedesktop.org/~danve...Dave Airlie2014-01-143-3/+11
|\ \
| * | drm/i915/bdw: make sure south port interrupts are enabled properly v2Jesse Barnes2014-01-101-0/+2
| * | drm/i915: Don't grab crtc mutexes in intel_modeset_gem_init()Ville Syrjälä2014-01-101-2/+2
| * | drm/i915: fix DDI PLLs HW state readout codePaulo Zanoni2014-01-081-1/+7
* | | Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/nouveau/linu...Dave Airlie2014-01-088-11/+21
|\ \ \ | |/ / |/| / | |/
| * drm/nouveau/nouveau: fix memory leak in nouveau_crtc_page_flip()Christian Engelmayer2014-01-081-1/+1
| * drm/nouveau/bios: fix offset calculation for BMPv1 biosesIlia Mirkin2014-01-081-4/+4
| * drm/nouveau: return offset of allocated notifierBob Gleitsmann2014-01-071-0/+2
| * drm/nouveau/bios: make jump conditionalIlia Mirkin2014-01-071-1/+5
| * drm/nvce/mc: fix msi rearm on GF114Sid Boyce2014-01-071-1/+1
| * drm/nvc0/gr: fix mthd data submissionKelly Doran2014-01-071-1/+1
| * drm/nouveau: populate master subdev pointer only when fully constructedBen Skeggs2014-01-073-3/+7
* | Revert "drm/i915: assume all GM45 Acer laptops use inverted backlight PWM"Alexander van Heukelum2014-01-061-5/+14
* | drm/i915/bdw: Flush system agent on gen8 alsoBen Widawsky2014-01-061-2/+0
* | Merge tag 'pm+acpi-3.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-01-032-4/+28
|\ \
| | \
| | \
| *-. \ Merge branches 'acpi-pci-pm' and 'acpi-pci-hotplug'Rafael J. Wysocki2013-12-312-4/+28
| |\ \ \
| | | * | ACPIPHP / radeon / nouveau: Fix VGA switcheroo problem related to hotplugRafael J. Wysocki2013-12-312-4/+28
* | | | | drm/radeon: Bump version for CIK DCE tiling fixAlex Deucher2013-12-231-1/+2
* | | | | drm/radeon: set correct number of banks for CIK chips in DCEMarek Olšák2013-12-231-21/+43
* | | | | drm/radeon: set correct pipe config for Hawaii in DCEMarek Olšák2013-12-231-13/+6
* | | | | drm/radeon: expose render backend mask to the userspaceMarek Olšák2013-12-234-2/+15
* | | | | drm/radeon: fix render backend setup for SI and CIKMarek Olšák2013-12-232-10/+10
* | | | | drm/radeon: fix UVD 256MB checkChristian König2013-12-231-1/+1
|/ / / /
* | | | Merge tag 'drm-intel-fixes-2013-12-18' of git://people.freedesktop.org/~danve...Dave Airlie2013-12-234-23/+60
|\ \ \ \
| * | | | drm/i915: Use the correct GMCH_CTRL register for Sandybridge+Chris Wilson2013-12-171-2/+3
| * | | | drm/i915: get a PC8 reference when enabling the power wellPaulo Zanoni2013-12-131-2/+12
| * | | | drm/i915: change CRTC assertion on LCPLL disablePaulo Zanoni2013-12-131-1/+1
| * | | | drm/i915: Fix erroneous dereference of batch_obj inside reset_statusChris Wilson2013-12-121-10/+24
| * | | | drm/i915: Prevent double unref following alloc failure during execbufferChris Wilson2013-12-121-8/+20
* | | | | Merge branch 'drm-fixes-3.13' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie2013-12-234-9/+29
|\ \ \ \ \
| * | | | | drm/radeon: fix asic gfx values for scrapper asicsAlex Deucher2013-12-191-4/+16
| * | | | | drm/radeon: check for 0 count in speaker allocation and SAD codeAlex Deucher2013-12-172-4/+4
| * | | | | drm/radeon/dpm: disable ss on CaymanAlex Deucher2013-12-171-0/+6
| * | | | | drm/radeon/dce6: set correct number of audio pinsAlex Deucher2013-12-171-1/+3
* | | | | | drm/ttm: Fix swapin regressionThomas Hellstrom2013-12-231-1/+2
* | | | | | gpu: fix qxl missing crc32_leRandy Dunlap2013-12-232-1/+2
| |_|/ / / |/| | | |
* | | | | drm/edid: add quirk for BPC in Samsung NP700G7A-S01PL notebookRafał Miłecki2013-12-171-0/+8
|/ / / /
* | | | Merge branch 'ttm-fixes-3.13' of git://people.freedesktop.org/~thomash/linux ...Dave Airlie2013-12-171-3/+3
|\ \ \ \
| * | | | drm/ttm: Fix accesses through vmas with only partial coverageThomas Hellstrom2013-12-161-3/+3
* | | | | drm/nouveau: only runtime suspend by default in optimus configurationIlia Mirkin2013-12-161-0/+6
* | | | | drm: don't double-free on driver load errorIlia Mirkin2013-12-131-3/+3
* | | | | Merge branch 'vmwgfx-fixes-3.13' of git://people.freedesktop.org/~thomash/lin...Dave Airlie2013-12-131-0/+3
|\ \ \ \ \
| * | | | | drm/vmwgfx: Add max surface memory paramJakob Bornecrantz2013-12-081-0/+3
| |/ / / /
* | | | | Revert "drm/radeon: Implement radeon_pci_shutdown"Alex Deucher2013-12-121-10/+0
* | | | | drm/radeon: add missing display tiling setup for olandAlex Deucher2013-12-121-1/+3
* | | | | drm/radeon: fix typo in cik_copy_dmaChristian König2013-12-121-1/+1
OpenPOWER on IntegriCloud