mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 08:58:02 +02:00
nvc0: fix nve4 linear copies
This commit is contained in:
parent
1ce9205f79
commit
847c898702
1 changed files with 2 additions and 1 deletions
|
|
@ -320,7 +320,8 @@ nve4_m2mf_copy_linear(struct nouveau_context *nv,
|
|||
PUSH_DATA (push, dst->offset + dstoff);
|
||||
BEGIN_NVC0(push, SUBC_COPY(0x0418), 1);
|
||||
PUSH_DATA (push, size);
|
||||
IMMED_NVC0(push, SUBC_COPY(0x0300), 0x6);
|
||||
BEGIN_NVC0(push, SUBC_COPY(0x0300), 1);
|
||||
PUSH_DATA (push, 0x186);
|
||||
|
||||
nouveau_bufctx_reset(bctx, 0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue