summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Brace <kevinbrace@bracecomputerlab.com>2023-09-09 20:55:40 -0700
committerKevin Brace <kevinbrace@bracecomputerlab.com>2023-09-09 20:55:40 -0700
commit5e11d4f0853576c31cd8c2b8b6dfbfdce3db04f8 (patch)
tree723ad1bcd6b799493a53af598bf2db9b13e104f9
parent86d6bfd9102e6733cdeaf5acbaf29033475c5c4c (diff)
drm/via: Version bumped to 3.6.11drm-next-6.6
Using the previous DRM_FORMAT_XRGB8888 setting causes strange frame buffer errors and the loss of hardware cursor. Signed-off-by: Kevin Brace <kevinbrace@bracecomputerlab.com>
-rw-r--r--drivers/gpu/drm/via/via_drv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/via/via_drv.h b/drivers/gpu/drm/via/via_drv.h
index 74aa149fea16..b7a273d614da 100644
--- a/drivers/gpu/drm/via/via_drv.h
+++ b/drivers/gpu/drm/via/via_drv.h
@@ -44,10 +44,10 @@
#define DRIVER_MAJOR 3
#define DRIVER_MINOR 6
-#define DRIVER_PATCHLEVEL 10
+#define DRIVER_PATCHLEVEL 11
#define DRIVER_NAME "via"
#define DRIVER_DESC "OpenChrome DRM for VIA Technologies Chrome"
-#define DRIVER_DATE "20230728"
+#define DRIVER_DATE "20230909"
#define DRIVER_AUTHOR "OpenChrome Project"