drm/omapdrm: Remove bo from struct omap_fbdev
authorThomas Zimmermann <tzimmermann@suse.de>
Mon, 3 Apr 2023 10:40:33 +0000 (12:40 +0200)
committerTomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Thu, 6 Apr 2023 12:50:01 +0000 (15:50 +0300)
commit194c9e20954a0b08418aa452be8c4fce5258fe04
tree620475b4e02fd08e25cf28970dff98e94c5d1fd8
parent38129bc9260d3394b2e5d4e5eebc6baaeac02e8f
drm/omapdrm: Remove bo from struct omap_fbdev

Fbdev's framebuffer stores a pointer to the GEM object. Remove
struct omap_fbdev.bo, which contains the same value. No functional
changes.

v2:
* fix commit message (Tomi)

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230403104035.15288-4-tzimmermann@suse.de
drivers/gpu/drm/omapdrm/omap_fbdev.c