diff options
author | Dave Airlie <airlied@redhat.com> | 2019-07-18 15:03:13 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2019-07-18 15:03:49 +1000 |
commit | b3c8a40cfc4a7051ac8b7b3fc5fe1ee1467bef25 (patch) | |
tree | 5d7aed7f5f81c2c75e1e742e571274fca0ce0366 /include | |
parent | 3729fe2bc2a01f4cc1aa88be8f64af06084c87d6 (diff) | |
parent | 7f3bbc0b817b51206948b743331c7441bf918c7f (diff) |
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')
-rw-r--r-- | include/drm/drm_modes.h | 2 |
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, |