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

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

Merge "msm: kgsl: allow clock set options during state transitions for A702"

parents 0305a759 6250b4bd
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -2645,7 +2645,7 @@ static int a6xx_perfcounter_update(struct adreno_device *adreno_dev,
static void a6xx_clk_set_options(struct adreno_device *adreno_dev,
static void a6xx_clk_set_options(struct adreno_device *adreno_dev,
	const char *name, struct clk *clk, bool on)
	const char *name, struct clk *clk, bool on)
{
{
	if (!adreno_is_a610(adreno_dev))
	if (!adreno_is_a610(adreno_dev) && !adreno_is_a702(adreno_dev))
		return;
		return;


	/* Handle clock settings for GFX PSCBCs */
	/* Handle clock settings for GFX PSCBCs */