Searched refs:update_dirty_rect (Results 1 – 2 of 2) sorted by relevance
3435 struct dmub_cmd_update_dirty_rect_data *update_dirty_rect; in dc_dmub_update_dirty_rect() local3446 cmd.update_dirty_rect.header.type = DMUB_CMD__UPDATE_DIRTY_RECT; in dc_dmub_update_dirty_rect()3447 cmd.update_dirty_rect.header.sub_type = 0; in dc_dmub_update_dirty_rect()3448 cmd.update_dirty_rect.header.payload_bytes = in dc_dmub_update_dirty_rect()3449 sizeof(cmd.update_dirty_rect) - in dc_dmub_update_dirty_rect()3450 sizeof(cmd.update_dirty_rect.header); in dc_dmub_update_dirty_rect()3451 update_dirty_rect = &cmd.update_dirty_rect.update_dirty_rect_data; in dc_dmub_update_dirty_rect()3462 update_dirty_rect->cmd_version = DMUB_CMD_PSR_CONTROL_VERSION_1; in dc_dmub_update_dirty_rect()3463 update_dirty_rect->dirty_rect_count = flip_addr->dirty_rect_count; in dc_dmub_update_dirty_rect()3464 memcpy(update_dirty_rect->src_dirty_rects, flip_addr->dirty_rects, in dc_dmub_update_dirty_rect()[all …]
5176 struct dmub_rb_cmd_update_dirty_rect update_dirty_rect; member