panfrost: Remove ancient TODO

This was implemented ages ago.

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13208>
This commit is contained in:
Alyssa Rosenzweig 2021-10-05 16:17:02 -04:00 committed by Marge Bot
parent 2526f6f229
commit baaa88cf9e

View file

@ -64,7 +64,7 @@
* and the driver never needs to know the internal data. For edge cases where
* the driver really does need to read/write from the AFBC resource, we
* generate a linear staging buffer and use the GPU to blit AFBC<--->linear.
* TODO: Implement me. */
*/
#define AFBC_TILE_WIDTH 16
#define AFBC_TILE_HEIGHT 16