From af0d975665ca68a3396854cd20b18e59002c2ec5 Mon Sep 17 00:00:00 2001 From: Rob Herring Date: Fri, 4 May 2018 16:34:19 -0500 Subject: drm_hwcomposer: Remove GL compositing support The GL based compositing adds alot of complexity and was only ever well tested on closed stacks. It also only supports GLES3.x and still relies on sw_sync timeline which is now a debugfs feature. Those are just the known issues. Removing the GL compositor means everything related to squashing layers and pre-compositing can be removed. The planner is left as it may be useful when adding back support for overlay planes. With this change, only a single plane is supported until ValidateDisplay learns to do atomic modesetting test for overlay planes. Tested-by: John Stultz Signed-off-by: Rob Herring --- platformhisi.h | 1 - 1 file changed, 1 deletion(-) (limited to 'platformhisi.h') diff --git a/platformhisi.h b/platformhisi.h index 46f4595..a098692 100644 --- a/platformhisi.h +++ b/platformhisi.h @@ -34,7 +34,6 @@ class HisiImporter : public DrmGenericImporter { int Init(); - EGLImageKHR ImportImage(EGLDisplay egl_display, buffer_handle_t handle) override; int ImportBuffer(buffer_handle_t handle, hwc_drm_bo_t *bo) override; private: -- cgit v1.2.3