diff options
| author | Mario Limonciello <[email protected]> | 2023-06-28 04:10:44 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2023-07-07 17:51:47 +0000 |
| commit | a90d36a49a9d4ba703ff680a035e22b88a566023 (patch) | |
| tree | d2ec8961133d0d930e486ce9ee6a8a99e0cd5f2b /drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h | |
| parent | drm/amd: Detect IFWI or PD upgrade support in psp_early_init() (diff) | |
| download | kernel-a90d36a49a9d4ba703ff680a035e22b88a566023.tar.gz kernel-a90d36a49a9d4ba703ff680a035e22b88a566023.zip | |
drm/amd: adjust whitespace for amdgpu_psp.h
Adjust the whitespace to be consistent with the rest of the
`struct psp_context` structure.
Signed-off-by: Mario Limonciello <[email protected]>
Reviewed-by: Lijo Lazar <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h index e176cf204202..050230114e88 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h @@ -309,8 +309,8 @@ struct psp_runtime_scpm_entry { struct psp_context { - struct amdgpu_device *adev; - struct psp_ring km_ring; + struct amdgpu_device *adev; + struct psp_ring km_ring; struct psp_gfx_cmd_resp *cmd; const struct psp_funcs *funcs; @@ -339,7 +339,7 @@ struct psp_context uint64_t tmr_mc_addr; /* asd firmware */ - const struct firmware *asd_fw; + const struct firmware *asd_fw; /* toc firmware */ const struct firmware *toc_fw; @@ -388,9 +388,9 @@ struct psp_context bool sup_pd_fw_up; bool sup_ifwi_up; - char *vbflash_tmp_buf; - size_t vbflash_image_size; - bool vbflash_done; + char *vbflash_tmp_buf; + size_t vbflash_image_size; + bool vbflash_done; }; struct amdgpu_psp_funcs { |
