Searched refs:idle_opt_notify_idle (Results 1 – 2 of 2) sorted by relevance
1224 cmd.idle_opt_notify_idle.header.type = DMUB_CMD__IDLE_OPT; in dc_dmub_srv_notify_idle()1225 cmd.idle_opt_notify_idle.header.sub_type = DMUB_CMD__IDLE_OPT_DCN_NOTIFY_IDLE; in dc_dmub_srv_notify_idle()1226 cmd.idle_opt_notify_idle.header.payload_bytes = in dc_dmub_srv_notify_idle()1227 sizeof(cmd.idle_opt_notify_idle) - in dc_dmub_srv_notify_idle()1228 sizeof(cmd.idle_opt_notify_idle.header); in dc_dmub_srv_notify_idle()1230 cmd.idle_opt_notify_idle.cntl_data.driver_idle = allow_idle; in dc_dmub_srv_notify_idle()1233 cmd.idle_opt_notify_idle.cntl_data.skip_otg_disable = true; in dc_dmub_srv_notify_idle()
5773 struct dmub_rb_cmd_idle_opt_dcn_notify_idle idle_opt_notify_idle; member