Home
last modified time | relevance | path

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

12

/drivers/gpu/drm/amd/display/dc/core/
A Ddc_stream.c277 unsigned int max_cursor_size; in dc_stream_check_cursor_attributes() local
299 max_cursor_size = dc->res_pool->funcs->get_max_hw_cursor_size(dc, state, stream); in dc_stream_check_cursor_attributes()
300 max_cursor_size = max_cursor_size * max_cursor_size * 4; in dc_stream_check_cursor_attributes()
302 if (attributes->height * attributes->width * 4 > max_cursor_size) { in dc_stream_check_cursor_attributes()
A Ddc.c6316 unsigned int max_cursor_size = dc->caps.max_cursor_size; in dc_query_current_properties() local
6325 if (stream_cursor_size < max_cursor_size) { in dc_query_current_properties()
6326 max_cursor_size = stream_cursor_size; in dc_query_current_properties()
6331 properties->cursor_size_limit = max_cursor_size; in dc_query_current_properties()
/drivers/gpu/drm/amd/display/amdgpu_dm/
A Damdgpu_dm_crtc.c727 acrtc->max_cursor_width = dm->adev->dm.dc->caps.max_cursor_size; in amdgpu_dm_crtc_init()
728 acrtc->max_cursor_height = dm->adev->dm.dc->caps.max_cursor_size; in amdgpu_dm_crtc_init()
/drivers/gpu/drm/amd/display/dc/resource/dce60/
A Ddce60_resource.c964 dc->caps.max_cursor_size = 64; in dce60_construct()
1162 dc->caps.max_cursor_size = 64; in dce61_construct()
1360 dc->caps.max_cursor_size = 64; in dce64_construct()
/drivers/gpu/drm/amd/display/dc/resource/dce80/
A Ddce80_resource.c971 dc->caps.max_cursor_size = 128; in dce80_construct()
1173 dc->caps.max_cursor_size = 128; in dce81_construct()
1373 dc->caps.max_cursor_size = 128; in dce83_construct()
/drivers/gpu/drm/amd/display/dc/resource/dcn302/
A Ddcn302_resource.c1222 dc->caps.max_cursor_size = 256; in dcn302_resource_construct()
1228 dc->caps.cursor_cache_size = dc->caps.max_cursor_size * dc->caps.max_cursor_size * 8; in dcn302_resource_construct()
/drivers/gpu/drm/amd/display/dc/resource/dcn303/
A Ddcn303_resource.c1164 dc->caps.max_cursor_size = 256; in dcn303_resource_construct()
1173 dc->caps.max_cursor_size * dc->caps.max_cursor_size * 8; in dcn303_resource_construct()
/drivers/gpu/drm/amd/display/dc/resource/dcn32/
A Ddcn32_resource.c2086 return limit_cur_to_buf ? dc->caps.max_buffered_cursor_size : dc->caps.max_cursor_size; in dcn32_get_max_hw_cursor_size()
2198 dc->caps.max_cursor_size = 64; in dcn32_resource_construct()
2205 dc->caps.cursor_cache_size = dc->caps.max_cursor_size * dc->caps.max_cursor_size * 8; in dcn32_resource_construct()
/drivers/gpu/drm/amd/display/dc/resource/dcn321/
A Ddcn321_resource.c1706 dc->caps.max_cursor_size = 64; in dcn321_resource_construct()
1714 dc->caps.cursor_cache_size = dc->caps.max_cursor_size * dc->caps.max_cursor_size * 8; in dcn321_resource_construct()
/drivers/gpu/drm/amd/display/dc/hwss/dcn30/
A Ddcn30_hwseq.c1118 cursor_size = dc->caps.max_cursor_size * dc->caps.max_cursor_size; in dcn30_does_plane_fit_in_mall()
/drivers/gpu/drm/amd/display/dc/resource/dcn30/
A Ddcn30_resource.c2304 dc->caps.max_cursor_size = 256; in dcn30_resource_construct()
2310 dc->caps.cursor_cache_size = dc->caps.max_cursor_size * dc->caps.max_cursor_size * 8; in dcn30_resource_construct()
/drivers/gpu/drm/amd/display/dc/resource/dcn401/
A Ddcn401_resource.c1878 dc->caps.max_cursor_size = 64; in dcn401_resource_construct()
1884 dc->caps.cursor_cache_size = dc->caps.max_cursor_size * dc->caps.max_cursor_size * 8; in dcn401_resource_construct()
/drivers/gpu/drm/amd/display/dc/resource/dce100/
A Ddce100_resource.c1073 dc->caps.max_cursor_size = 128; in dce100_resource_construct()
/drivers/gpu/drm/amd/display/dc/resource/dce120/
A Ddce120_resource.c1086 dc->caps.max_cursor_size = 128; in dce120_resource_construct()
/drivers/gpu/drm/amd/display/dc/resource/dcn201/
A Ddcn201_resource.c1109 dc->caps.max_cursor_size = 256; in dcn201_resource_construct()
/drivers/gpu/drm/amd/display/dc/resource/dce112/
A Ddce112_resource.c1245 dc->caps.max_cursor_size = 128; in dce112_resource_construct()
/drivers/gpu/drm/amd/display/dc/
A Ddc.h292 unsigned int max_cursor_size; member
/drivers/gpu/drm/amd/display/dc/resource/dce110/
A Ddce110_resource.c1374 dc->caps.max_cursor_size = 128; in dce110_resource_construct()
/drivers/gpu/drm/amd/display/dc/resource/dcn10/
A Ddcn10_resource.c1352 dc->caps.max_cursor_size = 256; in dcn10_resource_construct()
/drivers/gpu/drm/amd/display/dc/resource/dcn21/
A Ddcn21_resource.c1412 dc->caps.max_cursor_size = 256; in dcn21_resource_construct()
/drivers/gpu/drm/amd/display/dc/resource/dcn301/
A Ddcn301_resource.c1437 dc->caps.max_cursor_size = 256; in dcn301_resource_construct()
/drivers/gpu/drm/amd/display/dc/resource/dcn316/
A Ddcn316_resource.c1752 dc->caps.max_cursor_size = 256; in dcn316_resource_construct()
/drivers/gpu/drm/amd/display/dc/resource/dcn314/
A Ddcn314_resource.c1835 dc->caps.max_cursor_size = 256; in dcn314_resource_construct()
/drivers/gpu/drm/amd/display/dc/resource/dcn31/
A Ddcn31_resource.c1906 dc->caps.max_cursor_size = 256; in dcn31_resource_construct()
/drivers/gpu/drm/amd/display/dc/resource/dcn35/
A Ddcn35_resource.c1841 dc->caps.max_cursor_size = 256; in dcn35_resource_construct()

Completed in 91 milliseconds

12