Home
last modified time | relevance | path

Searched refs:DMA_DATA_BYTE (Results 1 - 1 of 1) sorted by relevance

/third_party/libdrm/tests/amdgpu/
H A Dcp_dma_tests.c39 #define DMA_DATA_BYTE 0xea macro
287 /* allocate the src bo, set its data to DMA_DATA_BYTE */ in amdgpu_cp_dma()
294 memset(src_bo_cpu, DMA_DATA_BYTE, DMA_SIZE); in amdgpu_cp_dma()
307 _Static_assert(DMA_DATA_BYTE != 0, "Initialization data should be different from DMA data!"); in amdgpu_cp_dma()
316 /* verify the dst bo is filled with DMA_DATA_BYTE */ in amdgpu_cp_dma()
345 _Static_assert(DMA_DATA_BYTE != 0, "Initialization data should be different from DMA data!"); in amdgpu_cp_dma_p2p()
369 /* allocate the src bo and set its content to DMA_DATA_BYTE */ in amdgpu_cp_dma_p2p()
377 memset(src_bo_cpu, DMA_DATA_BYTE, DMA_SIZE); in amdgpu_cp_dma_p2p()
388 /* verify the bo from the peer device is filled with DMA_DATA_BYTE */ in amdgpu_cp_dma_p2p()
458 memset(reference_data, DMA_DATA_BYTE, DMA_SIZ in suite_cp_dma_tests_init()
[all...]

Completed in 1 milliseconds