index
:
~agd5f/linux
DAL-wip
amd-15.31
amd-17.50
amd-18.10
amd-18.20
amd-18.30
amd-18.40
amd-18.50
amd-19.10
amd-19.20
amd-19.30
amd-19.50
amd-20.10
amd-20.20
amd-20.30
amd-20.40
amd-20.45
amd-22.20
amd-mainline-dkms-4.18-baseline1
amd-staging-drm-next
amd-staging-security-opensource-4.4
backlight_wip
drm-fixes
drm-fixes-5.0
drm-fixes-5.1
drm-fixes-5.10
drm-fixes-5.2
drm-fixes-5.3
drm-fixes-5.4
drm-fixes-5.5
drm-fixes-5.6
drm-fixes-5.7
drm-fixes-5.8
drm-fixes-5.9
drm-next
drm-next-5.1
drm-next-5.10
drm-next-5.11
drm-next-5.2
drm-next-5.3
drm-next-5.4
drm-next-5.5
drm-next-5.6
drm-next-5.7
drm-next-5.8
drm-next-5.9
hmm-fixup-5.3
renoir-acp
renoir-acp-2
rv6xx-dpm-fixes
si_dc_support
tmz
Unnamed repository; edit this file 'description' to name the repository.
agd5f
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
qxl
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-17
drm/qxl: Remove fbcon acceleration leftovers
Daniel Vetter
1
-16
/
+2
2020-11-11
drm/ttm: add multihop infrastrucutre (v3)
Dave Airlie
1
-1
/
+2
2020-11-09
drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backends
Thomas Zimmermann
6
-30
/
+55
2020-11-08
drm: remove unneeded break
Tom Rix
1
-1
/
+0
2020-11-06
drm/qxl: replace idr_init() by idr_init_base()
Deepak R Varma
1
-2
/
+2
2020-11-02
drm/atomic: Pass the full state to CRTC atomic begin and flush
Maxime Ripard
1
-1
/
+1
2020-10-29
drm/qxl: drop ttm_page_alloc.h include
Christian König
1
-1
/
+0
2020-10-29
drm/ttm: wire up the new pool as default one v2
Christian König
1
-3
/
+2
2020-10-26
drm/ttm: merge ttm_dma_tt back into ttm_tt
Christian König
1
-1
/
+1
2020-10-22
drm/ttm: replace last move_notify with delete_mem_notify
Dave Airlie
1
-1
/
+6
2020-10-21
drm/ttm: move last binding into the drivers.
Dave Airlie
1
-14
/
+0
2020-10-21
drm/ttm: drop move notify around move.
Dave Airlie
1
-18
/
+27
2020-10-21
drm/ttm: drop unbind callback.
Dave Airlie
1
-7
/
+0
2020-10-15
drm/ttm: nuke caching placement flags
Christian König
2
-6
/
+6
2020-10-15
drm/ttm: add caching state to ttm_bus_placement
Christian König
1
-0
/
+2
2020-10-15
drm/ttm: set the tt caching state at creation time
Christian König
1
-1
/
+1
2020-10-09
drm/atomic: Pass the full state to CRTC atomic enable/disable
Maxime Ripard
1
-2
/
+2
2020-10-07
drm/ttm: nuke ttm_bo_evict_mm and rename mgr function v3
Christian König
1
-2
/
+8
2020-10-07
drm/qxl: drop unused code (v2)
Dave Airlie
1
-21
/
+8
2020-09-29
drm/qxl: fix usage of ttm_bo_init
Christian König
1
-3
/
+5
2020-09-29
drm/qxl: simplify the return expression of qxl_plane_prepare_fb()
Qinglang Miao
1
-6
/
+1
2020-09-24
drm/qxl: switch over to the new pin interface
Christian König
7
-39
/
+20
2020-09-24
drm/ttm: add bo wait that takes a ctx wrapper.
Dave Airlie
1
-1
/
+1
2020-09-24
drm/qxl: kill unused bo wait wrapper
Dave Airlie
1
-23
/
+0
2020-09-18
drm/ttm: flip tt destroy ordering.
Dave Airlie
1
-0
/
+1
2020-09-15
drm/ttm: remove available_caching
Christian König
1
-2
/
+1
2020-09-15
drm/ttm: remove default caching
Christian König
1
-1
/
+1
2020-09-14
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-2
/
+3
2020-09-11
drm/ttm: nuke memory type flags
Christian König
2
-9
/
+18
2020-09-09
drm/qxl: move bind/unbind/destroy to the driver function table.
Dave Airlie
1
-7
/
+3
2020-09-09
drm/ttm: introduce ttm_bo_move_null
Dave Airlie
1
-11
/
+1
2020-09-08
drm/ttm: merge offset and base in ttm_bus_placement
Christian König
1
-4
/
+3
2020-09-08
drm/qxl: don't touch mem.bus.offset
Christian König
1
-3
/
+3
2020-09-08
Merge tag 'v5.9-rc4' into drm-next
Dave Airlie
1
-2
/
+3
2020-09-08
drm/ttm: remove bdev from ttm_tt
Dave Airlie
1
-3
/
+6
2020-08-24
drm/ttm: init mem->bus in common code.
Dave Airlie
1
-6
/
+0
2020-08-18
Merge v5.9-rc1 into drm-misc-next
Maxime Ripard
1
-2
/
+0
2020-08-17
drm/qxl: Replace deprecated function in qxl_display
Sidong Yang
1
-10
/
+11
2020-08-17
drm/qxl: don't take vga ports on rev5+
Gerd Hoffmann
1
-3
/
+3
2020-08-12
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
1
-2
/
+1
2020-08-07
Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+0
2020-08-06
drm/ttm: rename ttm_mem_reg to ttm_resource.
Dave Airlie
2
-8
/
+8
2020-08-06
drm/ttm: rename ttm_mem_type_manager -> ttm_resource_manager.
Dave Airlie
1
-2
/
+2
2020-08-06
drm/ttm: make ttm_range_man_init/takedown take type + args
Dave Airlie
1
-8
/
+4
2020-08-06
drm/qxl/ttm: use wrapper to access memory manager
Dave Airlie
1
-5
/
+5
2020-08-06
drm/qxl/ttm: use new takedown path
Dave Airlie
1
-2
/
+2
2020-08-06
drm/qxl/ttm: use new init path for manager
Dave Airlie
1
-2
/
+1
2020-08-06
drm/qxl/ttm: call ttm manager debug (v2)
Dave Airlie
1
-6
/
+4
2020-08-06
qxl/ttm: drop the unusued no wait flag to reserve function
Dave Airlie
4
-6
/
+6
2020-07-31
drm/ttm: remove the init_mem_type callback
Christian König
1
-7
/
+0
[next]