Re: [PATCH 3/3] drm/amdgpu: Add support for USBC PD FW download

2020-03-02 Thread Luben Tuikov
On 2020-03-02 2:24 p.m., Andrey Grodzovsky wrote: > Starts USBC PD FW download and reads back the latest FW version. > > Signed-off-by: Andrey Grodzovsky > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 94 > + > 1 file changed, 94 insertions(+) > > diff --git

Re: [PATCH 3/3] drm/amdgpu: Add support for USBC PD FW download

2020-03-02 Thread Alex Deucher
On Mon, Mar 2, 2020 at 2:24 PM Andrey Grodzovsky wrote: > > Starts USBC PD FW download and reads back the latest FW version. > > Signed-off-by: Andrey Grodzovsky > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 94 > + > 1 file changed, 94 insertions(+) > >

[PATCH 3/3] drm/amdgpu: Add support for USBC PD FW download

2020-03-02 Thread Andrey Grodzovsky
Starts USBC PD FW download and reads back the latest FW version. Signed-off-by: Andrey Grodzovsky --- drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 94 + 1 file changed, 94 insertions(+) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c