Lines Matching +full:mali +full:- +full:bifrost
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* (C) COPYRIGHT 2014-2018 ARM Limited. All rights reserved. */
16 /* Need way to guarantee that all previously-translated memory accesses
20 /* On job complete with non-done the cache is not flushed */
43 /* Repeatedly Soft-stopping a job chain consisting of (Vertex Shader,
53 /* Compute endpoint has a 4-deep queue of tasks, meaning a soft stop
57 /* HT: Tiler returns TERMINATED for non-terminated command */
71 /* Missing cache flush in multi core-group configuration */
77 /* Soft-stopping fragment jobs might fail with TILE_RANGE_FAULT */
83 /* Soft-stopping fragment jobs might fail with TILE_RANGE_ERROR
87 /* Soft-stopped fragment shader job can restart with out-of-bound
120 /* When a hard-stop follows close after a soft-stop, the completion
124 /* "Protected mode" is buggy on Mali-G31 some Bifrost chips, so the
271 return test_bit(issue, pfdev->features.hw_issues); in panfrost_has_hw_issue()