Home
last modified time | relevance | path

Searched refs:crc_window (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_stream.h585 struct crc_window *window,
592 struct crc_params *crc_window,
H A Ddc_types.h990 struct crc_window { struct
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c564 struct crc_window *window, struct otg_phy_mux *mux_mapping, bool stop) in dc_stream_forward_dmub_multiple_crc_window()
592 struct crc_window *window, uint8_t phy_id, bool stop) in dc_stream_forward_multiple_crc_window()
643 struct crc_params *crc_window, bool enable, bool continuous, in dc_stream_configure_crc() argument
670 if (crc_window) { in dc_stream_configure_crc()
671 param.windowa_x_start = crc_window->windowa_x_start; in dc_stream_configure_crc()
672 param.windowa_y_start = crc_window->windowa_y_start; in dc_stream_configure_crc()
673 param.windowa_x_end = crc_window->windowa_x_end; in dc_stream_configure_crc()
674 param.windowa_y_end = crc_window->windowa_y_end; in dc_stream_configure_crc()
675 param.windowb_x_start = crc_window->windowb_x_start; in dc_stream_configure_crc()
676 param.windowb_y_start = crc_window->windowb_y_start; in dc_stream_configure_crc()
[all …]