]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/display: Add visualconfirm module parameter
authorLeo Li <sunpeng.li@amd.com>
Wed, 6 Jul 2022 18:48:52 +0000 (14:48 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 25 Jul 2022 13:31:03 +0000 (09:31 -0400)
commitb81c090e44704c3c2144fbb81ebf7499607ab5c2
tree1112584114853d16217339a29882b89b7a5bd0d8
parent25bc67797c67b66c7df67944d14e432181f60f74
drm/amd/display: Add visualconfirm module parameter

[Why]

Being able to configure visual confirm at boot or in cmdline is helpful
when debugging.

[How]

Add a module parameter to configure DC visual confirm, which works the
same way as the equivalent debugfs entry.

Signed-off-by: Leo Li <sunpeng.li@amd.com>
Reviewed-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu.h
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c