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

Commit 63a245f5 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: kgsl: Correct the logic for isdb breakpoint set"

parents 23f5215b 892e3b3d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -622,7 +622,7 @@ static void isdb_write(void __iomem *base, u32 offset)

static void set_isdb_breakpoint_registers(struct kgsl_device *device)
{
	if (!device->set_isdb_breakpoint || !device->ftbl->is_hwcg_on(device)
	if (!device->set_isdb_breakpoint || device->ftbl->is_hwcg_on(device)
					|| device->qdss_gfx_virt == NULL)
		return;