aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/drm/drm_plane_helper.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/drm/drm_plane_helper.c b/drivers/gpu/drm/drm_plane_helper.c
index f16bb92db577..d93c895d559e 100644
--- a/drivers/gpu/drm/drm_plane_helper.c
+++ b/drivers/gpu/drm/drm_plane_helper.c
@@ -37,9 +37,9 @@
37 * creating the primary plane. However drivers that still call 37 * creating the primary plane. However drivers that still call
38 * drm_plane_init() will use this minimal format list as the default. 38 * drm_plane_init() will use this minimal format list as the default.
39 */ 39 */
40const static uint32_t safe_modeset_formats[] = { 40static const uint32_t safe_modeset_formats[] = {
41 DRM_FORMAT_XRGB8888, 41 DRM_FORMAT_XRGB8888,
42 DRM_FORMAT_ARGB8888, 42 DRM_FORMAT_ARGB8888,
43}; 43};
44 44
45/* 45/*