docs/panfrost: fix numbered list

This got broken when it got moved into the documentation.

Fixes: e0752673be ("docs/panfrost: Move description of instancing")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29902>
This commit is contained in:
Erik Faye-Lund 2024-06-25 20:13:49 +02:00 committed by Marge Bot
parent 484f613a97
commit 41698eee96

View file

@ -108,5 +108,5 @@ Altogether, given the divisor d, the algorithm the driver must follow is:
1. Set shift = :math:`\lfloor \log_2(d) \rfloor`.
2. Compute :math:`m = \lceil 2^{shift + 32} / d \rceil` and :math:`e = 2^{shift + 32} % d`.
3. If :math:`e <= 2^{shift}`, then we need to use the round-down algorithm. Set
magic_divisor = m - 1 and extra_flags = 1. 4. Otherwise, set magic_divisor =
m and extra_flags = 0.
magic_divisor = m - 1 and extra_flags = 1.
4. Otherwise, set magic_divisor = m and extra_flags = 0.