freedreno/a6xx: Fix debug comment

Signed-off-by: Rob Clark <rob.clark@oss.qualcomm.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38450>
This commit is contained in:
Rob Clark 2025-11-04 14:39:02 -08:00 committed by Marge Bot
parent 8480f32cfa
commit f64e4a6d3e

View file

@ -548,7 +548,7 @@ update_vsc_pipe(fd_cs &cs, struct fd_batch *batch)
* frame:
*/
fd6_ctx->vsc_draw_strm_pitch = align(batch->draw_strm_bits / 8, 0x4000);
mesa_logd("pre-resize to: 0x%x",
mesa_logd("pre-resize VSC_DRAW_STRM_PITCH to: 0x%x",
fd6_ctx->vsc_draw_strm_pitch);
}