Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/hwcnt/
H A Dmali_kbase_hwcnt_types.c34 size_t dump_buf_count; /* Number of u64 values (inc padding) */ in kbase_hwcnt_metadata_create() local
78 dump_buf_count = 0; in kbase_hwcnt_metadata_create()
124 grp_md->dump_buf_index = dump_buf_count; in kbase_hwcnt_metadata_create()
128 dump_buf_count += group_dump_buffer_count; in kbase_hwcnt_metadata_create()
136 metadata->dump_buf_bytes = dump_buf_count * KBASE_HWCNT_VALUE_BYTES; in kbase_hwcnt_metadata_create()