index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
arm
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm: Use state helper instead of the plane state pointer
Maxime Ripard
2021-02-25
2
-2
/
+4
*
drm/atomic: Pass the full state to planes atomic disable and update
Maxime Ripard
2021-02-25
3
-4
/
+6
*
drm: Rename plane->state variables in atomic update and disable
Maxime Ripard
2021-02-24
1
-17
/
+17
*
drm: Store new plane state in a variable for atomic_update and disable
Maxime Ripard
2021-02-24
1
-3
/
+4
*
drm: Use the state pointer directly in planes atomic_check
Maxime Ripard
2021-02-24
2
-2
/
+2
*
drm/atomic: Pass the full state to planes atomic_check
Maxime Ripard
2021-02-24
3
-3
/
+9
*
drm: Rename plane atomic_check state names
Maxime Ripard
2021-02-24
3
-31
/
+34
*
drm/komeda: Annotate dma-fence critical section in commit path
Daniel Vetter
2021-02-23
1
-0
/
+3
*
drm/malidp: Annotate dma-fence critical section in commit path
Daniel Vetter
2021-02-23
1
-0
/
+3
*
drm: Switch to %p4cc format modifier
Sakari Ailus
2021-02-17
4
-22
/
+6
*
Merge tag 'drm-misc-next-2020-12-17' of git://anongit.freedesktop.org/drm/drm...
Daniel Vetter
2021-01-07
2
-2
/
+0
|
\
|
*
drm: automatic legacy gamma support
Tomi Valkeinen
2020-12-15
2
-2
/
+0
*
|
drm/komeda: Fix bit check to import to value of proper type
Carsten Haitzler
2020-12-18
1
-1
/
+2
*
|
drm/komeda: Handle NULL pointer access code path in error case
Carsten Haitzler
2020-12-18
1
-2
/
+2
*
|
drm/komeda: Remove useless variable assignment
Carsten Haitzler
2020-12-18
1
-1
/
+0
*
|
drm/komeda: Correct the sequence of hw_done() and flip_done()
James Qian Wang
2020-12-18
1
-2
/
+2
|
/
*
drm: Use state helper instead of CRTC state pointer
Maxime Ripard
2020-11-10
1
-1
/
+3
*
drm/<drivers>: Constify struct drm_driver
Daniel Vetter
2020-11-06
3
-3
/
+3
*
drm/atomic: Pass the full state to CRTC atomic begin and flush
Maxime Ripard
2020-11-02
2
-2
/
+4
*
drm/atomic: Pass the full state to CRTC atomic_check
Maxime Ripard
2020-11-02
2
-13
/
+17
*
drm/komeda: Convert to DEFINE_SHOW_ATTRIBUTE
Qinglang Miao
2020-10-23
1
-12
/
+1
*
drm/komeda: Drop local dma_parms
Robin Murphy
2020-10-20
2
-4
/
+1
*
drm/atomic: Pass the full state to CRTC atomic enable/disable
Maxime Ripard
2020-10-09
3
-6
/
+12
*
Merge tag 'v5.9-rc4' into drm-next
Dave Airlie
2020-09-08
1
-3
/
+3
|
\
|
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-3
/
+3
*
|
drm/malidp: Use struct drm_gem_object_funcs.get_sg_table internally
Thomas Zimmermann
2020-08-18
1
-1
/
+1
|
/
*
drm/atomic-helper: reset vblank on crtc reset
Daniel Vetter
2020-07-02
2
-6
/
+2
*
drm/arm: fix unintentional integer overflow on left shift
Colin Ian King
2020-06-19
1
-1
/
+1
*
drm/malidp: convert platform driver to use dev_groups
Emil Velikov
2020-06-15
1
-21
/
+6
*
drm/arm: Kconfig annotate drivers as COMPILE_TEST
Emil Velikov
2020-06-15
1
-2
/
+2
*
drm/malidp: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS_WITH_DUMB_CREATE
Thomas Zimmermann
2020-06-10
1
-6
/
+1
*
drm/malidp: Use GEM CMA object functions
Thomas Zimmermann
2020-06-10
1
-5
/
+1
*
drm/komeda: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS_WITH_DUMB_CREATE
Thomas Zimmermann
2020-06-10
1
-6
/
+1
*
drm/komeda: Use GEM CMA object functions
Thomas Zimmermann
2020-06-10
1
-5
/
+1
*
drm/arm: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS
Thomas Zimmermann
2020-06-10
1
-6
/
+1
*
drm/arm: Use GEM CMA object functions
Thomas Zimmermann
2020-06-10
1
-6
/
+1
*
drm/hdlcd: Don't call drm_crtc_vblank_off on unbind
Daniel Vetter
2020-06-03
1
-2
/
+1
*
drm/malidp: Don't call drm_crtc_vblank_off on unbind
Daniel Vetter
2020-06-03
1
-2
/
+1
*
drm/arm: remove _unlocked suffix in drm_gem_object_put_unlocked
Emil Velikov
2020-05-19
2
-5
/
+5
*
drm/komeda: use devm_drm_dev_alloc
Daniel Vetter
2020-04-28
1
-11
/
+5
*
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
2020-04-17
1
-2
/
+2
|
\
|
*
drm/komeda: mark PM functions as __maybe_unused
Arnd Bergmann
2020-03-06
1
-2
/
+2
*
|
drm/<drivers>: Use drmm_add_final_kfree
Daniel Vetter
2020-03-26
1
-0
/
+2
*
|
drm: convert .debugfs_init() hook to return void.
Wambui Karuga
2020-03-18
2
-4
/
+2
*
|
drm/arm: make hdlcd_debugfs_init() return 0
Wambui Karuga
2020-03-18
1
-2
/
+4
|
/
*
Backmerge v5.5-rc7 into drm-next
Dave Airlie
2020-01-20
1
-1
/
+1
|
\
|
*
drm/arm/mali: make malidp_mw_connector_helper_funcs static
Ben Dooks (Codethink)
2019-12-20
1
-1
/
+1
*
|
Merge tag 'drm-misc-next-2020-01-02' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2020-01-03
9
-56
/
+75
|
\
\
|
*
|
drm/komeda: Add runtime_pm support
james qian wang (Arm Technology China)
2019-12-27
4
-53
/
+53
|
*
|
drm/komeda: Add event handling for EMPTY/FULL
james qian wang (Arm Technology China)
2019-12-27
4
-2
/
+21
[next]