Home
last modified time | relevance | path

Searched refs:GPUVMEnable (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_mode_vba_30.c100 bool GPUVMEnable,
194 bool GPUVMEnable,
225 bool GPUVMEnable,
250 bool GPUVMEnable,
307 bool GPUVMEnable,
408 bool GPUVMEnable,
494 bool GPUVMEnable,
545 bool GPUVMEnable,
682 bool GPUVMEnable,
697 bool GPUVMEnable,
[all …]
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/dcn31/
Ddisplay_mode_vba_31.c124 bool GPUVMEnable,
216 bool GPUVMEnable,
243 bool GPUVMEnable,
268 bool GPUVMEnable,
434 bool GPUVMEnable,
519 bool GPUVMEnable,
570 bool GPUVMEnable,
728 bool GPUVMEnable,
743 bool GPUVMEnable,
945 bool GPUVMEnable, argument
[all …]
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_mode_vba_21.c99 bool GPUVMEnable,
182 bool GPUVMEnable,
232 bool GPUVMEnable,
257 bool GPUVMEnable,
298 bool GPUVMEnable,
416 bool GPUVMEnable,
477 bool GPUVMEnable,
652 bool GPUVMEnable, in CalculatePrefetchSchedule() argument
717 if (GPUVMEnable == true && myHostVM->Enable == true) { in CalculatePrefetchSchedule()
791 if (GPUVMEnable) { in CalculatePrefetchSchedule()
[all …]
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/dcn20/
Ddisplay_mode_vba_20.c79 bool GPUVMEnable,
144 bool GPUVMEnable,
180 bool GPUVMEnable,
201 bool GPUVMEnable,
462 bool GPUVMEnable, in CalculatePrefetchSchedule() argument
582 if (GPUVMEnable) { in CalculatePrefetchSchedule()
605 if (GPUVMEnable == true) { in CalculatePrefetchSchedule()
618 if ((GPUVMEnable == true || DCCEnable == true)) { in CalculatePrefetchSchedule()
661 if (GPUVMEnable) { in CalculatePrefetchSchedule()
680 if ((GPUVMEnable == true || DCCEnable == true)) { in CalculatePrefetchSchedule()
[all …]
Ddisplay_mode_vba_20v2.c104 bool GPUVMEnable,
168 bool GPUVMEnable,
204 bool GPUVMEnable,
225 bool GPUVMEnable,
554 bool GPUVMEnable, in CalculatePrefetchSchedule() argument
642 if (GPUVMEnable) { in CalculatePrefetchSchedule()
665 if (GPUVMEnable == true) { in CalculatePrefetchSchedule()
678 if ((GPUVMEnable == true || DCCEnable == true)) { in CalculatePrefetchSchedule()
721 if (GPUVMEnable) { in CalculatePrefetchSchedule()
740 if ((GPUVMEnable == true || DCCEnable == true)) { in CalculatePrefetchSchedule()
[all …]
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_mode_vba.c715 mode_lib->vba.GPUVMEnable = false; in fetch_pipe_params()
721 …mode_lib->vba.GPUVMEnable = mode_lib->vba.GPUVMEnable || !!pipes[k].pipe.src.gpuvm || !!pipes[k].p… in fetch_pipe_params()
744 mode_lib->vba.GPUVMEnable = mode_lib->vba.GPUVMEnable && !!ip->gpuvm_enable; in fetch_pipe_params()
Ddisplay_mode_vba.h248 bool GPUVMEnable; member