]> Git Repo - J-linux.git/commit
drm/amd/display: Enable copying of bounding box data from VBIOS DMUB
authorAurabindo Pillai <[email protected]>
Tue, 21 May 2024 19:46:31 +0000 (19:46 +0000)
committerAlex Deucher <[email protected]>
Wed, 29 May 2024 18:40:40 +0000 (14:40 -0400)
commit234e94555800d644ae970ff8da50f1f03dbc6ff9
tree9fa48549801b6851d8337befa52d75eb111125e8
parentc75bfd1567fec225b53574f5b7f392c4951de729
drm/amd/display: Enable copying of bounding box data from VBIOS DMUB

Allocate some memory, send the address in chunks to dmub, and finally
ask it to copy the bounding box data into the newly allocated memory.

Signed-off-by: Aurabindo Pillai <[email protected]>
Acked-by: Harry Wentland <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
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/amdgpu_dm/amdgpu_dm_helpers.c
drivers/gpu/drm/amd/display/dc/core/dc.c
drivers/gpu/drm/amd/display/dc/dc.h
drivers/gpu/drm/amd/display/dc/dml2/dml21/dml21_translation_helper.c
drivers/gpu/drm/amd/display/dc/dml2/dml2_wrapper.h
This page took 0.036964 seconds and 4 git commands to generate.