]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd/display: switch to drm_dbg_ macros instead of DRM_DEBUG_ variants
authorAurabindo Pillai <aurabindo.pillai@amd.com>
Tue, 30 Dec 2025 20:21:18 +0000 (15:21 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Sat, 10 Jan 2026 19:21:54 +0000 (14:21 -0500)
commit71573db5ad74b2087a4688cd1dda73ff082620f6
tree30efdfc307ce9b72231a24acf37e8ae994b5b90f
parent869e3869b9303ba104f14b70814cc5b4bb7ad7a9
drm/amd/display: switch to drm_dbg_ macros instead of DRM_DEBUG_ variants

Device pointer sources used:
- connector->dev - when a DRM connector was available
- old_plane_crtc->dev / new_plane_crtc->dev - for plane state functions
- pass in drm_device - for the stream scaling function
- aconnector->base.dev - for the VSDB parsing function

Reviewed-by: Sun peng (Leo) Li <sunpeng.li@amd.com>
Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: Matthew Stewart <matthew.stewart2@amd.com>
Tested-by: Dan Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c