Searched refs:ctb_size (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/media/platform/verisilicon/ |
H A D | hantro_g2_hevc_dec.c | 21 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 D | xe_guc_ct_types.h | 72 /** @ctb_size: size of the snapshot of the CTB */ 73 size_t ctb_size; member
|
H A D | xe_guc_ct.c | 1935 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 D | hwrpb.h | 186 unsigned long ctb_size; /* console terminal block size */ member
|