All of lore.kernel.org
 help / color / mirror / Atom feed
* [v1 0/4] Fix a buffer overflow in drm/amdgpu/smu
@ 2025-02-07  6:44 Jiang Liu
  2025-02-07  6:44 ` [v1 1/4] drm/amdgpu: avoid buffer overflow attach in smu_sys_set_pp_table() Jiang Liu
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Jiang Liu @ 2025-02-07  6:44 UTC (permalink / raw)
  To: alexander.deucher, christian.koenig, airlied, simona,
	sunil.khatri, lijo.lazar, Hawking.Zhang, mario.limonciello,
	xiaogang.chen, Kent.Russell, shuox.liu, amd-gfx
  Cc: Jiang Liu

Fix several bugs in smu subsystem:
1) a buffer overflow bug in function smu_sys_set_pp_table()
2) tune logic of is_vcn_enabled()
3) enhance handling of gfx_off_entrycount in function smu_suspend()

Jiang Liu (4):
  drm/amdgpu: avoid buffer overflow attach in smu_sys_set_pp_table()
  drm/amdgpu: accumulate gfx_off_entrycount in smu_suspend()
  drm/amdgpu: treat VCN as enabled if either VCN or JPEC is enabled
  drm/amdgpu: minor code style enhancement for smu

 drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c       | 17 +++++++++--------
 .../drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c    |  2 +-
 2 files changed, 10 insertions(+), 9 deletions(-)

-- 
2.43.5


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

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

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-07  6:44 [v1 0/4] Fix a buffer overflow in drm/amdgpu/smu Jiang Liu
2025-02-07  6:44 ` [v1 1/4] drm/amdgpu: avoid buffer overflow attach in smu_sys_set_pp_table() Jiang Liu
2025-02-07  7:56   ` Lazar, Lijo
2025-02-07 18:17     ` Alex Deucher
2025-02-07  6:44 ` [v1 2/4] drm/amdgpu: accumulate gfx_off_entrycount in smu_suspend() Jiang Liu
2025-02-07  8:04   ` Lazar, Lijo
2025-02-07  8:30     ` Gerry Liu
2025-02-07  8:34       ` Lazar, Lijo
2025-02-07  8:42         ` Gerry Liu
2025-02-07  6:44 ` [v1 3/4] drm/amdgpu: treat VCN as enabled if either VCN or JPEC is enabled Jiang Liu
2025-02-07  6:44 ` [v1 4/4] drm/amdgpu: minor code style enhancement for smu Jiang Liu
2025-02-07 10:37   ` Lazar, Lijo

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.