mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 02:01:36 +03:00
coe: remove scratch buffer
Scratch buffer is no longer used by RCE as it now requires four image buffers to be provided by user before streaming starts. Jira CT26X-1892 Change-Id: Ib69a58db95b074d5b908d7fd9b1c3ccfb361b72b Signed-off-by: Igor Mitsyanko <imitsyanko@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3419643 Reviewed-by: svcacv <svcacv@nvidia.com> GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com> Reviewed-by: Narendra Kondapalli <nkondapalli@nvidia.com> Tested-by: Raki Hassan <rakibulh@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
5dbcf5524b
commit
bbcbfbb49e
@@ -929,14 +929,6 @@ struct capture_coe_channel_config {
|
||||
* Size of RX Packet Info descriptors memory area
|
||||
*/
|
||||
uint64_t rx_pktinfo_mem_size;
|
||||
/**
|
||||
* IOVA for RX scratch buffer memory area for MGBE access
|
||||
*/
|
||||
iova_t dummy_buf_dma;
|
||||
/**
|
||||
* Size of RX scratch buffer memory area
|
||||
*/
|
||||
uint64_t dummy_buf_dma_size;
|
||||
/**
|
||||
* VLAN enable value. 1 - VLAN enabled, 0 - VLAN disabled
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user