summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-09-05drm/exynos: Consider fallback option to allocation failVikas Sajjan1-0/+13
2013-09-05drm/exynos: fimd: move platform data parsing to separate functionAndrzej Hajda1-32/+31
2013-09-05drm/exynos: fimd: get signal polarities from device treeAndrzej Hajda1-0/+9
2013-09-05drm/exynos: fimd: replace struct fb_videomode with videomodeAndrzej Hajda2-96/+68
2013-09-05drm/exynos: check a pixel format to a particular window layerInki Dae1-0/+11
2013-09-05drm/exynos: fix fimd pixel format settingInki Dae1-21/+13
2013-09-05drm/exynos: Add NULL pointer checkSachin Kamat1-0/+9
2013-09-05drm/exynos: Remove redundant error messagesSachin Kamat19-96/+30
2013-09-05drm/exynos: Add missing of.h header includeSachin Kamat6-1/+6
2013-09-05drm/exynos: Remove redundant NULL check in exynos_drm_bufSachin Kamat1-5/+0
2013-09-05drm/exynos: add device tree support for rotatorChanho Park1-28/+80
2013-09-05drm/exynos: Add missing includesMark Brown10-0/+10
2013-09-05drm/exynos: add runtime pm interfaces to g2d driverInki Dae1-12/+28
2013-09-05drm/exynos: Add fallback option to get non physically contiguous memory for fbVikas Sajjan1-2/+13
2013-09-05drm/tda998x: BUG() on invalid audio formatDavid Herrmann1-0/+4
2013-09-05drm/radeon: protect ACPI calls with CONFIG_ACPIStephen Rothwell1-0/+4
2013-09-04drm/i915: fix i9xx_crtc_clock_get for multiplied pixelsDaniel Vetter1-2/+1
2013-09-04drm/i915: handle sdvo input pixel multiplier correctly againDaniel Vetter1-8/+9
2013-09-04drm/i915: fix hpd work vs. flush_work in the pageflip code deadlockDaniel Vetter2-2/+14
2013-09-04drm/nouveau: fix command submission to use vmalloc for big allocationsMaarten Lankhorst1-7/+20
2013-09-04drm/nouveau/bios/therm: handle vbioses with duplicate entries (mostly nva5)Martin Peres1-1/+2
2013-09-04drm/nouveau: use MSI interruptsLucas Stach3-1/+25
2013-09-04drm/nv50-/kms: assume analog display connected if load on any pinBen Skeggs1-1/+1
2013-09-04drm/nv50/disp: prevent false output detection on the original nv50Emil Velikov1-5/+10
2013-09-04drm/nouveau/i2c: pass the function pointers in at creation timeIlia Mirkin8-21/+23
2013-09-04drm/nouveau/therm: survive to suspend/resume cyclesMartin Peres4-1/+51
2013-09-04drm/nouveau/timer: add a way to cancel alarmsMartin Peres3-0/+29
2013-09-04drm/nouveau/timer: restore the time on resumeMartin Peres1-1/+14
2013-09-04drm/nouveau/fan: restore pwm value on resume when in manual/auto modeMartin Peres2-1/+9
2013-09-04drm/nouveau/therm: Set the correct pwm_mode upon resumeEmil Velikov1-1/+1
2013-09-04drm/nouveau: require contiguous bo for framebufferMaarten Lankhorst1-0/+5
2013-09-04drm/nv50-/disp: use the number of dac, sor, pior rather than hardcoded valuesEmil Velikov1-17/+17
2013-09-04drm/nouveau: remove duplicate copy of nv44_graph_classIlia Mirkin2-8/+5
2013-09-04drm/nouveau/vdec: implement support for VP3 enginesIlia Mirkin6-53/+104
2013-09-04drm/nouveau/core: get rid of math.h, replace log2i with order_base_2Ilia Mirkin7-27/+7
2013-09-04Merge tag 'drm/for-3.12-rc1' of git://anongit.freedesktop.org/tegra/linux int...Dave Airlie5-17/+23
2013-09-03drm/i915: fix up the relocate_entry refactoringDaniel Vetter1-0/+3
2013-09-03drm/i915: Fix pipe config warnings when dealing with LVDS fixed modeVille Syrjälä3-17/+7
2013-09-03drm/i915: Don't call sg_free_table() if sg_alloc_table() failsDamien Lespiau1-1/+0
2013-09-03i915: Update VGA arbiter support for newer devicesAlex Williamson2-3/+31
2013-09-03vgaarb: Fix VGA decodes changesAlex Williamson1-24/+17
2013-09-03vgaarb: Don't disable resources that are not ownedAlex Williamson1-5/+5
2013-09-03drm/i915: Pin pages whilst mapping the dma-bufChris Wilson1-19/+22
2013-09-03drm/i915: enable trickle feed on HaswellPaulo Zanoni4-7/+13
2013-09-03x86: add early quirk for reserving Intel graphics stolen memory v5Jesse Barnes1-15/+0
2013-09-03drm/i915: split PCI IDs out into i915_drm.h v4Jesse Barnes1-130/+34
2013-09-03i915_gem: Convert kmem_cache_alloc(...GFP_ZERO) to kmem_cache_zallocJoe Perches1-1/+1
2013-09-03drm/i915: Use RCS flips on Ivybridge+Chris Wilson2-9/+49
2013-09-03drm/i915: Embed the ring->private within the struct intel_ring_bufferChris Wilson3-72/+35
2013-09-03drm/i915: fix lvds/dp panel fitter settingImre Deak1-0/+2