ODROID-N2/C4: Revert "drm/panfrost: Bump the driver version to 1.6"

This reverts commit ab566ca64768d1b63204b5ff736229576f2533a6.

This commit shows the error with Ubuntu 26.04, tested with ODROID-N2/C4
while Mesa 26.0.1-2ubuntu1 is installed.

	[08:13:34.357] Failed in eglSwapBuffers.
	[08:13:34.358] EGL error state: EGL_BAD_ALLOC (0x3003)
	[08:13:34.358] failed to lock front buffer: No such file or directory
	[08:13:34.604] buffer age query failed.
	[08:13:34.605] EGL error state: EGL_BAD_ALLOC (0x3003)

Change-Id: If368e529dc03e1aa40936fe532cf77881b322ae7
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
This commit is contained in:
Dongjin Kim
2026-03-18 19:52:24 +09:00
parent 7ad9c58574
commit 24e4010135

View File

@@ -927,9 +927,6 @@ static void panfrost_debugfs_init(struct drm_minor *minor)
* - 1.4 - adds SET_LABEL_BO
* - 1.5 - adds JM_CTX_{CREATE,DESTROY} ioctls and extend SUBMIT to allow
* context creation with configurable priorities/affinity
* - 1.6 - adds PANFROST_BO_MAP_WB, PANFROST_IOCTL_SYNC_BO,
* PANFROST_IOCTL_QUERY_BO_INFO and
* DRM_PANFROST_PARAM_SELECTED_COHERENCY
*/
static const struct drm_driver panfrost_drm_driver = {
.driver_features = DRIVER_RENDER | DRIVER_GEM | DRIVER_SYNCOBJ,
@@ -942,7 +939,7 @@ static const struct drm_driver panfrost_drm_driver = {
.name = "panfrost",
.desc = "panfrost DRM",
.major = 1,
.minor = 6,
.minor = 5,
.gem_create_object = panfrost_gem_create_object,
.gem_prime_import = panfrost_gem_prime_import,