aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2014-10-14Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 479-10099/+23511
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+0
2014-10-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-7/+7
2014-10-13drm/mst: rework payload table allocation to conform better.Gravatar Dave Airlie 1-20/+57
2014-10-09Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+0
2014-10-09nouveau: __iomem misannotationsGravatar Al Viro 3-7/+7
2014-10-08Merge tag 'staging-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 4-449/+622
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2014-10-07Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-4/+4
2014-10-08drm/ast: Fix HW cursor imageGravatar Benjamin Herrenschmidt 1-2/+2
2014-10-07Merge tag 'ipu-fixes-3.18' of git://git.pengutronix.de/git/pza/linux into drm...Gravatar Dave Airlie 3-3/+5
2014-10-07Merge tag 'topic/core-stuff-2014-10-03' of git://anongit.freedesktop.org/drm-...Gravatar Dave Airlie 4-11/+11
2014-10-07Merge tag 'drm-intel-next-fixes-2014-10-03' of git://anongit.freedesktop.org/...Gravatar Dave Airlie 15-399/+297
2014-10-03Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 8-62/+65
2014-10-03drm/radeon/kv: add uvd/vce info to dpm debugfs outputGravatar Alex Deucher 1-0/+2
2014-10-03drm/radeon/ci: add uvd/vce info to dpm debugfs outputGravatar Alex Deucher 1-0/+4
2014-10-03drm/radeon: export reservation_object from dmabuf to ttmGravatar Maarten Lankhorst 17-25/+35
2014-10-03drm/radeon: cope with foreign fences inside the reservation objectGravatar Maarten Lankhorst 12-25/+66
2014-10-03drm/radeon: cope with foreign fences inside displayGravatar Maarten Lankhorst 2-12/+20
2014-10-03drm/core: use helper to check driver featuresGravatar Andrzej Hajda 3-9/+9
2014-10-03Merge tag 'drm-intel-fixes-2014-10-02' of git://anongit.freedesktop.org/drm-i...Gravatar Dave Airlie 1-1/+13
2014-10-02drm/nouveau: make sure display hardware is reinitialised on runtime resumeGravatar Ben Skeggs 3-53/+26
2014-10-02drm/nouveau: punt fbcon resume out to a workqueueGravatar Ben Skeggs 2-6/+18
2014-10-02drm/nouveau: fix regression on original nv50 boardGravatar Ben Skeggs 1-1/+6
2014-10-02drm/nv50/disp: fix dpms regression on certain boardsGravatar Ben Skeggs 1-1/+2
2014-10-01drm/radeon/cik: write gfx ucode version to ucode addr regGravatar Alex Deucher 1-10/+7
2014-10-01drm/radeon/si: print full CS when we hit a packet 0Gravatar Alex Deucher 1-1/+7
2014-10-01drm/radeon: remove unecessary includesGravatar Alex Deucher 2-2/+0
2014-10-01drm/radeon/combios: declare legacy_connector_convert as staticGravatar Michele Curti 1-1/+1
2014-10-01drm/radeon/atombios: declare connector convert tables as staticGravatar Michele Curti 1-3/+3
2014-10-01drm/radeon: drop btc_get_max_clock_from_voltage_dependency_tableGravatar Alex Deucher 2-19/+0
2014-10-01drm/radeon/dpm: drop clk/voltage dependency filters for BTCGravatar Alex Deucher 1-34/+0
2014-10-01drm/radeon/dpm: drop clk/voltage dependency filters for CIGravatar Alex Deucher 1-26/+0
2014-10-01drm/radeon/dpm: drop clk/voltage dependency filters for SIGravatar Alex Deucher 1-24/+0
2014-10-01drm/radeon/dpm: drop clk/voltage dependency filters for NIGravatar Alex Deucher 1-24/+0
2014-10-01drm/radeon: disable audio when we disable hdmi (v2)Gravatar Alex Deucher 2-0/+15
2014-10-01drm/radeon: split audio enable between eg and r600 (v2)Gravatar Alex Deucher 6-24/+81
2014-10-01drm/radeon: consolidate r600_audio.c into r600_hdmi.cGravatar Alex Deucher 4-186/+155
2014-10-01drm/radeon: consolidate duplicate encode is digital functionGravatar Alex Deucher 4-47/+23
2014-10-01drm/radeon: fix register name to match internal nameGravatar Alex Deucher 2-2/+2
2014-10-01drm/edid: Add missing interlaced flag to 576i@100 modes.Gravatar Clint Taylor 1-2/+2
2014-10-01Merge branch 'for-airlied-next' of git://people.freedesktop.org/~mlankhorst/l...Gravatar Dave Airlie 33-61/+119
2014-10-01Merge tag 'topic/core-stuff-2014-09-29' of git://anongit.freedesktop.org/drm-...Gravatar Dave Airlie 11-34/+75
2014-10-01drm/nouveau: export reservation_object from dmabuf to ttmGravatar Maarten Lankhorst 11-14/+22
2014-10-01drm/i915: Enable pixel replicated modes on BDW and HSW.Gravatar Clint Taylor 2-1/+14
2014-09-30drm/ttm: add reservation_object as argument to ttm_bo_initGravatar Maarten Lankhorst 9-14/+26
2014-09-30drm: Pass dma-buf as argument to gem_prime_import_sg_tableGravatar Maarten Lankhorst 10-15/+19
2014-09-30drm/nouveau: assign fence_chan->name correctlyGravatar Maarten Lankhorst 5-5/+39
2014-09-30drm/nouveau: specify if interruptible wait is desired in nouveau_fence_syncGravatar Maarten Lankhorst 5-13/+11