Searched refs:max_cursor_size (Results 1 – 4 of 4) sorted by relevance
937 dc->caps.max_cursor_size = 64; in dce60_construct()1135 dc->caps.max_cursor_size = 64; in dce61_construct()1333 dc->caps.max_cursor_size = 64; in dce64_construct()
1130 dc->caps.max_cursor_size = 128; in dce100_resource_construct()
7392 unsigned int max_cursor_size = dc->caps.max_cursor_size; in dc_query_current_properties() local7401 if (stream_cursor_size < max_cursor_size) { in dc_query_current_properties()7402 max_cursor_size = stream_cursor_size; in dc_query_current_properties()7407 properties->cursor_size_limit = max_cursor_size; in dc_query_current_properties()
812 adev_to_drm(adev)->mode_config.cursor_width = adev->dm.dc->caps.max_cursor_size; in amdgpu_dm_init()813 adev_to_drm(adev)->mode_config.cursor_height = adev->dm.dc->caps.max_cursor_size; in amdgpu_dm_init()