mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 23:03:57 -04:00
drm/amd/display: log HUBP using DTN logging
also simplify DTN INFO. all we need is a way to have DC log register states some where we can compare with golden. going through connectivity is overkill. Signed-off-by: Tony Cheng <tony.cheng@amd.com> Reviewed-by: Yongqiang Sun <yongqiang.sun@amd.com> Acked-by: Harry Wentland <Harry.Wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
@@ -68,15 +68,9 @@ bool dm_helpers_dp_mst_start_top_mgr(
|
||||
const struct dc_link *link,
|
||||
bool boot);
|
||||
|
||||
bool dm_helpers_dc_conn_log(
|
||||
struct dc_context*ctx,
|
||||
struct log_entry *entry,
|
||||
enum dc_log_type event);
|
||||
|
||||
void dm_helpers_dp_mst_stop_top_mgr(
|
||||
struct dc_context *ctx,
|
||||
const struct dc_link *link);
|
||||
|
||||
/**
|
||||
* OS specific aux read callback.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user