Skip to content

Commit f394546

Browse files
committed
qcom-adreno: update KGSL tip and drop merged patches from recipe
Update the SRCREV to point to the latest commit in the KGSL source code repository. This update brings in several improvements and fixes: - Fix multiple warnings - Fix compilation errors in the driver with standard 6.12 kernel - Use secure firmware with mbn format - Add support to check /lib/firmware/qcom for SQE and GMU firmwares - Conditionally invoke set_supported_hw API based on speedbin fuse - Add support for standard compatible strings - Ensure IRQ name string persists using devm_kasprintf - Avoid use after free in kgsl_destroy_ion() Additionally, remove patches that have become redundant, as their changes have already been merged in the source code and no longer required to be applied explicitly in kgsl-dlkm recipe. Signed-off-by: Kaushal Sanadhya <[email protected]>
1 parent 87a9849 commit f394546

File tree

3 files changed

+1
-65
lines changed

3 files changed

+1
-65
lines changed

recipes-graphics/kgsl-dlkm/kgsl-dlkm/0007-kgsl-fix-undefined-platform_bus_type-error.patch

Lines changed: 0 additions & 29 deletions
This file was deleted.

recipes-graphics/kgsl-dlkm/kgsl-dlkm/0008-kgsl-fix-building-with-6.12-qcom_scm_set_gpu_smmu_ap.patch

Lines changed: 0 additions & 31 deletions
This file was deleted.

recipes-graphics/kgsl-dlkm/kgsl-dlkm_git.bb

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,11 @@ LICENSE = "GPL-2.0-only"
55
LIC_FILES_CHKSUM = "file://adreno.c;beginline=1;endline=1;md5=fcab174c20ea2e2bc0be64b493708266"
66

77
PV = "0.0+git"
8-
SRCREV = "56d7a36e6b95d3e311fe22f93be98d9d5943036d"
8+
SRCREV = "4e344efc57f9b2dee8b7b439799d61772903d194"
99
SRC_URI = " \
1010
git://github.com/qualcomm-linux/kgsl.git;branch=gfx-kernel.le.0.0;protocol=https \
1111
file://kgsl.rules \
1212
"
13-
SRC_URI += " \
14-
file://0007-kgsl-fix-undefined-platform_bus_type-error.patch \
15-
file://0008-kgsl-fix-building-with-6.12-qcom_scm_set_gpu_smmu_ap.patch \
16-
"
1713

1814
do_install:append() {
1915
install -m 0644 ${WORKDIR}/sources/kgsl.rules -D ${D}${nonarch_base_libdir}/udev/rules.d/kgsl.rules

0 commit comments

Comments
 (0)