index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm
/
tools
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-03-03
drm: rcar-du: Fix race condition in hardware plane allocator
Laurent Pinchart
5
-164
/
+228
2015-03-03
drm: rcar-du: Move group locking inside rcar_du_crtc_update_planes()
Laurent Pinchart
1
-7
/
+3
2015-03-03
drm: rcar-du: Move plane commit code from CRTC start to CRTC resume
Laurent Pinchart
2
-35
/
+21
2015-03-03
drm: rcar-du: Move plane format to plane state
Laurent Pinchart
3
-52
/
+71
2015-03-03
drm: rcar-du: Remove unneeded rcar_du_crtc plane field
Laurent Pinchart
2
-7
/
+2
2015-03-03
drm: rcar-du: Replace plane crtc and enabled fields by plane state
Laurent Pinchart
3
-19
/
+5
2015-03-03
drm: rcar-du: Rework plane setup code
Laurent Pinchart
2
-25
/
+12
2015-03-03
drm: rcar-du: Switch plane set_property to atomic helpers
Laurent Pinchart
4
-57
/
+95
2015-03-03
drm: rcar-du: Switch page flip to atomic helpers
Laurent Pinchart
3
-47
/
+17
2015-03-03
drm: rcar-du: Implement asynchronous commit support
Laurent Pinchart
3
-1
/
+113
2015-03-03
drm: rcar-du: Replace encoder mode_fixup with atomic_check
Laurent Pinchart
2
-29
/
+20
2015-03-03
drm: rcar-du: Switch connector DPMS to atomic helpers
Laurent Pinchart
6
-40
/
+7
2015-03-03
drm: rcar-du: Switch mode config to atomic helpers
Laurent Pinchart
3
-73
/
+6
2015-03-03
drm: rcar-du: Switch plane update to atomic helpers
Laurent Pinchart
2
-2
/
+5
2015-03-03
drm: rcar-du: Rework CRTC enable/disable for atomic updates
Laurent Pinchart
2
-26
/
+35
2015-03-03
drm: rcar-du: Rework HDMI encoder enable/disable for atomic updates
Laurent Pinchart
1
-13
/
+35
2015-03-03
drm: rcar-du: Rework encoder enable/disable for atomic updates
Laurent Pinchart
1
-11
/
+22
2015-03-03
drm: rcar-du: Replace LVDS encoder DPMS by enable/disable
Laurent Pinchart
4
-23
/
+21
2015-03-03
drm: rcar-du: Remove private copy of plane size and position
Laurent Pinchart
2
-23
/
+10
2015-03-03
drm: rcar-du: Wire up atomic state object scaffolding
Laurent Pinchart
6
-0
/
+25
2015-03-03
drm: rcar-du: Handle primary plane config through atomic plane ops
Laurent Pinchart
3
-78
/
+14
2015-03-03
drm: rcar-du: Implement planes atomic operations
Laurent Pinchart
2
-48
/
+141
2015-03-03
drm: rcar-du: Fix hardware plane allocation
Laurent Pinchart
1
-2
/
+2
2015-03-03
drm: rcar-du: Implement universal plane support
Laurent Pinchart
4
-52
/
+40
2015-03-03
drm: rcar-du: Define macros for the max number of groups, CRTCs and LVDS
Laurent Pinchart
1
-3
/
+7
2015-03-03
drm: rcar-du: Disable fbdev emulation when no connector is present
Laurent Pinchart
1
-5
/
+10
2015-03-03
drm: rcar-du: Turn vblank on/off when enabling/disabling CRTC
Laurent Pinchart
2
-11
/
+21
2015-03-03
drm: rcar-du: Wait for page flip completion when turning the CRTC off
Laurent Pinchart
2
-0
/
+38
2015-03-03
drm: rcar-du: Reorder CRTC functions
Laurent Pinchart
1
-59
/
+83
2015-03-03
drm: rcar-du: Don't set connector->encoder at init time
Laurent Pinchart
3
-3
/
+0
2015-03-03
drm: rcar-du: Remove drm_fbdev_cma_restore_mode() call at init time
Laurent Pinchart
1
-4
/
+0
2015-03-03
drm: rcar-du: Don't disable unused functions at init time
Laurent Pinchart
1
-2
/
+0
2015-02-27
drm/i915: Update DRIVER_DATE to 20150227
Daniel Vetter
1
-1
/
+1
2015-02-27
drm/i915: Clarify obj->map_and_fenceable
Chris Wilson
1
-1
/
+1
2015-02-27
drm/i915/skl: Allow Y (and Yf) frame buffer creation
Tvrtko Ursulin
1
-2
/
+15
2015-02-27
drm/i915/skl: Update watermarks for Y tiling
Tvrtko Ursulin
4
-9
/
+59
2015-02-27
drm/i915/skl: Updated watermark programming
Tvrtko Ursulin
1
-21
/
+33
2015-02-27
drm/i915/skl: Adjust get_plane_config() to support Yb/Yf tiling
Damien Lespiau
1
-17
/
+23
2015-02-27
drm/i915/skl: Teach pin_and_fence_fb_obj() about Y tiling constraints
Damien Lespiau
1
-2
/
+6
2015-02-27
drm/i915/skl: Adjust intel_fb_align_height() for Yb/Yf tiling
Damien Lespiau
1
-2
/
+37
2015-02-27
drm/i915/skl: Allow scanning out Y and Yf fbs
Damien Lespiau
3
-40
/
+101
2015-02-27
drm/i915/skl: Add new displayable tiling formats
Tvrtko Ursulin
1
-0
/
+15
2015-02-27
drm/i915: Remove DRIVER_MODESET checks from modeset code
Daniel Vetter
4
-15
/
+2
2015-02-27
drm/i915: Remove regfile code&data for UMS suspend/resume
Daniel Vetter
4
-900
/
+3
2015-02-27
drm/i915: Remove DRIVER_MODESET checks from gem code
Daniel Vetter
1
-14
/
+0
2015-02-27
drm/i915: Remove DRIVER_MODESET checks in the gpu reset code
Daniel Vetter
1
-26
/
+23
2015-02-27
drm/i915: Remove DRIVER_MODESET checks from suspend/resume code
Daniel Vetter
1
-61
/
+52
2015-02-27
drm/i915: Remove DRIVER_MODESET checks in load/unload/close code
Daniel Vetter
1
-58
/
+37
2015-02-26
drm/i915: fix a printk format
Dan Carpenter
1
-1
/
+1
2015-02-26
drm/i915: Add media rc6 residency file to sysfs
Ville Syrjälä
1
-0
/
+25
[next]