Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c503 cmd.secure_display.roi_info.phy_id = mux_mapping->phy_output_num; in dc_stream_forward_dmub_crc_window()
504 cmd.secure_display.roi_info.otg_id = mux_mapping->otg_output_num; in dc_stream_forward_dmub_crc_window()
512 cmd.secure_display.roi_info.x_start = rect->x; in dc_stream_forward_dmub_crc_window()
513 cmd.secure_display.roi_info.y_start = rect->y; in dc_stream_forward_dmub_crc_window()
514 cmd.secure_display.roi_info.x_end = rect->x + rect->width; in dc_stream_forward_dmub_crc_window()
515 cmd.secure_display.roi_info.y_end = rect->y + rect->height; in dc_stream_forward_dmub_crc_window()
/openbmc/linux/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h3909 } roi_info; member