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

/linux-master/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c3425 struct dmub_cmd_update_dirty_rect_data *update_dirty_rect; local
3436 cmd.update_dirty_rect.header.type = DMUB_CMD__UPDATE_DIRTY_RECT;
3437 cmd.update_dirty_rect.header.sub_type = 0;
3438 cmd.update_dirty_rect.header.payload_bytes =
3439 sizeof(cmd.update_dirty_rect) -
3440 sizeof(cmd.update_dirty_rect.header);
3441 update_dirty_rect = &cmd.update_dirty_rect.update_dirty_rect_data;
3452 update_dirty_rect->cmd_version = DMUB_CMD_PSR_CONTROL_VERSION_1;
3453 update_dirty_rect
3481 struct dmub_cmd_update_dirty_rect_data *update_dirty_rect; local
[all...]
/linux-master/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h4526 struct dmub_rb_cmd_update_dirty_rect update_dirty_rect; member in union:dmub_rb_cmd

Completed in 148 milliseconds