summaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorDave Airlie2019-07-18 07:03:13 +0200
committerDave Airlie2019-07-18 07:03:49 +0200
commitb3c8a40cfc4a7051ac8b7b3fc5fe1ee1467bef25 (patch)
tree5d7aed7f5f81c2c75e1e742e571274fca0ce0366 /include/drm
parentRevert "Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/l... (diff)
parentdrm/modes: Skip invalid cmdline mode (diff)
downloadkernel-qcow2-linux-b3c8a40cfc4a7051ac8b7b3fc5fe1ee1467bef25.tar.gz
kernel-qcow2-linux-b3c8a40cfc4a7051ac8b7b3fc5fe1ee1467bef25.tar.xz
kernel-qcow2-linux-b3c8a40cfc4a7051ac8b7b3fc5fe1ee1467bef25.zip
Merge tag 'drm-misc-next-fixes-2019-07-11' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
Pull request for drm-misc-fixes-next for v5.3: - Revert properties exposed in komeda that need improvement before they become ABI. - Only add modes from the cmdline if they are valid. - Add orientation quirk for GPD MicroPC. - Reduce stack usage in drm selftests. - Fix bochs framebuffer setup. Signed-off-by: Dave Airlie <airlied@redhat.com> From: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/e6b84ce4-2728-fb02-87c1-6a6b87703c0b@linux.intel.com
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/drm_modes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/drm_modes.h b/include/drm/drm_modes.h
index 083f16747369..e946e20c61d8 100644
--- a/include/drm/drm_modes.h
+++ b/include/drm/drm_modes.h
@@ -537,7 +537,7 @@ void drm_connector_list_update(struct drm_connector *connector);
/* parsing cmdline modes */
bool
drm_mode_parse_command_line_for_connector(const char *mode_option,
- struct drm_connector *connector,
+ const struct drm_connector *connector,
struct drm_cmdline_mode *mode);
struct drm_display_mode *
drm_mode_create_from_cmdline_mode(struct drm_device *dev,