Cover Letter Detail
Show a cover letter.
GET /api/1.1/covers/842/?format=api
{ "id": 842, "url": "https://patchwork.libcamera.org/api/1.1/covers/842/?format=api", "web_url": "https://patchwork.libcamera.org/cover/842/", "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": "<20190402162134.3894-1-jacopo@jmondi.org>", "date": "2019-04-02T16:21:22", "name": "[libcamera-devel,v6,00/12] libcamera: ipu3: Add ImgU support", "submitter": { "id": 3, "url": "https://patchwork.libcamera.org/api/1.1/people/3/?format=api", "name": "Jacopo Mondi", "email": "jacopo@jmondi.org" }, "mbox": "https://patchwork.libcamera.org/cover/842/mbox/", "series": [ { "id": 229, "url": "https://patchwork.libcamera.org/api/1.1/series/229/?format=api", "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=229", "date": "2019-04-02T16:21:22", "name": "libcamera: ipu3: Add ImgU support", "version": 6, "mbox": "https://patchwork.libcamera.org/series/229/mbox/" } ], "comments": "https://patchwork.libcamera.org/api/covers/842/comments/", "headers": { "Return-Path": "<jacopo@jmondi.org>", "Received": [ "from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net\n\t[217.70.183.200])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id B11FD600FB\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tTue, 2 Apr 2019 18:20:54 +0200 (CEST)", "from uno.lan (2-224-242-101.ip172.fastwebnet.it [2.224.242.101])\n\t(Authenticated sender: jacopo@jmondi.org)\n\tby relay7-d.mail.gandi.net (Postfix) with ESMTPSA id 37A472000D;\n\tTue, 2 Apr 2019 16:20:54 +0000 (UTC)" ], "X-Originating-IP": "2.224.242.101", "From": "Jacopo Mondi <jacopo@jmondi.org>", "To": "libcamera-devel@lists.libcamera.org", "Date": "Tue, 2 Apr 2019 18:21:22 +0200", "Message-Id": "<20190402162134.3894-1-jacopo@jmondi.org>", "X-Mailer": "git-send-email 2.21.0", "MIME-Version": "1.0", "Content-Type": "text/plain; charset=UTF-8", "Content-Transfer-Encoding": "8bit", "Subject": "[libcamera-devel] [PATCH v6 00/12] libcamera: ipu3: Add ImgU support", "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": "Tue, 02 Apr 2019 16:20:54 -0000" }, "content": "Hello,\n sixth version, this time the patch count has reduced even more as\nI've pushed the first 6 patches of the previous version.\n\nA few patches still have not been reviewed and are missing tags, so we\nshouldn't be far from having this in a state acceptable for merging.\n\nApart including review comments, the most relevant being Laurent's one on\n\"libcamera: ipu3: Apply image format to the pipeline\" and the introduction\nof ImgUOutput structure, I have now moved the update of streamConfiguratio()\ntowards the end of the series to avoid a few changes, and I have now\ndropped \"[PATCH v5 08/19] libcamera: ipu3: Cache the camera sizes\" has that\ncode was superseded by the following patch that introduced the CIO2Device\nclass, so there was no much value in keeping it around.\n\nTested on Soraka with 2560x1920, 1024x768 and 640x480 resolutions.\n\nPushed to a development branch to ease review.\n\nThanks\n j\n\nJacopo Mondi (12):\n libcamera: geometry: Add 0-initialized SizeRange constructor\n libcamera: geometry: Add Size structure\n libcamera: ipu3: Create CIO2Device class\n libcamera: ipu3: Create ImgUDevice class\n libcamera: ipu3: Apply image format to the pipeline\n libcamera: ipu3: Implement memory handling\n libcamera: ipu3: Implement camera start/stop\n libcamera: ipu3: Queue requests to ImgU\n libcamera: ipu3: Connect CIO2 and ImgU bufferReady signals\n libcamera: ipu3: Set stream configuration\n libcamera: ipu3: Limit resolution to 2560x1920\n libcamera: ipu3: Enable ImgU media links\n\n src/libcamera/geometry.cpp | 40 +-\n src/libcamera/include/geometry.h | 24 +-\n src/libcamera/pipeline/ipu3/ipu3.cpp | 1128 ++++++++++++++++++++++----\n 3 files changed, 1016 insertions(+), 176 deletions(-)\n\n--\n2.21.0" }