mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 01:30:08 +01:00
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:
parent
8480f32cfa
commit
f64e4a6d3e
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue