broadcom/vc5: Fix a stray '`' in a comment.

This commit is contained in:
Eric Anholt 2018-04-11 16:28:07 -07:00
parent b225cdcecc
commit 7bc77dbb00

View file

@ -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);
/* 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) {
vc5_job_add_bo(job, job->tile_alloc);