Re: [PATCH] drm/amdgpu/gmc7: simplify logic in firmware message

2018-07-06 Thread Huang Rui
On Thu, Jul 05, 2018 at 03:46:33PM -0500, Alex Deucher wrote:
> Switching the firmware paths for CIK parts resulted
> in no need for this anymore.
> 
> Fixes: "drm/amdgpu: switch firmware path for CIK parts"
> Noticed-by: Julia Lawall 
> Signed-off-by: Alex Deucher 

Reviewed-by: Huang Rui 

> ---
>  drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c | 5 +
>  1 file changed, 1 insertion(+), 4 deletions(-)
> 
> diff --git a/drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c 
> b/drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c
> index 2c2b93d4d63b..78339309a00c 100644
> --- a/drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c
> +++ b/drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c
> @@ -147,10 +147,7 @@ static int gmc_v7_0_init_microcode(struct amdgpu_device 
> *adev)
>   default: BUG();
>   }
>  
> - if (adev->asic_type == CHIP_TOPAZ)
> - snprintf(fw_name, sizeof(fw_name), "amdgpu/%s_mc.bin", 
> chip_name);
> - else
> - snprintf(fw_name, sizeof(fw_name), "amdgpu/%s_mc.bin", 
> chip_name);
> + snprintf(fw_name, sizeof(fw_name), "amdgpu/%s_mc.bin", chip_name);
>  
>   err = request_firmware(>gmc.fw, fw_name, adev->dev);
>   if (err)
> -- 
> 2.13.6
> 
> ___
> amd-gfx mailing list
> amd-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx
___
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx


Re: 答复: [PATCH] drm/amdgpu/gmc7: simplify logic in firmware message

2018-07-06 Thread Christian König

Reviewed-by: Christian König 

Am 06.07.2018 um 05:12 schrieb Qu, Jim:

Reviewed-by: Jim Qu 

Thanks
JimQu


发件人: amd-gfx  代表 Alex Deucher 

发送时间: 2018年7月6日 4:46:33
收件人: amd-gfx@lists.freedesktop.org
抄送: Deucher, Alexander
主题: [PATCH] drm/amdgpu/gmc7: simplify logic in firmware message

Switching the firmware paths for CIK parts resulted
in no need for this anymore.

Fixes: "drm/amdgpu: switch firmware path for CIK parts"
Noticed-by: Julia Lawall 
Signed-off-by: Alex Deucher 
---
  drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c | 5 +
  1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c 
b/drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c
index 2c2b93d4d63b..78339309a00c 100644
--- a/drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c
@@ -147,10 +147,7 @@ static int gmc_v7_0_init_microcode(struct amdgpu_device 
*adev)
 default: BUG();
 }

-   if (adev->asic_type == CHIP_TOPAZ)
-   snprintf(fw_name, sizeof(fw_name), "amdgpu/%s_mc.bin", 
chip_name);
-   else
-   snprintf(fw_name, sizeof(fw_name), "amdgpu/%s_mc.bin", 
chip_name);
+   snprintf(fw_name, sizeof(fw_name), "amdgpu/%s_mc.bin", chip_name);

 err = request_firmware(>gmc.fw, fw_name, adev->dev);
 if (err)
--
2.13.6

___
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx
___
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx


___
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx


Re: 答复: [PATCH] drm/amdgpu/gmc7: simplify logic in firmware message

2018-07-06 Thread Christian König

Reviewed-by: Christian König 

Am 06.07.2018 um 05:12 schrieb Qu, Jim:

Reviewed-by: Jim Qu 

Thanks
JimQu


发件人: amd-gfx  代表 Alex Deucher 

发送时间: 2018年7月6日 4:46:33
收件人: amd-gfx@lists.freedesktop.org
抄送: Deucher, Alexander
主题: [PATCH] drm/amdgpu/gmc7: simplify logic in firmware message

Switching the firmware paths for CIK parts resulted
in no need for this anymore.

Fixes: "drm/amdgpu: switch firmware path for CIK parts"
Noticed-by: Julia Lawall 
Signed-off-by: Alex Deucher 
---
  drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c | 5 +
  1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c 
b/drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c
index 2c2b93d4d63b..78339309a00c 100644
--- a/drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c
@@ -147,10 +147,7 @@ static int gmc_v7_0_init_microcode(struct amdgpu_device 
*adev)
 default: BUG();
 }

-   if (adev->asic_type == CHIP_TOPAZ)
-   snprintf(fw_name, sizeof(fw_name), "amdgpu/%s_mc.bin", 
chip_name);
-   else
-   snprintf(fw_name, sizeof(fw_name), "amdgpu/%s_mc.bin", 
chip_name);
+   snprintf(fw_name, sizeof(fw_name), "amdgpu/%s_mc.bin", chip_name);

 err = request_firmware(>gmc.fw, fw_name, adev->dev);
 if (err)
--
2.13.6

___
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx
___
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx


___
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx


答复: [PATCH] drm/amdgpu/gmc7: simplify logic in firmware message

2018-07-05 Thread Qu, Jim
Reviewed-by: Jim Qu 

Thanks
JimQu


发件人: amd-gfx  代表 Alex Deucher 

发送时间: 2018年7月6日 4:46:33
收件人: amd-gfx@lists.freedesktop.org
抄送: Deucher, Alexander
主题: [PATCH] drm/amdgpu/gmc7: simplify logic in firmware message

Switching the firmware paths for CIK parts resulted
in no need for this anymore.

Fixes: "drm/amdgpu: switch firmware path for CIK parts"
Noticed-by: Julia Lawall 
Signed-off-by: Alex Deucher 
---
 drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c 
b/drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c
index 2c2b93d4d63b..78339309a00c 100644
--- a/drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c
@@ -147,10 +147,7 @@ static int gmc_v7_0_init_microcode(struct amdgpu_device 
*adev)
default: BUG();
}

-   if (adev->asic_type == CHIP_TOPAZ)
-   snprintf(fw_name, sizeof(fw_name), "amdgpu/%s_mc.bin", 
chip_name);
-   else
-   snprintf(fw_name, sizeof(fw_name), "amdgpu/%s_mc.bin", 
chip_name);
+   snprintf(fw_name, sizeof(fw_name), "amdgpu/%s_mc.bin", chip_name);

err = request_firmware(>gmc.fw, fw_name, adev->dev);
if (err)
--
2.13.6

___
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx
___
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx


[PATCH] drm/amdgpu/gmc7: simplify logic in firmware message

2018-07-05 Thread Alex Deucher
Switching the firmware paths for CIK parts resulted
in no need for this anymore.

Fixes: "drm/amdgpu: switch firmware path for CIK parts"
Noticed-by: Julia Lawall 
Signed-off-by: Alex Deucher 
---
 drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c 
b/drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c
index 2c2b93d4d63b..78339309a00c 100644
--- a/drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c
@@ -147,10 +147,7 @@ static int gmc_v7_0_init_microcode(struct amdgpu_device 
*adev)
default: BUG();
}
 
-   if (adev->asic_type == CHIP_TOPAZ)
-   snprintf(fw_name, sizeof(fw_name), "amdgpu/%s_mc.bin", 
chip_name);
-   else
-   snprintf(fw_name, sizeof(fw_name), "amdgpu/%s_mc.bin", 
chip_name);
+   snprintf(fw_name, sizeof(fw_name), "amdgpu/%s_mc.bin", chip_name);
 
err = request_firmware(>gmc.fw, fw_name, adev->dev);
if (err)
-- 
2.13.6

___
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx