lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20251230150936.97173-1-Julia.Lawall@inria.fr>
Date: Tue, 30 Dec 2025 16:09:36 +0100
From: Julia Lawall <Julia.Lawall@...ia.fr>
To: Alex Deucher <alexander.deucher@....com>
Cc: yunbolyu@....edu.sg,
	kexinsun@...il.nju.edu.cn,
	ratnadiraw@....edu.sg,
	xutong.ma@...ia.fr,
	Christian König <christian.koenig@....com>,
	David Airlie <airlied@...il.com>,
	Simona Vetter <simona@...ll.ch>,
	amd-gfx@...ts.freedesktop.org,
	dri-devel@...ts.freedesktop.org,
	linux-kernel@...r.kernel.org
Subject: [PATCH] drm/amdgpu: adjust variable and function name references

None of panic_bo, amdgpu_dm_plane_get_scanout_buffer, and
amdgpu_dm_set_pixel exist.  Update them to the name of the
variable and the two functions defined just below that do
fit the description in the comment.

Signed-off-by: Julia Lawall <Julia.Lawall@...ia.fr>

---
 drivers/gpu/drm/amd/amdgpu/amdgpu_display.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c
index b5d34797d606..2d3a2ca846c5 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c
@@ -1847,7 +1847,8 @@ int amdgpu_display_resume_helper(struct amdgpu_device *adev)
 	return 0;
 }
 
-/* panic_bo is set in amdgpu_dm_plane_get_scanout_buffer() and only used in amdgpu_dm_set_pixel()
+/* panic_abo is set in amdgpu_display_get_scanout_buffer() and only
+ * used in amdgpu_display_set_pixel()
  * they are called from the panic handler, and protected by the drm_panic spinlock.
  */
 static struct amdgpu_bo *panic_abo;


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ