linux_dsm_epyc7002/drivers/gpu/drm/omapdrm
zhengbin 57d55bb5dc drm/omap: Remove set but not used variable 'plane'
Fixes gcc '-Wunused-but-set-variable' warning:

drivers/gpu/drm/omapdrm/omap_fb.c: In function omap_framebuffer_update_scanout:
drivers/gpu/drm/omapdrm/omap_fb.c:130:16: warning: variable plane set but not used [-Wunused-but-set-variable]

It is not used since commit 2ecceeb53b ("drm/omap:
Move buffer pitch/offset to drm_framebuffer")

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: zhengbin <zhengbin13@huawei.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Link: https://patchwork.freedesktop.org/patch/msgid/1570518949-47574-2-git-send-email-zhengbin13@huawei.com
2019-10-14 14:20:22 +03:00
..
displays drm/omap: displays: Remove unused panel drivers 2019-08-16 21:10:21 +02:00
dss drm/omap: hdmi4: fix use of uninitialized var 2019-10-04 11:30:28 +03:00
Kconfig
Makefile
omap_connector.c
omap_connector.h
omap_crtc.c Linus 5.3-rc1 2019-07-22 21:24:10 +02:00
omap_crtc.h drm main pull request for v5.3-rc1 (sans mm changes) 2019-07-15 19:04:27 -07:00
omap_debugfs.c Linus 5.3-rc1 2019-07-22 21:24:10 +02:00
omap_dmm_priv.h
omap_dmm_tiler.c
omap_dmm_tiler.h drm/omap: remove OMAP_BO_TILED define 2019-10-11 17:02:32 +03:00
omap_drv.c Merge drm/drm-next into drm-misc-next 2019-10-03 16:38:50 +02:00
omap_drv.h Linus 5.3-rc1 2019-07-22 21:24:10 +02:00
omap_encoder.c drm: Stop including drm_bridge.h from drm_crtc.h 2019-08-28 22:11:03 +02:00
omap_encoder.h
omap_fb.c drm/omap: Remove set but not used variable 'plane' 2019-10-14 14:20:22 +03:00
omap_fb.h
omap_fbdev.c Linus 5.3-rc1 2019-07-22 21:24:10 +02:00
omap_fbdev.h
omap_gem_dmabuf.c drm/omap: remove OMAP_BO_TILED define 2019-10-11 17:02:32 +03:00
omap_gem.c drm/omap: add OMAP_BO flags to affect buffer allocation 2019-10-11 17:02:44 +03:00
omap_gem.h Linus 5.3-rc1 2019-07-22 21:24:10 +02:00
omap_irq.c Linus 5.3-rc1 2019-07-22 21:24:10 +02:00
omap_irq.h drm main pull request for v5.3-rc1 (sans mm changes) 2019-07-15 19:04:27 -07:00
omap_plane.c drm/omap: Add 'alpha' and 'pixel blend mode' plane properties 2019-08-23 10:15:11 +03:00
omap_plane.h
tcm-sita.c
tcm.h
TODO