]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd: Use drm_*() macros instead of DRM_*() for amdgpu_cs
authorMario Limonciello <mario.limonciello@amd.com>
Tue, 15 Jul 2025 21:24:20 +0000 (16:24 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 4 Aug 2025 18:31:25 +0000 (14:31 -0400)
commitcc51bbc7d7a7ff63de3e095e3681e78fe63ddda6
tree87b12c7fdeac1694150dc4c09892486517e6c641
parent130c7ed88f62f72bd99db69e634a5f0ac10a2362
drm/amd: Use drm_*() macros instead of DRM_*() for amdgpu_cs

Some of the IOCTL messages can be called for different GPUs and it might
not be obvious which one called them from a problem.  Using the drm_*()
macros the correct device will be shown in the messages.

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Link: https://lore.kernel.org/r/20250715212420.2254925-1-superm1@kernel.org
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c