index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm: Add drm_rotation_90_or_270()
Ville Syrjälä
2016-10-21
9
-33
/
+23
*
drm/virtio: kconfig: Fixup white space.
Peter Griffin
2016-10-21
1
-3
/
+3
*
drm/fence: release fence reference when canceling event
Gustavo Padovan
2016-10-21
1
-0
/
+4
*
drm/i915: Handle early failure during intel_get_load_detect_pipe
Chris Wilson
2016-10-20
1
-3
/
+8
*
drm/fb_cma_helper: do not free fbdev if there is none
Stefan Agner
2016-10-20
1
-1
/
+2
*
drm: fix sparse warnings on undeclared symbols in crc debugfs
Jani Nikula
2016-10-19
1
-2
/
+3
*
gpu: Remove depends on RESET_CONTROLLER when not a provider
Stephen Boyd
2016-10-19
2
-2
/
+0
*
i915: don't call drm_atomic_state_put on invalid pointer
Arnd Bergmann
2016-10-19
1
-2
/
+3
*
drm: Don't export the drm_fb_get_bpp_depth() function
Laurent Pinchart
2016-10-18
2
-33
/
+15
*
drm/arm: mali-dp: Replace drm_fb_get_bpp_depth() with drm_format_plane_cpp()
Laurent Pinchart
2016-10-18
1
-6
/
+1
*
drm: vmwgfx: Replace drm_fb_get_bpp_depth() with drm_format_info()
Laurent Pinchart
2016-10-18
1
-2
/
+10
*
drm: radeon: Replace drm_fb_get_bpp_depth() with drm_format_plane_cpp()
Laurent Pinchart
2016-10-18
2
-11
/
+12
*
drm: amdgpu: Replace drm_fb_get_bpp_depth() with drm_format_plane_cpp()
Laurent Pinchart
2016-10-18
2
-8
/
+9
*
drm: gma500: Replace drm_fb_get_bpp_depth() with drm_format_info()
Laurent Pinchart
2016-10-18
1
-11
/
+9
*
drm: cirrus: Replace drm_fb_get_bpp_depth() with drm_format_plane_cpp()
Laurent Pinchart
2016-10-18
2
-5
/
+5
*
drm: tilcdc: Replace drm_fb_get_bpp_depth() with drm_format_plane_cpp()
Laurent Pinchart
2016-10-18
2
-13
/
+12
*
drm: hdlcd: Replace drm_fb_get_bpp_depth() with drm_format_plane_cpp()
Laurent Pinchart
2016-10-18
1
-3
/
+2
*
drm: WARN when calling drm_format_info() for an unsupported format
Laurent Pinchart
2016-10-18
2
-9
/
+25
*
drm: Use drm_format_info() in DRM core code
Laurent Pinchart
2016-10-18
2
-100
/
+25
*
drm: Implement the drm_format_*() helpers as drm_format_info() wrappers
Laurent Pinchart
2016-10-18
1
-149
/
+37
*
drm: Centralize format information
Laurent Pinchart
2016-10-18
1
-0
/
+84
*
drm: avoid uninitialized timestamp use in wait_vblank
Arnd Bergmann
2016-10-18
1
-1
/
+3
*
drm: Add API for capturing frame CRCs
Tomeu Vizoso
2016-10-17
5
-3
/
+435
*
drm/fb-helper: reject any changes to the fbdev
Stefan Agner
2016-10-17
1
-5
/
+8
*
drm/edid: Use block local to refer to the block
Chris Wilson
2016-10-17
1
-7
/
+5
*
drm/edid: Rename local variable block to edid
Chris Wilson
2016-10-17
1
-19
/
+19
*
drm: Add and handle new aspect ratios in DRM layer
Shashank Sharma
2016-10-17
1
-0
/
+12
*
drm: Add aspect ratio parsing in DRM layer
Shashank Sharma
2016-10-17
1
-0
/
+31
*
drm: Add reference counting to drm_atomic_state
Chris Wilson
2016-10-17
16
-129
/
+72
*
drm: atomic: Clarify documentation around drm_atomic_crtc_needs_modeset
Brian Starkey
2016-10-17
1
-4
/
+5
*
drm/savage: dereferencing an error pointer
Dan Carpenter
2016-10-13
1
-0
/
+1
*
drm/gma500: add comments for new parameters
Jiang Biao
2016-10-13
1
-0
/
+2
*
drm/gma500: remove useless comment
Jiang Biao
2016-10-13
1
-1
/
+0
*
gpu: drm: gma500: Use vma_pages()
Shyam Saini
2016-10-13
1
-1
/
+1
*
drm/vmwgfx: Remove call to reservation_object_test_signaled_rcu before wait
Chris Wilson
2016-10-12
1
-4
/
+2
*
drm/nouveau: Remove call to reservation_object_test_signaled_rcu before wait
Chris Wilson
2016-10-12
1
-12
/
+9
*
drm/etnaviv: Remove manual call to reservation_object_test_signaled_rcu befor...
Chris Wilson
2016-10-12
1
-14
/
+10
*
drm/amdgpu: Remove call to reservation_object_test_signaled_rcu before wait
Chris Wilson
2016-10-12
1
-4
/
+2
*
drm: Release resources with a safer function
Christophe JAILLET
2016-10-10
1
-4
/
+4
*
drm: Fix up kerneldoc for new drm_gem_dmabuf_export()
Chris Wilson
2016-10-10
1
-1
/
+2
*
drm/bridge: Drop drm_connector_unregister and call drm_connector_cleanup dire...
Marek Vasut
2016-10-10
3
-22
/
+3
*
drm/bridge: Add RGB to VGA bridge support
Maxime Ripard
2016-10-10
3
-0
/
+231
*
drm/prime: Take a ref on the drm_dev when exporting a dma_buf
Chris Wilson
2016-10-05
5
-5
/
+33
*
drm/prime: Pass the right module owner through to dma_buf_export()
Chris Wilson
2016-10-05
1
-7
/
+10
*
drm/bridge: Call drm_connector_cleanup directly
Marek Vasut
2016-10-05
3
-18
/
+3
*
drm: simple_kms_helper: Add prepare_fb and cleanup_fb hooks
Marek Vasut
2016-10-05
1
-0
/
+26
*
drm: Release resources with a safer function
Christophe JAILLET
2016-10-05
1
-2
/
+2
*
drm/rockchip: analogix_dp: Refuse to enable PSR if panel doesn't support it
Tomeu Vizoso
2016-10-04
1
-0
/
+3
*
drm/bridge: analogix_dp: Add analogix_dp_psr_supported
Tomeu Vizoso
2016-10-04
1
-0
/
+8
*
drm: Document caveats around atomic event handling
Daniel Vetter
2016-10-04
1
-2
/
+30
[next]