From patchwork Mon Mar 31 19:57:30 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randolph Sapp X-Patchwork-Id: 60342 X-Patchwork-Delegate: reatmon@ti.com Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id D7760C3600B for ; Mon, 31 Mar 2025 19:57:56 +0000 (UTC) Received: from lelvem-ot01.ext.ti.com (lelvem-ot01.ext.ti.com [198.47.23.234]) by mx.groups.io with SMTP id smtpd.web10.2109.1743451073596826166 for ; Mon, 31 Mar 2025 12:57:53 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=lP5PQuDP; spf=pass (domain: ti.com, ip: 198.47.23.234, mailfrom: rs@ti.com) Received: from fllv0034.itg.ti.com ([10.64.40.246]) by lelvem-ot01.ext.ti.com (8.15.2/8.15.2) with ESMTPS id 52VJvnW62880400 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 31 Mar 2025 14:57:50 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1743451070; bh=txlzBZ5Elf7VeYPrhDhdsy88iZsLmbPHrNXRqkx8CJw=; h=From:To:CC:Subject:Date; b=lP5PQuDPRQQQzcBM+GyZWyh1rLwIPDPACObzuMs35TEWcuT+TdNzPjaWlxGpLEANi VZZ6OX0zStl+PJfbuXPbYvfBa4+p6L5dNjkvdZbs/vuFOsNpBSV4ePKH375N+zsLf7 At87bf1FE5+vWrcPNZyH7MJbDYsf5uCZs2QEYc58= Received: from DLEE110.ent.ti.com (dlee110.ent.ti.com [157.170.170.21]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 52VJvnjV056376 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 31 Mar 2025 14:57:49 -0500 Received: from DLEE103.ent.ti.com (157.170.170.33) by DLEE110.ent.ti.com (157.170.170.21) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Mon, 31 Mar 2025 14:57:49 -0500 Received: from lelvsmtp5.itg.ti.com (10.180.75.250) by DLEE103.ent.ti.com (157.170.170.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Mon, 31 Mar 2025 14:57:49 -0500 Received: from rs-desk.dhcp.ti.com (rs-desk.dhcp.ti.com [128.247.81.144]) by lelvsmtp5.itg.ti.com (8.15.2/8.15.2) with ESMTP id 52VJvnL1111123; Mon, 31 Mar 2025 14:57:49 -0500 From: To: , , , , CC: Subject: [meta-ti][master/scarthgap][PATCH] ti-img-rogue-driver: resolve issues with fdinfo Date: Mon, 31 Mar 2025 14:57:30 -0500 Message-ID: <20250331195730.755864-1-rs@ti.com> X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 31 Mar 2025 19:57:56 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-ti/message/18438 From: Randolph Sapp Bump the srcrev to include a fix or when the driver is requested to show advanced information about file descriptors that are associated with the device but are not currently associated with a rendering task. This should address any issues with fdinfo/lsof. Signed-off-by: Randolph Sapp --- .../powervr-drivers/ti-img-rogue-driver_24.2.6643903.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_24.2.6643903.bb b/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_24.2.6643903.bb index 96ca8ff5..b356ce48 100644 --- a/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_24.2.6643903.bb +++ b/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_24.2.6643903.bb @@ -19,7 +19,7 @@ SRC_URI = "git://git.ti.com/git/graphics/ti-img-rogue-driver.git;protocol=https; S = "${WORKDIR}/git" -SRCREV = "3bcbba9708fe6a882cd0f4820469d026fff7aee5" +SRCREV = "8eaff654a8871118c08cfafe53795f57e3b6b396" TARGET_PRODUCT:j721e = "j721e_linux" TARGET_PRODUCT:j721s2 = "j721s2_linux"