mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
nouveau: Typo
This commit is contained in:
parent
297a35eb69
commit
7b59a424b5
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ nouveau_memformat_flat_emit(GLcontext *ctx,
|
|||
}
|
||||
|
||||
src_handle = (src->type & NOUVEAU_MEM_FB) ? NvDmaFB : NvDmaAGP;
|
||||
dst_handle = (src->type & NOUVEAU_MEM_FB) ? NvDmaFB : NvDmaAGP;
|
||||
dst_handle = (dst->type & NOUVEAU_MEM_FB) ? NvDmaFB : NvDmaAGP;
|
||||
src_offset += nouveau_mem_gpu_offset_get(ctx, src);
|
||||
dst_offset += nouveau_mem_gpu_offset_get(ctx, dst);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue