Home
last modified time | relevance | path

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

/linux/drivers/media/platform/verisilicon/
H A Dhantro_g2_hevc_dec.c21 unsigned int max_log2_ctb_size, ctb_size; in prepare_tile_info_buffer() local
36 ctb_size = 1 << max_log2_ctb_size; in prepare_tile_info_buffer()
39 pic_width_in_ctbs, pic_height_in_ctbs, ctb_size); in prepare_tile_info_buffer()
59 if (i == 0 && h == 1 && ctb_size == 16) in prepare_tile_info_buffer()
65 if (i == 0 && h == 1 && ctb_size == 16) in prepare_tile_info_buffer()
79 if (i == 0 && h == 1 && ctb_size == 16) in prepare_tile_info_buffer()
87 ctb_size == 16) in prepare_tile_info_buffer()
/linux/drivers/gpu/drm/xe/
H A Dxe_guc_ct_types.h72 /** @ctb_size: size of the snapshot of the CTB */
73 size_t ctb_size; member
H A Dxe_guc_ct.c1935 snapshot->ctb_size = xe_bo_size(ct->bo); in guc_ct_snapshot_alloc()
1936 snapshot->ctb = kmalloc(snapshot->ctb_size, atomic ? GFP_ATOMIC : GFP_KERNEL); in guc_ct_snapshot_alloc()
1984 xe_map_memcpy_from(xe, snapshot->ctb, &ct->bo->vmap, 0, snapshot->ctb_size); in guc_ct_snapshot_capture()
2027 drm_printf(p, "[CTB].length: 0x%zx\n", snapshot->ctb_size); in xe_guc_ct_snapshot_print()
2029 snapshot->ctb, 0, snapshot->ctb_size); in xe_guc_ct_snapshot_print()
/linux/arch/alpha/include/asm/
H A Dhwrpb.h186 unsigned long ctb_size; /* console terminal block size */ member