[drm-misc:for-linux-next 2/3] drivers/gpu/drm/nouveau/nouveau_sched.c:21:34: error: 'DRM_SCHED_PRIORITY_MIN' undeclared here (not in a function); did you mean 'DRM_SCHED_PRIORITY_HIGH'?
kernel test robot
lkp at intel.com
Sat Nov 25 12:47:48 UTC 2023
Hi Luben,
FYI, the error/warning was bisected to this commit, please ignore it if it's irrelevant.
tree: git://anongit.freedesktop.org/drm/drm-misc for-linux-next
head: 38f922a563aac3148ac73e73689805917f034cb5
commit: fe375c74806dbd30b00ec038a80a5b7bf4653ab7 [2/3] drm/sched: Rename priority MIN to LOW
config: i386-buildonly-randconfig-001-20231125 (https://download.01.org/0day-ci/archive/20231125/202311251951.TDzBeR5F-lkp@intel.com/config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231125/202311251951.TDzBeR5F-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp at intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202311251951.TDzBeR5F-lkp@intel.com/
All errors (new ones prefixed by >>):
>> drivers/gpu/drm/nouveau/nouveau_sched.c:21:34: error: 'DRM_SCHED_PRIORITY_MIN' undeclared here (not in a function); did you mean 'DRM_SCHED_PRIORITY_HIGH'?
21 | NOUVEAU_SCHED_PRIORITY_SINGLE = DRM_SCHED_PRIORITY_MIN,
| ^~~~~~~~~~~~~~~~~~~~~~
| DRM_SCHED_PRIORITY_HIGH
vim +21 drivers/gpu/drm/nouveau/nouveau_sched.c
b88baab828713c Danilo Krummrich 2023-08-04 16
5f03a507b29e44 Danilo Krummrich 2023-11-14 17 /* Starts at 0, since the DRM scheduler interprets those parameters as (initial)
5f03a507b29e44 Danilo Krummrich 2023-11-14 18 * index to the run-queue array.
5f03a507b29e44 Danilo Krummrich 2023-11-14 19 */
5f03a507b29e44 Danilo Krummrich 2023-11-14 20 enum nouveau_sched_priority {
5f03a507b29e44 Danilo Krummrich 2023-11-14 @21 NOUVEAU_SCHED_PRIORITY_SINGLE = DRM_SCHED_PRIORITY_MIN,
5f03a507b29e44 Danilo Krummrich 2023-11-14 22 NOUVEAU_SCHED_PRIORITY_COUNT,
5f03a507b29e44 Danilo Krummrich 2023-11-14 23 };
5f03a507b29e44 Danilo Krummrich 2023-11-14 24
:::::: The code at line 21 was first introduced by commit
:::::: 5f03a507b29e44a848f315c7240c19894dd8be4f drm/nouveau: implement 1:1 scheduler - entity relationship
:::::: TO: Danilo Krummrich <dakr at redhat.com>
:::::: CC: Danilo Krummrich <dakr at redhat.com>
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
More information about the dri-devel
mailing list