Am 2020-09-10 um 2:54 p.m. schrieb Philip Cox: > Reduce the eviction and restore messages from INFO level to DEBUG level. > > Signed-off-by: Philip Cox <Philip.Cox@xxxxxxx> This patch is Reviewed-by: Felix Kuehling <Felix.Kuehling@xxxxxxx> > --- > drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c b/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c > index cafbc3aa980a..0d2bb20b49b7 100644 > --- a/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c > +++ b/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c > @@ -650,7 +650,7 @@ static int evict_process_queues_nocpsch(struct device_queue_manager *dqm, > goto out; > > pdd = qpd_to_pdd(qpd); > - pr_info_ratelimited("Evicting PASID 0x%x queues\n", > + pr_debug_ratelimited("Evicting PASID 0x%x queues\n", > pdd->process->pasid); > > /* Mark all queues as evicted. Deactivate all active queues on > @@ -700,7 +700,7 @@ static int evict_process_queues_cpsch(struct device_queue_manager *dqm, > goto out; > > pdd = qpd_to_pdd(qpd); > - pr_info_ratelimited("Evicting PASID 0x%x queues\n", > + pr_debug_ratelimited("Evicting PASID 0x%x queues\n", > pdd->process->pasid); > > /* Mark all queues as evicted. Deactivate all active queues on > @@ -746,7 +746,7 @@ static int restore_process_queues_nocpsch(struct device_queue_manager *dqm, > goto out; > } > > - pr_info_ratelimited("Restoring PASID 0x%x queues\n", > + pr_debug_ratelimited("Restoring PASID 0x%x queues\n", > pdd->process->pasid); > > /* Update PD Base in QPD */ > @@ -826,7 +826,7 @@ static int restore_process_queues_cpsch(struct device_queue_manager *dqm, > goto out; > } > > - pr_info_ratelimited("Restoring PASID 0x%x queues\n", > + pr_debug_ratelimited("Restoring PASID 0x%x queues\n", > pdd->process->pasid); > > /* Update PD Base in QPD */ _______________________________________________ amd-gfx mailing list amd-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/amd-gfx