Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c530 cmd.secure_display.roi_info.phy_id = mux_mapping->phy_output_num; in dc_stream_forward_dmub_crc_window()
531 cmd.secure_display.roi_info.otg_id = mux_mapping->otg_output_num; in dc_stream_forward_dmub_crc_window()
534 cmd.secure_display.header.type = DMUB_CMD__SECURE_DISPLAY; in dc_stream_forward_dmub_crc_window()
537 cmd.secure_display.header.type = DMUB_CMD__SECURE_DISPLAY; in dc_stream_forward_dmub_crc_window()
539 cmd.secure_display.roi_info.x_start = rect->x; in dc_stream_forward_dmub_crc_window()
540 cmd.secure_display.roi_info.y_start = rect->y; in dc_stream_forward_dmub_crc_window()
541 cmd.secure_display.roi_info.x_end = rect->x + rect->width; in dc_stream_forward_dmub_crc_window()
542 cmd.secure_display.roi_info.y_end = rect->y + rect->height; in dc_stream_forward_dmub_crc_window()
604 cmd.secure_display.mul_roi_ctl.phy_id = mux_mapping->phy_output_num; in dc_stream_forward_dmub_multiple_crc_window()
605 cmd.secure_display.mul_roi_ctl.otg_id = mux_mapping->otg_output_num; in dc_stream_forward_dmub_multiple_crc_window()
[all …]
/linux-6.15/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h5764 struct dmub_rb_cmd_secure_display secure_display; member