linux/drivers/gpu/drm/msm/disp/mdp4
Russell King 070473bcf7 drm: add missing ctx argument to plane transitional helpers
In commits:
34a2ab5e06 ("drm: Add acquire ctx parameter to ->update_plane")
1931529448 ("drm: Add acquire ctx parameter to ->plane_disable")

a pointer to a drm_modeset_acquire_ctx structure was added as an
argument to the method prototypes.  The transitional helpers are
supposed to be directly plugged in as implementations of these
methods, but doing so generates a warning.  Add the missing
argument.

A number of buggy users were added for drm_plane_helper_disable()
which need to be fixed up for this change, which we do by passing
a NULL ctx argument.

Fixes: 1931529448 ("drm: Add acquire ctx parameter to ->plane_disable")
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/E1fa1Zr-0005gT-VF@rmk-PC.armlinux.org.uk
2018-07-03 09:30:19 +02:00
..
mdp4_crtc.c drm/msm: Stop updating plane->fb/crtc 2018-06-11 20:22:44 +03:00
mdp4_dsi_encoder.c
mdp4_dtv_encoder.c
mdp4_irq.c
mdp4_kms.c
mdp4_kms.h
mdp4_lcdc_encoder.c
mdp4_lvds_connector.c
mdp4_lvds_pll.c
mdp4_plane.c drm: add missing ctx argument to plane transitional helpers 2018-07-03 09:30:19 +02:00
mdp4.xml.h