aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-10Revert "revert "Revert "mm: remove __GFP_NO_KSWAPD""" and associated damageLinus Torvalds1-3/+3
2012-11-28Merge branch 'drm-fixes-3.7' of git://people.freedesktop.org/~agd5f/linuxDave Airlie1-34/+14
2012-11-27radeon: fix pll/ctrc mapping on dce2 and dce3 hardwareJerome Glisse1-34/+14
2012-11-27Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynosDave Airlie4-5/+11
2012-11-27Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intelDave Airlie4-26/+16
2012-11-25Revert "drm/i915: enable rc6 on ilk again"Chris Wilson1-9/+3
2012-11-22drm/i915: do not default to 18 bpp for eDP if missing from VBTJani Nikula2-10/+3
2012-11-22drm/exynos: Fix potential NULL pointer dereference in exynos_drm_encoder.cSachin Kamat1-1/+1
2012-11-22drm/exynos: Make exynos4/5_fimd_driver_data staticSachin Kamat1-2/+2
2012-11-22drm/exynos: fix overlay updating issueInki Dae1-0/+6
2012-11-22drm/exynos: remove unnecessary code.Inki Dae1-1/+0
2012-11-22drm/exynos: fix linux framebuffer address setting.Inki Dae1-1/+2
2012-11-22Merge branch 'drm-fixes-3.7' of git://people.freedesktop.org/~agd5f/linux into drm-fixesDave Airlie2-1/+6
2012-11-22Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-fixesDave Airlie1-1/+2
2012-11-22Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-fixesDave Airlie10-19/+61
2012-11-22drm/nouveau: use the correct fence implementation for nv50Maarten Lankhorst1-1/+2
2012-11-20radeon: add AGPMode 1 quirk for RV250Paul Bolle1-1/+4
2012-11-20drm/radeon: properly track the crtc not_enabled case evergreen_mc_stop()Alex Deucher1-0/+2
2012-11-20drm/i915: disable cloning on sdvoDaniel Vetter1-7/+10
2012-11-19drm/nouveau/bios: fix DCB v1.5 parsingMarcin Slusarz2-6/+10
2012-11-19drm/nouveau: add missing pll_calc callsMaarten Lankhorst3-1/+22
2012-11-19drm/nouveau: fix crash with noaccel=1Marcin Slusarz1-0/+4
2012-11-19drm/nv40: allocate ctxprog with kmallocMarcin Slusarz3-5/+13
2012-11-19drm/nvc0/disp: fix thinko in vblank regression fix..Kelly Doran1-7/+12
2012-11-16Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixesDave Airlie3-4/+31
2012-11-16Merge branch 'drm-fixes-3.7' of git://people.freedesktop.org/~agd5f/linux into drm-fixesDave Airlie1-1/+1
2012-11-16drm/ttm: remove unneeded preempt_disable/enableAkinobu Mita1-4/+0
2012-11-16ttm: Clear the ttm page allocated from high memory zone correctlyZhao Yakui1-1/+4
2012-11-16vmwgfx: return an -EFAULT if copy_to_user() failsDan Carpenter1-0/+2
2012-11-15drm/radeon: fix logic error in atombios_encoders.cAlex Deucher1-1/+1
2012-11-13drm/i915: do not ignore eDP bpc settings from vbtJani Nikula1-0/+11
2012-11-12drm/i915/sdvo: clean up connectors on intel_sdvo_init() failuresJani Nikula1-3/+19
2012-11-09drm/vmwgfx: Fix a case where the code would BUG when trying to pin GMR memoryThomas Hellstrom1-1/+1
2012-11-09drm/vmwgfx: Fix hibernation device resetThomas Hellstrom1-0/+5
2012-11-09Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-fixesDave Airlie5-13/+17
2012-11-09drm/nouveau: fix acpi edid retrievalMaarten Lankhorst1-1/+1
2012-11-09drm/nvc0/disp: fix regression in vblank semaphore releaseKelly Doran1-8/+12
2012-11-09drm/nv40/mpeg: fix context handlingMarcin Slusarz1-1/+1
2012-11-09drm/nv40/graph: fix typo in type namesMarcin Slusarz1-2/+2
2012-11-09drm/nv41/vm: fix typo in type nameMarcin Slusarz1-1/+1
2012-11-08drm/radeon/si: add some missing regs to the VM reg checkerAlex Deucher2-0/+2
2012-11-08drm/radeon/cayman: add some missing regs to the VM reg checkerAlex Deucher2-0/+7
2012-11-07drm/radeon/dce3: switch back to old pll allocation order for discreteAlex Deucher1-23/+31
2012-11-07drm/radeon: fix typo in evergreen_mc_resume()Alex Deucher1-1/+1
2012-11-07drm: set dev_mapping before calling drm_open_helperIlija Hadzic1-17/+30
2012-11-07drm: restore open_count if drm_setup failsIlija Hadzic1-1/+4
2012-11-06drm/i915/crt: fix DPMS standby and suspend mode handlingJani Nikula1-1/+1
2012-11-02drm/udl: fix stride issues scanning out stride != width*bppDave Airlie3-8/+11
2012-11-02Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-fixesDave Airlie4-18/+20
2012-11-02Merge branch 'drm-fixes-3.7' of git://people.freedesktop.org/~agd5f/linux into drm-fixesDave Airlie5-40/+184