Searched refs:in_detection (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/link/accessories/ |
D | link_dp_trace.c | 62 bool in_detection) in dp_trace_lt_fail_count_update() argument 64 if (in_detection) in dp_trace_lt_fail_count_update() 71 bool in_detection) in dp_trace_lt_total_count_increment() argument 73 if (in_detection) in dp_trace_lt_total_count_increment() 80 bool in_detection, in dp_trace_set_is_logged_flag() argument 83 if (in_detection) in dp_trace_set_is_logged_flag() 89 bool dp_trace_is_logged(struct dc_link *link, bool in_detection) in dp_trace_is_logged() argument 91 if (in_detection) in dp_trace_is_logged() 99 bool in_detection) in dp_trace_lt_result_update() argument 101 if (in_detection) in dp_trace_lt_result_update() [all …]
|
D | link_dp_trace.h | 37 bool in_detection); 39 bool in_detection); 41 bool in_detection, 44 bool in_detection); 47 bool in_detection); 49 bool in_detection); 51 bool in_detection); 53 bool in_detection); 55 bool in_detection);
|
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/core/ |
D | dc_link_exports.c | 236 bool in_detection, in dc_dp_trace_set_is_logged_flag() argument 239 link->dc->link_srv->dp_trace_set_is_logged_flag(link, in_detection, is_logged); in dc_dp_trace_set_is_logged_flag() 242 bool dc_dp_trace_is_logged(struct dc_link *link, bool in_detection) in dc_dp_trace_is_logged() argument 244 return link->dc->link_srv->dp_trace_is_logged(link, in_detection); in dc_dp_trace_is_logged() 248 bool in_detection) in dc_dp_trace_get_lt_end_timestamp() argument 250 return link->dc->link_srv->dp_trace_get_lt_end_timestamp(link, in_detection); in dc_dp_trace_get_lt_end_timestamp() 254 bool in_detection) in dc_dp_trace_get_lt_counts() argument 256 return link->dc->link_srv->dp_trace_get_lt_counts(link, in_detection); in dc_dp_trace_get_lt_counts()
|
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/inc/ |
D | link.h | 322 bool in_detection, 324 bool (*dp_trace_is_logged)(struct dc_link *link, bool in_detection); 326 struct dc_link *link, bool in_detection); 328 struct dc_link *link, bool in_detection);
|
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/ |
D | dc.h | 2034 bool in_detection); 2041 bool in_detection, 2051 bool in_detection); 2059 bool in_detection);
|