mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 14:28:05 +02:00
panfrost: Fix PRESENT flag mix-up
Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5284>
This commit is contained in:
parent
7c793a4867
commit
3a8e5eb1b1
1 changed files with 1 additions and 1 deletions
|
|
@ -557,7 +557,7 @@ panfrost_mfbd_fragment(struct panfrost_batch *batch, bool has_draws)
|
|||
struct panfrost_slice *slice = &rsrc->slices[level];
|
||||
|
||||
fb.mfbd_flags |= MALI_MFBD_EXTRA;
|
||||
fbx.flags_lo |= MALI_EXTRA_PRESENT;
|
||||
fbx.flags_hi |= MALI_EXTRA_PRESENT;
|
||||
fbx.checksum_stride = slice->checksum_stride;
|
||||
if (slice->checksum_bo)
|
||||
fbx.checksum = slice->checksum_bo->gpu;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue