Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dce/
Ddce_dmcu.c930 struct crc_region *crc_win, in dcn10_forward_crc_window() argument
942 if (!crc_win) in dcn10_forward_crc_window()
951 crc_start = (((unsigned int) crc_win->x_start) << 16) | crc_win->y_start; in dcn10_forward_crc_window()
952 crc_end = (((unsigned int) crc_win->x_end) << 16) | crc_win->y_end; in dcn10_forward_crc_window()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/inc/hw/
Ddmcu.h103 struct crc_region *crc_win,
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/core/
Ddc.c500 struct crc_region tmp_win, *crc_win; in dc_stream_forward_dmcu_crc_window() local
508 crc_win = &tmp_win; in dc_stream_forward_dmcu_crc_window()
531 dmcu->funcs->forward_crc_window(dmcu, crc_win, mux_mapping); in dc_stream_forward_dmcu_crc_window()