Searched refs:update_dirty_rect (Results 1 – 1 of 1) sorted by relevance
4537 struct dmub_cmd_update_dirty_rect_data *update_dirty_rect; in dc_dmub_update_dirty_rect() local4549 cmd.update_dirty_rect.header.type = DMUB_CMD__UPDATE_DIRTY_RECT; in dc_dmub_update_dirty_rect()4550 cmd.update_dirty_rect.header.sub_type = 0; in dc_dmub_update_dirty_rect()4551 cmd.update_dirty_rect.header.payload_bytes = in dc_dmub_update_dirty_rect()4552 sizeof(cmd.update_dirty_rect) - in dc_dmub_update_dirty_rect()4553 sizeof(cmd.update_dirty_rect.header); in dc_dmub_update_dirty_rect()4554 update_dirty_rect = &cmd.update_dirty_rect.update_dirty_rect_data; in dc_dmub_update_dirty_rect()4566 update_dirty_rect->cmd_version = DMUB_CMD_CURSOR_UPDATE_VERSION_2; in dc_dmub_update_dirty_rect()4568 update_dirty_rect->cmd_version = DMUB_CMD_CURSOR_UPDATE_VERSION_1; in dc_dmub_update_dirty_rect()4570 update_dirty_rect->dirty_rect_count = (uint8_t)flip_addr->dirty_rect_count; in dc_dmub_update_dirty_rect()[all …]