aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drm_fb_helper.h
diff options
context:
space:
mode:
authorNoralf Trønnes <noralf@tronnes.org>2019-05-06 20:01:32 +0200
committerNoralf Trønnes <noralf@tronnes.org>2019-05-14 16:13:07 +0200
commitc8de0d5ff978a581717a1576e676b68bdc86c996 (patch)
tree72eec0038763b2b7eb95505376a3ee1767cf4c7d /include/drm/drm_fb_helper.h
parentdrm/fb-helper: No need to cache rotation and sw_rotations (diff)
downloadlinux-dev-c8de0d5ff978a581717a1576e676b68bdc86c996.tar.xz
linux-dev-c8de0d5ff978a581717a1576e676b68bdc86c996.zip
drm/fb-helper: Remove drm_fb_helper_crtc->{x, y, desired_mode}
The values are already present in the modeset. This is done in preparation for the removal of struct drm_fb_helper_crtc. Signed-off-by: Noralf Trønnes <noralf@tronnes.org> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> Reviewed-by: Maxime Ripard <maxime.ripard@bootlin.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190506180139.6913-5-noralf@tronnes.org
Diffstat (limited to 'include/drm/drm_fb_helper.h')
-rw-r--r--include/drm/drm_fb_helper.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/drm/drm_fb_helper.h b/include/drm/drm_fb_helper.h
index b0a14aef2e39..2af1c6d3e147 100644
--- a/include/drm/drm_fb_helper.h
+++ b/include/drm/drm_fb_helper.h
@@ -49,8 +49,6 @@ struct drm_fb_offset {
struct drm_fb_helper_crtc {
struct drm_mode_set mode_set;
- struct drm_display_mode *desired_mode;
- int x, y;
};
/**