index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-24
drm/atomic: Pass the full state to planes atomic_check
Maxime Ripard
50
-56
/
+161
2021-02-24
drm/atmel-hlcdc: Rename custom plane state variable
Maxime Ripard
1
-59
/
+59
2021-02-24
drm: Rename plane atomic_check state names
Maxime Ripard
41
-358
/
+403
2021-02-24
drm/atomic: Pass the full state to planes async atomic check and update
Maxime Ripard
6
-63
/
+82
2021-02-24
drm/dp_mst: Set CLEAR_PAYLOAD_ID_TABLE as broadcast
Wayne Lin
1
-1
/
+3
2021-02-24
drm/dp_mst: Revise broadcast msg lct & lcr
Wayne Lin
1
-4
/
+9
2021-02-23
drm/vkms: Annotate vblank timer
Daniel Vetter
1
-1
/
+7
2021-02-23
drm/komeda: Annotate dma-fence critical section in commit path
Daniel Vetter
1
-0
/
+3
2021-02-23
drm/malidp: Annotate dma-fence critical section in commit path
Daniel Vetter
1
-0
/
+3
2021-02-23
drm/atmel: Use drm_atomic_helper_commit
Daniel Vetter
2
-112
/
+2
2021-02-23
drm/omapdrm: Annotate dma-fence critical section in commit path
Daniel Vetter
1
-4
/
+5
2021-02-23
drm/tegra: Annotate dma-fence critical section in commit path
Daniel Vetter
1
-0
/
+3
2021-02-23
drm/tidss: Annotate dma-fence critical section in commit path
Daniel Vetter
1
-0
/
+4
2021-02-23
drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpers
Thomas Zimmermann
36
-134
/
+164
2021-02-22
drm/ast: fix memory leak when unload the driver
Tong Zhang
1
-0
/
+2
2021-02-21
drm/drv: Remove initialization of static variables
Tian Tao
1
-1
/
+1
2021-02-19
drm/qxl: add lock asserts to qxl_bo_vmap_locked + qxl_bo_vunmap_locked
Gerd Hoffmann
1
-0
/
+4
2021-02-19
drm/qxl: rework cursor plane
Gerd Hoffmann
1
-115
/
+133
2021-02-19
drm/qxl: move shadow handling to new qxl_prepare_shadow()
Gerd Hoffmann
1
-27
/
+34
2021-02-19
drm/qxl: fix monitors object vmap
Gerd Hoffmann
1
-5
/
+2
2021-02-19
drm/qxl: fix prime vmap
Gerd Hoffmann
1
-2
/
+2
2021-02-19
drm/qxl: add qxl_bo_vmap/qxl_bo_vunmap
Gerd Hoffmann
2
-0
/
+38
2021-02-19
drm/qxl: rename qxl_bo_kmap -> qxl_bo_vmap_locked
Gerd Hoffmann
6
-20
/
+20
2021-02-19
drm/qxl: fix lockdep issue in qxl_alloc_release_reserved
Gerd Hoffmann
1
-3
/
+10
2021-02-19
drm/qxl: use ttm bo priorities
Gerd Hoffmann
6
-12
/
+20
2021-02-19
drm/qxl: more fence wait rework
Gerd Hoffmann
1
-6
/
+2
2021-02-19
drm/qxl: properly handle device init failures
Gerd Hoffmann
2
-0
/
+7
2021-02-18
drm/tilcdc: fix raster control register setting
Dario Binacchi
1
-1
/
+1
2021-02-18
drm/tilcdc: replace spin_lock_irqsave by spin_lock in hard IRQ
Tian Tao
1
-5
/
+4
2021-02-18
drm/dp_mst: Tune down the WARN modesetting a port with full_pbn=0
Imre Deak
1
-3
/
+8
2021-02-17
drm: Switch to %p4cc format modifier
Sakari Ailus
25
-137
/
+69
2021-02-17
drm/ast: Move all of the cursor-update functionality to atomic_update
Thomas Zimmermann
1
-44
/
+22
2021-02-17
drm/ast: Store each HW cursor offset after pinning the rsp BO
Thomas Zimmermann
2
-10
/
+12
2021-02-17
drm/ast: Map HW cursor BOs permanently
Thomas Zimmermann
2
-17
/
+16
2021-02-17
drm/ast: Store cursor BOs in cursor plane
Thomas Zimmermann
2
-17
/
+21
2021-02-17
drm/ast: Add cursor-plane data structure
Thomas Zimmermann
2
-3
/
+25
2021-02-17
drm/ast: Inline ast cursor-update functions into modesetting code
Thomas Zimmermann
4
-257
/
+181
2021-02-17
drm/ast: Allocate HW cursor BOs during cursor-plane initialization
Thomas Zimmermann
3
-66
/
+55
2021-02-17
drm/ast: Initialize planes in helper functions
Thomas Zimmermann
1
-21
/
+45
2021-02-17
drm/ast: Fix invalid usage of AST_MAX_HWC_WIDTH in cursor atomic_check
Thomas Zimmermann
1
-1
/
+1
2021-02-17
drm/ast: Add constants for VGACRCB register bits
Thomas Zimmermann
2
-6
/
+18
2021-02-15
drm/stm: Fix bus_flags handling
Marek Vasut
1
-2
/
+31
2021-02-15
drm/panfrost: Stay in the threaded MMU IRQ handler until we've handled all IRQs
Boris Brezillon
1
-12
/
+14
2021-02-15
drm/panfrost: Don't try to map pages that are already mapped
Boris Brezillon
1
-1
/
+8
2021-02-15
drm/panfrost: Clear MMU irqs before handling the fault
Boris Brezillon
1
-2
/
+2
2021-02-12
drm/vram-helper: cleanup drm_gem_vram_bo_driver_move_notify
Christian König
1
-14
/
+4
2021-02-10
drm/vmwgfx: Remove pointless code
Zack Rusin
1
-4
/
+0
2021-02-10
drm/vmwgfx: Correctly set the name of the preferred mode
Zack Rusin
1
-0
/
+1
2021-02-10
drm/vmwgfx: add some 16:9 / 16:10 default resolutions
Roland Scheidegger
1
-0
/
+24
2021-02-10
drm: use getter/setter functions
Julia Lawall
6
-7
/
+7
[next]