Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c7072 unsigned int stream_cursor_size; in dc_capture_register_software_state()
7076 stream_cursor_size = dc->res_pool->funcs->get_max_hw_cursor_size(dc, in dc_capture_register_software_state()
7080 if (stream_cursor_size < max_cursor_size) { in dc_capture_register_software_state()
7081 max_cursor_size = stream_cursor_size; in dc_capture_register_software_state()
6511 unsigned int stream_cursor_size; dc_query_current_properties() local