All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rodrigo Vivi <rodrigo.vivi@intel.com>
To: "Jeffrey Hugo" <quic_jhugo@quicinc.com>,
	"Jouni Högander" <jouni.hogander@intel.com>,
	"Maarten Lankhorst" <maarten.lankhorst@linux.intel.com>,
	"Maxime Ripard" <mripard@kernel.org>,
	"Thomas Zimmermann" <tzimmermann@suse.de>
Cc: Jani Nikula <jani.nikula@linux.intel.com>,
	<joonas.lahtinen@linux.intel.com>,
	Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com>,
	<intel-gfx@lists.freedesktop.org>,
	<intel-xe@lists.freedesktop.org>,
	"open list:DRM PANEL DRIVERS" <dri-devel@lists.freedesktop.org>
Subject: Re: i915 build error on drm-misc-next
Date: Fri, 23 Feb 2024 12:00:55 -0500	[thread overview]
Message-ID: <ZdjPRzGLfV7RAEYu@intel.com> (raw)
In-Reply-To: <fe8b2841-cbf0-775e-6e74-50476b652f9f@quicinc.com>

On Fri, Feb 23, 2024 at 08:50:06AM -0700, Jeffrey Hugo wrote:
> With the x86_64_defconfig I see the following when building drm-misc-next:
> 
>   CC      drivers/gpu/drm/i915/display/intel_crt.o
>   CC      drivers/gpu/drm/i915/display/intel_cx0_phy.o
>   CC      drivers/gpu/drm/i915/display/intel_ddi.o
>   CC      drivers/gpu/drm/i915/display/intel_ddi_buf_trans.o
>   CC      drivers/gpu/drm/i915/display/intel_display_device.o
>   CC      drivers/gpu/drm/i915/display/intel_display_trace.o
>   CC      drivers/gpu/drm/i915/display/intel_dkl_phy.o
>   CC      drivers/gpu/drm/i915/display/intel_dp.o
>   CC      drivers/gpu/drm/i915/display/intel_dp_aux.o
>   CC      drivers/gpu/drm/i915/display/intel_dp_aux_backlight.o
>   CC      drivers/gpu/drm/i915/display/intel_dp_hdcp.o
>   CC      drivers/gpu/drm/i915/display/intel_dp_link_training.o
>   CC      drivers/gpu/drm/i915/display/intel_dp_mst.o
>   CC      drivers/gpu/drm/i915/display/intel_dsi.o
>   CC      drivers/gpu/drm/i915/display/intel_dsi_dcs_backlight.o
>   CC      drivers/gpu/drm/i915/display/intel_dsi_vbt.o
>   CC      drivers/gpu/drm/i915/display/intel_dvo.o
>   CC      drivers/gpu/drm/i915/display/intel_gmbus.o
>   CC      drivers/gpu/drm/i915/display/intel_hdmi.o
>   CC      drivers/gpu/drm/i915/display/intel_lspcon.o
>   CC      drivers/gpu/drm/i915/display/intel_lvds.o
>   CC      drivers/gpu/drm/i915/display/intel_panel.o
>   CC      drivers/gpu/drm/i915/display/intel_pps.o
> drivers/gpu/drm/i915/display/intel_dp.c: In function
> ‘intel_write_dp_vsc_sdp’:
> drivers/gpu/drm/i915/display/intel_dp.c:4232:15: error: implicit declaration
> of function ‘intel_dp_vsc_sdp_pack’; did you mean ‘drm_dp_vsc_sdp_pack’?
> [-Werror=implicit-function-declaration]
>  4232 |         len = intel_dp_vsc_sdp_pack(vsc, &sdp, sizeof(sdp));
>       |               ^~~~~~~~~~~~~~~~~~~~~
>       |               drm_dp_vsc_sdp_pack
> 
> Is this a known issue?

o.O - what a mistery!

it looks that drm-misc-next has only part of the patch:
31a5b6ed88c7 ("drm/i915/display: Unify VSC SPD preparation")

without the patch itself...

I couldn't even trace back to understand how the declaration is
gone from the drm-misc-next...

> 
> -Jeff

  reply	other threads:[~2024-02-23 17:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-23 15:50 i915 build error on drm-misc-next Jeffrey Hugo
2024-02-23 17:00 ` Rodrigo Vivi [this message]
2024-02-23 17:47   ` Abhinav Kumar
2024-02-23 19:35     ` Rodrigo Vivi
2024-02-23 20:18       ` Abhinav Kumar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ZdjPRzGLfV7RAEYu@intel.com \
    --to=rodrigo.vivi@intel.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=intel-xe@lists.freedesktop.org \
    --cc=jani.nikula@linux.intel.com \
    --cc=joonas.lahtinen@linux.intel.com \
    --cc=jouni.hogander@intel.com \
    --cc=maarten.lankhorst@linux.intel.com \
    --cc=mripard@kernel.org \
    --cc=quic_jhugo@quicinc.com \
    --cc=tvrtko.ursulin@linux.intel.com \
    --cc=tzimmermann@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.