index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
arm64
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-07-09
drm/edid: Allow looking for ext blocks starting from a specified index
Ville Syrjälä
1
-9
/
+21
2020-07-09
drm/dp: Include the AUX CH name in the debug messages
Ville Syrjälä
1
-30
/
+37
2020-07-08
drm/vgem: Replace opencoded version of drm_gem_dumb_map_offset()
Chris Wilson
1
-27
/
+0
2020-07-08
drm/stm: repair runtime power management
Marek Vasut
1
-0
/
+3
2020-07-08
drm/stm: ltdc: remove call of pm-runtime functions
Yannick Fertre
1
-16
/
+0
2020-07-07
drm/meson: overlay: fix build failure
Neil Armstrong
1
-2
/
+4
2020-07-07
drm/ast: Initialize mode setting in ast_mode_config_init()
Thomas Zimmermann
3
-37
/
+41
2020-07-07
drm/ast: Use managed mode-config init
Thomas Zimmermann
3
-8
/
+3
2020-07-07
drm/ast: Replace struct ast_crtc with struct drm_crtc
Thomas Zimmermann
2
-10
/
+6
2020-07-07
drm/ast: Init cursors before creating modesetting structures
Thomas Zimmermann
1
-1
/
+4
2020-07-07
drm/ast: Managed cursor release
Thomas Zimmermann
3
-20
/
+22
2020-07-07
drm/ast: Keep cursor HW BOs mapped
Thomas Zimmermann
2
-28
/
+21
2020-07-07
drm/ast: Add helper to hide cursor
Thomas Zimmermann
3
-1
/
+7
2020-07-07
drm/ast: Don't enable HW cursors twice during atomic update
Thomas Zimmermann
1
-6
/
+0
2020-07-07
drm/ast: Replace ast_cursor_move() with ast_cursor_show()
Thomas Zimmermann
3
-23
/
+35
2020-07-07
drm/ast: Move cursor pageflip into helper
Thomas Zimmermann
3
-13
/
+21
2020-07-07
drm/ast: Update cursor image and checksum from same function
Thomas Zimmermann
1
-19
/
+5
2020-07-07
drm/ast: Move cursor fb pinning and mapping into helper
Thomas Zimmermann
3
-42
/
+59
2020-07-07
drm/ast: Pass struct ast_private instance to cursor init/fini functions
Thomas Zimmermann
3
-8
/
+9
2020-07-07
drm/ast: Move cursor functions to ast_cursor.c
Thomas Zimmermann
4
-196
/
+229
2020-07-07
drm/vc4: crtc: Remove the feed_txp tests
Maxime Ripard
1
-22
/
+7
2020-07-07
drm/vc4: txp: Turn the TXP into a CRTC of its own
Maxime Ripard
2
-20
/
+99
2020-07-07
drm/vc4: crtc: Move the txp_armed function to the TXP
Maxime Ripard
3
-9
/
+8
2020-07-07
drm/vc4: crtc: Move the CRTC initialisation to a separate function
Maxime Ripard
2
-37
/
+53
2020-07-07
drm/vc4: crtc: Only access the PixelValve registers if we have to
Maxime Ripard
1
-4
/
+15
2020-07-07
drm/vc4: crtc: Split CRTC data in two
Maxime Ripard
2
-11
/
+37
2020-07-07
drm/vc4: crtc: Make state functions public
Maxime Ripard
2
-11
/
+20
2020-07-07
drm/vc4: crtc: Move HVS setup code to the HVS driver
Maxime Ripard
3
-251
/
+302
2020-07-07
drm/vc4: Reorder the bind order of the devices
Maxime Ripard
1
-1
/
+1
2020-07-07
drm/vc4: Convert register accessors to FIELD_*
Maxime Ripard
1
-5
/
+4
2020-07-06
drm: drm_fourcc: Add generic alias for 16_16_TILE modifier
Brian Starkey
1
-0
/
+25
2020-07-06
drm/hisilicon: Code refactoring for hibmc_drv_vdac
Tian Tao
2
-41
/
+13
2020-07-03
drm/meson: crtc: handle commit of Amlogic FBC frames
Neil Armstrong
1
-30
/
+88
2020-07-03
drm/meson: overlay: setup overlay for Amlogic FBC Scatter Memory layout
Neil Armstrong
1
-18
/
+35
2020-07-03
drm/meson: overlay: setup overlay for Amlogic FBC Memory Saving mode
Neil Armstrong
1
-2
/
+23
2020-07-03
drm/meson: overlay: setup overlay for Amlogic FBC
Neil Armstrong
2
-8
/
+259
2020-07-03
drm/meson: add Amlogic Video FBC registers
Neil Armstrong
1
-0
/
+22
2020-07-03
drm/fourcc: Add modifier definitions for describing Amlogic Video Framebuffer...
Neil Armstrong
1
-0
/
+81
2020-07-02
dt-bindings: display: Convert connectors to DT schema
Rob Herring
8
-134
/
+232
2020-07-02
drm/vmwgfx: Use __drm_atomic_helper_crtc_reset
Daniel Vetter
1
-2
/
+1
2020-07-02
drm/vc4: Use __drm_atomic_helper_crtc_reset
Daniel Vetter
1
-2
/
+1
2020-07-02
drm/mtk: Use __drm_atomic_helper_crtc_reset
Daniel Vetter
1
-10
/
+6
2020-07-02
drm/imx: Use __drm_atomic_helper_crtc_reset
Daniel Vetter
1
-13
/
+8
2020-07-02
drm/amdgpu: Use __drm_atomic_helper_crtc_reset
Daniel Vetter
1
-3
/
+1
2020-07-02
drm/atomic-helper: reset vblank on crtc reset
Daniel Vetter
11
-33
/
+15
2020-07-02
drm : Insert blank lines after declarations.
Suraj Upadhyay
20
-0
/
+74
2020-07-02
dma-buf: fix dma-fence-chain out of order test
Lionel Landwerlin
1
-22
/
+21
2020-07-02
Revert "dma-buf: Report signaled links inside dma-fence-chain"
Lionel Landwerlin
1
-7
/
+0
2020-07-02
MAINTAINERS: Add myself as DMA-buf maintainer
Christian König
1
-0
/
+1
2020-07-02
drm/i915: Fix the old vs. new epoch counter check during hotplug detect
Imre Deak
1
-1
/
+3
[next]