aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-02Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds18-62/+107
2014-03-03Merge branch 'drm-fixes-3.14' of git://people.freedesktop.org/~agd5f/linux into drm-fixesDave Airlie11-35/+72
2014-03-02drm/vmwgfx: avoid null pointer dereference at failure pathsAlexey Khoroshilov1-16/+19
2014-03-02drm/vmwgfx: Make sure backing mobs are cleared when allocated. Update driver date.Thomas Hellstrom2-3/+2
2014-03-02drm/vmwgfx: Remove some unused surface formatsThomas Hellstrom1-6/+1
2014-02-27drm/radeon: enable speaker allocation setup on dce3.2Alex Deucher1-3/+0
2014-02-27drm/radeon: change audio enable logicAlex Deucher5-27/+44
2014-02-27drm/radeon: fix audio disable on dce6+Alex Deucher1-1/+1
2014-02-27drm/radeon: free uvd ring on unloadJerome Glisse3-2/+4
2014-02-27drm/radeon: disable pll sharing for DP on DCE4.1Alex Deucher1-1/+15
2014-02-27drm/radeon: fix missing bo reservationChristian König1-0/+6
2014-02-27drm/radeon: print the supported atpx function maskAlex Deucher1-1/+2
2014-02-21Merge tag 'pm+acpi-3.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+24
2014-02-20ACPI / nouveau: fix probing regression related to _DSMJiang Liu1-2/+24
2014-02-20Merge tag 'drm/for-3.14-rc3' of git://anongit.freedesktop.org/tegra/linux into drm-fixesDave Airlie3-2/+13
2014-02-19Merge tag 'ttm-fixes-3.14-2014-02-18' of git://people.freedesktop.org/~thomash/linux into drm-fixesDave Airlie1-0/+1
2014-02-19Merge tag 'vmwgfx-fixes-3.14-2014-02-18' of git://people.freedesktop.org/~thomash/linux into drm-fixesDave Airlie9-71/+112
2014-02-18drm/radeon/ni: fix typo in dpm sq ramping setupAlex Deucher1-1/+1
2014-02-18drm/radeon/si: fix typo in dpm sq ramping setupAlex Deucher1-1/+1
2014-02-18drm/radeon: fix CP semaphores on CIKChristian König3-5/+20
2014-02-18drm/radeon: delete a stray tabDan Carpenter1-1/+1
2014-02-18drm/radeon: fix display tiling setup on SIAlex Deucher1-6/+7
2014-02-18drm/radeon/dpm: reduce r7xx vblank mclk threshold to 200Alex Deucher1-8/+1
2014-02-18drm/radeon: fill in DRM_CAPs for cursor sizeAlex Deucher1-0/+2
2014-02-18drm: add DRM_CAPs for cursor sizeAlex Deucher1-0/+12
2014-02-18drm/radeon: unify bpc handlingAlex Deucher2-4/+5
2014-02-18drm/ttm: Fix memory leak in ttm_agp_backend.cMasanari Iida1-0/+1
2014-02-18Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-fixesDave Airlie14-12/+69
2014-02-18Merge tag 'drm-intel-fixes-2014-02-14' of ssh://git.freedesktop.org/git/drm-intel into drm-fixesDave Airlie4-6/+49
2014-02-18Merge branch 'tda998x-fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-cubox into drm-fixesDave Airlie1-1/+3
2014-02-18drm/nouveau: fix TTM_PL_TT memtype on pre-nv50Ilia Mirkin1-1/+1
2014-02-18drm/nv50/disp: use correct register to determine DP display bppIlia Mirkin1-1/+1
2014-02-18drm/nouveau/fb: use correct ram oclass for nv1a hardwareEmil Velikov1-1/+1
2014-02-18drm/nv50/gr: add missing nv_error parameter privIlia Mirkin1-1/+1
2014-02-18drm/nouveau: fix ENG_RUNLIST register addressAlexandre Courbot1-1/+1
2014-02-18drm/nv4c/bios: disallow retrieving from prom on nv4x igp'sIlia Mirkin1-0/+4
2014-02-18drm/nv4c/vga: decode register is in a different place on nv4x igp'sIlia Mirkin1-1/+3
2014-02-18drm/nv4c/mc: nv4x igp's have a different msi rearm registerIlia Mirkin6-6/+54
2014-02-18drm/nouveau: set irq_enabled manuallyIlia Mirkin1-0/+3
2014-02-13drm/i2c: tda998x: Fix memory leak in tda998x_encoder_init error path.Dave Jones1-1/+3
2014-02-13drm/i915/dp: add native aux defer retry limitJani Nikula1-4/+11
2014-02-13drm/i915/dp: increase native aux defer retry timeoutJani Nikula1-2/+2
2014-02-12drm/vmwgfx: Fix command defines and checksThomas Hellstrom2-50/+75
2014-02-12drm/vmwgfx: Fix possible integer overflowThomas Hellstrom1-4/+7
2014-02-12drm/vmwgfx: Remove stray constThomas Hellstrom1-1/+1
2014-02-12drm/vmwgfx: unlock on error path in vmw_execbuf_process()Dan Carpenter1-1/+1
2014-02-12drm/vmwgfx: Get maximum mob size from register SVGA_REG_MOB_MAX_SIZECharmaine Lee4-1/+15
2014-02-12drm/vmwgfx: Fix a couple of sparse warnings and errorsThomas Hellstrom3-14/+13
2014-02-12drm/tegra: Add guard to avoid double disable/enable of RGB outputsDmitry Osipenko1-0/+11
2014-02-12gpu: host1x: do not check previously handled gathersErik Faye-Lund1-1/+1