Home
last modified time | relevance | path

Searched refs:inactive_idx (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/media/platform/qcom/camss/
H A Dcamss-vfe-gen1.c462 int inactive_idx; in vfe_buf_update_wm_on_new() local
466 inactive_idx = !output->gen1.active_buf; in vfe_buf_update_wm_on_new()
468 if (!output->buf[inactive_idx]) { in vfe_buf_update_wm_on_new()
469 output->buf[inactive_idx] = new_buf; in vfe_buf_update_wm_on_new()
471 if (inactive_idx) in vfe_buf_update_wm_on_new()
/kernel/linux/linux-5.10/drivers/media/platform/qcom/camss/
H A Dcamss-vfe.c537 int inactive_idx; in vfe_buf_update_wm_on_new() local
541 inactive_idx = !output->active_buf; in vfe_buf_update_wm_on_new()
543 if (!output->buf[inactive_idx]) { in vfe_buf_update_wm_on_new()
544 output->buf[inactive_idx] = new_buf; in vfe_buf_update_wm_on_new()
546 if (inactive_idx) in vfe_buf_update_wm_on_new()

Completed in 6 milliseconds