All of lore.kernel.org
 help / color / mirror / Atom feed
* [v1 0/4] Bugfixes and minor improvements to drm/amdgpu/psp
@ 2025-02-07  6:28 Jiang Liu
  2025-02-07  6:28 ` [v1 1/4] drm/amdgpu: reset psp->cmd to NULL after releasing the buffer Jiang Liu
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Jiang Liu @ 2025-02-07  6:28 UTC (permalink / raw)
  To: alexander.deucher, christian.koenig, Xinhui.Pan, airlied, simona,
	sunil.khatri, lijo.lazar, Hawking.Zhang, mario.limonciello,
	xiaogang.chen, Kent.Russell, shuox.liu, amd-gfx
  Cc: Jiang Liu

Fix some bugs in error handling path in psp subsystem:
1) fix possible bugs in error handling path in psp_sw_init()
2) fix a bug in error handling path in psp_init_cap_microcode()
3) reduce duplicated code related to psp_ta_init_shared_buf()

Jiang Liu (4):
  drm/amdgpu: reset psp->cmd to NULL after releasing the buffer
  drm/amdgpu: enhance error handling of psp_sw_init()
  drm/amdgpu: bail out when failed to load fw in
    psp_init_cap_microcode()
  drm/amdgpu: simplify invoke of psp_ta_init_shared_buf()

 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 147 +++++++++++++-----------
 1 file changed, 81 insertions(+), 66 deletions(-)

-- 
2.43.5


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2025-02-07 18:28 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-07  6:28 [v1 0/4] Bugfixes and minor improvements to drm/amdgpu/psp Jiang Liu
2025-02-07  6:28 ` [v1 1/4] drm/amdgpu: reset psp->cmd to NULL after releasing the buffer Jiang Liu
2025-02-07 10:38   ` Lazar, Lijo
2025-02-07 18:22     ` Alex Deucher
2025-02-07  6:28 ` [v1 2/4] drm/amdgpu: enhance error handling of psp_sw_init() Jiang Liu
2025-02-07 10:50   ` Lazar, Lijo
2025-02-07  6:28 ` [v1 3/4] drm/amdgpu: bail out when failed to load fw in psp_init_cap_microcode() Jiang Liu
2025-02-07 11:05   ` Lazar, Lijo
2025-02-07 18:27     ` Alex Deucher
2025-02-07  6:28 ` [v1 4/4] drm/amdgpu: simplify invoke of psp_ta_init_shared_buf() Jiang Liu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.