mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 10:00:17 +00:00
drm/msm: Add missing stub definition
[ Upstream commita0b21e0ad2] DRM_MSM fails to build with DRM_MSM_DP=n; add the missing stub. Signed-off-by: Robin Murphy <robin.murphy@arm.com> Reviewed-by: Rob Clark <robdclark@gmail.com> Fixes:8ede2ecc3e("drm/msm/dp: Add DP compliance tests on Signed-off-by: Rob Clark <robdclark@chromium.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
f7e27d6064
commit
651df04438
@@ -423,6 +423,11 @@ static inline int msm_dp_display_disable(struct msm_dp *dp,
|
|||||||
{
|
{
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
}
|
}
|
||||||
|
static inline int msm_dp_display_pre_disable(struct msm_dp *dp,
|
||||||
|
struct drm_encoder *encoder)
|
||||||
|
{
|
||||||
|
return -EINVAL;
|
||||||
|
}
|
||||||
static inline void msm_dp_display_mode_set(struct msm_dp *dp,
|
static inline void msm_dp_display_mode_set(struct msm_dp *dp,
|
||||||
struct drm_encoder *encoder,
|
struct drm_encoder *encoder,
|
||||||
struct drm_display_mode *mode,
|
struct drm_display_mode *mode,
|
||||||
|
|||||||
Reference in New Issue
Block a user