Searched refs:multi_cmd_pending (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddc_dmub_srv.c1097 * Since we use multi_cmd_pending for dmub command, the 2nd command is
1102 * Command heaer type must be the same type if using multi_cmd_pending.
1112 cmd[0].update_cursor_info.header.multi_cmd_pending = 1; //To combine multi dmu cmd, 1st cmd
1124 cmd[1].update_cursor_info.header.multi_cmd_pending = 0; //Indicate it's the last command.
/linux-master/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h1239 unsigned int multi_cmd_pending : 1; /**< 1 if multiple commands chained together */ member in struct:dmub_cmd_header

Completed in 220 milliseconds