diff options
author | Maxime Ripard <mripard@kernel.org> | 2024-07-30 09:09:23 +0200 |
---|---|---|
committer | Maxime Ripard <mripard@kernel.org> | 2024-07-30 09:09:23 +0200 |
commit | a1ff5a7d78a036d6c2178ee5acd6ba4946243800 (patch) | |
tree | 6652a7fba9fc417eaf327b7578447a4583ebd5da /drivers/gpu/drm/drm_panel_orientation_quirks.c | |
parent | drm/client: Fix error code in drm_client_buffer_vmap_local() (diff) | |
parent | Linux 6.11-rc1 (diff) | |
download | linux-a1ff5a7d78a036d6c2178ee5acd6ba4946243800.tar.xz linux-a1ff5a7d78a036d6c2178ee5acd6ba4946243800.zip |
Merge drm/drm-fixes into drm-misc-fixes
Let's start the new drm-misc-fixes cycle by bringing in 6.11-rc1.
Signed-off-by: Maxime Ripard <mripard@kernel.org>
Diffstat (limited to 'drivers/gpu/drm/drm_panel_orientation_quirks.c')
-rw-r--r-- | drivers/gpu/drm/drm_panel_orientation_quirks.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/drm_panel_orientation_quirks.c b/drivers/gpu/drm/drm_panel_orientation_quirks.c index 903f4bfea7e8..c16c7678237e 100644 --- a/drivers/gpu/drm/drm_panel_orientation_quirks.c +++ b/drivers/gpu/drm/drm_panel_orientation_quirks.c @@ -520,4 +520,5 @@ EXPORT_SYMBOL(drm_get_panel_orientation_quirk); #endif +MODULE_DESCRIPTION("Quirks for non-normal panel orientation"); MODULE_LICENSE("Dual MIT/GPL"); |