Searched refs:afbc_size (Results 1 – 6 of 6) sorted by relevance
563 afbc_fb->afbc_size = ALIGN(n_blocks * AFBC_HEADER_SIZE, hdr_alignment); in drm_gem_afbc_min_size()564 afbc_fb->afbc_size += n_blocks * ALIGN(bpp * AFBC_SUPERBLOCK_PIXELS / 8, in drm_gem_afbc_min_size()606 if (objs[0]->size < afbc_fb->afbc_size) in drm_gem_fb_afbc_init()
31 u32 afbc_size; member
92 kfb->afbc_size = kfb->offset_payload + n_blocks * in komeda_fb_afbc_size_check()95 min_size = kfb->afbc_size + fb->offsets[0]; in komeda_fb_afbc_size_check()
312 u32 afbc_superblock_width = 0, afbc_size = 0; in malidp_verify_afbc_framebuffer_size() local335 afbc_size = ALIGN(n_superblocks * AFBC_HEADER_SIZE, AFBC_SUPERBLK_ALIGNMENT); in malidp_verify_afbc_framebuffer_size()336 afbc_size += n_superblocks * ALIGN(afbc_superblock_size, AFBC_SUPERBLK_ALIGNMENT); in malidp_verify_afbc_framebuffer_size()352 if (objs->size < afbc_size) { in malidp_verify_afbc_framebuffer_size()354 objs->size, afbc_size); in malidp_verify_afbc_framebuffer_size()
333 u32 afbc_size; member
239 addr = st->addr[0] + kfb->afbc_size - 1; in d71_layer_update()