Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c3920 struct dmub_cmd_update_dirty_rect_data *update_dirty_rect; in dc_dmub_update_dirty_rect() local
3931 cmd.update_dirty_rect.header.type = DMUB_CMD__UPDATE_DIRTY_RECT; in dc_dmub_update_dirty_rect()
3932 cmd.update_dirty_rect.header.sub_type = 0; in dc_dmub_update_dirty_rect()
3933 cmd.update_dirty_rect.header.payload_bytes = in dc_dmub_update_dirty_rect()
3934 sizeof(cmd.update_dirty_rect) - in dc_dmub_update_dirty_rect()
3935 sizeof(cmd.update_dirty_rect.header); in dc_dmub_update_dirty_rect()
3936 update_dirty_rect = &cmd.update_dirty_rect.update_dirty_rect_data; in dc_dmub_update_dirty_rect()
3948 update_dirty_rect->cmd_version = DMUB_CMD_CURSOR_UPDATE_VERSION_2; in dc_dmub_update_dirty_rect()
3950 update_dirty_rect->cmd_version = DMUB_CMD_CURSOR_UPDATE_VERSION_1; in dc_dmub_update_dirty_rect()
3952 update_dirty_rect->dirty_rect_count = flip_addr->dirty_rect_count; in dc_dmub_update_dirty_rect()
[all …]