index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm: locking&new iterators for connector_list
Daniel Vetter
2016-12-18
6
-43
/
+177
*
drm: Drop locking cargo-cult from drm_mode_config_init
Daniel Vetter
2016-12-18
1
-2
/
+0
*
drm/radeon|amdgpu: Remove redundant num_connectors check
Daniel Vetter
2016-12-18
2
-12
/
+6
*
drm: Move atomic debugfs functions into drm_crtc_internal.h
Daniel Vetter
2016-12-18
3
-6
/
+7
*
drm/irq: drm_legacy_ prefix for legacy ioctls
Daniel Vetter
2016-12-18
3
-32
/
+10
*
drm: bridge: Detach all bridges in a chain at encoder cleanup time
Laurent Pinchart
2016-12-18
1
-2
/
+10
*
drm: bridge: Detach bridge from encoder at encoder cleanup time
Laurent Pinchart
2016-12-18
8
-35
/
+8
*
drm: bridge: Link encoder and bridge in core code
Laurent Pinchart
2016-12-18
25
-110
/
+85
*
drm: Fix compilation warning caused by static inline forward declaration
Laurent Pinchart
2016-12-18
1
-3
/
+1
*
drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h>
Laurent Pinchart
2016-12-18
27
-3
/
+30
*
drm/i915: Simplify i915_gtt_color_adjust()
Chris Wilson
2016-12-16
1
-4
/
+2
*
drm: Constify the drm_mm API
Chris Wilson
2016-12-16
3
-27
/
+26
*
drm: Add drm_mm_for_each_node_safe()
Chris Wilson
2016-12-16
2
-8
/
+20
*
kref: prefer atomic_inc_not_zero to atomic_add_unless
Jason A. Donenfeld
2016-12-16
1
-1
/
+1
*
drm: Fix kernel docs for drm_helper_mode_fill_fb_struct()
Ville Syrjälä
2016-12-15
1
-0
/
+1
*
drm/atomic: Delete wrong comment.
Maarten Lankhorst
2016-12-15
1
-4
/
+0
*
drm: Fix typo in drm_event_reserve_init() kerneldoc
Thierry Reding
2016-12-15
1
-1
/
+1
*
drm/cma: Fix compile fail due to fomat->format typo
Ville Syrjälä
2016-12-15
1
-1
/
+1
*
drm: Eliminate the useless "non-RGB fb" debug message
Ville Syrjälä
2016-12-15
1
-12
/
+1
*
drm: Replace 'format->format' comparisons to just 'format' comparisons
Ville Syrjälä
2016-12-15
6
-9
/
+8
*
drm: Nuke fb->pixel_format
Ville Syrjälä
2016-12-15
54
-151
/
+145
*
drm: Nuke fb->bits_per_pixel
Ville Syrjälä
2016-12-15
44
-101
/
+90
*
drm: Nuke fb->depth
Ville Syrjälä
2016-12-15
36
-57
/
+56
*
drm/i915: Use drm_framebuffer_plane_{width,height}() where possible
Ville Syrjälä
2016-12-15
1
-3
/
+2
*
drm: Add drm_framebuffer_plane_{width,height}()
Ville Syrjälä
2016-12-15
2
-0
/
+50
*
drm/i915: Store a pointer to the pixel format info for fbc
Ville Syrjälä
2016-12-15
2
-9
/
+9
*
drm/nouveau: Use fb->format rather than drm_format_info()
Ville Syrjälä
2016-12-15
1
-7
/
+5
*
drm/fb_cma_helper: Replace drm_format_info() with fb->format
Ville Syrjälä
2016-12-15
1
-4
/
+1
*
drm: Replace drm_format_plane_cpp() with fb->format->cpp[]
Ville Syrjälä
2016-12-15
15
-46
/
+45
*
drm/i915: Eliminate the ugly 'fb?:' constructs from the ilk/skl wm code
Ville Syrjälä
2016-12-15
1
-8
/
+15
*
drm: Replace drm_format_num_planes() with fb->format->num_planes
Ville Syrjälä
2016-12-15
13
-20
/
+20
*
drm: Reject fbs w/o format info in drm_framebuffer_init()
Ville Syrjälä
2016-12-15
1
-1
/
+1
*
drm/i915: Populate fb->format early for inherited fbs
Ville Syrjälä
2016-12-15
1
-0
/
+3
*
drm: Store a pointer to drm_format_info under drm_framebuffer
Ville Syrjälä
2016-12-15
2
-0
/
+5
*
drm: Populate fb->dev from drm_helper_mode_fill_fb_struct()
Ville Syrjälä
2016-12-15
2
-1
/
+5
*
drm/i915: Set fb->dev early on for inherited fbs
Ville Syrjälä
2016-12-15
1
-0
/
+6
*
drm/virtio: Call drm_helper_mode_fill_fb_struct() before drm_framebuffer_init()
Ville Syrjälä
2016-12-15
1
-1
/
+2
*
drm/qxl: Call drm_helper_mode_fill_fb_struct() before drm_framebuffer_init()
Ville Syrjälä
2016-12-15
1
-1
/
+1
*
drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()
Ville Syrjälä
2016-12-15
24
-25
/
+27
*
drm/bridge: analogix_dp: set the DPCD600 during disabling PSR
Caesar Wang
2016-12-15
1
-0
/
+5
*
drm/nouveau: Add local 'fb' variables
Ville Syrjälä
2016-12-14
2
-3
/
+5
*
drm/nouveau: Fix crtc->primary->fb vs. drm_fb fail
Ville Syrjälä
2016-12-14
1
-2
/
+2
*
drm/arm: Add local 'fb' variables
Ville Syrjälä
2016-12-14
2
-11
/
+13
*
drm/arcpgu: Add local 'fb' variables
Ville Syrjälä
2016-12-14
1
-1
/
+2
*
drm/cirrus: Add some local 'fb' variables
Ville Syrjälä
2016-12-14
1
-4
/
+5
*
drm/gma500: Add some local 'fb' variables
Ville Syrjälä
2016-12-14
3
-19
/
+22
*
drm/ast: Add local 'fb' variables
Ville Syrjälä
2016-12-14
1
-5
/
+10
*
drm/mgag200: Add local 'fb' variable
Ville Syrjälä
2016-12-14
1
-8
/
+9
*
drm/radeon: Use DIV_ROUND_UP()
Ville Syrjälä
2016-12-14
1
-3
/
+2
*
drm/radeon: Add local 'fb' variables
Ville Syrjälä
2016-12-14
2
-3
/
+10
[next]