OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vm_needs_flush
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_job.h
54
bool
vm_needs_flush
;
member in struct:amdgpu_job
amdgpu_ids.c
325
job->
vm_needs_flush
= needs_flush;
355
job->
vm_needs_flush
= vm->use_cpu_for_update;
398
job->
vm_needs_flush
|= needs_flush;
455
job->
vm_needs_flush
= true;
464
if (job->
vm_needs_flush
) {
amdgpu_ttm.h
106
bool
vm_needs_flush
);
amdgpu_trace.h
238
__entry->needs_flush = job->
vm_needs_flush
;
amdgpu_ttm.c
2246
bool
vm_needs_flush
)
2269
if (
vm_needs_flush
) {
2271
job->
vm_needs_flush
= true;
amdgpu_gmc_v10_0.c
382
job->
vm_needs_flush
= true;
amdgpu_vm.c
1046
bool vm_flush_needed = job->
vm_needs_flush
|| ring->has_compute_vm_bug;
1091
bool vm_flush_needed = job->
vm_needs_flush
;
Completed in 42 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026