mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
Revert "panfrost: Fix crc_valid condition"
This "fix" is no longer needed now we write CRC data correctly for
partial writes.
This reverts commit a78487f795.
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11446>
This commit is contained in:
parent
8bc4ebb0f9
commit
0b2c79092c
1 changed files with 1 additions and 1 deletions
|
|
@ -731,7 +731,7 @@ pan_emit_mfbd(const struct panfrost_device *dev,
|
|||
* valid for next time. */
|
||||
cfg.crc_write_enable = *valid || full;
|
||||
|
||||
*valid = full;
|
||||
*valid |= full;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue