replay_get_state
DEFINE_DEBUGFS_ATTRIBUTE(replay_state_fops, replay_get_state, NULL, "%llu\n");
.replay_get_state = dmub_replay_get_state,
void (*replay_get_state)(struct dmub_replay *dmub, enum replay_state *state,
replay->funcs->replay_get_state(replay, &pr_state, panel_inst);