]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amd/display: use drm_* instead of DRM_ in apply_edid_quirks()
authorAurabindo Pillai <aurabindo.pillai@amd.com>
Mon, 24 Feb 2025 19:27:54 +0000 (14:27 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 5 Mar 2025 15:46:51 +0000 (10:46 -0500)
commita89b530373b720a94aa97ec3c4ea79dd6ee59fa7
treecdc41e30d4daeca0d0de4efcaf4a0114cf577d65
parent41b830476009f50233e8df538113765c0a59308d
drm/amd/display: use drm_* instead of DRM_ in apply_edid_quirks()

drm_* macros are more helpful that DRM_* macros since the former
indicates the associated DRM device that prints the error, which maybe
helpful when debugging.

Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Reviewed-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c