summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
...
| | * | 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
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-09-061-1/+1
|\ \ \ \
| * | | | Docs: Comment: Fixed egregious typosMichael Witten2013-08-201-1/+1
* | | | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-09-05405-16706/+48445
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | drm/exynos: Fix build error with exynos_drm_connector.cSachin Kamat2013-09-051-1/+1
| * | | | drm/exynos: Remove non-DT support in exynos_drm_fimdSachin Kamat2013-09-051-53/+21
| * | | | drm/exynos: Remove non-DT support in exynos_hdmiSachin Kamat2013-09-051-58/+12
| * | | | drm/exynos: Remove non-DT support in exynos_drm_g2dSachin Kamat2013-09-051-3/+1
| * | | | drm/exynos: Remove non-DT support in exynos_hdmiphySachin Kamat2013-09-051-10/+1
| * | | | drm/exynos: Remove non-DT support in exynos_ddcSachin Kamat2013-09-051-10/+1
| * | | | drm/exynos: Make Exynos DRM drivers depend on OFSachin Kamat2013-09-051-2/+2
| * | | | drm/exynos: Consider fallback option to allocation failVikas Sajjan2013-09-051-0/+13
| * | | | drm/exynos: fimd: move platform data parsing to separate functionAndrzej Hajda2013-09-051-32/+31
| * | | | drm/exynos: fimd: get signal polarities from device treeAndrzej Hajda2013-09-051-0/+9
| * | | | drm/exynos: fimd: replace struct fb_videomode with videomodeAndrzej Hajda2013-09-052-96/+68
| * | | | drm/exynos: check a pixel format to a particular window layerInki Dae2013-09-051-0/+11
| * | | | drm/exynos: fix fimd pixel format settingInki Dae2013-09-051-21/+13
| * | | | drm/exynos: Add NULL pointer checkSachin Kamat2013-09-051-0/+9
| * | | | drm/exynos: Remove redundant error messagesSachin Kamat2013-09-0519-96/+30
| * | | | drm/exynos: Add missing of.h header includeSachin Kamat2013-09-056-1/+6
| * | | | drm/exynos: Remove redundant NULL check in exynos_drm_bufSachin Kamat2013-09-051-5/+0
| * | | | drm/exynos: add device tree support for rotatorChanho Park2013-09-051-28/+80
| * | | | drm/exynos: Add missing includesMark Brown2013-09-0510-0/+10
| * | | | drm/exynos: add runtime pm interfaces to g2d driverInki Dae2013-09-051-12/+28
| * | | | drm/exynos: Add fallback option to get non physically contiguous memory for fbVikas Sajjan2013-09-051-2/+13
| * | | | drm/tda998x: BUG() on invalid audio formatDavid Herrmann2013-09-051-0/+4
| * | | | drm/radeon: protect ACPI calls with CONFIG_ACPIStephen Rothwell2013-09-051-0/+4
| | |_|/ | |/| |
| * | | drm/nouveau: fix command submission to use vmalloc for big allocationsMaarten Lankhorst2013-09-041-7/+20
| * | | drm/nouveau/bios/therm: handle vbioses with duplicate entries (mostly nva5)Martin Peres2013-09-041-1/+2
| * | | drm/nouveau: use MSI interruptsLucas Stach2013-09-043-1/+25
| * | | drm/nv50-/kms: assume analog display connected if load on any pinBen Skeggs2013-09-041-1/+1
| * | | drm/nv50/disp: prevent false output detection on the original nv50Emil Velikov2013-09-041-5/+10
| * | | drm/nouveau/i2c: pass the function pointers in at creation timeIlia Mirkin2013-09-048-21/+23
| * | | drm/nouveau/therm: survive to suspend/resume cyclesMartin Peres2013-09-044-1/+51
| * | | drm/nouveau/timer: add a way to cancel alarmsMartin Peres2013-09-043-0/+29
| * | | drm/nouveau/timer: restore the time on resumeMartin Peres2013-09-041-1/+14
| * | | drm/nouveau/fan: restore pwm value on resume when in manual/auto modeMartin Peres2013-09-042-1/+9
| * | | drm/nouveau/therm: Set the correct pwm_mode upon resumeEmil Velikov2013-09-041-1/+1
| * | | drm/nouveau: require contiguous bo for framebufferMaarten Lankhorst2013-09-041-0/+5
| * | | drm/nv50-/disp: use the number of dac, sor, pior rather than hardcoded valuesEmil Velikov2013-09-041-17/+17
| * | | drm/nouveau: remove duplicate copy of nv44_graph_classIlia Mirkin2013-09-042-8/+5
OpenPOWER on IntegriCloud