aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-graphics/drm/libdrm/freedreno_ksgl.patch19
-rw-r--r--recipes-graphics/drm/libdrm_%.bbappend3
2 files changed, 0 insertions, 22 deletions
diff --git a/recipes-graphics/drm/libdrm/freedreno_ksgl.patch b/recipes-graphics/drm/libdrm/freedreno_ksgl.patch
deleted file mode 100644
index 7fe8bf7..0000000
--- a/recipes-graphics/drm/libdrm/freedreno_ksgl.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-when libdrm is built without kgsl backend enabled (which is our case by default
-this function is not defined in libdrm
-
-
-diff --git a/freedreno/freedreno_bo.c b/freedreno/freedreno_bo.c
-index a23c65d..82c1f15 100644
---- a/freedreno/freedreno_bo.c
-+++ b/freedreno/freedreno_bo.c
-@@ -431,3 +431,10 @@ void fd_bo_cpu_fini(struct fd_bo *bo)
- {
- bo->funcs->cpu_fini(bo);
- }
-+
-+#ifndef HAVE_FREEDRENO_KGSL
-+struct fd_bo * fd_bo_from_fbdev(struct fd_pipe *pipe, int fbfd, uint32_t size)
-+{
-+ return NULL;
-+}
-+#endif
diff --git a/recipes-graphics/drm/libdrm_%.bbappend b/recipes-graphics/drm/libdrm_%.bbappend
deleted file mode 100644
index 1c8a796..0000000
--- a/recipes-graphics/drm/libdrm_%.bbappend
+++ /dev/null
@@ -1,3 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-
-SRC_URI += "file://freedreno_ksgl.patch"