mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-20 01:27:51 +07:00
drm/nouveau/bo: use NVIDIA's headers for move move()
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> Reviewed-by: Lyude Paul <lyude@redhat.com>
This commit is contained in:
parent
e767835a52
commit
6c75137274
162
drivers/gpu/drm/nouveau/include/nvhw/class/cla0b5.h
Normal file
162
drivers/gpu/drm/nouveau/include/nvhw/class/cla0b5.h
Normal file
@ -0,0 +1,162 @@
|
|||||||
|
/*******************************************************************************
|
||||||
|
Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved.
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
|
copy of this software and associated documentation files (the "Software"),
|
||||||
|
to deal in the Software without restriction, including without limitation
|
||||||
|
the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
|
and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
Software is furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in
|
||||||
|
all copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
|
*******************************************************************************/
|
||||||
|
|
||||||
|
#ifndef _cla0b5_h_
|
||||||
|
#define _cla0b5_h_
|
||||||
|
|
||||||
|
#define NVA0B5_SET_SRC_PHYS_MODE (0x00000260)
|
||||||
|
#define NVA0B5_SET_SRC_PHYS_MODE_TARGET 1:0
|
||||||
|
#define NVA0B5_SET_SRC_PHYS_MODE_TARGET_LOCAL_FB (0x00000000)
|
||||||
|
#define NVA0B5_SET_SRC_PHYS_MODE_TARGET_COHERENT_SYSMEM (0x00000001)
|
||||||
|
#define NVA0B5_SET_SRC_PHYS_MODE_TARGET_NONCOHERENT_SYSMEM (0x00000002)
|
||||||
|
#define NVA0B5_SET_DST_PHYS_MODE (0x00000264)
|
||||||
|
#define NVA0B5_SET_DST_PHYS_MODE_TARGET 1:0
|
||||||
|
#define NVA0B5_SET_DST_PHYS_MODE_TARGET_LOCAL_FB (0x00000000)
|
||||||
|
#define NVA0B5_SET_DST_PHYS_MODE_TARGET_COHERENT_SYSMEM (0x00000001)
|
||||||
|
#define NVA0B5_SET_DST_PHYS_MODE_TARGET_NONCOHERENT_SYSMEM (0x00000002)
|
||||||
|
#define NVA0B5_LAUNCH_DMA (0x00000300)
|
||||||
|
#define NVA0B5_LAUNCH_DMA_DATA_TRANSFER_TYPE 1:0
|
||||||
|
#define NVA0B5_LAUNCH_DMA_DATA_TRANSFER_TYPE_NONE (0x00000000)
|
||||||
|
#define NVA0B5_LAUNCH_DMA_DATA_TRANSFER_TYPE_PIPELINED (0x00000001)
|
||||||
|
#define NVA0B5_LAUNCH_DMA_DATA_TRANSFER_TYPE_NON_PIPELINED (0x00000002)
|
||||||
|
#define NVA0B5_LAUNCH_DMA_FLUSH_ENABLE 2:2
|
||||||
|
#define NVA0B5_LAUNCH_DMA_FLUSH_ENABLE_FALSE (0x00000000)
|
||||||
|
#define NVA0B5_LAUNCH_DMA_FLUSH_ENABLE_TRUE (0x00000001)
|
||||||
|
#define NVA0B5_LAUNCH_DMA_SEMAPHORE_TYPE 4:3
|
||||||
|
#define NVA0B5_LAUNCH_DMA_SEMAPHORE_TYPE_NONE (0x00000000)
|
||||||
|
#define NVA0B5_LAUNCH_DMA_SEMAPHORE_TYPE_RELEASE_ONE_WORD_SEMAPHORE (0x00000001)
|
||||||
|
#define NVA0B5_LAUNCH_DMA_SEMAPHORE_TYPE_RELEASE_FOUR_WORD_SEMAPHORE (0x00000002)
|
||||||
|
#define NVA0B5_LAUNCH_DMA_INTERRUPT_TYPE 6:5
|
||||||
|
#define NVA0B5_LAUNCH_DMA_INTERRUPT_TYPE_NONE (0x00000000)
|
||||||
|
#define NVA0B5_LAUNCH_DMA_INTERRUPT_TYPE_BLOCKING (0x00000001)
|
||||||
|
#define NVA0B5_LAUNCH_DMA_INTERRUPT_TYPE_NON_BLOCKING (0x00000002)
|
||||||
|
#define NVA0B5_LAUNCH_DMA_SRC_MEMORY_LAYOUT 7:7
|
||||||
|
#define NVA0B5_LAUNCH_DMA_SRC_MEMORY_LAYOUT_BLOCKLINEAR (0x00000000)
|
||||||
|
#define NVA0B5_LAUNCH_DMA_SRC_MEMORY_LAYOUT_PITCH (0x00000001)
|
||||||
|
#define NVA0B5_LAUNCH_DMA_DST_MEMORY_LAYOUT 8:8
|
||||||
|
#define NVA0B5_LAUNCH_DMA_DST_MEMORY_LAYOUT_BLOCKLINEAR (0x00000000)
|
||||||
|
#define NVA0B5_LAUNCH_DMA_DST_MEMORY_LAYOUT_PITCH (0x00000001)
|
||||||
|
#define NVA0B5_LAUNCH_DMA_MULTI_LINE_ENABLE 9:9
|
||||||
|
#define NVA0B5_LAUNCH_DMA_MULTI_LINE_ENABLE_FALSE (0x00000000)
|
||||||
|
#define NVA0B5_LAUNCH_DMA_MULTI_LINE_ENABLE_TRUE (0x00000001)
|
||||||
|
#define NVA0B5_LAUNCH_DMA_REMAP_ENABLE 10:10
|
||||||
|
#define NVA0B5_LAUNCH_DMA_REMAP_ENABLE_FALSE (0x00000000)
|
||||||
|
#define NVA0B5_LAUNCH_DMA_REMAP_ENABLE_TRUE (0x00000001)
|
||||||
|
#define NVA0B5_LAUNCH_DMA_BYPASS_L2 11:11
|
||||||
|
#define NVA0B5_LAUNCH_DMA_BYPASS_L2_USE_PTE_SETTING (0x00000000)
|
||||||
|
#define NVA0B5_LAUNCH_DMA_BYPASS_L2_FORCE_VOLATILE (0x00000001)
|
||||||
|
#define NVA0B5_LAUNCH_DMA_SRC_TYPE 12:12
|
||||||
|
#define NVA0B5_LAUNCH_DMA_SRC_TYPE_VIRTUAL (0x00000000)
|
||||||
|
#define NVA0B5_LAUNCH_DMA_SRC_TYPE_PHYSICAL (0x00000001)
|
||||||
|
#define NVA0B5_LAUNCH_DMA_DST_TYPE 13:13
|
||||||
|
#define NVA0B5_LAUNCH_DMA_DST_TYPE_VIRTUAL (0x00000000)
|
||||||
|
#define NVA0B5_LAUNCH_DMA_DST_TYPE_PHYSICAL (0x00000001)
|
||||||
|
#define NVA0B5_LAUNCH_DMA_SEMAPHORE_REDUCTION 17:14
|
||||||
|
#define NVA0B5_LAUNCH_DMA_SEMAPHORE_REDUCTION_IMIN (0x00000000)
|
||||||
|
#define NVA0B5_LAUNCH_DMA_SEMAPHORE_REDUCTION_IMAX (0x00000001)
|
||||||
|
#define NVA0B5_LAUNCH_DMA_SEMAPHORE_REDUCTION_IXOR (0x00000002)
|
||||||
|
#define NVA0B5_LAUNCH_DMA_SEMAPHORE_REDUCTION_IAND (0x00000003)
|
||||||
|
#define NVA0B5_LAUNCH_DMA_SEMAPHORE_REDUCTION_IOR (0x00000004)
|
||||||
|
#define NVA0B5_LAUNCH_DMA_SEMAPHORE_REDUCTION_IADD (0x00000005)
|
||||||
|
#define NVA0B5_LAUNCH_DMA_SEMAPHORE_REDUCTION_INC (0x00000006)
|
||||||
|
#define NVA0B5_LAUNCH_DMA_SEMAPHORE_REDUCTION_DEC (0x00000007)
|
||||||
|
#define NVA0B5_LAUNCH_DMA_SEMAPHORE_REDUCTION_FADD (0x0000000A)
|
||||||
|
#define NVA0B5_LAUNCH_DMA_SEMAPHORE_REDUCTION_FMIN (0x0000000B)
|
||||||
|
#define NVA0B5_LAUNCH_DMA_SEMAPHORE_REDUCTION_FMAX (0x0000000C)
|
||||||
|
#define NVA0B5_LAUNCH_DMA_SEMAPHORE_REDUCTION_FMUL (0x0000000D)
|
||||||
|
#define NVA0B5_LAUNCH_DMA_SEMAPHORE_REDUCTION_IMUL (0x0000000E)
|
||||||
|
#define NVA0B5_LAUNCH_DMA_SEMAPHORE_REDUCTION_SIGN 18:18
|
||||||
|
#define NVA0B5_LAUNCH_DMA_SEMAPHORE_REDUCTION_SIGN_SIGNED (0x00000000)
|
||||||
|
#define NVA0B5_LAUNCH_DMA_SEMAPHORE_REDUCTION_SIGN_UNSIGNED (0x00000001)
|
||||||
|
#define NVA0B5_LAUNCH_DMA_SEMAPHORE_REDUCTION_ENABLE 19:19
|
||||||
|
#define NVA0B5_LAUNCH_DMA_SEMAPHORE_REDUCTION_ENABLE_FALSE (0x00000000)
|
||||||
|
#define NVA0B5_LAUNCH_DMA_SEMAPHORE_REDUCTION_ENABLE_TRUE (0x00000001)
|
||||||
|
#define NVA0B5_OFFSET_IN_UPPER (0x00000400)
|
||||||
|
#define NVA0B5_OFFSET_IN_UPPER_UPPER 7:0
|
||||||
|
#define NVA0B5_OFFSET_IN_LOWER (0x00000404)
|
||||||
|
#define NVA0B5_OFFSET_IN_LOWER_VALUE 31:0
|
||||||
|
#define NVA0B5_OFFSET_OUT_UPPER (0x00000408)
|
||||||
|
#define NVA0B5_OFFSET_OUT_UPPER_UPPER 7:0
|
||||||
|
#define NVA0B5_OFFSET_OUT_LOWER (0x0000040C)
|
||||||
|
#define NVA0B5_OFFSET_OUT_LOWER_VALUE 31:0
|
||||||
|
#define NVA0B5_PITCH_IN (0x00000410)
|
||||||
|
#define NVA0B5_PITCH_IN_VALUE 31:0
|
||||||
|
#define NVA0B5_PITCH_OUT (0x00000414)
|
||||||
|
#define NVA0B5_PITCH_OUT_VALUE 31:0
|
||||||
|
#define NVA0B5_LINE_LENGTH_IN (0x00000418)
|
||||||
|
#define NVA0B5_LINE_LENGTH_IN_VALUE 31:0
|
||||||
|
#define NVA0B5_LINE_COUNT (0x0000041C)
|
||||||
|
#define NVA0B5_LINE_COUNT_VALUE 31:0
|
||||||
|
#define NVA0B5_SET_REMAP_CONST_A (0x00000700)
|
||||||
|
#define NVA0B5_SET_REMAP_CONST_A_V 31:0
|
||||||
|
#define NVA0B5_SET_REMAP_CONST_B (0x00000704)
|
||||||
|
#define NVA0B5_SET_REMAP_CONST_B_V 31:0
|
||||||
|
#define NVA0B5_SET_REMAP_COMPONENTS (0x00000708)
|
||||||
|
#define NVA0B5_SET_REMAP_COMPONENTS_DST_X 2:0
|
||||||
|
#define NVA0B5_SET_REMAP_COMPONENTS_DST_X_SRC_X (0x00000000)
|
||||||
|
#define NVA0B5_SET_REMAP_COMPONENTS_DST_X_SRC_Y (0x00000001)
|
||||||
|
#define NVA0B5_SET_REMAP_COMPONENTS_DST_X_SRC_Z (0x00000002)
|
||||||
|
#define NVA0B5_SET_REMAP_COMPONENTS_DST_X_SRC_W (0x00000003)
|
||||||
|
#define NVA0B5_SET_REMAP_COMPONENTS_DST_X_CONST_A (0x00000004)
|
||||||
|
#define NVA0B5_SET_REMAP_COMPONENTS_DST_X_CONST_B (0x00000005)
|
||||||
|
#define NVA0B5_SET_REMAP_COMPONENTS_DST_X_NO_WRITE (0x00000006)
|
||||||
|
#define NVA0B5_SET_REMAP_COMPONENTS_DST_Y 6:4
|
||||||
|
#define NVA0B5_SET_REMAP_COMPONENTS_DST_Y_SRC_X (0x00000000)
|
||||||
|
#define NVA0B5_SET_REMAP_COMPONENTS_DST_Y_SRC_Y (0x00000001)
|
||||||
|
#define NVA0B5_SET_REMAP_COMPONENTS_DST_Y_SRC_Z (0x00000002)
|
||||||
|
#define NVA0B5_SET_REMAP_COMPONENTS_DST_Y_SRC_W (0x00000003)
|
||||||
|
#define NVA0B5_SET_REMAP_COMPONENTS_DST_Y_CONST_A (0x00000004)
|
||||||
|
#define NVA0B5_SET_REMAP_COMPONENTS_DST_Y_CONST_B (0x00000005)
|
||||||
|
#define NVA0B5_SET_REMAP_COMPONENTS_DST_Y_NO_WRITE (0x00000006)
|
||||||
|
#define NVA0B5_SET_REMAP_COMPONENTS_DST_Z 10:8
|
||||||
|
#define NVA0B5_SET_REMAP_COMPONENTS_DST_Z_SRC_X (0x00000000)
|
||||||
|
#define NVA0B5_SET_REMAP_COMPONENTS_DST_Z_SRC_Y (0x00000001)
|
||||||
|
#define NVA0B5_SET_REMAP_COMPONENTS_DST_Z_SRC_Z (0x00000002)
|
||||||
|
#define NVA0B5_SET_REMAP_COMPONENTS_DST_Z_SRC_W (0x00000003)
|
||||||
|
#define NVA0B5_SET_REMAP_COMPONENTS_DST_Z_CONST_A (0x00000004)
|
||||||
|
#define NVA0B5_SET_REMAP_COMPONENTS_DST_Z_CONST_B (0x00000005)
|
||||||
|
#define NVA0B5_SET_REMAP_COMPONENTS_DST_Z_NO_WRITE (0x00000006)
|
||||||
|
#define NVA0B5_SET_REMAP_COMPONENTS_DST_W 14:12
|
||||||
|
#define NVA0B5_SET_REMAP_COMPONENTS_DST_W_SRC_X (0x00000000)
|
||||||
|
#define NVA0B5_SET_REMAP_COMPONENTS_DST_W_SRC_Y (0x00000001)
|
||||||
|
#define NVA0B5_SET_REMAP_COMPONENTS_DST_W_SRC_Z (0x00000002)
|
||||||
|
#define NVA0B5_SET_REMAP_COMPONENTS_DST_W_SRC_W (0x00000003)
|
||||||
|
#define NVA0B5_SET_REMAP_COMPONENTS_DST_W_CONST_A (0x00000004)
|
||||||
|
#define NVA0B5_SET_REMAP_COMPONENTS_DST_W_CONST_B (0x00000005)
|
||||||
|
#define NVA0B5_SET_REMAP_COMPONENTS_DST_W_NO_WRITE (0x00000006)
|
||||||
|
#define NVA0B5_SET_REMAP_COMPONENTS_COMPONENT_SIZE 17:16
|
||||||
|
#define NVA0B5_SET_REMAP_COMPONENTS_COMPONENT_SIZE_ONE (0x00000000)
|
||||||
|
#define NVA0B5_SET_REMAP_COMPONENTS_COMPONENT_SIZE_TWO (0x00000001)
|
||||||
|
#define NVA0B5_SET_REMAP_COMPONENTS_COMPONENT_SIZE_THREE (0x00000002)
|
||||||
|
#define NVA0B5_SET_REMAP_COMPONENTS_COMPONENT_SIZE_FOUR (0x00000003)
|
||||||
|
#define NVA0B5_SET_REMAP_COMPONENTS_NUM_SRC_COMPONENTS 21:20
|
||||||
|
#define NVA0B5_SET_REMAP_COMPONENTS_NUM_SRC_COMPONENTS_ONE (0x00000000)
|
||||||
|
#define NVA0B5_SET_REMAP_COMPONENTS_NUM_SRC_COMPONENTS_TWO (0x00000001)
|
||||||
|
#define NVA0B5_SET_REMAP_COMPONENTS_NUM_SRC_COMPONENTS_THREE (0x00000002)
|
||||||
|
#define NVA0B5_SET_REMAP_COMPONENTS_NUM_SRC_COMPONENTS_FOUR (0x00000003)
|
||||||
|
#define NVA0B5_SET_REMAP_COMPONENTS_NUM_DST_COMPONENTS 25:24
|
||||||
|
#define NVA0B5_SET_REMAP_COMPONENTS_NUM_DST_COMPONENTS_ONE (0x00000000)
|
||||||
|
#define NVA0B5_SET_REMAP_COMPONENTS_NUM_DST_COMPONENTS_TWO (0x00000001)
|
||||||
|
#define NVA0B5_SET_REMAP_COMPONENTS_NUM_DST_COMPONENTS_THREE (0x00000002)
|
||||||
|
#define NVA0B5_SET_REMAP_COMPONENTS_NUM_DST_COMPONENTS_FOUR (0x00000003)
|
||||||
|
#endif // _cla0b5_h
|
@ -48,7 +48,9 @@ nv04_bo_move_m2mf(struct nouveau_channel *chan, struct ttm_buffer_object *bo,
|
|||||||
struct ttm_mem_reg *old_reg, struct ttm_mem_reg *new_reg)
|
struct ttm_mem_reg *old_reg, struct ttm_mem_reg *new_reg)
|
||||||
{
|
{
|
||||||
struct nvif_push *push = chan->chan.push;
|
struct nvif_push *push = chan->chan.push;
|
||||||
|
u32 src_ctxdma = nouveau_bo_mem_ctxdma(bo, chan, old_reg);
|
||||||
u32 src_offset = old_reg->start << PAGE_SHIFT;
|
u32 src_offset = old_reg->start << PAGE_SHIFT;
|
||||||
|
u32 dst_ctxdma = nouveau_bo_mem_ctxdma(bo, chan, new_reg);
|
||||||
u32 dst_offset = new_reg->start << PAGE_SHIFT;
|
u32 dst_offset = new_reg->start << PAGE_SHIFT;
|
||||||
u32 page_count = new_reg->num_pages;
|
u32 page_count = new_reg->num_pages;
|
||||||
int ret;
|
int ret;
|
||||||
@ -57,8 +59,8 @@ nv04_bo_move_m2mf(struct nouveau_channel *chan, struct ttm_buffer_object *bo,
|
|||||||
if (ret)
|
if (ret)
|
||||||
return ret;
|
return ret;
|
||||||
|
|
||||||
PUSH_NVSQ(push, NV039, 0x0184, nouveau_bo_mem_ctxdma(bo, chan, old_reg),
|
PUSH_MTHD(push, NV039, SET_CONTEXT_DMA_BUFFER_IN, src_ctxdma,
|
||||||
0x0188, nouveau_bo_mem_ctxdma(bo, chan, new_reg));
|
SET_CONTEXT_DMA_BUFFER_OUT, dst_ctxdma);
|
||||||
|
|
||||||
page_count = new_reg->num_pages;
|
page_count = new_reg->num_pages;
|
||||||
while (page_count) {
|
while (page_count) {
|
||||||
@ -68,15 +70,20 @@ nv04_bo_move_m2mf(struct nouveau_channel *chan, struct ttm_buffer_object *bo,
|
|||||||
if (ret)
|
if (ret)
|
||||||
return ret;
|
return ret;
|
||||||
|
|
||||||
PUSH_NVSQ(push, NV039, 0x030c, src_offset,
|
PUSH_MTHD(push, NV039, OFFSET_IN, src_offset,
|
||||||
0x0310, dst_offset,
|
OFFSET_OUT, dst_offset,
|
||||||
0x0314, PAGE_SIZE, /* src_pitch */
|
PITCH_IN, PAGE_SIZE,
|
||||||
0x0318, PAGE_SIZE, /* dst_pitch */
|
PITCH_OUT, PAGE_SIZE,
|
||||||
0x031c, PAGE_SIZE, /* line_length */
|
LINE_LENGTH_IN, PAGE_SIZE,
|
||||||
0x0320, line_count,
|
LINE_COUNT, line_count,
|
||||||
0x0324, 0x00000101,
|
|
||||||
0x0328, 0x00000000);
|
FORMAT,
|
||||||
PUSH_NVSQ(push, NV039, 0x0100, 0x00000000);
|
NVVAL(NV039, FORMAT, IN, 1) |
|
||||||
|
NVVAL(NV039, FORMAT, OUT, 1),
|
||||||
|
|
||||||
|
BUFFER_NOTIFY, NV039_BUFFER_NOTIFY_WRITE_ONLY);
|
||||||
|
|
||||||
|
PUSH_MTHD(push, NV039, NO_OPERATION, 0x00000000);
|
||||||
|
|
||||||
page_count -= line_count;
|
page_count -= line_count;
|
||||||
src_offset += (PAGE_SIZE * line_count);
|
src_offset += (PAGE_SIZE * line_count);
|
||||||
|
@ -60,40 +60,70 @@ nv50_bo_move_m2mf(struct nouveau_channel *chan, struct ttm_buffer_object *bo,
|
|||||||
height = amount / stride;
|
height = amount / stride;
|
||||||
|
|
||||||
if (src_tiled) {
|
if (src_tiled) {
|
||||||
PUSH_NVSQ(push, NV5039, 0x0200, 0,
|
PUSH_MTHD(push, NV5039, SET_SRC_MEMORY_LAYOUT,
|
||||||
0x0204, 0,
|
NVDEF(NV5039, SET_SRC_MEMORY_LAYOUT, V, BLOCKLINEAR),
|
||||||
0x0208, stride,
|
|
||||||
0x020c, height,
|
SET_SRC_BLOCK_SIZE,
|
||||||
0x0210, 1,
|
NVDEF(NV5039, SET_SRC_BLOCK_SIZE, WIDTH, ONE_GOB) |
|
||||||
0x0214, 0,
|
NVDEF(NV5039, SET_SRC_BLOCK_SIZE, HEIGHT, ONE_GOB) |
|
||||||
0x0218, 0);
|
NVDEF(NV5039, SET_SRC_BLOCK_SIZE, DEPTH, ONE_GOB),
|
||||||
|
|
||||||
|
SET_SRC_WIDTH, stride,
|
||||||
|
SET_SRC_HEIGHT, height,
|
||||||
|
SET_SRC_DEPTH, 1,
|
||||||
|
SET_SRC_LAYER, 0,
|
||||||
|
|
||||||
|
SET_SRC_ORIGIN,
|
||||||
|
NVVAL(NV5039, SET_SRC_ORIGIN, X, 0) |
|
||||||
|
NVVAL(NV5039, SET_SRC_ORIGIN, Y, 0));
|
||||||
} else {
|
} else {
|
||||||
PUSH_NVSQ(push, NV5039, 0x0200, 1);
|
PUSH_MTHD(push, NV5039, SET_SRC_MEMORY_LAYOUT,
|
||||||
|
NVDEF(NV5039, SET_SRC_MEMORY_LAYOUT, V, PITCH));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (dst_tiled) {
|
if (dst_tiled) {
|
||||||
PUSH_NVSQ(push, NV5039, 0x021c, 0,
|
PUSH_MTHD(push, NV5039, SET_DST_MEMORY_LAYOUT,
|
||||||
0x0220, 0,
|
NVDEF(NV5039, SET_DST_MEMORY_LAYOUT, V, BLOCKLINEAR),
|
||||||
0x0224, stride,
|
|
||||||
0x0228, height,
|
SET_DST_BLOCK_SIZE,
|
||||||
0x022c, 1,
|
NVDEF(NV5039, SET_DST_BLOCK_SIZE, WIDTH, ONE_GOB) |
|
||||||
0x0230, 0,
|
NVDEF(NV5039, SET_DST_BLOCK_SIZE, HEIGHT, ONE_GOB) |
|
||||||
0x0234, 0);
|
NVDEF(NV5039, SET_DST_BLOCK_SIZE, DEPTH, ONE_GOB),
|
||||||
|
|
||||||
|
SET_DST_WIDTH, stride,
|
||||||
|
SET_DST_HEIGHT, height,
|
||||||
|
SET_DST_DEPTH, 1,
|
||||||
|
SET_DST_LAYER, 0,
|
||||||
|
|
||||||
|
SET_DST_ORIGIN,
|
||||||
|
NVVAL(NV5039, SET_DST_ORIGIN, X, 0) |
|
||||||
|
NVVAL(NV5039, SET_DST_ORIGIN, Y, 0));
|
||||||
} else {
|
} else {
|
||||||
PUSH_NVSQ(push, NV5039, 0x021c, 1);
|
PUSH_MTHD(push, NV5039, SET_DST_MEMORY_LAYOUT,
|
||||||
|
NVDEF(NV5039, SET_DST_MEMORY_LAYOUT, V, PITCH));
|
||||||
}
|
}
|
||||||
|
|
||||||
PUSH_NVSQ(push, NV5039, 0x0238, upper_32_bits(src_offset),
|
PUSH_MTHD(push, NV5039, OFFSET_IN_UPPER,
|
||||||
0x023c, upper_32_bits(dst_offset));
|
NVVAL(NV5039, OFFSET_IN_UPPER, VALUE, upper_32_bits(src_offset)),
|
||||||
PUSH_NVSQ(push, NV5039, 0x030c, lower_32_bits(src_offset),
|
|
||||||
0x0310, lower_32_bits(dst_offset),
|
OFFSET_OUT_UPPER,
|
||||||
0x0314, stride,
|
NVVAL(NV5039, OFFSET_OUT_UPPER, VALUE, upper_32_bits(dst_offset)));
|
||||||
0x0318, stride,
|
|
||||||
0x031c, stride,
|
PUSH_MTHD(push, NV5039, OFFSET_IN, lower_32_bits(src_offset),
|
||||||
0x0320, height,
|
OFFSET_OUT, lower_32_bits(dst_offset),
|
||||||
0x0324, 0x00000101,
|
PITCH_IN, stride,
|
||||||
0x0328, 0x00000000);
|
PITCH_OUT, stride,
|
||||||
PUSH_NVSQ(push, NV5039, 0x0100, 0x00000000);
|
LINE_LENGTH_IN, stride,
|
||||||
|
LINE_COUNT, height,
|
||||||
|
|
||||||
|
FORMAT,
|
||||||
|
NVDEF(NV5039, FORMAT, IN, ONE) |
|
||||||
|
NVDEF(NV5039, FORMAT, OUT, ONE),
|
||||||
|
|
||||||
|
BUFFER_NOTIFY,
|
||||||
|
NVDEF(NV5039, BUFFER_NOTIFY, TYPE, WRITE_ONLY));
|
||||||
|
|
||||||
|
PUSH_MTHD(push, NV5039, NO_OPERATION, 0x00000000);
|
||||||
|
|
||||||
length -= amount;
|
length -= amount;
|
||||||
src_offset += amount;
|
src_offset += amount;
|
||||||
|
@ -53,15 +53,27 @@ nvc0_bo_move_m2mf(struct nouveau_channel *chan, struct ttm_buffer_object *bo,
|
|||||||
if (ret)
|
if (ret)
|
||||||
return ret;
|
return ret;
|
||||||
|
|
||||||
PUSH_NVSQ(push, NV9039, 0x0238, upper_32_bits(dst_offset),
|
PUSH_MTHD(push, NV9039, OFFSET_OUT_UPPER,
|
||||||
0x023c, lower_32_bits(dst_offset));
|
NVVAL(NV9039, OFFSET_OUT_UPPER, VALUE, upper_32_bits(dst_offset)),
|
||||||
PUSH_NVSQ(push, NV9039, 0x030c, upper_32_bits(src_offset),
|
|
||||||
0x0310, lower_32_bits(src_offset),
|
OFFSET_OUT, lower_32_bits(dst_offset));
|
||||||
0x0314, PAGE_SIZE, /* src_pitch */
|
|
||||||
0x0318, PAGE_SIZE, /* dst_pitch */
|
PUSH_MTHD(push, NV9039, OFFSET_IN_UPPER,
|
||||||
0x031c, PAGE_SIZE, /* line_length */
|
NVVAL(NV9039, OFFSET_IN_UPPER, VALUE, upper_32_bits(src_offset)),
|
||||||
0x0320, line_count);
|
|
||||||
PUSH_NVSQ(push, NV9039, 0x0300, 0x00100110);
|
OFFSET_IN, lower_32_bits(src_offset),
|
||||||
|
PITCH_IN, PAGE_SIZE,
|
||||||
|
PITCH_OUT, PAGE_SIZE,
|
||||||
|
LINE_LENGTH_IN, PAGE_SIZE,
|
||||||
|
LINE_COUNT, line_count);
|
||||||
|
|
||||||
|
PUSH_MTHD(push, NV9039, LAUNCH_DMA,
|
||||||
|
NVDEF(NV9039, LAUNCH_DMA, SRC_INLINE, FALSE) |
|
||||||
|
NVDEF(NV9039, LAUNCH_DMA, SRC_MEMORY_LAYOUT, PITCH) |
|
||||||
|
NVDEF(NV9039, LAUNCH_DMA, DST_MEMORY_LAYOUT, PITCH) |
|
||||||
|
NVDEF(NV9039, LAUNCH_DMA, COMPLETION_TYPE, FLUSH_DISABLE) |
|
||||||
|
NVDEF(NV9039, LAUNCH_DMA, INTERRUPT_TYPE, NONE) |
|
||||||
|
NVDEF(NV9039, LAUNCH_DMA, SEMAPHORE_STRUCT_SIZE, ONE_WORD));
|
||||||
|
|
||||||
page_count -= line_count;
|
page_count -= line_count;
|
||||||
src_offset += (PAGE_SIZE * line_count);
|
src_offset += (PAGE_SIZE * line_count);
|
||||||
|
@ -32,6 +32,8 @@
|
|||||||
|
|
||||||
#include <nvif/push906f.h>
|
#include <nvif/push906f.h>
|
||||||
|
|
||||||
|
#include <nvhw/class/cla0b5.h>
|
||||||
|
|
||||||
int
|
int
|
||||||
nve0_bo_move_copy(struct nouveau_channel *chan, struct ttm_buffer_object *bo,
|
nve0_bo_move_copy(struct nouveau_channel *chan, struct ttm_buffer_object *bo,
|
||||||
struct ttm_mem_reg *old_reg, struct ttm_mem_reg *new_reg)
|
struct ttm_mem_reg *old_reg, struct ttm_mem_reg *new_reg)
|
||||||
@ -44,15 +46,32 @@ nve0_bo_move_copy(struct nouveau_channel *chan, struct ttm_buffer_object *bo,
|
|||||||
if (ret)
|
if (ret)
|
||||||
return ret;
|
return ret;
|
||||||
|
|
||||||
PUSH_NVSQ(push, NVA0B5, 0x0400, upper_32_bits(mem->vma[0].addr),
|
PUSH_MTHD(push, NVA0B5, OFFSET_IN_UPPER,
|
||||||
0x0404, lower_32_bits(mem->vma[0].addr),
|
NVVAL(NVA0B5, OFFSET_IN_UPPER, UPPER, upper_32_bits(mem->vma[0].addr)),
|
||||||
0x0408, upper_32_bits(mem->vma[1].addr),
|
|
||||||
0x040c, lower_32_bits(mem->vma[1].addr),
|
OFFSET_IN_LOWER, lower_32_bits(mem->vma[0].addr),
|
||||||
0x0410, PAGE_SIZE,
|
|
||||||
0x0414, PAGE_SIZE,
|
OFFSET_OUT_UPPER,
|
||||||
0x0418, PAGE_SIZE,
|
NVVAL(NVA0B5, OFFSET_OUT_UPPER, UPPER, upper_32_bits(mem->vma[1].addr)),
|
||||||
0x041c, new_reg->num_pages);
|
|
||||||
PUSH_NVIM(push, NVA0B5, 0x0300, 0x0386);
|
OFFSET_OUT_LOWER, lower_32_bits(mem->vma[1].addr),
|
||||||
|
PITCH_IN, PAGE_SIZE,
|
||||||
|
PITCH_OUT, PAGE_SIZE,
|
||||||
|
LINE_LENGTH_IN, PAGE_SIZE,
|
||||||
|
LINE_COUNT, new_reg->num_pages);
|
||||||
|
|
||||||
|
PUSH_IMMD(push, NVA0B5, LAUNCH_DMA,
|
||||||
|
NVDEF(NVA0B5, LAUNCH_DMA, DATA_TRANSFER_TYPE, NON_PIPELINED) |
|
||||||
|
NVDEF(NVA0B5, LAUNCH_DMA, FLUSH_ENABLE, TRUE) |
|
||||||
|
NVDEF(NVA0B5, LAUNCH_DMA, SEMAPHORE_TYPE, NONE) |
|
||||||
|
NVDEF(NVA0B5, LAUNCH_DMA, INTERRUPT_TYPE, NONE) |
|
||||||
|
NVDEF(NVA0B5, LAUNCH_DMA, SRC_MEMORY_LAYOUT, PITCH) |
|
||||||
|
NVDEF(NVA0B5, LAUNCH_DMA, DST_MEMORY_LAYOUT, PITCH) |
|
||||||
|
NVDEF(NVA0B5, LAUNCH_DMA, MULTI_LINE_ENABLE, TRUE) |
|
||||||
|
NVDEF(NVA0B5, LAUNCH_DMA, REMAP_ENABLE, FALSE) |
|
||||||
|
NVDEF(NVA0B5, LAUNCH_DMA, BYPASS_L2, USE_PTE_SETTING) |
|
||||||
|
NVDEF(NVA0B5, LAUNCH_DMA, SRC_TYPE, VIRTUAL) |
|
||||||
|
NVDEF(NVA0B5, LAUNCH_DMA, DST_TYPE, VIRTUAL));
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user