Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/qcom/venus/
Dhfi_venus.c719 struct hfi_queue_table_header *tbl_hdr; in venus_interface_queues_init() local
755 tbl_hdr = hdev->ifaceq_table.kva; in venus_interface_queues_init()
756 tbl_hdr->version = 0; in venus_interface_queues_init()
757 tbl_hdr->size = IFACEQ_TABLE_SIZE; in venus_interface_queues_init()
758 tbl_hdr->qhdr0_offset = sizeof(struct hfi_queue_table_header); in venus_interface_queues_init()
759 tbl_hdr->qhdr_size = sizeof(struct hfi_queue_header); in venus_interface_queues_init()
760 tbl_hdr->num_q = IFACEQ_NUM; in venus_interface_queues_init()
761 tbl_hdr->num_active_q = IFACEQ_NUM; in venus_interface_queues_init()