Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c3275 struct dmub_cmd_update_dirty_rect_data *update_dirty_rect; in dc_dmub_update_dirty_rect() local
3286 cmd.update_dirty_rect.header.type = DMUB_CMD__UPDATE_DIRTY_RECT; in dc_dmub_update_dirty_rect()
3287 cmd.update_dirty_rect.header.sub_type = 0; in dc_dmub_update_dirty_rect()
3288 cmd.update_dirty_rect.header.payload_bytes = in dc_dmub_update_dirty_rect()
3289 sizeof(cmd.update_dirty_rect) - in dc_dmub_update_dirty_rect()
3290 sizeof(cmd.update_dirty_rect.header); in dc_dmub_update_dirty_rect()
3291 update_dirty_rect = &cmd.update_dirty_rect.update_dirty_rect_data; in dc_dmub_update_dirty_rect()
3302 update_dirty_rect->dirty_rect_count = flip_addr->dirty_rect_count; in dc_dmub_update_dirty_rect()
3303 memcpy(update_dirty_rect->src_dirty_rects, flip_addr->dirty_rects, in dc_dmub_update_dirty_rect()
3313 update_dirty_rect->panel_inst = panel_inst; in dc_dmub_update_dirty_rect()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h3983 struct dmub_rb_cmd_update_dirty_rect update_dirty_rect; member