mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
MALI: bifrost: remove a verbose log
Signed-off-by: Zhen Chen <chenzhen@rock-chips.com> Change-Id: I06184a601d5817d87433cbcde19b39bccc12f774
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user