* [linux-next:master 5707/10546] drivers/gpu/drm/i915/i915_driver.c:1806:24: error: 'i915_drm_client_fdinfo' undeclared here (not in a function); did you mean 'i915_drm_client_alloc'?
@ 2023-06-17 16:04 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2023-06-17 16:04 UTC (permalink / raw)
To: Tvrtko Ursulin; +Cc: oe-kbuild-all, Linux Memory Management List, Andi Shyti
tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head: f7efed9f38f886edb450041b82a6f15d663c98f8
commit: e894b724c316d9b45d963f929c97578cdffbbe8d [5707/10546] drm/i915: Use the fdinfo helper
config: i386-buildonly-randconfig-r004-20230617 (https://download.01.org/0day-ci/archive/20230618/202306180044.rvrE6n8B-lkp@intel.com/config)
compiler: gcc-12 (Debian 12.2.0-14) 12.2.0
reproduce: (https://download.01.org/0day-ci/archive/20230618/202306180044.rvrE6n8B-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@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202306180044.rvrE6n8B-lkp@intel.com/
All errors (new ones prefixed by >>):
>> drivers/gpu/drm/i915/i915_driver.c:1806:24: error: 'i915_drm_client_fdinfo' undeclared here (not in a function); did you mean 'i915_drm_client_alloc'?
1806 | .show_fdinfo = i915_drm_client_fdinfo,
| ^~~~~~~~~~~~~~~~~~~~~~
| i915_drm_client_alloc
vim +1806 drivers/gpu/drm/i915/i915_driver.c
1793
1794 static const struct drm_driver i915_drm_driver = {
1795 /* Don't use MTRRs here; the Xserver or userspace app should
1796 * deal with them for Intel hardware.
1797 */
1798 .driver_features =
1799 DRIVER_GEM |
1800 DRIVER_RENDER | DRIVER_MODESET | DRIVER_ATOMIC | DRIVER_SYNCOBJ |
1801 DRIVER_SYNCOBJ_TIMELINE,
1802 .release = i915_driver_release,
1803 .open = i915_driver_open,
1804 .lastclose = i915_driver_lastclose,
1805 .postclose = i915_driver_postclose,
> 1806 .show_fdinfo = i915_drm_client_fdinfo,
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-06-17 16:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-17 16:04 [linux-next:master 5707/10546] drivers/gpu/drm/i915/i915_driver.c:1806:24: error: 'i915_drm_client_fdinfo' undeclared here (not in a function); did you mean 'i915_drm_client_alloc'? kernel test robot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox