Searched hist:d4ebc2007040a0aff01bfe1b194085d3867328fd (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_svm.h | diff d4ebc2007040a0aff01bfe1b194085d3867328fd Mon Jun 21 23:12:32 CDT 2021 Philip Yang <Philip.Yang@amd.com> drm/amdkfd: implement counters for vm fault and migration
Add helper function to get process device data structure from adev to update counters.
Update vm faults, page_in, page_out counters will no be executed in parallel, use WRITE_ONCE to avoid any form of compiler optimizations.
Signed-off-by: Philip Yang <Philip.Yang@amd.com> Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
|
H A D | kfd_migrate.c | diff d4ebc2007040a0aff01bfe1b194085d3867328fd Mon Jun 21 23:12:32 CDT 2021 Philip Yang <Philip.Yang@amd.com> drm/amdkfd: implement counters for vm fault and migration
Add helper function to get process device data structure from adev to update counters.
Update vm faults, page_in, page_out counters will no be executed in parallel, use WRITE_ONCE to avoid any form of compiler optimizations.
Signed-off-by: Philip Yang <Philip.Yang@amd.com> Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
|
H A D | kfd_svm.c | diff d4ebc2007040a0aff01bfe1b194085d3867328fd Mon Jun 21 23:12:32 CDT 2021 Philip Yang <Philip.Yang@amd.com> drm/amdkfd: implement counters for vm fault and migration
Add helper function to get process device data structure from adev to update counters.
Update vm faults, page_in, page_out counters will no be executed in parallel, use WRITE_ONCE to avoid any form of compiler optimizations.
Signed-off-by: Philip Yang <Philip.Yang@amd.com> Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
|