Home
last modified time | relevance | path

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

/linux/drivers/accel/ivpu/
H A Divpu_fw.c166 u32 primary_preempt_buf_size, secondary_preempt_buf_size; in ivpu_preemption_config_parse() local
174 secondary_preempt_buf_size = fw_hdr->preemption_buffer_2_max_size; in ivpu_preemption_config_parse()
176 secondary_preempt_buf_size = fw_hdr->preemption_buffer_2_size; in ivpu_preemption_config_parse()
179 primary_preempt_buf_size, secondary_preempt_buf_size); in ivpu_preemption_config_parse()
182 secondary_preempt_buf_size < FW_PREEMPT_BUF_MIN_SIZE) { in ivpu_preemption_config_parse()
188 secondary_preempt_buf_size > FW_PREEMPT_BUF_MAX_SIZE) { in ivpu_preemption_config_parse()
200 vdev->fw->secondary_preempt_buf_size = ALIGN(secondary_preempt_buf_size, PAGE_SIZE); in ivpu_preemption_config_parse()