[PATCH] drm/amd/pp: Clean header file in vega12_smumgr.c
Huang Rui
ray.huang at amd.com
Wed Mar 28 03:03:32 UTC 2018
On Tue, Mar 27, 2018 at 06:33:45PM +0800, Rex Zhu wrote:
> Change-Id: I736fe788980823d12c217cbaba8946d63c9e21da
> Signed-off-by: Rex Zhu <Rex.Zhu at amd.com>
Reviewed-by: Huang Rui <ray.huang at amd.com>
> ---
> drivers/gpu/drm/amd/powerplay/smumgr/vega12_smumgr.c | 6 ++----
> 1 file changed, 2 insertions(+), 4 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/powerplay/smumgr/vega12_smumgr.c b/drivers/gpu/drm/amd/powerplay/smumgr/vega12_smumgr.c
> index 55cd204..651a3f2 100644
> --- a/drivers/gpu/drm/amd/powerplay/smumgr/vega12_smumgr.c
> +++ b/drivers/gpu/drm/amd/powerplay/smumgr/vega12_smumgr.c
> @@ -30,8 +30,7 @@
>
> #include "ppatomctrl.h"
> #include "pp_debug.h"
> -#include "smu_ucode_xfer_vi.h"
> -#include "smu7_smumgr.h"
> +
>
> /* MP Apertures */
> #define MP0_Public 0x03800000
> @@ -392,8 +391,7 @@ static int vega12_smu_init(struct pp_hwmgr *hwmgr)
> struct cgs_firmware_info info = {0};
> int ret;
>
> - ret = cgs_get_firmware_info(hwmgr->device,
> - smu7_convert_fw_type_to_cgs(UCODE_ID_SMU),
> + ret = cgs_get_firmware_info(hwmgr->device, CGS_UCODE_ID_SMU,
> &info);
> if (ret || !info.kptr)
> return -EINVAL;
> --
> 1.9.1
>
> _______________________________________________
> amd-gfx mailing list
> amd-gfx at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx
More information about the amd-gfx
mailing list