mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
panfrost: Remove incorrect comment
The comment was wrong in its original location and is wrong here, just remove it. Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10542>
This commit is contained in:
parent
f03da01fe3
commit
9910a14a1a
1 changed files with 1 additions and 2 deletions
|
|
@ -932,11 +932,10 @@ pan_emit_fragment_job(const struct panfrost_device *dev,
|
|||
pan_section_pack(out, FRAGMENT_JOB, PAYLOAD, payload) {
|
||||
payload.bound_min_x = fb->extent.minx >> MALI_TILE_SHIFT;
|
||||
payload.bound_min_y = fb->extent.miny >> MALI_TILE_SHIFT;
|
||||
|
||||
/* Batch max values are inclusive, we need to subtract 1. */
|
||||
payload.bound_max_x = fb->extent.maxx >> MALI_TILE_SHIFT;
|
||||
payload.bound_max_y = fb->extent.maxy >> MALI_TILE_SHIFT;
|
||||
payload.framebuffer = fbd;
|
||||
|
||||
if (fb->tile_map.base) {
|
||||
payload.has_tile_enable_map = true;
|
||||
payload.tile_enable_map = fb->tile_map.base;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue