index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-10-21
dma-buf/sync_file: hold reference to fence when creating sync_file
Gustavo Padovan
1
-1
/
+1
2016-10-21
drm/virtio: kconfig: Fixup white space.
Peter Griffin
1
-3
/
+3
2016-10-21
drm/fence: release fence reference when canceling event
Gustavo Padovan
1
-0
/
+4
2016-10-20
drm/i915: Handle early failure during intel_get_load_detect_pipe
Chris Wilson
1
-3
/
+8
2016-10-20
drm/fb_cma_helper: do not free fbdev if there is none
Stefan Agner
1
-1
/
+2
2016-10-19
drm: fix sparse warnings on undeclared symbols in crc debugfs
Jani Nikula
1
-2
/
+3
2016-10-19
gpu: Remove depends on RESET_CONTROLLER when not a provider
Stephen Boyd
3
-3
/
+0
2016-10-19
i915: don't call drm_atomic_state_put on invalid pointer
Arnd Bergmann
1
-2
/
+3
2016-10-18
drm: Don't export the drm_fb_get_bpp_depth() function
Laurent Pinchart
3
-34
/
+15
2016-10-18
drm/arm: mali-dp: Replace drm_fb_get_bpp_depth() with drm_format_plane_cpp()
Laurent Pinchart
1
-6
/
+1
2016-10-18
drm: vmwgfx: Replace drm_fb_get_bpp_depth() with drm_format_info()
Laurent Pinchart
1
-2
/
+10
2016-10-18
drm: radeon: Replace drm_fb_get_bpp_depth() with drm_format_plane_cpp()
Laurent Pinchart
2
-11
/
+12
2016-10-18
drm: amdgpu: Replace drm_fb_get_bpp_depth() with drm_format_plane_cpp()
Laurent Pinchart
2
-8
/
+9
2016-10-18
drm: gma500: Replace drm_fb_get_bpp_depth() with drm_format_info()
Laurent Pinchart
1
-11
/
+9
2016-10-18
drm: cirrus: Replace drm_fb_get_bpp_depth() with drm_format_plane_cpp()
Laurent Pinchart
2
-5
/
+5
2016-10-18
drm: tilcdc: Replace drm_fb_get_bpp_depth() with drm_format_plane_cpp()
Laurent Pinchart
2
-13
/
+12
2016-10-18
drm: hdlcd: Replace drm_fb_get_bpp_depth() with drm_format_plane_cpp()
Laurent Pinchart
1
-3
/
+2
2016-10-18
drm: WARN when calling drm_format_info() for an unsupported format
Laurent Pinchart
3
-9
/
+26
2016-10-18
drm: Use drm_format_info() in DRM core code
Laurent Pinchart
2
-100
/
+25
2016-10-18
drm: Implement the drm_format_*() helpers as drm_format_info() wrappers
Laurent Pinchart
1
-149
/
+37
2016-10-18
drm: Centralize format information
Laurent Pinchart
3
-0
/
+108
2016-10-18
drm: avoid uninitialized timestamp use in wait_vblank
Arnd Bergmann
1
-1
/
+3
2016-10-17
drm: Add API for capturing frame CRCs
Tomeu Vizoso
8
-3
/
+555
2016-10-17
drm/fb-helper: reject any changes to the fbdev
Stefan Agner
1
-5
/
+8
2016-10-17
drm/edid: Use block local to refer to the block
Chris Wilson
1
-7
/
+5
2016-10-17
drm/edid: Rename local variable block to edid
Chris Wilson
1
-19
/
+19
2016-10-17
drm: Add and handle new aspect ratios in DRM layer
Shashank Sharma
2
-0
/
+18
2016-10-17
video: Add new aspect ratios for HDMI 2.0
Shashank Sharma
2
-0
/
+6
2016-10-17
drm: Add aspect ratio parsing in DRM layer
Shashank Sharma
1
-0
/
+31
2016-10-17
drm: add picture aspect ratio flags
Shashank Sharma
1
-5
/
+13
2016-10-17
drivers/gpu/vga: allocate vga_arb_write() buffer on stack
Dmitry Vyukov
1
-11
/
+4
2016-10-17
drm: Add reference counting to drm_atomic_state
Chris Wilson
18
-131
/
+102
2016-10-17
drm/crtc: constify drm_crtc_mask parameter
Maarten Lankhorst
2
-2
/
+2
2016-10-17
drm: atomic: Clarify documentation around drm_atomic_crtc_needs_modeset
Brian Starkey
3
-5
/
+20
2016-10-13
drm/savage: dereferencing an error pointer
Dan Carpenter
1
-0
/
+1
2016-10-13
drm/gma500: add comments for new parameters
Jiang Biao
1
-0
/
+2
2016-10-13
drm/gma500: remove useless comment
Jiang Biao
1
-1
/
+0
2016-10-13
gpu: drm: gma500: Use vma_pages()
Shyam Saini
1
-1
/
+1
2016-10-12
dma-buf: Restart reservation_object_test_signaled_rcu() after writes
Chris Wilson
1
-20
/
+10
2016-10-12
dma-buf: Restart reservation_object_wait_timeout_rcu() after writes
Chris Wilson
1
-6
/
+5
2016-10-12
dma-buf: Restart reservation_object_get_fences_rcu() after writes
Chris Wilson
1
-40
/
+31
2016-10-12
dma-buf: Introduce fence_get_rcu_safe()
Chris Wilson
1
-5
/
+51
2016-10-12
drm/vmwgfx: Remove call to reservation_object_test_signaled_rcu before wait
Chris Wilson
1
-4
/
+2
2016-10-12
drm/nouveau: Remove call to reservation_object_test_signaled_rcu before wait
Chris Wilson
1
-12
/
+9
2016-10-12
drm/etnaviv: Remove manual call to reservation_object_test_signaled_rcu befor...
Chris Wilson
1
-14
/
+10
2016-10-12
drm/amdgpu: Remove call to reservation_object_test_signaled_rcu before wait
Chris Wilson
1
-4
/
+2
2016-10-10
drm/crtc: constify drm_crtc_index parameter
Jani Nikula
1
-1
/
+1
2016-10-10
drm: use the right function name in documentation
Grazvydas Ignotas
1
-2
/
+2
2016-10-10
drm: Release resources with a safer function
Christophe JAILLET
1
-4
/
+4
2016-10-10
drm: Fix up kerneldoc for new drm_gem_dmabuf_export()
Chris Wilson
1
-1
/
+2
[next]