linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drm/msm: Add missing stub definition
@ 2020-10-26 12:48 Robin Murphy
  2020-10-26 15:28 ` Rob Clark
  2020-12-29 20:15 ` patchwork-bot+linux-arm-msm
  0 siblings, 2 replies; 3+ messages in thread
From: Robin Murphy @ 2020-10-26 12:48 UTC (permalink / raw)
  To: robdclark, sean; +Cc: linux-arm-msm, dri-devel, freedreno

DRM_MSM fails to build with DRM_MSM_DP=n; add the missing stub.

Signed-off-by: Robin Murphy <robin.murphy@arm.com>
---
 drivers/gpu/drm/msm/msm_drv.h | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/drivers/gpu/drm/msm/msm_drv.h b/drivers/gpu/drm/msm/msm_drv.h
index b9dd8f8f4887..0b2686b060c7 100644
--- a/drivers/gpu/drm/msm/msm_drv.h
+++ b/drivers/gpu/drm/msm/msm_drv.h
@@ -423,6 +423,11 @@ static inline int msm_dp_display_disable(struct msm_dp *dp,
 {
 	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,
 				struct drm_encoder *encoder,
 				struct drm_display_mode *mode,
-- 
2.28.0.dirty


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] drm/msm: Add missing stub definition
  2020-10-26 12:48 [PATCH] drm/msm: Add missing stub definition Robin Murphy
@ 2020-10-26 15:28 ` Rob Clark
  2020-12-29 20:15 ` patchwork-bot+linux-arm-msm
  1 sibling, 0 replies; 3+ messages in thread
From: Rob Clark @ 2020-10-26 15:28 UTC (permalink / raw)
  To: Robin Murphy; +Cc: Sean Paul, linux-arm-msm, dri-devel, freedreno

On Mon, Oct 26, 2020 at 5:48 AM Robin Murphy <robin.murphy@arm.com> wrote:
>
> DRM_MSM fails to build with DRM_MSM_DP=n; add the missing stub.
>
> Signed-off-by: Robin Murphy <robin.murphy@arm.com>

Thanks..

Reviewed-by: Rob Clark <robdclark@gmail.com>

and looks like,

Fixes: 8ede2ecc3e5e ("drm/msm/dp: Add DP compliance tests on
Snapdragon Chipsets")

> ---
>  drivers/gpu/drm/msm/msm_drv.h | 5 +++++
>  1 file changed, 5 insertions(+)
>
> diff --git a/drivers/gpu/drm/msm/msm_drv.h b/drivers/gpu/drm/msm/msm_drv.h
> index b9dd8f8f4887..0b2686b060c7 100644
> --- a/drivers/gpu/drm/msm/msm_drv.h
> +++ b/drivers/gpu/drm/msm/msm_drv.h
> @@ -423,6 +423,11 @@ static inline int msm_dp_display_disable(struct msm_dp *dp,
>  {
>         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,
>                                 struct drm_encoder *encoder,
>                                 struct drm_display_mode *mode,
> --
> 2.28.0.dirty
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] drm/msm: Add missing stub definition
  2020-10-26 12:48 [PATCH] drm/msm: Add missing stub definition Robin Murphy
  2020-10-26 15:28 ` Rob Clark
@ 2020-12-29 20:15 ` patchwork-bot+linux-arm-msm
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+linux-arm-msm @ 2020-12-29 20:15 UTC (permalink / raw)
  To: Robin Murphy; +Cc: linux-arm-msm

Hello:

This patch was applied to qcom/linux.git (refs/heads/for-next):

On Mon, 26 Oct 2020 12:48:37 +0000 you wrote:
> DRM_MSM fails to build with DRM_MSM_DP=n; add the missing stub.
> 
> Signed-off-by: Robin Murphy <robin.murphy@arm.com>
> ---
>  drivers/gpu/drm/msm/msm_drv.h | 5 +++++
>  1 file changed, 5 insertions(+)

Here is the summary with links:
  - drm/msm: Add missing stub definition
    https://git.kernel.org/qcom/c/a0b21e0ad294

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-12-29 20:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-26 12:48 [PATCH] drm/msm: Add missing stub definition Robin Murphy
2020-10-26 15:28 ` Rob Clark
2020-12-29 20:15 ` patchwork-bot+linux-arm-msm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).