]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/amd/display: Add a buffer for boot time crc
authorTom Chung <chiahsuan.chung@amd.com>
Wed, 4 Mar 2026 09:48:00 +0000 (17:48 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 17 Mar 2026 14:36:01 +0000 (10:36 -0400)
commitb034c5b0d831cf5d62b40d550349978d0a5a32f0
tree5de6eb8e31c4b2a1af44d5dd115e3813621bc43f
parentcb0f6a16e23812289286ed2f581acf12c5b278b4
drm/amd/display: Add a buffer for boot time crc

[Why]
We need to reserve a memory buffer for boot time crc test
during resume.

[How]
Create a buffer during boot up and send the buffer info to
DMUB.

Reviewed-by: Wayne Lin <wayne.lin@amd.com>
Signed-off-by: Tom Chung <chiahsuan.chung@amd.com>
Signed-off-by: Chuanyu Tseng <chuanyu.tseng@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
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h
drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c
drivers/gpu/drm/amd/display/dc/dc_dmub_srv.h