summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fbdev: fb_defio: Export fb_deferred_io_mmapNoralf Trønnes2016-05-022-1/+3
* drm/fb-helper: Add fb_deferred_io supportNoralf Trønnes2016-05-023-1/+118
* drm/qxl: Change drm_fb_helper_sys_*() calls to sys_*()Noralf Trønnes2016-05-021-3/+3
* drm/udl: Change drm_fb_helper_sys_*() calls to sys_*()Noralf Trønnes2016-05-021-3/+3
* drm/atomic: Add missing drm_crtc_internal.h includeThierry Reding2016-04-281-0/+2
* drm/dp: Allow signals to interrupt drm_aux-dev reads/writesVille Syrjälä2016-04-281-0/+12
* drm: Quiet down drm_mode_getresourcesTvrtko Ursulin2016-04-281-10/+0
* drm: Quiet down drm_mode_getconnectorTvrtko Ursulin2016-04-281-2/+0
* drm: Protect dev->filelist with its own mutexDaniel Vetter2016-04-276-12/+25
* drm: Make drm_vm_open/close_locked private to drm_vm.cDaniel Vetter2016-04-272-14/+4
* drm: Hide master MAP cleanup in drm_bufs.cDaniel Vetter2016-04-273-15/+26
* drm: Forbid legacy MAP functions for DRIVER_MODESETDaniel Vetter2016-04-271-0/+12
* drm: Push struct_mutex into ->master_destroyDaniel Vetter2016-04-271-1/+1
* drm: Move drm_getmap into drm_bufs.c and give it a legacy prefixDaniel Vetter2016-04-273-53/+55
* drm: Put legacy lastclose work into drm_legacy_dev_reinitDaniel Vetter2016-04-272-24/+20
* drm: Give drm_agp_clear drm_legacy_ prefixDaniel Vetter2016-04-274-6/+6
* drm/sysfs: Annote lockless show functions with READ_ONCEDaniel Vetter2016-04-261-3/+8
* MAINTAINERS: Update the files list for the GMA500 DRM driverEmil Velikov2016-04-251-2/+1
* drm: rcar-du: Fix compilation warningLaurent Pinchart2016-04-221-1/+0
* drm/i915: Get rid of intel_dp_dpcd_read_wake()Lyude2016-04-221-58/+23
* drm/dp_helper: Perform throw-away read before actual read in drm_dp_dpcd_read()Lyude2016-04-221-0/+19
* drm/dp_helper: Retry aux transactions on all errorsLyude2016-04-221-20/+22
* drm/dp_helper: Always wait before retrying native aux transactionsLyude2016-04-221-5/+4
* 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-222-38/+66
* drm/mode: introduce wrapper to read framebuffer refcount.Dave Airlie2016-04-225-5/+16
* 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-2250-1216/+1893
|\ \
| * | drm/i915: Update DRIVER_DATE to 20160411Daniel Vetter2016-04-111-1/+1
| * | Merge tag 'v4.6-rc3' into drm-intel-next-queuedDaniel Vetter2016-04-119072-271375/+520187
| |\ \
| * | | 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-115-21/+31
| * | | drm/i915/shrinker: Restrict vmap purge to objects with vmapsChris Wilson2016-04-112-1/+10