aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu (follow)
AgeCommit message (Expand)AuthorFilesLines
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: 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-12Merge branch 'drm-tda998x-3.12-fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-cubox into drm-fixesDave Airlie4-9/+26
2013-12-12Merge tag 'drm-intel-fixes-2013-12-11' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixesDave Airlie8-22/+50
2013-12-12Merge branch 'bdw-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixesDave Airlie6-7/+55
2013-12-11drm/i915: don't update the dri1 breadcrumb with modesettingDaniel Vetter1-0/+8
2013-12-10DRM: Armada: prime refcounting bug fixRussell King1-1/+1
2013-12-10DRM: Armada: fix printing of phys_addr_t/dma_addr_tRussell King2-5/+6
2013-12-10DRM: Armada: destroy framebuffer after helperRussell King1-2/+2
2013-12-10DRM: Armada: implement lastclose() for fbhelperRussell King3-1/+17
2013-12-10drm/i915: Repeat eviction search after idling the GPUChris Wilson1-3/+11
2013-12-08drm/vmwgfx: Add max surface memory paramJakob Bornecrantz1-0/+3
2013-12-06drm/i915: Fix use-after-free in do_switchDaniel Vetter1-2/+12
2013-12-06drm/i915: fix pm init orderingDaniel Vetter4-12/+12
2013-12-05Merge branch 'drm-fixes-3.13' of git://people.freedesktop.org/~agd5f/linux into drm-fixesDave Airlie14-91/+106
2013-12-05drm: fix the addition of the side-by-side (half) flag for extra 3D modesThomas Wood1-1/+1
2013-12-05drm/edid: fix length check when adding extra 3D modesThomas Wood1-1/+1
2013-12-04drm/radeon/atom: fix bus probes when hw_i2c is set (v2)Alex Deucher1-6/+9
2013-12-04drm/radeon: fix null pointer dereference in dce6+ audio codeAlex Deucher1-5/+7
2013-12-04drm/radeon: fixup bad vram size on SIAlex Deucher1-2/+9
2013-12-05Merge tag 'drm-intel-fixes-2013-12-02' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixesDave Airlie11-77/+82
2013-12-05Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-fixesDave Airlie2-14/+23
2013-12-05Merge tag 'drm/for-3.13-rc3' of git://anongit.freedesktop.org/tegra/linux into drm-fixesDave Airlie7-27/+35
2013-12-05udl: fix issue with imported prime buffersRob Clark1-0/+6
2013-12-05Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-fixesDave Airlie11-17/+499
2013-12-04drm/vmwgfx: Add our connectors to sysfsThomas Hellstrom3-0/+5
2013-12-04drm/vmwgfx: Fix dma buffer memory size accountingThomas Hellstrom3-10/+47
2013-12-04drm/vmwgfx: Fix up and comment the dumb buffer implementationThomas Hellstrom1-27/+37
2013-12-04drm/vmwgfx: Correctly set the enabled state on crtcsThomas Hellstrom2-0/+5
2013-12-04drm/i915: Hold mutex across i915_gem_releaseChris Wilson2-2/+2
2013-12-03drm/i915: Skip clock checks on BDWVille Syrjälä1-1/+1
2013-12-03drm/i915: Do not clobber config status after a forced restore of hw stateChris Wilson2-2/+2
2013-12-03drm/i915: Take modeset locks around intel_modeset_setup_hw_state()Ville Syrjälä1-0/+2
2013-12-03drm/nv50/disp: min/max are reversed in nv50_crtc_gamma_set()Dan Carpenter1-1/+1
2013-12-03drm/nouveau/sw: fix oops if gpu has its display block disabledBen Skeggs1-1/+1
2013-12-03drm/nouveau: unreference fence after syncingBen Skeggs1-0/+1
2013-12-03drm/nouveau/kms: send timestamp data for correct head in flip completion eventsMaarten Lankhorst1-1/+1
2013-12-03drm/nouveau/clk: Add support for NVAA/NVACRoy Spliet4-2/+452
2013-12-03drm/nouveau/fifo: Hook up pause and resume for NV50 and NV84+Roy Spliet2-0/+6
2013-12-03drm/nv10/plane: some chipsets don't support NV12Ilia Mirkin1-2/+13