summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
Commit message (Expand)AuthorAgeFilesLines
* WIP: finally turn all interfaces aroundmsm-rebase-masterLucas Stach2013-09-176-101/+92
* WIP: move all iommu handling into msm specific driver partLucas Stach2013-09-172-10/+10
* WIP: move clock and regulator handling into a3xx_gpuLucas Stach2013-09-176-243/+273
* WIP: move irq into adreno_gpuLucas Stach2013-09-174-23/+22
* WIP: move MMIO register mapping into adreno_gpuLucas Stach2013-09-174-10/+43
* WIP: decouple adreno gpu accessors from msm codeLucas Stach2013-09-174-5/+22
* WIP: push down hangcheck into adreno_gpuLucas Stach2013-09-176-71/+74
* WIP: indirect gpu retire through GEM callbackLucas Stach2013-09-172-2/+10
* WIP: store pointer to DRM device in adreno_gpuLucas Stach2013-09-173-3/+3
* WIP: fetch gpu name from base structLucas Stach2013-09-175-22/+26
* WIP: prune msm_gpu from adreno interfacesLucas Stach2013-09-176-119/+107
* WIP: smash a3xx pdev into adreno_gpu in preparation of abstraction turnaroundLucas Stach2013-09-173-19/+12
* WIP: adreno: don't call direcly into msm gem function, but use interfaceLucas Stach2013-09-176-15/+73
* WIP: make adreno submit freestandingLucas Stach2013-09-176-23/+15
* WIP: track adreno context per gpu and independant of drm driverLucas Stach2013-09-175-20/+14
* WIP: move out adreno_gpu_funcs into global headerLucas Stach2013-09-176-42/+18
* WIP: move ringbuffer into adreno subdirLucas Stach2013-09-178-60/+64
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-09-124-62/+119
|\
| * i915: bail out earlier when shrinker cannot acquire mutexGlauber Costa2013-09-101-2/+2
| * drivers: convert shrinkers to new count/scan APIDave Chinner2013-09-104-60/+117
* | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-09-1025-308/+352
|\ \ | |/ |/|
| * drm/nouveau: fix oops on runtime suspend/resumeDave Airlie2013-09-101-3/+6
| * Merge tag 'drm-intel-fixes-2013-09-06' of git://people.freedesktop.org/~danve...Dave Airlie2013-09-1024-305/+346
| |\
| | * drm/i915: Delay disabling of VGA memory until vgacon->fbcon handoff is doneVille Syrjälä2013-09-063-11/+23
| | * drm/i915: try not to lose backlight CBLV precisionJani Nikula2013-09-061-1/+1
| | * drm/i915: Confine page flips to BCS on ValleyviewChris Wilson2013-09-061-1/+1
| | * drm/i915: Skip stolen region initialisation if none is reservedChris Wilson2013-09-051-0/+3
| | * drm/i915: fix gpu hang vs. flip stall deadlocksDaniel Vetter2013-09-051-1/+7
| | * drm/i915: Hold an object reference whilst we shrink itChris Wilson2013-09-051-6/+39
| | * drm/i915: fix i9xx_crtc_clock_get for multiplied pixelsDaniel Vetter2013-09-041-2/+1
| | * drm/i915: handle sdvo input pixel multiplier correctly againDaniel Vetter2013-09-041-8/+9
| | * drm/i915: fix hpd work vs. flush_work in the pageflip code deadlockDaniel Vetter2013-09-042-2/+14
| | * drm/i915: fix up the relocate_entry refactoringDaniel Vetter2013-09-031-0/+3
| | * drm/i915: Fix pipe config warnings when dealing with LVDS fixed modeVille Syrjälä2013-09-033-17/+7
| | * drm/i915: Don't call sg_free_table() if sg_alloc_table() failsDamien Lespiau2013-09-031-1/+0
| | * i915: Update VGA arbiter support for newer devicesAlex Williamson2013-09-032-3/+31
| | * drm/i915: Pin pages whilst mapping the dma-bufChris Wilson2013-09-031-19/+22
| | * drm/i915: enable trickle feed on HaswellPaulo Zanoni2013-09-034-7/+13
| | * x86: add early quirk for reserving Intel graphics stolen memory v5Jesse Barnes2013-09-031-15/+0
| | * drm/i915: split PCI IDs out into i915_drm.h v4Jesse Barnes2013-09-031-130/+34
| | * i915_gem: Convert kmem_cache_alloc(...GFP_ZERO) to kmem_cache_zallocJoe Perches2013-09-031-1/+1
| | * drm/i915: Use RCS flips on Ivybridge+Chris Wilson2013-09-032-9/+49
| | * drm/i915: Embed the ring->private within the struct intel_ring_bufferChris Wilson2013-09-033-72/+35
| | * drm/i915: fix lvds/dp panel fitter settingImre Deak2013-09-031-0/+2
| | * drm/i915: tune down hangcheck noiseDaniel Vetter2013-09-031-3/+3
| | * drm/i915: Report requested frequency alongside current frequency in debugfsChris Wilson2013-09-031-1/+10
| | * drm/i915: Apply the force-detect VGA w/a to ValleyviewChris Wilson2013-09-031-1/+1
| | * drm/i915: Adjust available RPS information through sysfs for vlvChris Wilson2013-09-031-5/+31
| | * drm/i915: sanitize forcewake registers on resetMika Kuoppala2013-09-031-1/+8
| | * drm/i915: Don't mask EI UP interrupt on IVB|SNBMika Kuoppala2013-09-031-1/+11