[Intel-gfx] [PATCH v3 13/48] drm/i915/xelpd: Add rc_qp_table for rcparams calculation
kernel test robot
lkp at intel.com
Sat May 8 09:10:28 UTC 2021
Hi Matt,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on drm-tip/drm-tip]
[cannot apply to drm-intel/for-linux-next v5.12 next-20210507]
[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]
url: https://github.com/0day-ci/linux/commits/Matt-Roper/Alder-Lake-P-Support/20210508-103146
base: git://anongit.freedesktop.org/drm/drm-tip drm-tip
config: x86_64-randconfig-a006-20210508 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project 1312852040b3190a6cb7d7c1f61fe95a5e930d8d)
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
# install x86_64 cross compiling tool for clang build
# apt-get install binutils-x86-64-linux-gnu
# https://github.com/0day-ci/linux/commit/c1dc21097ed289a8510b4b3827d9dbe75347b660
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Matt-Roper/Alder-Lake-P-Support/20210508-103146
git checkout c1dc21097ed289a8510b4b3827d9dbe75347b660
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 ARCH=x86_64
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp at intel.com>
All errors (new ones prefixed by >>):
>> drivers/gpu/drm/i915/display/intel_qp_tables.c:9:10: fatal error: 'intel_qp_tables.h' file not found
#include "intel_qp_tables.h"
^~~~~~~~~~~~~~~~~~~
1 error generated.
--
>> drivers/gpu/drm/i915/display/intel_vdsc.c:14:10: fatal error: 'intel_qp_tables.h' file not found
#include "intel_qp_tables.h"
^~~~~~~~~~~~~~~~~~~
1 error generated.
vim +9 drivers/gpu/drm/i915/display/intel_qp_tables.c
7
8 #include "i915_utils.h"
> 9 #include "intel_qp_tables.h"
10
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: .config.gz
Type: application/gzip
Size: 42215 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/intel-gfx/attachments/20210508/f053891b/attachment-0001.gz>
More information about the Intel-gfx
mailing list