diff options
author | Noralf Trønnes <noralf@tronnes.org> | 2019-06-08 17:26:54 +0200 |
---|---|---|
committer | Noralf Trønnes <noralf@tronnes.org> | 2019-06-11 14:47:17 +0200 |
commit | aafa9e0668720a663eb47f25d863a84160eead7b (patch) | |
tree | d81f59c70ffd0dee8e1090df9c64248e13110631 /include/drm | |
parent | e5852bee90d6cb7d9bd2c635c056e7746f137e06 (diff) | |
download | linux-aafa9e0668720a663eb47f25d863a84160eead7b.tar.gz linux-aafa9e0668720a663eb47f25d863a84160eead7b.tar.bz2 linux-aafa9e0668720a663eb47f25d863a84160eead7b.zip |
drm/fb-helper: Prepare to move out modeset config code
This prepares the modeset code so it can be moved out as-is in the next
patch.
v3: Remove stray newline
Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
Reviewed-by: Maxime Ripard <maxime.ripard@bootlin.com>
Reviewed-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20190608152657.36613-3-noralf@tronnes.org
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/drm_fb_helper.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/drm/drm_fb_helper.h b/include/drm/drm_fb_helper.h index e14d52ef9638..c8a8ae2a678a 100644 --- a/include/drm/drm_fb_helper.h +++ b/include/drm/drm_fb_helper.h @@ -43,10 +43,6 @@ enum mode_set_atomic { ENTER_ATOMIC_MODE_SET, }; -struct drm_fb_offset { - int x, y; -}; - /** * struct drm_fb_helper_surface_size - describes fbdev size and scanout surface size * @fb_width: fbdev width |