Skip to content

lima: fix width 4096 resolution GP fail

Qiang Yu requested to merge yuq825/mesa:topic/fix-4096 into master

When width=4096 and shift_w=0, block_w=0x100 which overflow the PLBU_CMD 8 bits for it.

Merge request reports