index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm: Add and handle new aspect ratios in DRM layer
Shashank Sharma
2018-05-11
1
-0
/
+12
*
drm: Add aspect ratio parsing in DRM layer
Shashank Sharma
2018-05-11
2
-3
/
+44
*
drm: Expose modes with aspect ratio, only if requested
Ankit Nautiyal
2018-05-11
1
-7
/
+37
*
drm: Handle aspect ratio info in legacy modeset path
Ankit Nautiyal
2018-05-11
1
-0
/
+9
*
drm: Add DRM client cap for aspect-ratio
Ankit Nautiyal
2018-05-11
1
-0
/
+9
*
video/hdmi: Reject illegal picture aspect ratios
Ville Syrjälä
2018-05-11
1
-0
/
+3
*
drm/edid: Don't send bogus aspect ratios in AVI infoframes
Ville Syrjälä
2018-05-11
1
-6
/
+17
*
drm/edid: Fix cea mode aspect ratio handling
Ville Syrjälä
2018-05-11
1
-4
/
+14
*
drm/edid: Use drm_mode_match_no_clocks_no_stereo() for consistentcy
Ville Syrjälä
2018-05-11
1
-1
/
+1
*
drm/modes: Introduce drm_mode_match()
Ville Syrjälä
2018-05-11
1
-31
/
+103
*
drm: panel-orientation-quirks: Convert to use match_string() helper
Andy Shevchenko
2018-05-10
1
-4
/
+3
*
drm/dp: Correctly mask DP_TRAINING_AUX_RD_INTERVAL values for DP 1.4
Matt Atwood
2018-05-08
1
-4
/
+18
*
drm/xen-front: Fix loop timeout
Dan Carpenter
2018-05-08
1
-1
/
+1
*
drm/xen-front: fix xen_drm_front_shbuf_alloc() error handling
Dan Carpenter
2018-05-08
2
-3
/
+3
*
drm/xen-front: checking for NULL instead of IS_ERR
Dan Carpenter
2018-05-08
1
-2
/
+2
*
dma-buf: Remove unneeded stubs around sync_debug interfaces
Ezequiel Garcia
2018-05-07
1
-10
/
+0
*
drm/selftests: Add drm helper selftest
Maarten Lankhorst
2018-05-04
4
-1
/
+258
*
drm/selftests: Rename the Kconfig option to CONFIG_DRM_DEBUG_SELFTEST
Maarten Lankhorst
2018-05-04
4
-7
/
+7
*
drm/i915: Do not adjust scale when out of bounds, v2.
Maarten Lankhorst
2018-05-04
1
-109
/
+35
*
drm/rect: Handle rounding errors in drm_rect_clip_scaled, v3.
Maarten Lankhorst
2018-05-04
3
-15
/
+38
*
drm/rect: Round above 1 << 16 upwards to correct scale calculation functions.
Maarten Lankhorst
2018-05-04
1
-1
/
+20
*
gpu: drm: bridge: adv7511: Replace mdelay with usleep_range in adv7511_probe
Jia-Ju Bai
2018-05-04
1
-1
/
+1
*
drm/bridge: adv7511: fix spelling of driver name in Kconfig
Peter Rosin
2018-05-04
1
-1
/
+1
*
drm/v3d: Introduce a new DRM driver for Broadcom V3D V3.x+
Eric Anholt
2018-05-04
16
-0
/
+2943
*
drm/vc4: Add a pad field to align drm_vc4_submit_cl to 64 bits.
Eric Anholt
2018-05-04
1
-0
/
+5
*
drm/pl111: Fix module probe bug
Linus Walleij
2018-05-04
3
-1
/
+24
*
drm: remove all control node code
Daniel Vetter
2018-05-03
4
-22
/
+3
*
drm/msm: Don't setup control node debugfs files
Daniel Vetter
2018-05-03
2
-4
/
+0
*
drm/atomic: Handling the case when setting old crtc for plane
Satendra Singh Thakur
2018-05-03
1
-1
/
+3
*
Revert 190c462d5be19ba622a82f5fd0625087c870a1e6..bf3012ada1b2222e770de5c35c1b...
Daniel Vetter
2018-05-03
7
-16
/
+35
*
drm/qxl: Remove unecessary dma_fence_ops
Daniel Vetter
2018-05-03
1
-7
/
+0
*
drm: Remove unecessary dma_fence_ops
Daniel Vetter
2018-05-03
3
-19
/
+0
*
dma-fence: Make ->wait callback optional
Daniel Vetter
2018-05-03
3
-3
/
+4
*
dma-fence: Allow wait_any_timeout for all fences
Daniel Vetter
2018-05-03
1
-5
/
+0
*
dma-fence: Make ->enable_signaling optional
Daniel Vetter
2018-05-03
1
-1
/
+12
*
drm/vmwgfx: Drop DRM_CONTROL_ALLOW
Daniel Vetter
2018-05-03
1
-4
/
+4
*
drm/i915: Drop DRM_CONTROL_ALLOW
Daniel Vetter
2018-05-03
1
-4
/
+4
*
drm: Drop DRM_CONTROL_ALLOW from ioctls
Daniel Vetter
2018-05-03
2
-36
/
+36
*
drm/rect: Fix drm_rect_rotation_inv() docs
Ville Syrjälä
2018-05-02
1
-2
/
+2
*
drm/pl111: Enable device-specific assigned memory
Linus Walleij
2018-05-02
2
-2
/
+33
*
drm/pl111: Support the Versatile Express
Linus Walleij
2018-05-02
4
-1
/
+196
*
gpu: drm: sti: fix spelling mistake: "initialze" -> "initialize"
Colin Ian King
2018-05-02
1
-1
/
+1
*
drm/rockchip: Disable blending for win0
Kristian H. Kristensen
2018-05-01
1
-1
/
+12
*
drm/vc4: Enable syncobj support
Stefan Schake
2018-05-01
1
-1
/
+2
*
drm/vc4: Export fence through syncobj
Stefan Schake
2018-05-01
1
-2
/
+28
*
drm/vc4: Syncobj import support
Stefan Schake
2018-05-01
2
-5
/
+26
*
drm/panel: Enable DSI transactions on the RPi panel.
Eric Anholt
2018-04-30
1
-13
/
+1
*
drm/vc4: Skip ULPS latching when we're in that ULPS state already.
Eric Anholt
2018-04-30
1
-0
/
+5
*
drm/vc4: make function vc4_allocate_bin_bo static
Vaishali Thakkar
2018-04-30
1
-2
/
+1
*
drm: Make the prime vmap/vunmap hooks optional.
Eric Anholt
2018-04-30
1
-2
/
+6
[next]