From: kernel test robot <lkp@intel.com>
To: Mark Yacoub <markyacoub@chromium.org>,
Rob Clark <robdclark@gmail.com>,
Abhinav Kumar <quic_abhinavk@quicinc.com>,
Dmitry Baryshkov <dmitry.baryshkov@linaro.org>,
Sean Paul <sean@poorly.run>, David Airlie <airlied@gmail.com>,
Daniel Vetter <daniel@ffwll.ch>
Cc: linux-kernel@vger.kernel.org,
Mark Yacoub <markyacoub@chromium.org>,
intel-gfx@lists.freedesktop.org, dianders@chromium.org,
dri-devel@lists.freedesktop.org,
Stephen Boyd <swboyd@chromium.org>,
seanpaul@chromium.org, oe-kbuild-all@lists.linux.dev,
freedreno@lists.freedesktop.org, linux-arm-msm@vger.kernel.org
Subject: Re: [Intel-gfx] [PATCH v9 10/10] drm/msm: Implement HDCP 1.x using the new drm HDCP helpers
Date: Mon, 17 Apr 2023 22:06:21 +0800 [thread overview]
Message-ID: <202304172130.pXI8PgGX-lkp@intel.com> (raw)
In-Reply-To: <20230411192134.508113-11-markyacoub@google.com>
Hi Mark,
kernel test robot noticed the following build errors:
[auto build test ERROR on drm-intel/for-linux-next-fixes]
[also build test ERROR on linus/master v6.3-rc7]
[cannot apply to drm-tip/drm-tip drm-misc/drm-misc-next drm-intel/for-linux-next drm/drm-next]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]
url: https://github.com/intel-lab-lkp/linux/commits/Mark-Yacoub/drm-hdcp-Add-drm_hdcp_atomic_check/20230412-032412
base: git://anongit.freedesktop.org/drm-intel for-linux-next-fixes
patch link: https://lore.kernel.org/r/20230411192134.508113-11-markyacoub%40google.com
patch subject: [Intel-gfx] [PATCH v9 10/10] drm/msm: Implement HDCP 1.x using the new drm HDCP helpers
config: loongarch-randconfig-r015-20230417 (https://download.01.org/0day-ci/archive/20230417/202304172130.pXI8PgGX-lkp@intel.com/config)
compiler: loongarch64-linux-gcc (GCC) 12.1.0
reproduce (this is a W=1 build):
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# https://github.com/intel-lab-lkp/linux/commit/93651da28f1a578d2edab2d2b47d9935145d675f
git remote add linux-review https://github.com/intel-lab-lkp/linux
git fetch --no-tags linux-review Mark-Yacoub/drm-hdcp-Add-drm_hdcp_atomic_check/20230412-032412
git checkout 93651da28f1a578d2edab2d2b47d9935145d675f
# save the config file
mkdir build_dir && cp config build_dir/.config
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=loongarch olddefconfig
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=loongarch SHELL=/bin/bash drivers/gpu/drm/msm/
If you fix the issue, kindly add following tag where applicable
| Reported-by: kernel test robot <lkp@intel.com>
| Link: https://lore.kernel.org/oe-kbuild-all/202304172130.pXI8PgGX-lkp@intel.com/
All errors (new ones prefixed by >>):
>> drivers/gpu/drm/msm/msm_atomic.c:12:10: fatal error: dp_drm.h: No such file or directory
12 | #include "dp_drm.h"
| ^~~~~~~~~~
compilation terminated.
vim +12 drivers/gpu/drm/msm/msm_atomic.c
11
> 12 #include "dp_drm.h"
13 #include "msm_atomic_trace.h"
14 #include "msm_drv.h"
15 #include "msm_gem.h"
16 #include "msm_kms.h"
17
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests
WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: Mark Yacoub <markyacoub@chromium.org>,
Rob Clark <robdclark@gmail.com>,
Abhinav Kumar <quic_abhinavk@quicinc.com>,
Dmitry Baryshkov <dmitry.baryshkov@linaro.org>,
Sean Paul <sean@poorly.run>, David Airlie <airlied@gmail.com>,
Daniel Vetter <daniel@ffwll.ch>
Cc: oe-kbuild-all@lists.linux.dev,
Mark Yacoub <markyacoub@chromium.org>,
intel-gfx@lists.freedesktop.org, dianders@chromium.org,
dri-devel@lists.freedesktop.org,
Stephen Boyd <swboyd@chromium.org>,
seanpaul@chromium.org, linux-arm-msm@vger.kernel.org,
freedreno@lists.freedesktop.org, linux-kernel@vger.kernel.org
Subject: Re: [Intel-gfx] [PATCH v9 10/10] drm/msm: Implement HDCP 1.x using the new drm HDCP helpers
Date: Mon, 17 Apr 2023 22:06:21 +0800 [thread overview]
Message-ID: <202304172130.pXI8PgGX-lkp@intel.com> (raw)
In-Reply-To: <20230411192134.508113-11-markyacoub@google.com>
Hi Mark,
kernel test robot noticed the following build errors:
[auto build test ERROR on drm-intel/for-linux-next-fixes]
[also build test ERROR on linus/master v6.3-rc7]
[cannot apply to drm-tip/drm-tip drm-misc/drm-misc-next drm-intel/for-linux-next drm/drm-next]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]
url: https://github.com/intel-lab-lkp/linux/commits/Mark-Yacoub/drm-hdcp-Add-drm_hdcp_atomic_check/20230412-032412
base: git://anongit.freedesktop.org/drm-intel for-linux-next-fixes
patch link: https://lore.kernel.org/r/20230411192134.508113-11-markyacoub%40google.com
patch subject: [Intel-gfx] [PATCH v9 10/10] drm/msm: Implement HDCP 1.x using the new drm HDCP helpers
config: loongarch-randconfig-r015-20230417 (https://download.01.org/0day-ci/archive/20230417/202304172130.pXI8PgGX-lkp@intel.com/config)
compiler: loongarch64-linux-gcc (GCC) 12.1.0
reproduce (this is a W=1 build):
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# https://github.com/intel-lab-lkp/linux/commit/93651da28f1a578d2edab2d2b47d9935145d675f
git remote add linux-review https://github.com/intel-lab-lkp/linux
git fetch --no-tags linux-review Mark-Yacoub/drm-hdcp-Add-drm_hdcp_atomic_check/20230412-032412
git checkout 93651da28f1a578d2edab2d2b47d9935145d675f
# save the config file
mkdir build_dir && cp config build_dir/.config
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=loongarch olddefconfig
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=loongarch SHELL=/bin/bash drivers/gpu/drm/msm/
If you fix the issue, kindly add following tag where applicable
| Reported-by: kernel test robot <lkp@intel.com>
| Link: https://lore.kernel.org/oe-kbuild-all/202304172130.pXI8PgGX-lkp@intel.com/
All errors (new ones prefixed by >>):
>> drivers/gpu/drm/msm/msm_atomic.c:12:10: fatal error: dp_drm.h: No such file or directory
12 | #include "dp_drm.h"
| ^~~~~~~~~~
compilation terminated.
vim +12 drivers/gpu/drm/msm/msm_atomic.c
11
> 12 #include "dp_drm.h"
13 #include "msm_atomic_trace.h"
14 #include "msm_drv.h"
15 #include "msm_gem.h"
16 #include "msm_kms.h"
17
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests
next prev parent reply other threads:[~2023-04-17 14:10 UTC|newest]
Thread overview: 53+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-11 19:21 [Intel-gfx] [PATCH v9 00/10] drm/hdcp: Pull HDCP auth/exchange/check into helpers Mark Yacoub
2023-04-11 19:21 ` Mark Yacoub
2023-04-11 19:21 ` [Intel-gfx] [PATCH v9 01/10] drm/hdcp: Add drm_hdcp_atomic_check() Mark Yacoub
2023-04-11 19:21 ` Mark Yacoub
2023-04-11 19:21 ` Mark Yacoub
2023-04-18 5:27 ` [Intel-gfx] " Kandpal, Suraj
2023-04-18 5:27 ` Kandpal, Suraj
2023-04-18 5:27 ` Kandpal, Suraj
2023-04-18 6:43 ` [Intel-gfx] " Jani Nikula
2023-04-18 6:43 ` Jani Nikula
2023-04-18 6:43 ` Jani Nikula
2023-04-11 19:21 ` [Intel-gfx] [PATCH v9 02/10] drm/hdcp: Avoid changing crtc state in hdcp atomic check Mark Yacoub
2023-04-11 19:21 ` Mark Yacoub
2023-04-11 19:21 ` Mark Yacoub
2023-04-18 5:37 ` [Intel-gfx] " Kandpal, Suraj
2023-04-18 5:37 ` Kandpal, Suraj
2023-04-18 5:37 ` Kandpal, Suraj
2023-04-11 19:21 ` [Intel-gfx] [PATCH v9 03/10] drm/hdcp: Update property value on content type and user changes Mark Yacoub
2023-04-11 19:21 ` Mark Yacoub
2023-04-11 19:21 ` Mark Yacoub
2023-04-11 19:21 ` [Intel-gfx] [PATCH v9 04/10] drm/hdcp: Expand HDCP helper library for enable/disable/check Mark Yacoub
2023-04-11 19:21 ` Mark Yacoub
2023-04-11 19:21 ` Mark Yacoub
2023-04-11 23:19 ` [Intel-gfx] " kernel test robot
2023-04-11 23:19 ` kernel test robot
2023-04-11 23:19 ` kernel test robot
2023-04-16 15:44 ` [Intel-gfx] " kernel test robot
2023-04-16 15:44 ` kernel test robot
2023-04-16 15:44 ` kernel test robot
2023-04-11 19:21 ` [Intel-gfx] [PATCH v9 05/10] drm/i915/hdcp: Consolidate HDCP setup/state cache Mark Yacoub
2023-04-11 19:21 ` Mark Yacoub
2023-04-11 19:21 ` Mark Yacoub
2023-04-11 19:21 ` [Intel-gfx] [PATCH v9 06/10] drm/i915/hdcp: Retain hdcp_capable return codes Mark Yacoub
2023-04-11 19:21 ` Mark Yacoub
2023-04-11 19:21 ` Mark Yacoub
2023-04-11 19:21 ` [Intel-gfx] [PATCH v9 07/10] drm/i915/hdcp: Use HDCP helpers for i915 Mark Yacoub
2023-04-11 19:21 ` Mark Yacoub
2023-04-11 19:21 ` Mark Yacoub
2023-04-18 6:07 ` [Intel-gfx] " Kandpal, Suraj
2023-04-18 6:07 ` Kandpal, Suraj
2023-04-18 6:07 ` Kandpal, Suraj
2023-04-11 19:21 ` [Intel-gfx] [PATCH v9 08/10] dt-bindings: msm/dp: Add bindings for HDCP registers Mark Yacoub
2023-04-11 19:21 ` Mark Yacoub
2023-04-11 19:21 ` Mark Yacoub
2023-04-11 19:21 ` [Intel-gfx] [PATCH v9 09/10] arm64: dts: qcom: sc7180: Add support for HDCP in dp-controller Mark Yacoub
2023-04-11 19:21 ` Mark Yacoub
2023-04-11 19:21 ` Mark Yacoub
2023-04-11 19:21 ` [Intel-gfx] [PATCH v9 10/10] drm/msm: Implement HDCP 1.x using the new drm HDCP helpers Mark Yacoub
2023-04-11 19:21 ` Mark Yacoub
2023-04-11 19:21 ` Mark Yacoub
2023-04-17 14:06 ` kernel test robot [this message]
2023-04-17 14:06 ` [Intel-gfx] " kernel test robot
2023-04-12 1:31 ` [Intel-gfx] ✗ Fi.CI.BUILD: failure for drm/hdcp: Pull HDCP auth/exchange/check into helpers (rev9) Patchwork
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=202304172130.pXI8PgGX-lkp@intel.com \
--to=lkp@intel.com \
--cc=airlied@gmail.com \
--cc=daniel@ffwll.ch \
--cc=dianders@chromium.org \
--cc=dmitry.baryshkov@linaro.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=freedreno@lists.freedesktop.org \
--cc=intel-gfx@lists.freedesktop.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=markyacoub@chromium.org \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=quic_abhinavk@quicinc.com \
--cc=robdclark@gmail.com \
--cc=sean@poorly.run \
--cc=seanpaul@chromium.org \
--cc=swboyd@chromium.org \
/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.