Searched refs:update_dirty_rect (Results 1 – 2 of 2) sorted by relevance
3517 struct dmub_cmd_update_dirty_rect_data *update_dirty_rect; in dc_dmub_update_dirty_rect() local3528 cmd.update_dirty_rect.header.type = DMUB_CMD__UPDATE_DIRTY_RECT; in dc_dmub_update_dirty_rect()3529 cmd.update_dirty_rect.header.sub_type = 0; in dc_dmub_update_dirty_rect()3530 cmd.update_dirty_rect.header.payload_bytes = in dc_dmub_update_dirty_rect()3531 sizeof(cmd.update_dirty_rect) - in dc_dmub_update_dirty_rect()3532 sizeof(cmd.update_dirty_rect.header); in dc_dmub_update_dirty_rect()3533 update_dirty_rect = &cmd.update_dirty_rect.update_dirty_rect_data; in dc_dmub_update_dirty_rect()3544 update_dirty_rect->cmd_version = DMUB_CMD_PSR_CONTROL_VERSION_1; in dc_dmub_update_dirty_rect()3545 update_dirty_rect->dirty_rect_count = flip_addr->dirty_rect_count; in dc_dmub_update_dirty_rect()3546 memcpy(update_dirty_rect->src_dirty_rects, flip_addr->dirty_rects, in dc_dmub_update_dirty_rect()[all …]
5385 struct dmub_rb_cmd_update_dirty_rect update_dirty_rect; member