Searched refs:idle_opt_notify_idle (Results 1 – 2 of 2) sorted by relevance
1346 cmd.idle_opt_notify_idle.header.type = DMUB_CMD__IDLE_OPT; in dc_dmub_srv_notify_idle()1347 cmd.idle_opt_notify_idle.header.sub_type = DMUB_CMD__IDLE_OPT_DCN_NOTIFY_IDLE; in dc_dmub_srv_notify_idle()1348 cmd.idle_opt_notify_idle.header.payload_bytes = in dc_dmub_srv_notify_idle()1349 sizeof(cmd.idle_opt_notify_idle) - in dc_dmub_srv_notify_idle()1350 sizeof(cmd.idle_opt_notify_idle.header); in dc_dmub_srv_notify_idle()1352 cmd.idle_opt_notify_idle.cntl_data.driver_idle = allow_idle; in dc_dmub_srv_notify_idle()1355 cmd.idle_opt_notify_idle.cntl_data.skip_otg_disable = true; in dc_dmub_srv_notify_idle()2361 cmd.idle_opt_notify_idle.header.type = DMUB_CMD__IDLE_OPT; in dc_dmub_srv_release_hw()2362 cmd.idle_opt_notify_idle.header.sub_type = DMUB_CMD__IDLE_OPT_RELEASE_HW; in dc_dmub_srv_release_hw()2363 cmd.idle_opt_notify_idle.header.payload_bytes = in dc_dmub_srv_release_hw()[all …]
7047 struct dmub_rb_cmd_idle_opt_dcn_notify_idle idle_opt_notify_idle; member