mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-25 02:32:08 +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
@@ -39,7 +39,6 @@
|
||||
*/
|
||||
struct coe_ioctl_data_capture_setup {
|
||||
char if_name[IFNAMSIZ]; /**< Net interface through which the camera is accessible */
|
||||
int32_t scratchBufMem; /**< Memory handle of a scratch buffer allocated by a user */
|
||||
uint8_t sensor_mac_addr[ETH_ALEN]; /**< Ethernet MAC address of a camera */
|
||||
uint8_t vlan_enable; /**< VLAN enable value. 1 - VLAN enabled, 0 - VLAN disabled */
|
||||
uint8_t reserved[1U];
|
||||
|
||||
Reference in New Issue
Block a user