nvk: Fix a comment

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
This commit is contained in:
Faith Ekstrand
2023-01-30 20:12:04 -06:00
committed by Marge Bot
parent d8c21d89e8
commit e0e16a7893
+2 -1
View File
@@ -47,7 +47,8 @@ nvk_queue_init_context_draw_state(struct nvk_queue *queue)
/* M2MF state */
if (dev->ctx->m2mf.cls <= FERMI_MEMORY_TO_MEMORY_FORMAT_A) {
/* we absolutely do not support Fermi, but if somebody wants to toy
/* around with it, this is a must */
* around with it, this is a must
*/
P_MTHD(p, NV9039, SET_OBJECT);
P_NV9039_SET_OBJECT(p, {
.class_id = dev->ctx->m2mf.cls,