index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
qxl
/
qxl_release.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-06
Reapply "drm/qxl: simplify qxl_fence_wait"
Linus Torvalds
1
-45
/
+5
2024-04-05
Revert "drm/qxl: simplify qxl_fence_wait"
Alex Constantino
1
-5
/
+45
2022-04-07
dma-buf: specify usage while adding fences to dma_resv obj v7
Christian König
1
-1
/
+2
2022-04-06
dma-buf/drivers: make reserving a shared slot mandatory v4
Christian König
1
-1
/
+1
2021-09-15
drm/qxl: User page size macro for qxl release bo
bibo mao
1
-2
/
+2
2021-03-24
drm/ttm: switch to per device LRU lock
Christian König
1
-4
/
+1
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
1
-6
/
+12
2021-02-19
drm/qxl: more fence wait rework
Gerd Hoffmann
1
-6
/
+2
2021-02-05
drm/qxl: simplify qxl_fence_wait
Gerd Hoffmann
1
-40
/
+4
2021-02-05
drm/qxl: properly free qxl releases
Gerd Hoffmann
1
-0
/
+2
2021-02-05
drm/qxl: unpin release objects
Gerd Hoffmann
1
-0
/
+1
2021-01-21
drm/ttm: device naming cleanup
Christian König
1
-3
/
+3
2020-12-15
drm/ttm: cleanup LRU handling further
Christian König
1
-1
/
+1
2020-09-24
drm/qxl: switch over to the new pin interface
Christian König
1
-2
/
+2
2020-04-28
drm/qxl: Don't use drm_device->dev_private
Daniel Vetter
1
-1
/
+1
2019-10-25
drm/ttm: remove pointers to globals
Christian König
1
-5
/
+2
2019-10-25
drm/ttm: always keep BOs on the LRU
Christian König
1
-2
/
+2
2019-08-13
dma-buf: rename reservation_object to dma_resv
Christian König
1
-3
/
+3
2019-08-06
drm/qxl: switch driver from bo->resv to bo->base.resv
Gerd Hoffmann
1
-3
/
+3
2019-08-06
drm/qxl: use embedded gem object
Gerd Hoffmann
1
-1
/
+1
2019-07-15
drm/qxl: drop use of drmP.h
Sam Ravnborg
1
-1
/
+5
2019-05-31
drm/ttm: Make LRU removal optional v2
Christian König
1
-1
/
+1
2018-12-13
Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
1
-1
/
+1
2018-12-08
drm/ttm: allow reserving more than one shared slot v3
Christian König
1
-1
/
+1
2018-11-14
drm/qxl: remove set but not used variables 'driver, qbo'
YueHaibing
1
-4
/
+0
2018-10-30
drm/qxl: Remove exceding whiteline
Shayenne da Luz Moura
1
-1
/
+0
2018-10-25
dma-buf: allow reserving more than one shared fence slot
Christian König
1
-1
/
+1
2018-07-03
drm/qxl: Remove unecessary dma_fence_ops
Daniel Vetter
1
-7
/
+0
2018-04-25
qxl: keep separate release_bo pointer
Gerd Hoffmann
1
-6
/
+6
2018-04-25
qxl: fix qxl_release_{map,unmap}
Gerd Hoffmann
1
-3
/
+3
2018-02-27
drm/ttm: drop bo->glob
Christian König
1
-1
/
+1
2017-12-06
drm/ttm: add operation ctx to ttm_bo_validate v2
Christian König
1
-2
/
+2
2017-12-06
drm/ttm: consistently use reservation_object_unlock
Christian König
1
-1
/
+1
2017-10-23
drm/qxl: replace QXL_INFO with DRM_DEBUG_DRIVER
Gerd Hoffmann
1
-3
/
+2
2016-12-05
drm/qxl: fix use of uninitialized variable
Pan Bian
1
-1
/
+1
2016-10-25
dma-buf: Rename struct fence to dma_fence
Chris Wilson
1
-17
/
+18
2016-09-15
drm/qxl: squash lines for simple wrapper functions
Masahiro Yamada
1
-5
/
+2
2016-06-02
dma-buf/fence: make fence context 64 bit v2
Christian König
1
-1
/
+1
2015-10-07
drm/qxl: avoid dependency lock
Frediano Ziglio
1
-3
/
+1
2015-06-05
drm/qxl: Remove format string errors
Frediano Ziglio
1
-1
/
+1
2015-06-05
drm/qxl: Handle correctly failures in qxl_alloc_relase_reserved
Frediano Ziglio
1
-2
/
+7
2015-06-05
drm/qxl: Fix return for qxl_release_alloc
Frediano Ziglio
1
-1
/
+1
2014-12-04
drm/ttm: optionally move duplicates to a separate list
Christian König
1
-1
/
+2
2014-09-11
drm/ttm: allow fence to be added as shared
Christian König
1
-0
/
+1
2014-09-03
drm/qxl: Fix crash in eviction from qxl_release_fence_buffer_objects
Maarten Lankhorst
1
-1
/
+1
2014-09-03
drm/qxl: fix gaping memory hole
Maarten Lankhorst
1
-4
/
+6
2014-09-03
drm/qxl: Remove release_lock stupidity
Maarten Lankhorst
1
-6
/
+3
2014-09-02
drm/ttm: flip the switch, and convert to dma_fence
Maarten Lankhorst
1
-3
/
+0
2014-09-02
drm/qxl: rework to new fence interface
Maarten Lankhorst
1
-22
/
+144
[next]