summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
Commit message (Expand)AuthorAgeFilesLines
* drm: Add Allwinner A10 Display Engine supportMaxime Ripard2016-04-2818-1/+2202
* drm: Switch blobs to the new generic modeset obj refcountingDaniel Vetter2016-04-271-119/+45
* drm/atomic-helpers: Don't duplicate code in destroy helpersDaniel Vetter2016-04-271-8/+9
* drm: Fix fb leaks and WARN spew in get/set_prop ioctlsDaniel Vetter2016-04-271-7/+9
* drm: Improve kerneldoc for new mode object refcountingDaniel Vetter2016-04-271-7/+15
* Merge branch 'topic-arcpgu-v6' of https://github.com/foss-for-synopsys-dwc-ar...Dave Airlie2016-04-279-0/+845
|\
| * drm: Add support of ARC PGU display controllerCarlos Palminha2016-04-269-0/+845
* | drm: rcar-du: Fix compilation warningLaurent Pinchart2016-04-241-1/+0
* | drm: rcar-du: Use ARCH_RENESASSimon Horman2016-04-241-1/+1
* | drm: rcar-du: Clarify vsp dependencyArnd Bergmann2016-04-241-1/+1
|/
* drm/modes: stop handling framebuffer specialDave Airlie2016-04-221-15/+2
* drm/modes: reduce fb_lock to just protecting listsDave Airlie2016-04-221-8/+1
* drm/modes: move reference taking into object lookup.Dave Airlie2016-04-221-17/+20
* drm/mode: reduce lock hold in addfb2Dave Airlie2016-04-221-3/+3
* drm/mode: reduce scope of fb_lock in framebuffer initDave Airlie2016-04-221-4/+5
* drm/mode: use _object_find to find framebuffers.Dave Airlie2016-04-221-25/+10
* drm/mode: move framebuffer reference into object.Dave Airlie2016-04-221-34/+38
* drm/mode: introduce wrapper to read framebuffer refcount.Dave Airlie2016-04-224-5/+5
* drm/modes: drop __drm_framebuffer_unregister.Dave Airlie2016-04-221-14/+2
* drm/mode: move framebuffer_free up above framebuffer_initDave Airlie2016-04-221-29/+29
* drm/mode: rework drm_mode_object_put to drm_mode_object_unregister.Dave Airlie2016-04-223-19/+24
* Merge branch 'drm-atmel-hlcdc-devel' of https://github.com/bbrezillon/linux-a...Dave Airlie2016-04-225-159/+481
|\
| * drm: atmel-hlcdc: route DMA accesses through AHB interfacesBoris Brezillon2016-04-143-3/+47
| * drm: atmel-hlcdc: check display mode validity in crtc->mode_fixup()Boris Brezillon2016-04-141-4/+10
| * drm: atmel-hlcdc: rework the output code to support drm bridgesBoris Brezillon2016-04-142-82/+113
| * drm: atmel-hlcdc: move output mode selection in CRTC implementationBoris Brezillon2016-04-144-50/+142
| * drm: atmel-hlcdc: support extended timing ranges on sama5d4 and sama5d2Boris Brezillon2016-04-142-6/+24
| * drm: atmel-hlcdc: remove leftovers from atomic mode setting migrationBoris Brezillon2016-04-141-12/+0
| * drm: atmel-hlcdc: fix connector and encoder typesBoris Brezillon2016-04-141-2/+2
| * drm: atmel-hlcdc: support asynchronous atomic commit operationsBoris Brezillon2016-04-142-1/+98
| * drm: atmel-hlcdc: add a ->cleanup_fb() operationBoris Brezillon2016-04-141-3/+49
* | Merge tag 'drm-intel-next-2016-04-11' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-04-2247-1216/+1843
|\ \
| * | drm/i915: Update DRIVER_DATE to 20160411Daniel Vetter2016-04-111-1/+1
| * | Merge tag 'v4.6-rc3' into drm-intel-next-queuedDaniel Vetter2016-04-11178-3768/+6394
| |\ \
| * | | drm/i915: Avoid allocating a vmap arena for a single pageChris Wilson2016-04-111-5/+14
| * | | drm,i915: Introduce drm_malloc_gfp()Chris Wilson2016-04-114-21/+12
| * | | drm/i915/shrinker: Restrict vmap purge to objects with vmapsChris Wilson2016-04-112-1/+10
| * | | drm/i915: Refactor duplicate object vmap functionsChris Wilson2016-04-114-72/+84
| * | | drm/i915: Consolidate common error handling in intel_pin_and_map_ringbuffer_objChris Wilson2016-04-111-13/+12
| * | | drm/i915/dmabuf: Tighten struct_mutex for unmap_dma_bufChris Wilson2016-04-111-3/+1
| * | | drm/i915: implement WaClearTdlStateAckDirtyBitsTim Gore2016-04-112-0/+31
| * | | drm/i915/bxt: Reversed polarity of PORT_PLL_REF_SEL bitDongwon Kim2016-04-111-1/+9
| * | | drm/i915: Rename hw state checker to hw state verifier.Maarten Lankhorst2016-04-111-30/+30
| * | | drm/i915: Move modeset state verifier calls.Maarten Lankhorst2016-04-111-19/+5
| * | | drm/i915: Make modeset state verifier take crtc as argument.Maarten Lankhorst2016-04-111-133/+183
| * | | drm/i915: Replace manual barrier() with READ_ONCE() in HWS accessorChris Wilson2016-04-091-4/+2
| * | | drm/i915: Use simplest form for flushing the single cacheline in the HWSChris Wilson2016-04-091-2/+3
| * | | drm/i915: Harden detection of missed interruptsChris Wilson2016-04-093-16/+35
| * | | drm/i915: Separate out the seqno-barrier from engine->get_seqnoChris Wilson2016-04-098-42/+51
| * | | drm/i915: Remove forcewake dance from seqno/irq barrier on legacy gen6+Chris Wilson2016-04-091-2/+11