]> git.hungrycats.org Git - linux/commit
drm/amd/display: Test I2C, stubs and MST early returns
authorAlex Hung <alex.hung@amd.com>
Thu, 25 Jun 2026 05:34:18 +0000 (23:34 -0600)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 14 Jul 2026 23:12:36 +0000 (19:12 -0400)
commitf5e5e134dcf010d2ae45a579fe7470bfa357a2c2
tree9afa57bd722e41f33f575b63c97eb0d4ace67bf1
parent0984a22c9ffc241bf8190d64bf3d26d6f098e73c
drm/amd/display: Test I2C, stubs and MST early returns

[WHAT]
Add KUnit coverage for dm_helpers_submit_i2c,
dm_helper_dmub_aux_transfer_sync, the empty stub helpers, the MST
null-connector early returns, dm_helpers_dmub_outbox_interrupt_control,
dm_helpers_mst_enable_stream_features and
dm_helpers_enable_periodic_detection.

Assisted-by: Copilot:Claude-Opus-4.8
Reviewed-by: Bhawanpreet Lakha <bhawanpreet.lakha@amd.com>
Signed-off-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: George Zhang <george.zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c
drivers/gpu/drm/amd/display/amdgpu_dm/tests/amdgpu_dm_helpers_test.c