Commit 02023638 authored by Lee Jones's avatar Lee Jones Committed by Rob Clark

drm/msm/disp/dpu1/dpu_plane: Fix a couple of naming issues

Fixes the following W=1 kernel build warning(s):

 drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c:373: warning: expecting prototype for _dpu_plane_set_panic_lut(). Prototype was for _dpu_plane_set_danger_lut() instead
 drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c:498: warning: expecting prototype for _dpu_plane_set_vbif_qos(). Prototype was for _dpu_plane_set_qos_remap() instead

Cc: Rob Clark <robdclark@gmail.com>
Cc: Sean Paul <sean@poorly.run>
Cc: David Airlie <airlied@linux.ie>
Cc: Daniel Vetter <daniel@ffwll.ch>
Cc: linux-arm-msm@vger.kernel.org
Cc: dri-devel@lists.freedesktop.org
Cc: freedreno@lists.freedesktop.org
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20210602143300.2330146-12-lee.jones@linaro.orgReviewed-by: default avatarAbhinav Kumar <abhinavk@codeaurora.org>
Signed-off-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: default avatarRob Clark <robdclark@chromium.org>
parent bce98bf7
...@@ -363,7 +363,7 @@ static void _dpu_plane_set_qos_lut(struct drm_plane *plane, ...@@ -363,7 +363,7 @@ static void _dpu_plane_set_qos_lut(struct drm_plane *plane,
} }
/** /**
* _dpu_plane_set_panic_lut - set danger/safe LUT of the given plane * _dpu_plane_set_danger_lut - set danger/safe LUT of the given plane
* @plane: Pointer to drm plane * @plane: Pointer to drm plane
* @fb: Pointer to framebuffer associated with the given plane * @fb: Pointer to framebuffer associated with the given plane
*/ */
...@@ -488,7 +488,7 @@ static void _dpu_plane_set_ot_limit(struct drm_plane *plane, ...@@ -488,7 +488,7 @@ static void _dpu_plane_set_ot_limit(struct drm_plane *plane,
} }
/** /**
* _dpu_plane_set_vbif_qos - set vbif QoS for the given plane * _dpu_plane_set_qos_remap - set vbif QoS for the given plane
* @plane: Pointer to drm plane * @plane: Pointer to drm plane
*/ */
static void _dpu_plane_set_qos_remap(struct drm_plane *plane) static void _dpu_plane_set_qos_remap(struct drm_plane *plane)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment