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

Commit e08dfa6b 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: Don't use stale data when looking for active buffers"

parents 3d19ad17 dbf77f34
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2079,7 +2079,7 @@ static int dispatcher_do_fault(struct adreno_device *adreno_dev)
	struct adreno_ringbuffer *rb;
	struct adreno_ringbuffer *hung_rb = NULL;
	unsigned int reg;
	uint64_t base;
	uint64_t base = 0;
	struct kgsl_drawobj_cmd *cmdobj = NULL;
	int ret, i;
	int fault;