commit | 49e02d076dd19577ada144d3466d50c0749992fe | [log] [tgz] |
---|---|---|
author | Ruijing Dong <ruijing.dong@amd.com> | Mon Jan 24 13:00:32 2022 -0500 |
committer | Marge Bot <emma+marge@anholt.net> | Wed Jan 26 15:28:55 2022 +0000 |
tree | 3a66d87c7f5a460b19229ebfac8487b376a1bd6d | |
parent | cf16368977cc82245aeb372f10710d9a8e213148 [diff] |
radeon/vcn: Updating render_pic_list for correction In order to keep track of reference frame buffer address changing, using past_ref to compare with render_pic_list, once the one in past_ref is valid and if render_pic_list has that entry, it will need to update it to the latest one in ref[i]. Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/5868 Signed-off-by: Ruijing Dong <ruijing.dong@amd.com> Reviewed-by: Leo Liu <leo.liu@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14646>