tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master head: 66eee64b235411d512bed4d672c2d00683239daf commit: 5b49da02ddbe1b9082cfc9be1cd848375da178ea [9102/9815] drm/amd/display: Enable Freesync over PCon config: ia64-randconfig-r013-20230201 (https://download.01.org/0day-ci/archive/20230201/202302011836.kA3BxqdY-lkp@xxxxxxxxx/config) compiler: ia64-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://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=5b49da02ddbe1b9082cfc9be1cd848375da178ea git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git git fetch --no-tags linux-next master git checkout 5b49da02ddbe1b9082cfc9be1cd848375da178ea # 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=ia64 olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=ia64 SHELL=/bin/bash drivers/gpu/drm/ If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot <lkp@xxxxxxxxx> All errors (new ones prefixed by >>): In file included from drivers/gpu/drm/amd/amdgpu/amdgpu.h:90, from drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c:43: >> drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.h:62:10: fatal error: mod_info_packet.h: No such file or directory 62 | #include "mod_info_packet.h" | ^~~~~~~~~~~~~~~~~~~ compilation terminated. vim +62 drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.h 58 59 #include "irq_types.h" 60 #include "signal_types.h" 61 #include "amdgpu_dm_crc.h" > 62 #include "mod_info_packet.h" 63 struct aux_payload; 64 struct set_config_cmd_payload; 65 enum aux_return_code_type; 66 enum set_config_status; 67 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests