index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
qxl
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/qxl: add NULL check for bo->resource
Christian König
2021-07-09
1
-1
/
+1
*
drm: qxl: ensure surf.data is ininitialized
Colin Ian King
2021-06-09
1
-0
/
+2
*
dma-buf: rename and cleanup dma_resv_get_list v2
Christian König
2021-06-06
1
-1
/
+1
*
drm/ttm: flip over the range manager to self allocated nodes
Christian König
2021-06-04
1
-0
/
+1
*
drm/ttm: rename bo->mem and make it a pointer
Christian König
2021-06-02
3
-10
/
+10
*
drm/qxl: balance dumb_shadow_bo pin
Gerd Hoffmann
2021-05-12
1
-0
/
+1
*
drm/qxl: drop redundant code
Gerd Hoffmann
2021-05-12
1
-3
/
+1
*
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
2021-05-11
1
-1
/
+0
|
\
|
*
treewide: remove editor modelines and cruft
Masahiro Yamada
2021-05-07
1
-1
/
+0
*
|
drm/aperture: Convert drivers to aperture interfaces
Thomas Zimmermann
2021-04-14
1
-1
/
+4
*
|
drm/qxl: Use drm_gem_ttm_dumb_map_offset()
Thomas Zimmermann
2021-04-11
5
-28
/
+4
|
/
*
drm/ttm: switch to per device LRU lock
Christian König
2021-03-24
1
-4
/
+1
*
drm/qxl: clean up qxl_bo_move_notify
Christian König
2021-03-16
1
-12
/
+4
*
Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2021-03-16
14
-249
/
+336
|
\
|
*
drm: Use state helper instead of the plane state pointer
Maxime Ripard
2021-02-25
1
-2
/
+4
|
*
drm/atomic: Pass the full state to planes atomic disable and update
Maxime Ripard
2021-02-25
1
-4
/
+10
|
*
drm: Store new plane state in a variable for atomic_update and disable
Maxime Ripard
2021-02-24
1
-8
/
+10
|
*
drm/atomic: Pass the full state to planes atomic_check
Maxime Ripard
2021-02-24
1
-1
/
+3
|
*
drm: Rename plane atomic_check state names
Maxime Ripard
2021-02-24
1
-3
/
+3
|
*
drm/qxl: add lock asserts to qxl_bo_vmap_locked + qxl_bo_vunmap_locked
Gerd Hoffmann
2021-02-19
1
-0
/
+4
|
*
drm/qxl: rework cursor plane
Gerd Hoffmann
2021-02-19
1
-115
/
+133
|
*
drm/qxl: move shadow handling to new qxl_prepare_shadow()
Gerd Hoffmann
2021-02-19
1
-27
/
+34
|
*
drm/qxl: fix monitors object vmap
Gerd Hoffmann
2021-02-19
1
-5
/
+2
|
*
drm/qxl: fix prime vmap
Gerd Hoffmann
2021-02-19
1
-2
/
+2
|
*
drm/qxl: add qxl_bo_vmap/qxl_bo_vunmap
Gerd Hoffmann
2021-02-19
2
-0
/
+38
|
*
drm/qxl: rename qxl_bo_kmap -> qxl_bo_vmap_locked
Gerd Hoffmann
2021-02-19
6
-20
/
+20
|
*
drm/qxl: fix lockdep issue in qxl_alloc_release_reserved
Gerd Hoffmann
2021-02-19
1
-3
/
+10
|
*
drm/qxl: use ttm bo priorities
Gerd Hoffmann
2021-02-19
6
-12
/
+20
|
*
drm/qxl: more fence wait rework
Gerd Hoffmann
2021-02-19
1
-6
/
+2
|
*
drm/qxl: properly handle device init failures
Gerd Hoffmann
2021-02-19
2
-0
/
+7
|
*
drm/ttm: move memory accounting into vmwgfx v4
Christian König
2021-02-09
1
-2
/
+2
|
*
drm/qxl: allocate dumb buffers in ram
Gerd Hoffmann
2021-02-05
1
-1
/
+1
|
*
drm/qxl: simplify qxl_fence_wait
Gerd Hoffmann
2021-02-05
1
-40
/
+4
|
*
drm/qxl: properly free qxl releases
Gerd Hoffmann
2021-02-05
5
-3
/
+29
|
*
drm/qxl: handle shadow in primary destroy
Gerd Hoffmann
2021-02-05
1
-0
/
+2
|
*
drm/qxl: properly pin/unpin shadow
Gerd Hoffmann
2021-02-05
1
-0
/
+4
|
*
drm/qxl: release shadow on shutdown
Gerd Hoffmann
2021-02-05
1
-0
/
+4
|
*
drm/qxl: unpin release objects
Gerd Hoffmann
2021-02-05
1
-0
/
+1
|
*
drm/qxl: use drmm_mode_config_init
Gerd Hoffmann
2021-02-05
1
-2
/
+3
|
*
Revert "drm/qxl: do not run release if qxl failed to init"
Gerd Hoffmann
2021-02-05
1
-2
/
+0
|
*
drm/qxl: do not run release if qxl failed to init
Tong Zhang
2021-02-03
1
-0
/
+2
|
*
drm/ttm: device naming cleanup
Christian König
2021-01-21
3
-15
/
+14
*
|
qxl: Fix uninitialised struct field head.surface_id
Colin Ian King
2021-03-11
1
-0
/
+1
*
|
drm/qxl: fix lockdep issue in qxl_alloc_release_reserved
Gerd Hoffmann
2021-03-11
1
-3
/
+10
*
|
drm/qxl: unpin release objects
Gerd Hoffmann
2021-03-11
1
-0
/
+1
*
|
Merge tag 'pci-v5.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-02-25
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fix "ordering" comment typos
Bjorn Helgaas
2021-01-29
1
-1
/
+1
*
|
Merge drm/drm-next into drm-misc-next
Maarten Lankhorst
2021-01-07
1
-1
/
+1
|
\
\
|
*
\
Merge tag 'drm-misc-next-2021-01-06' of git://anongit.freedesktop.org/drm/drm...
Daniel Vetter
2021-01-07
1
-8
/
+8
|
|
\
\
|
*
\
\
Merge tag 'drm-misc-next-2020-12-17' of git://anongit.freedesktop.org/drm/drm...
Daniel Vetter
2021-01-07
4
-4
/
+2
|
|
\
\
\
|
|
|
_
|
/
|
|
/
|
|
[next]