index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/qxl: Use drm_fb_helper deferred_io support
Noralf Trønnes
2016-05-02
4
-178
/
+65
*
drm/fb-cma-helper: Add fb_deferred_io support
Noralf Trønnes
2016-05-02
1
-12
/
+166
*
fbdev: fb_defio: Export fb_deferred_io_mmap
Noralf Trønnes
2016-05-02
1
-1
/
+2
*
drm/fb-helper: Add fb_deferred_io support
Noralf Trønnes
2016-05-02
2
-1
/
+103
*
drm/qxl: Change drm_fb_helper_sys_*() calls to sys_*()
Noralf Trønnes
2016-05-02
1
-3
/
+3
*
drm/udl: Change drm_fb_helper_sys_*() calls to sys_*()
Noralf Trønnes
2016-05-02
1
-3
/
+3
*
drm/atomic: Add missing drm_crtc_internal.h include
Thierry Reding
2016-04-28
1
-0
/
+2
*
drm/dp: Allow signals to interrupt drm_aux-dev reads/writes
Ville Syrjälä
2016-04-28
1
-0
/
+12
*
drm: Quiet down drm_mode_getresources
Tvrtko Ursulin
2016-04-28
1
-10
/
+0
*
drm: Quiet down drm_mode_getconnector
Tvrtko Ursulin
2016-04-28
1
-2
/
+0
*
drm: Protect dev->filelist with its own mutex
Daniel Vetter
2016-04-27
5
-12
/
+24
*
drm: Make drm_vm_open/close_locked private to drm_vm.c
Daniel Vetter
2016-04-27
2
-14
/
+4
*
drm: Hide master MAP cleanup in drm_bufs.c
Daniel Vetter
2016-04-27
2
-14
/
+23
*
drm: Forbid legacy MAP functions for DRIVER_MODESET
Daniel Vetter
2016-04-27
1
-0
/
+12
*
drm: Push struct_mutex into ->master_destroy
Daniel Vetter
2016-04-27
1
-1
/
+1
*
drm: Move drm_getmap into drm_bufs.c and give it a legacy prefix
Daniel Vetter
2016-04-27
3
-53
/
+55
*
drm: Put legacy lastclose work into drm_legacy_dev_reinit
Daniel Vetter
2016-04-27
2
-24
/
+20
*
drm: Give drm_agp_clear drm_legacy_ prefix
Daniel Vetter
2016-04-27
3
-4
/
+4
*
drm/sysfs: Annote lockless show functions with READ_ONCE
Daniel Vetter
2016-04-26
1
-3
/
+8
*
drm: rcar-du: Fix compilation warning
Laurent Pinchart
2016-04-22
1
-1
/
+0
*
drm/i915: Get rid of intel_dp_dpcd_read_wake()
Lyude
2016-04-22
1
-58
/
+23
*
drm/dp_helper: Perform throw-away read before actual read in drm_dp_dpcd_read()
Lyude
2016-04-22
1
-0
/
+19
*
drm/dp_helper: Retry aux transactions on all errors
Lyude
2016-04-22
1
-20
/
+22
*
drm/dp_helper: Always wait before retrying native aux transactions
Lyude
2016-04-22
1
-5
/
+4
*
drm/modes: stop handling framebuffer special
Dave Airlie
2016-04-22
1
-15
/
+2
*
drm/modes: reduce fb_lock to just protecting lists
Dave Airlie
2016-04-22
1
-8
/
+1
*
drm/modes: move reference taking into object lookup.
Dave Airlie
2016-04-22
1
-17
/
+20
*
drm/mode: reduce lock hold in addfb2
Dave Airlie
2016-04-22
1
-3
/
+3
*
drm/mode: reduce scope of fb_lock in framebuffer init
Dave Airlie
2016-04-22
1
-4
/
+5
*
drm/mode: use _object_find to find framebuffers.
Dave Airlie
2016-04-22
1
-25
/
+10
*
drm/mode: move framebuffer reference into object.
Dave Airlie
2016-04-22
1
-34
/
+38
*
drm/mode: introduce wrapper to read framebuffer refcount.
Dave Airlie
2016-04-22
4
-5
/
+5
*
drm/modes: drop __drm_framebuffer_unregister.
Dave Airlie
2016-04-22
1
-14
/
+2
*
drm/mode: move framebuffer_free up above framebuffer_init
Dave Airlie
2016-04-22
1
-29
/
+29
*
drm/mode: rework drm_mode_object_put to drm_mode_object_unregister.
Dave Airlie
2016-04-22
3
-19
/
+24
*
Merge branch 'drm-atmel-hlcdc-devel' of https://github.com/bbrezillon/linux-a...
Dave Airlie
2016-04-22
5
-159
/
+481
|
\
|
*
drm: atmel-hlcdc: route DMA accesses through AHB interfaces
Boris Brezillon
2016-04-14
3
-3
/
+47
|
*
drm: atmel-hlcdc: check display mode validity in crtc->mode_fixup()
Boris Brezillon
2016-04-14
1
-4
/
+10
|
*
drm: atmel-hlcdc: rework the output code to support drm bridges
Boris Brezillon
2016-04-14
2
-82
/
+113
|
*
drm: atmel-hlcdc: move output mode selection in CRTC implementation
Boris Brezillon
2016-04-14
4
-50
/
+142
|
*
drm: atmel-hlcdc: support extended timing ranges on sama5d4 and sama5d2
Boris Brezillon
2016-04-14
2
-6
/
+24
|
*
drm: atmel-hlcdc: remove leftovers from atomic mode setting migration
Boris Brezillon
2016-04-14
1
-12
/
+0
|
*
drm: atmel-hlcdc: fix connector and encoder types
Boris Brezillon
2016-04-14
1
-2
/
+2
|
*
drm: atmel-hlcdc: support asynchronous atomic commit operations
Boris Brezillon
2016-04-14
2
-1
/
+98
|
*
drm: atmel-hlcdc: add a ->cleanup_fb() operation
Boris Brezillon
2016-04-14
1
-3
/
+49
*
|
Merge tag 'drm-intel-next-2016-04-11' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
2016-04-22
47
-1216
/
+1843
|
\
\
|
*
|
drm/i915: Update DRIVER_DATE to 20160411
Daniel Vetter
2016-04-11
1
-1
/
+1
|
*
|
Merge tag 'v4.6-rc3' into drm-intel-next-queued
Daniel Vetter
2016-04-11
4084
-141897
/
+282548
|
|
\
\
|
*
|
|
drm/i915: Avoid allocating a vmap arena for a single page
Chris Wilson
2016-04-11
1
-5
/
+14
|
*
|
|
drm,i915: Introduce drm_malloc_gfp()
Chris Wilson
2016-04-11
4
-21
/
+12
[next]