From patchwork Fri Apr 26 15:28:39 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kieran Bingham X-Patchwork-Id: 1116 Return-Path: Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id A0B5260E9A for ; Fri, 26 Apr 2019 17:28:48 +0200 (CEST) Received: from Q.station (net-37-182-44-227.cust.vodafonedsl.it [37.182.44.227]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 04C585F; Fri, 26 Apr 2019 17:28:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1556292528; bh=V5sXgJ7MXhilghuVh9ofJWfCLdu+ZxA/2UrNuP6+aIw=; h=From:To:Cc:Subject:Date:From; b=oiq5hvJxZOCthERwohlKq/VGfVPsVXr0Tey5+NSHeqsD3wOgobJo5A0HAOf8D+CXc scnYTTUm2hzFRdodXD6+6FuRQK013IxvNp491HJKPhVcMj8/glPqmY2msTGiNI106E V44zsHB5RhS0fqc1pEHxXKSYJpEFvieg0EKE7SRQ= From: Kieran Bingham To: LibCamera Devel Date: Fri, 26 Apr 2019 17:28:39 +0200 Message-Id: <20190426152839.15767-1-kieran.bingham@ideasonboard.com> X-Mailer: git-send-email 2.19.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH] libcamera: v4l2_device: Remove completed todos X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Apr 2019 15:28:48 -0000 The queueBuffer function has now implemented support for output devices and dmabufs. Remove the old todo notes. Signed-off-by: Kieran Bingham --- src/libcamera/v4l2_device.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/libcamera/v4l2_device.cpp b/src/libcamera/v4l2_device.cpp index 9e92b442c6aa..df0e4d83cfab 100644 --- a/src/libcamera/v4l2_device.cpp +++ b/src/libcamera/v4l2_device.cpp @@ -924,9 +924,6 @@ int V4L2Device::releaseBuffers() * processed by the device. Once the device has finished processing the buffer, * it will be available for dequeue. * - * \todo Support output devices (bytesused, ...) - * \todo Support imported buffers (dmabuf fd) - * * \return 0 on success or a negative error code otherwise */ int V4L2Device::queueBuffer(Buffer *buffer)