index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
/
amdgpu_object.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-25
drm/amdgpu: Check BO's requested pinning domains against its preferred_domains
Leo Li
1
-0
/
+4
2021-09-22
drm/amdgpu: Fix BUG_ON assert
Andrey Grodzovsky
1
-1
/
+1
2019-11-10
drm/amdgpu: fix potential VM faults
Christian König
1
-1
/
+2
2018-07-31
drm/amdgpu: Replace ttm_bo_unref with ttm_bo_put
Thomas Zimmermann
1
-3
/
+2
2018-07-31
drm/amdgpu: Replace ttm_bo_reference with ttm_bo_get
Thomas Zimmermann
1
-1
/
+1
2018-07-25
drm/amdgpu: reduce the number of placements for a BO
Christian König
1
-0
/
+2
2018-07-25
drm/amdgpu: consistenly name amdgpu_bo_ functions
Christian König
1
-17
/
+17
2018-07-24
drm/amdgpu: Don't warn on destroying a pinned BO
Michel Dänzer
1
-1
/
+1
2018-07-13
drm/amdgpu: Warn and update pin_size values when destroying a pinned BO
Michel Dänzer
1
-7
/
+25
2018-07-13
drm/amdgpu: Make pin_size values atomic
Michel Dänzer
1
-6
/
+8
2018-07-13
drm/amdgpu: Keep track of amount of pinned CPU visible VRAM
Michel Dänzer
1
-2
/
+2
2018-07-10
drm/amdgpu: fix kmap error handling for bo creations
Junwei Zhang
1
-1
/
+1
2018-07-10
drm/amdgpu: allocate gart memory when it's required (v3)
Junwei Zhang
1
-6
/
+9
2018-07-10
drm/amdgpu: separate gpu address from bo pin
Junwei Zhang
1
-11
/
+6
2018-07-04
Merge v4.18-rc3 into drm-next
Dave Airlie
1
-14
/
+10
2018-06-19
drm/amdgpu: Refactor amdgpu_vram_mgr_bo_invisible_size helper
Michel Dänzer
1
-4
/
+2
2018-06-19
drm/amdgpu: Update pin_size values before unpinning BO
Michel Dänzer
1
-10
/
+8
2018-06-15
drm/amdgpu: Consolidate visible vs. real vram check v2.
Andrey Grodzovsky
1
-1
/
+1
2018-06-15
drm/amdgpu: Fix-ups for amdgpu_object.c documentation
Michel Dänzer
1
-23
/
+55
2018-06-15
drm/amdgpu: add kernel doc for amdgpu_object.c
Samuel Li
1
-0
/
+269
2018-05-29
drm/amdgpu: Add helper function to get buffer domain
Deepak Sharma
1
-5
/
+12
2018-05-15
drm/amdgpu: set ttm bo priority before initialization
Junwei Zhang
1
-3
/
+2
2018-05-15
drm/amdgpu: Enable scatter gather display support
Samuel Li
1
-0
/
+9
2018-05-15
drm/amdgpu: Remove VRAM from shared bo domains.
Samuel Li
1
-2
/
+6
2018-05-15
drm/amdgpu: handle domain mask checking v2
Chunming Zhou
1
-8
/
+1
2018-05-15
drm/amdgpu: set preferred_domain independent of fallback handling
Chunming Zhou
1
-6
/
+9
2018-05-15
drm/amdgpu: use amdgpu_bo_param for amdgpu_bo_create v2
Chunming Zhou
1
-29
/
+29
2018-05-15
drm/amdgpu: add amdgpu_bo_param
Chunming Zhou
1
-33
/
+42
2018-05-15
drm/amdgpu: revert "Don't change preferred domian when fallback GTT v6"
Christian König
1
-24
/
+13
2018-05-15
drm/amdgpu: revert "add new bo flag that indicates BOs don't need fallback (v2)"
Christian König
1
-4
/
+1
2018-05-15
drm/amdgpu: Free VGA stolen memory as soon as possible.
Andrey Grodzovsky
1
-0
/
+7
2018-04-11
drm/amdgpu: add new bo flag that indicates BOs don't need fallback (v2)
Chunming Zhou
1
-1
/
+4
2018-04-11
drm/amdgpu: Don't change preferred domian when fallback GTT v6
Chunming Zhou
1
-13
/
+24
2018-04-03
Revert "drm/amdgpu: Don't change preferred domian when fallback GTT v5"
Chunming Zhou
1
-15
/
+3
2018-04-03
drm/amdgpu: fix typo of domain fallback
Chunming Zhou
1
-1
/
+1
2018-03-22
drm/amdgpu: Don't change preferred domian when fallback GTT v5
Chunming Zhou
1
-3
/
+15
2018-03-15
drm/amdgpu: Improve documentation of bo_ptr in amdgpu_bo_create_kernel
Andrey Grodzovsky
1
-2
/
+6
2018-03-14
drm/amdgpu: fix prime teardown order
Christian König
1
-0
/
+2
2018-03-14
drm/amdgpu: explicit give BO type to amdgpu_bo_create
Christian König
1
-28
/
+18
2018-03-14
drm/amd/amdgpu: Add missing "DDR4" label
Tom St Denis
1
-1
/
+2
2018-02-06
drm/amdgpu: Add GPUVM memory management functions for KFD
Felix Kuehling
1
-0
/
+4
2018-02-26
drm/ttm: drop persistent_swap_storage from ttm_bo_init and co
Christian König
1
-2
/
+2
2018-02-26
drm/ttm: use bit flag to replace allow_reserved_eviction in ttm_operation_ctx
Roger He
1
-2
/
+2
2018-02-20
drm/amdgpu: use drm_gem_private_object_init
Christian König
1
-5
/
+1
2018-02-19
drm/amdgpu: revert "Add a parameter to amdgpu_bo_create()"
Christian König
1
-9
/
+4
2018-02-19
drm/amdgpu: move struct amdgpu_mc into amdgpu_gmc.h
Christian König
1
-15
/
+15
2017-12-20
drm/amdgpu: fix test for shadow page tables
Christian König
1
-1
/
+5
2017-12-18
drm/amdgpu: move amdgpu_need_backup to amdgpu_object.c
Alex Deucher
1
-0
/
+8
2017-12-15
drm/amdgpu: set allow_reserved_eviction and resv when bo allocation and cs
Roger He
1
-1
/
+6
2017-12-06
drm/amdgpu: use the new TTM bytes moved counter v2
Christian König
1
-7
/
+3
[next]