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

Commit d1472bea authored by Lokesh Batra's avatar Lokesh Batra
Browse files

msm: kgsl: Rename CX_DBGC_CFG register block



Rename the CX_DBGC_CFG register block from "kgsl_3d0_cx_dbgc_memory"
to the more concise "cx_dbgc".

Change-Id: I12883361a6453f7d3ca42a881ac3a96d723da9b5
Signed-off-by: default avatarLokesh Batra <lbatra@codeaurora.org>
parent 5221be6e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1149,7 +1149,7 @@ static void adreno_cx_dbgc_probe(struct kgsl_device *device)
	struct resource *res;

	res = platform_get_resource_byname(device->pdev, IORESOURCE_MEM,
					   "kgsl_3d0_cx_dbgc_memory");
					   "cx_dbgc");

	if (res == NULL)
		return;