Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/resource/dce60/
H A Ddce60_resource.c937 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()
/linux/drivers/gpu/drm/amd/display/dc/resource/dce100/
H A Ddce100_resource.c1130 dc->caps.max_cursor_size = 128; in dce100_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c7392 unsigned int max_cursor_size = dc->caps.max_cursor_size; in dc_query_current_properties() local
7401 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()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c812 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()