Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ebc-dev/bufmanage/
H A Dbuf_manage.c35 static struct buf_info_s ebc_buf_info; variable
47 if (1 == ebc_buf_info.use_buf_is_empty) { in ebc_buf_release()
48 ebc_buf_info.use_buf_is_empty = 0; in ebc_buf_release()
59 mutex_lock(&ebc_buf_info.dsp_lock); in ebc_remove_from_dsp_buf_list()
60 if (ebc_buf_info.dsp_buf_list) { in ebc_remove_from_dsp_buf_list()
63 pos = buf_list_get_pos(ebc_buf_info.dsp_buf_list, (int *)remove_buf); in ebc_remove_from_dsp_buf_list()
64 buf_list_remove(ebc_buf_info.dsp_buf_list, pos); in ebc_remove_from_dsp_buf_list()
66 mutex_unlock(&ebc_buf_info.dsp_lock); in ebc_remove_from_dsp_buf_list()
77 mutex_lock(&ebc_buf_info.dsp_lock); in ebc_add_to_dsp_buf_list()
78 if (ebc_buf_info.dsp_buf_list) { in ebc_add_to_dsp_buf_list()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ebc-dev/
H A Debc_dev.h79 struct ebc_buf_info { struct