Home
last modified time | relevance | path

Searched refs:dispatch_tasks (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/include/
H A Dkgd_pp_interface.h352 int (*dispatch_tasks)(void *handle, enum amd_pp_task task_id, member
/openbmc/linux/drivers/gpu/drm/amd/pm/
H A Damdgpu_dpm.c987 if (!pp_funcs->dispatch_tasks) in amdgpu_dpm_dispatch_task()
991 ret = pp_funcs->dispatch_tasks(adev->powerplay.pp_handle, in amdgpu_dpm_dispatch_task()
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/
H A Damd_powerplay.c1590 .dispatch_tasks = pp_dpm_dispatch_tasks,
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/
H A Damdgpu_smu.c3146 .dispatch_tasks = smu_handle_dpm_task,