]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/display: Add tags for indicating mst progress status
authorWayne Lin <Wayne.Lin@amd.com>
Wed, 20 Jul 2022 19:11:56 +0000 (15:11 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 20 Jul 2022 20:04:42 +0000 (16:04 -0400)
commit4e54b8561c907cae5b88aea4f23bf059687e0503
tree26f906411285c9ff356dcee0fb76f635cfd94f29
parentcca80e4234cba474d150fc4cd56fb831210add2e
drm/amd/display: Add tags for indicating mst progress status

[Why & How]
In order to leverage igt tool to maintain mst feature, expose new
debugfs entry "mst_progress_status".

In our dm flow, record down the result of each phase of mst and user
can examine the mst result by checking whether each phase get completed
successfully.

Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Reviewed-by: Hersen Wu <hersenxs.wu@amd.com>
Acked-by: Alan Liu <HaoPing.Liu@amd.com>
Signed-off-by: Wayne Lin <Wayne.Lin@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c