Commit df794f67 authored by Aaron Liu's avatar Aaron Liu Committed by Alex Deucher
Browse files

drm/amdgpu: remove program of lbpw for renoir



These is no LBPW on Renoir. So removing program of lbpw for renoir.

Signed-off-by: default avatarAaron Liu <aaron.liu@amd.com>
Reviewed-by: default avatarHuang Rui <ray.huang@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 103efdc1
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1650,7 +1650,6 @@ static int gfx_v9_0_rlc_init(struct amdgpu_device *adev)

	switch (adev->asic_type) {
	case CHIP_RAVEN:
	case CHIP_RENOIR:
		gfx_v9_0_init_lbpw(adev);
		break;
	case CHIP_VEGA20:
@@ -3026,7 +3025,6 @@ static int gfx_v9_0_rlc_resume(struct amdgpu_device *adev)

	switch (adev->asic_type) {
	case CHIP_RAVEN:
	case CHIP_RENOIR:
		if (amdgpu_lbpw == 0)
			gfx_v9_0_enable_lbpw(adev, false);
		else