Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 165a0c6b authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: kgsl: Remove drawctxt_active from setstate default"

parents 43518b89 1b108580
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -893,7 +893,6 @@ static unsigned int _adreno_iommu_setstate_v1(struct kgsl_device *device,
static bool adreno_use_default_setstate(struct adreno_device *adreno_dev)
{
	return (adreno_isidle(&adreno_dev->dev) ||
		adreno_dev->drawctxt_active == NULL ||
		KGSL_STATE_ACTIVE != adreno_dev->dev.state ||
		atomic_read(&adreno_dev->dev.active_cnt) == 0 ||
		adreno_dev->dev.cff_dump_enable);