Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/sti/
H A Dsti_hqvdp.c798 int btm_cmd_offset, top_cmd_offest; in sti_hqvdp_vtg_cb() local
816 btm_cmd_offset = sti_hqvdp_get_free_cmd(hqvdp); in sti_hqvdp_vtg_cb()
818 if ((btm_cmd_offset == -1) || (top_cmd_offest == -1)) { in sti_hqvdp_vtg_cb()
823 btm_cmd = hqvdp->hqvdp_cmd + btm_cmd_offset; in sti_hqvdp_vtg_cb()
835 writel(hqvdp->hqvdp_cmd_paddr + btm_cmd_offset, in sti_hqvdp_vtg_cb()
/kernel/linux/linux-6.6/drivers/gpu/drm/sti/
H A Dsti_hqvdp.c800 int btm_cmd_offset, top_cmd_offest; in sti_hqvdp_vtg_cb() local
818 btm_cmd_offset = sti_hqvdp_get_free_cmd(hqvdp); in sti_hqvdp_vtg_cb()
820 if ((btm_cmd_offset == -1) || (top_cmd_offest == -1)) { in sti_hqvdp_vtg_cb()
825 btm_cmd = hqvdp->hqvdp_cmd + btm_cmd_offset; in sti_hqvdp_vtg_cb()
837 writel(hqvdp->hqvdp_cmd_paddr + btm_cmd_offset, in sti_hqvdp_vtg_cb()

Completed in 6 milliseconds