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

Commit 552c8f76 authored by kbuild test robot's avatar kbuild test robot Committed by Alex Deucher
Browse files

drm/amdgpu/gfx9: gfx_v9_0_enable_gfx_static_mg_power_gating() can be static

parent f03defe0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1964,7 +1964,7 @@ static void gfx_v9_0_enable_gfx_pipeline_powergating(struct amdgpu_device *adev,
		data = RREG32(SOC15_REG_OFFSET(GC, 0, mmDB_RENDER_CONTROL));
}

void gfx_v9_0_enable_gfx_static_mg_power_gating(struct amdgpu_device *adev,
static void gfx_v9_0_enable_gfx_static_mg_power_gating(struct amdgpu_device *adev,
						       bool enable)
{
	uint32_t data, default_data;
@@ -1978,7 +1978,7 @@ void gfx_v9_0_enable_gfx_static_mg_power_gating(struct amdgpu_device *adev,
		WREG32(SOC15_REG_OFFSET(GC, 0, mmRLC_PG_CNTL), data);
}

void gfx_v9_0_enable_gfx_dynamic_mg_power_gating(struct amdgpu_device *adev,
static void gfx_v9_0_enable_gfx_dynamic_mg_power_gating(struct amdgpu_device *adev,
						bool enable)
{
	uint32_t data, default_data;