Searched refs:cursor_size (Results 1 – 10 of 10) sorted by relevance
243 enum lsdc_cursor_size cursor_size; in lsdc_cursor_plane_atomic_async_update() local247 cursor_size = CURSOR_SIZE_64X64; in lsdc_cursor_plane_atomic_async_update()250 cursor_size = CURSOR_SIZE_32X32; in lsdc_cursor_plane_atomic_async_update()253 cursor_size = CURSOR_SIZE_32X32; in lsdc_cursor_plane_atomic_async_update()388 enum lsdc_cursor_size cursor_size; in ls7a2000_cursor_plane_atomic_update() local403 cursor_size = CURSOR_SIZE_64X64; in ls7a2000_cursor_plane_atomic_update()406 cursor_size = CURSOR_SIZE_32X32; in ls7a2000_cursor_plane_atomic_update()409 cursor_size = CURSOR_SIZE_64X64; in ls7a2000_cursor_plane_atomic_update()606 cursor_size << CURSOR_SIZE_SHIFT | in lsdc_cursor0_update_cfg()644 cursor_size << CURSOR_SIZE_SHIFT | in lsdc_cursor1_update_cfg()[all …]
159 enum lsdc_cursor_size cursor_size,
37 if (dsize + sizeof(struct fb_image) != ops->cursor_size) { in soft_cursor()39 ops->cursor_size = dsize + sizeof(struct fb_image); in soft_cursor()41 ops->cursor_src = kmalloc(ops->cursor_size, GFP_ATOMIC); in soft_cursor()43 ops->cursor_size = 0; in soft_cursor()
87 u32 cursor_size; member
120 uint32_t cursor_size = cursor_width * cursor_height; in hubp32_cursor_set_attributes() local147 cursor_size /= 2; in hubp32_cursor_set_attributes()152 cursor_size *= 4; in hubp32_cursor_set_attributes()158 cursor_size *= 8; in hubp32_cursor_set_attributes()162 if (cursor_size > 16384) in hubp32_cursor_set_attributes()
45 uint32_t cursor_size = hubp->curs_attr.pitch * hubp->curs_attr.height; in dcn32_helper_calculate_mall_bytes_for_cursor() local50 cursor_size /= 2; in dcn32_helper_calculate_mall_bytes_for_cursor()55 cursor_size *= 4; in dcn32_helper_calculate_mall_bytes_for_cursor()60 cursor_size *= 8; in dcn32_helper_calculate_mall_bytes_for_cursor()68 cursor_size > 16384)) { in dcn32_helper_calculate_mall_bytes_for_cursor()72 cursor_mall_size_bytes = ((cursor_size + DCN3_2_MALL_MBLK_SIZE_BYTES - 1) / in dcn32_helper_calculate_mall_bytes_for_cursor()
1096 unsigned int cursor_size = 0; in dcn30_does_plane_fit_in_mall() local1102 cursor_size = dc->caps.max_cursor_size * dc->caps.max_cursor_size; in dcn30_does_plane_fit_in_mall()1106 cursor_size /= 2; in dcn30_does_plane_fit_in_mall()1111 cursor_size *= 4; in dcn30_does_plane_fit_in_mall()1116 cursor_size *= 8; in dcn30_does_plane_fit_in_mall()1121 return (surface_size + cursor_size) < mall_size; in dcn30_does_plane_fit_in_mall()
673 int cursor_size = hubp->curs_attr.pitch * hubp->curs_attr.height; in dcn32_update_mall_sel() local677 cursor_size /= 2; in dcn32_update_mall_sel()682 cursor_size *= 4; in dcn32_update_mall_sel()688 cursor_size *= 8; in dcn32_update_mall_sel()692 if (cursor_size > 16384) in dcn32_update_mall_sel()
741 unsigned long cursor_size = roundup(AST_HWC_SIZE + AST_HWC_SIGNATURE_SIZE, PAGE_SIZE); in ast_primary_plane_init() local742 unsigned long size = ast->vram_fb_available - cursor_size; in ast_primary_plane_init()
1517 u16 cursor_size; in skl_crtc_allocate_plane_ddb() local1534 cursor_size = skl_cursor_allocation(crtc_state, num_active); in skl_crtc_allocate_plane_ddb()1535 iter.size -= cursor_size; in skl_crtc_allocate_plane_ddb()1537 alloc->end - cursor_size, alloc->end); in skl_crtc_allocate_plane_ddb()
Completed in 30 milliseconds