index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
/
amdgpu_ttm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-01
drm/amdgpu: give each kernel job a unique id
Pierre-Eric Pelloux-Prayer
1
-11
/
+17
2025-06-30
drm/amdgpu: Test for imported buffers with drm_gem_is_imported()
Thomas Zimmermann
1
-1
/
+1
2025-06-30
drm/amdgpu: Convert from DRM_* to dev_*
Lijo Lazar
1
-25
/
+31
2025-06-18
drm/amdgpu: reclaim psp fw reservation memory region
Frank Min
1
-0
/
+2
2025-05-13
drm/amdgpu: Fix the kernel panic caused by RAS records exceed threshold
Ce Sun
1
-0
/
+2
2025-02-25
drm/amdgpu: init return value in amdgpu_ttm_clear_buffer
Pierre-Eric Pelloux-Prayer
1
-1
/
+1
2025-02-12
drm/amdkfd: use GTT for VRAM on APUs only if GTT is larger
Alex Deucher
1
-2
/
+4
2025-02-12
drm/amdkfd: add a new flag to manage where VRAM allocations go
Alex Deucher
1
-0
/
+3
2025-02-12
drm/amd: Mark amdgpu.gttsize parameter as deprecated and show warnings on use
Mario Limonciello
1
-4
/
+13
2025-02-03
drm/amdgpu: add a BO metadata flag to disable write compression for Vulkan
Marek Olšák
1
-2
/
+6
2025-01-13
Merge tag 'amd-drm-next-6.14-2025-01-10' of https://gitlab.freedesktop.org/ag...
Dave Airlie
1
-0
/
+1
2025-01-09
drm/amdgpu: tear down ttm range manager for doorbell in amdgpu_ttm_fini()
Jiang Liu
1
-0
/
+1
2024-12-20
Merge tag 'amd-drm-next-6.14-2024-12-18' of https://gitlab.freedesktop.org/ag...
Dave Airlie
1
-1
/
+2
2024-12-10
drm/amdgpu: add initial support for gfx950
Le Ma
1
-1
/
+2
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
1
-1
/
+1
2024-11-05
drm/amdgpu: set the right AMDGPU sg segment limitation
Prike Liang
1
-0
/
+1
2024-10-24
drm/amdgpu: refine error handling in amdgpu_ttm_tt_pin_userptr
Lang Yu
1
-1
/
+3
2024-09-18
drm/amdgpu: fix typo in the comment
Yan Zhen
1
-1
/
+1
2024-07-08
drm/amdgpu: restore dcc bo tilling configs while moving
Frank Min
1
-3
/
+14
2024-06-27
Merge tag 'amd-drm-next-6.11-2024-06-22' of https://gitlab.freedesktop.org/ag...
Dave Airlie
1
-1
/
+7
2024-06-14
drm/amdgpu: add sdma 7.0 support for copy dcc buffer
Frank Min
1
-1
/
+7
2024-06-11
Merge tag 'amd-drm-next-6.11-2024-06-07' of https://gitlab.freedesktop.org/ag...
Dave Airlie
1
-4
/
+5
2024-06-05
drm/amdgpu: Update the impelmentation of AMDGPU_PTE_MTYPE_VG10
Shane Xiao
1
-2
/
+1
2024-05-15
Merge tag 'drm-next-2024-05-15' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-9
/
+79
2024-05-10
drm/amdgpu: Fix comparison in amdgpu_res_cpu_visible
Michel Dänzer
1
-1
/
+1
2024-05-08
drm/amdgpu: Fix comparison in amdgpu_res_cpu_visible
Michel Dänzer
1
-1
/
+1
2024-05-02
drm/amdgpu: Add gfx v9_4_4 ip block
Hawking Zhang
1
-1
/
+2
2024-04-30
drm/amdgpu: fix doorbell regression
Shashank Sharma
1
-1
/
+1
2024-04-30
drm/amdgpu: once more fix the call oder in amdgpu_ttm_move() v2
Christian König
1
-22
/
+26
2024-04-30
drm/amdgpu: fix doorbell regression
Shashank Sharma
1
-1
/
+1
2024-04-30
drm/amdgpu: Evict BOs from same process for contiguous allocation
Philip Yang
1
-1
/
+2
2024-04-30
drm/amdgpu: once more fix the call oder in amdgpu_ttm_move() v2
Christian König
1
-22
/
+26
2024-04-30
Merge tag 'amd-drm-next-6.10-2024-04-26' of https://gitlab.freedesktop.org/ag...
Dave Airlie
1
-7
/
+11
2024-04-26
drm/amdgpu: replace tmz flag into buffer flag
Frank Min
1
-7
/
+11
2024-04-23
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-27
/
+38
2024-04-22
drm/amdgpu: Enable clear page functionality
Arunpravin Paneer Selvam
1
-2
/
+68
2024-04-17
drm/amdgpu: fix visible VRAM handling during faults
Christian König
1
-23
/
+38
2024-04-17
drm/amdgpu: remove invalid resource->start check v2
Christian König
1
-4
/
+0
2024-04-16
drm/amdgpu: fix visible VRAM handling during faults
Christian König
1
-23
/
+38
2024-04-12
drm/amdgpu: remove invalid resource->start check v2
Christian König
1
-4
/
+0
2024-03-20
drm/amdgpu: amdgpu_ttm_gart_bind set gtt bound flag
Philip Yang
1
-0
/
+1
2024-01-29
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-5
/
+4
2024-01-25
drm/ttm: replace busy placement with flags v6
Somalapuram Amaranath
1
-9
/
+2
2023-12-14
drm/amdgpu: fix ftrace event amdgpu_bo_move always move on same heap
Wang, Beyond
1
-2
/
+3
2023-11-29
drm/amdgpu: fix AGP addressing when GART is not at 0
Alex Deucher
1
-3
/
+1
2023-09-20
drm/amdgpu: Use function for IP version check
Lijo Lazar
1
-1
/
+2
2023-08-15
drm/amdgpu: Replace ternary operator with min() in 'amdgpu_iomem_write'
Srinivasan Shanmugam
1
-1
/
+1
2023-08-15
drm/amdgpu: Remove duplicated includes
GUO Zihua
1
-1
/
+0
2023-08-15
drm/amdgpu: Replace ternary operator with min() in 'amdgpu_iomem_read'
Srinivasan Shanmugam
1
-1
/
+1
2023-08-07
drm/amdgpu: create kernel doorbell pages
Shashank Sharma
1
-0
/
+7
[next]