OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bytes_moved_threshold
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_object.c
544
u64
bytes_moved_threshold
= half_free_vram >> 1;
local
545
return max(
bytes_moved_threshold
, 1024*1024ull);
557
u64
bytes_moved_threshold
= radeon_bo_get_threshold_for_moves(rdev);
local
583
bytes_moved >
bytes_moved_threshold
) {
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_cs.c
423
if (p->bytes_moved < p->
bytes_moved_threshold
) {
602
amdgpu_cs_get_threshold_for_moves(p->adev, &p->
bytes_moved_threshold
,
amdgpu.h
502
uint64_t
bytes_moved_threshold
;
member in struct:amdgpu_cs_parser
Completed in 24 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026