Loading drivers/gpu/msm/adreno.c +1 −1 Original line number Diff line number Diff line Loading @@ -2611,7 +2611,7 @@ bool adreno_hw_isidle(struct kgsl_device *device) adreno_readreg(adreno_dev, ADRENO_REG_RBBM_STATUS, ®_rbbm_status); if (reg_rbbm_status & 0x80000000) if (reg_rbbm_status & ~0x80000001) return false; /* Don't consider ourselves idle if there is an IRQ pending */ Loading Loading
drivers/gpu/msm/adreno.c +1 −1 Original line number Diff line number Diff line Loading @@ -2611,7 +2611,7 @@ bool adreno_hw_isidle(struct kgsl_device *device) adreno_readreg(adreno_dev, ADRENO_REG_RBBM_STATUS, ®_rbbm_status); if (reg_rbbm_status & 0x80000000) if (reg_rbbm_status & ~0x80000001) return false; /* Don't consider ourselves idle if there is an IRQ pending */ Loading