Project 'drm/intel' was moved to 'drm/i915/kernel'. Please update any links and bookmarks that may still have the old path.
drm/amdkfd: Add pm_config_dequeue_wait_counts API
Update pm_update_grace_period() to more cleaner pm_config_dequeue_wait_counts(). Previously, grace_period variable was overloaded as a variable and a macro, making it inflexible to configure additional dequeue wait times. pm_config_dequeue_wait_counts() now takes in a cmd / variable. This allows flexibility to update different dequeue wait times. Signed-off-by:Harish Kasiviswanathan <Harish.Kasiviswanathan@amd.com> Reviewed-by:
Jonathan Kim <jonathan.kim@amd.com> Signed-off-by:
Alex Deucher <alexander.deucher@amd.com>
Showing
- drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c 19 additions, 26 deletionsdrivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c
- drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.h 10 additions, 1 deletiondrivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.h
- drivers/gpu/drm/amd/amdkfd/kfd_packet_manager.c 23 additions, 3 deletionsdrivers/gpu/drm/amd/amdkfd/kfd_packet_manager.c
- drivers/gpu/drm/amd/amdkfd/kfd_packet_manager_v9.c 45 additions, 14 deletionsdrivers/gpu/drm/amd/amdkfd/kfd_packet_manager_v9.c
- drivers/gpu/drm/amd/amdkfd/kfd_packet_manager_vi.c 2 additions, 2 deletionsdrivers/gpu/drm/amd/amdkfd/kfd_packet_manager_vi.c
- drivers/gpu/drm/amd/amdkfd/kfd_priv.h 24 additions, 4 deletionsdrivers/gpu/drm/amd/amdkfd/kfd_priv.h
Loading