panfrost: Remove PAN_BO_COHERENT_LOCAL

Ancient relic from kbase. Panfrost kernel doesn't need this.

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5859>
This commit is contained in:
Alyssa Rosenzweig 2020-05-26 13:08:40 -04:00 committed by Marge Bot
parent baa1a8fbba
commit d6e3808e7e
1 changed files with 1 additions and 3 deletions

View File

@ -43,9 +43,7 @@
/* This memory region should not be mapped to the CPU */
#define PAN_BO_INVISIBLE (1 << 2)
/* This memory region will be used for varyings and needs to have the cache
* bits twiddled accordingly */
#define PAN_BO_COHERENT_LOCAL (1 << 3)
/* bit 3 unused */
/* This region may not be used immediately and will not mmap on allocate
* (semantically distinct from INVISIBLE, which cannot never be mmaped) */