Merge "disp: msm: sde: update irq enable check during irq affinity notify"
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

melakukan
1ea1264b80
@@ -3732,7 +3732,7 @@ static void sde_kms_irq_affinity_notify(
|
||||
sde_kms->irq_cpu_mask = *mask;
|
||||
|
||||
// request vote with updated irq cpu mask
|
||||
if (sde_kms->irq_enabled)
|
||||
if (atomic_read(&sde_kms->irq_vote_count))
|
||||
_sde_kms_update_pm_qos_irq_request(sde_kms);
|
||||
|
||||
mutex_unlock(&priv->phandle.phandle_lock);
|
||||
|
Reference in New Issue
Block a user