Re: [PATCH 1/3] drm/amdgpu: Add USBC PD FW load interface to PSP.

2020-03-02 Thread Alex Deucher
On Mon, Mar 2, 2020 at 2:24 PM Andrey Grodzovsky wrote: > > Used to load PD FW to PSP. Might want to define PD = Power Delivery. With that fixed: Reviewed-by: Alex Deucher > > Signed-off-by: Andrey Grodzovsky > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h | 10 ++ > 1 file changed,

[PATCH 1/3] drm/amdgpu: Add USBC PD FW load interface to PSP.

2020-03-02 Thread Andrey Grodzovsky
Used to load PD FW to PSP. Signed-off-by: Andrey Grodzovsky --- drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h | 10 ++ 1 file changed, 10 insertions(+) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h index 37fa184..297435c 100644 ---