Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c564 cmd.secure_display.roi_info.phy_id = mux_mapping->phy_output_num; in dc_stream_forward_dmub_crc_window()
565 cmd.secure_display.roi_info.otg_id = mux_mapping->otg_output_num; in dc_stream_forward_dmub_crc_window()
568 cmd.secure_display.header.type = DMUB_CMD__SECURE_DISPLAY; in dc_stream_forward_dmub_crc_window()
569 cmd.secure_display.header.sub_type = DMUB_CMD__SECURE_DISPLAY_CRC_STOP_UPDATE; in dc_stream_forward_dmub_crc_window()
571 cmd.secure_display.header.type = DMUB_CMD__SECURE_DISPLAY; in dc_stream_forward_dmub_crc_window()
572 cmd.secure_display.header.sub_type = DMUB_CMD__SECURE_DISPLAY_CRC_WIN_NOTIFY; in dc_stream_forward_dmub_crc_window()
573 cmd.secure_display.roi_info.x_start = rect->x; in dc_stream_forward_dmub_crc_window()
574 cmd.secure_display.roi_info.y_start = rect->y; in dc_stream_forward_dmub_crc_window()
575 cmd.secure_display.roi_info.x_end = rect->x + rect->width; in dc_stream_forward_dmub_crc_window()
576 cmd.secure_display.roi_info.y_end = rect->y + rect->height; in dc_stream_forward_dmub_crc_window()
[all …]
/linux/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h6981 struct dmub_rb_cmd_secure_display secure_display; member