Searched refs:log_hw_state (Results 1 – 6 of 6) sorted by relevance
65 .log_hw_state = dcn10_log_hw_state,
67 .log_hw_state = dcn10_log_hw_state,
68 .log_hw_state = dcn10_log_hw_state,
199 void (*log_hw_state)(struct dc *dc, struct dc_log_buffer_ctx *log_ctx); member
2279 if (!dc->hwss.log_hw_state) in dtn_log_read()2282 dc->hwss.log_hw_state(dc, &log_ctx); in dtn_log_read()2317 if (dc->hwss.log_hw_state) in dtn_log_write()2318 dc->hwss.log_hw_state(dc, NULL); in dtn_log_write()