]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amd/display: use drm_err in create_validate_stream_for_sink()
authorAurabindo Pillai <aurabindo.pillai@amd.com>
Tue, 11 Mar 2025 19:55:55 +0000 (15:55 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 7 Apr 2025 19:18:36 +0000 (15:18 -0400)
commit769e07136a298afe96372e55ded61f5e3fdd6bab
tree136cdc9172df36bdac95229a89e2146fe6645199
parent93717be16e99ca4e424e2d2f636b8763777f7472
drm/amd/display: use drm_err in create_validate_stream_for_sink()

make the drm device available in create_validate_stream_for_sink()
so that drm_err() can be used

Reviewed-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: Fangzhi Zuo <jerry.zuo@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c