]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd/display: Add debugfs to disallow eDP Replay entry
authorRay Wu <ray.wu@amd.com>
Mon, 2 Mar 2026 02:26:51 +0000 (10:26 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 17 Mar 2026 14:35:40 +0000 (10:35 -0400)
commitf7168d1a8d356209f96c071e5fbff98201decaf9
tree45067198d48103215da40187e5aeeee05e8c814f
parent25bb1d54ba3983c064361033a8ec15474fece37e
drm/amd/display: Add debugfs to disallow eDP Replay entry

[Why & How]
Test applications need to read CRC from eDP sink side, but sink
replay feature prevents proper CRC reading and causing timeout.

Add disallow_edp_enter_replay debugfs interface to allow test apps
to temporarily disable Replay for CRC operations.

Reviewed-by: Tom Chung <chiahsuan.chung@amd.com>
Signed-off-by: Ray Wu <ray.wu@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_debugfs.c