Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/amd/display/dc/
Ddc_dmub_srv.c1000 cmd[0].update_cursor_info.header.multi_cmd_pending = 1; //To combine multi dmu cmd, 1st cmd in dc_send_update_cursor_info_to_dmu()
1012 cmd[1].update_cursor_info.header.multi_cmd_pending = 0; //Indicate it's the last command. in dc_send_update_cursor_info_to_dmu()
/Linux-v6.6/drivers/gpu/drm/amd/display/dmub/inc/
Ddmub_cmd.h1059 unsigned int multi_cmd_pending : 1; /**< 1 if multiple commands chained together */ member