Patch Detail
Show a patch.
GET /api/1.1/patches/1116/?format=api
{ "id": 1116, "url": "https://patchwork.libcamera.org/api/1.1/patches/1116/?format=api", "web_url": "https://patchwork.libcamera.org/patch/1116/", "project": { "id": 1, "url": "https://patchwork.libcamera.org/api/1.1/projects/1/?format=api", "name": "libcamera", "link_name": "libcamera", "list_id": "libcamera_core", "list_email": "libcamera-devel@lists.libcamera.org", "web_url": "", "scm_url": "", "webscm_url": "" }, "msgid": "<20190426152839.15767-1-kieran.bingham@ideasonboard.com>", "date": "2019-04-26T15:28:39", "name": "[libcamera-devel] libcamera: v4l2_device: Remove completed todos", "commit_ref": null, "pull_url": null, "state": "superseded", "archived": false, "hash": "21cf0f0cd180fca4ca22d97a624a44fb9c0a3375", "submitter": { "id": 4, "url": "https://patchwork.libcamera.org/api/1.1/people/4/?format=api", "name": "Kieran Bingham", "email": "kieran.bingham@ideasonboard.com" }, "delegate": null, "mbox": "https://patchwork.libcamera.org/patch/1116/mbox/", "series": [ { "id": 273, "url": "https://patchwork.libcamera.org/api/1.1/series/273/?format=api", "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=273", "date": "2019-04-26T15:28:39", "name": "[libcamera-devel] libcamera: v4l2_device: Remove completed todos", "version": 1, "mbox": "https://patchwork.libcamera.org/series/273/mbox/" } ], "comments": "https://patchwork.libcamera.org/api/patches/1116/comments/", "check": "pending", "checks": "https://patchwork.libcamera.org/api/patches/1116/checks/", "tags": {}, "headers": { "Return-Path": "<kieran.bingham@ideasonboard.com>", "Received": [ "from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[213.167.242.64])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id A0B5260E9A\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tFri, 26 Apr 2019 17:28:48 +0200 (CEST)", "from Q.station (net-37-182-44-227.cust.vodafonedsl.it\n\t[37.182.44.227])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 04C585F;\n\tFri, 26 Apr 2019 17:28:47 +0200 (CEST)" ], "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1556292528;\n\tbh=V5sXgJ7MXhilghuVh9ofJWfCLdu+ZxA/2UrNuP6+aIw=;\n\th=From:To:Cc:Subject:Date:From;\n\tb=oiq5hvJxZOCthERwohlKq/VGfVPsVXr0Tey5+NSHeqsD3wOgobJo5A0HAOf8D+CXc\n\tscnYTTUm2hzFRdodXD6+6FuRQK013IxvNp491HJKPhVcMj8/glPqmY2msTGiNI106E\n\tV44zsHB5RhS0fqc1pEHxXKSYJpEFvieg0EKE7SRQ=", "From": "Kieran Bingham <kieran.bingham@ideasonboard.com>", "To": "LibCamera Devel <libcamera-devel@lists.libcamera.org>", "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", "Content-Transfer-Encoding": "8bit", "Subject": "[libcamera-devel] [PATCH] libcamera: v4l2_device: Remove completed\n\ttodos", "X-BeenThere": "libcamera-devel@lists.libcamera.org", "X-Mailman-Version": "2.1.23", "Precedence": "list", "List-Id": "<libcamera-devel.lists.libcamera.org>", "List-Unsubscribe": "<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>", "List-Archive": "<https://lists.libcamera.org/pipermail/libcamera-devel/>", "List-Post": "<mailto:libcamera-devel@lists.libcamera.org>", "List-Help": "<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>", "List-Subscribe": "<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>", "X-List-Received-Date": "Fri, 26 Apr 2019 15:28:48 -0000" }, "content": "The queueBuffer function has now implemented support for output devices\nand dmabufs.\n\nRemove the old todo notes.\n\nSigned-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>\n---\n src/libcamera/v4l2_device.cpp | 3 ---\n 1 file changed, 3 deletions(-)", "diff": "diff --git a/src/libcamera/v4l2_device.cpp b/src/libcamera/v4l2_device.cpp\nindex 9e92b442c6aa..df0e4d83cfab 100644\n--- a/src/libcamera/v4l2_device.cpp\n+++ b/src/libcamera/v4l2_device.cpp\n@@ -924,9 +924,6 @@ int V4L2Device::releaseBuffers()\n * processed by the device. Once the device has finished processing the buffer,\n * it will be available for dequeue.\n *\n- * \\todo Support output devices (bytesused, ...)\n- * \\todo Support imported buffers (dmabuf fd)\n- *\n * \\return 0 on success or a negative error code otherwise\n */\n int V4L2Device::queueBuffer(Buffer *buffer)\n", "prefixes": [ "libcamera-devel" ] }