Searched refs:fb_idx (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_vce.c | 722 unsigned fb_idx = 0, bs_idx = 0; in amdgpu_vce_ring_parse_cs() local 747 fb_idx = amdgpu_get_ib_value(p, ib_idx, idx + 6); in amdgpu_vce_ring_parse_cs() 780 4096, fb_idx); in amdgpu_vce_ring_parse_cs() 818 fb_idx = amdgpu_get_ib_value(p, ib_idx, idx + 6); in amdgpu_vce_ring_parse_cs() 896 4096, fb_idx); in amdgpu_vce_ring_parse_cs()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_vce.c | 739 unsigned int fb_idx = 0, bs_idx = 0; in amdgpu_vce_ring_parse_cs() local 764 fb_idx = amdgpu_ib_get_value(ib, idx + 6); in amdgpu_vce_ring_parse_cs() 797 4096, fb_idx); in amdgpu_vce_ring_parse_cs() 835 fb_idx = amdgpu_ib_get_value(ib, idx + 6); in amdgpu_vce_ring_parse_cs() 913 4096, fb_idx); in amdgpu_vce_ring_parse_cs()
|
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/decoder/vdec/ |
H A D | vdec_av1_req_lat_if.c | 856 static void vdec_av1_slice_decrease_ref_count(struct vdec_av1_slice_slot *slots, int fb_idx) in vdec_av1_slice_decrease_ref_count() argument 860 frame_info[fb_idx].ref_count--; in vdec_av1_slice_decrease_ref_count() 861 if (frame_info[fb_idx].ref_count < 0) { in vdec_av1_slice_decrease_ref_count() 862 frame_info[fb_idx].ref_count = 0; in vdec_av1_slice_decrease_ref_count() 863 pr_err(MTK_DBG_V4L2_STR "av1_error: %s() fb_idx %d decrease ref_count error\n", in vdec_av1_slice_decrease_ref_count() 864 __func__, fb_idx); in vdec_av1_slice_decrease_ref_count() 867 vdec_av1_slice_clear_fb(&frame_info[fb_idx]); in vdec_av1_slice_decrease_ref_count()
|
Completed in 9 milliseconds