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:
Icecream95 2021-06-17 23:26:28 +12:00 committed by Marge Bot
parent 8bc4ebb0f9
commit 0b2c79092c

View file

@ -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;
}
}