mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
broadcom/vc5: Fix a stray '`' in a comment.
This commit is contained in:
parent
b225cdcecc
commit
7bc77dbb00
1 changed files with 1 additions and 1 deletions
|
|
@ -394,7 +394,7 @@ vc5_job_submit(struct vc5_context *vc5, struct vc5_job *job)
|
||||||
job->submit.rcl_end = job->rcl.bo->offset + cl_offset(&job->rcl);
|
job->submit.rcl_end = job->rcl.bo->offset + cl_offset(&job->rcl);
|
||||||
|
|
||||||
/* On V3D 4.1, the tile alloc/state setup moved to register writes
|
/* On V3D 4.1, the tile alloc/state setup moved to register writes
|
||||||
* instead of binner pac`kets.
|
* instead of binner packets.
|
||||||
*/
|
*/
|
||||||
if (screen->devinfo.ver >= 41) {
|
if (screen->devinfo.ver >= 41) {
|
||||||
vc5_job_add_bo(job, job->tile_alloc);
|
vc5_job_add_bo(job, job->tile_alloc);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue