MALI: bifrost: remove a verbose log

Signed-off-by: Zhen Chen <chenzhen@rock-chips.com>
Change-Id: I06184a601d5817d87433cbcde19b39bccc12f774
This commit is contained in:
Zhen Chen
2022-03-03 17:17:50 +08:00
committed by Tao Huang
parent 08403c1ceb
commit 7c3725c8f1

View File

@@ -4192,11 +4192,8 @@ static bool scheduler_idle_suspendable(struct kbase_device *kbdev)
* informing the scheduler in case userspace rings a doorbell directly.
*/
if (suspend && (unlikely(atomic_read(&scheduler->gpu_no_longer_idle)) ||
unlikely(!all_on_slot_groups_remained_idle(kbdev)))) {
dev_info(kbdev->dev,
"GPU suspension skipped due to active CSGs");
unlikely(!all_on_slot_groups_remained_idle(kbdev))))
suspend = false;
}
spin_unlock(&scheduler->interrupt_lock);
spin_unlock_irqrestore(&kbdev->hwaccess_lock, flags);