All of lore.kernel.org
 help / color / mirror / Atom feed
* [mripard:drm/state-readout 1/28] drivers/gpu/drm/tidss/tidss_dispc.c:484:35: error: 'struct dev_pm_info' has no member named 'runtime_status'
@ 2026-02-25 14:55 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2026-02-25 14:55 UTC (permalink / raw)
  To: Tomi Valkeinen; +Cc: oe-kbuild-all, Maxime Ripard

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git drm/state-readout
head:   c9f24e410ebb9f3bade012825d8cfd87915e9d4d
commit: 6c6ebcaf49db8f44f77d4579bcb3a8f1d5cb804c [1/28] HACK: check if DSS is runtime-active when touching regs
config: parisc-allmodconfig (https://download.01.org/0day-ci/archive/20260225/202602252211.jFtAzFya-lkp@intel.com/config)
compiler: hppa-linux-gcc (GCC) 15.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260225/202602252211.jFtAzFya-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/202602252211.jFtAzFya-lkp@intel.com/

All errors (new ones prefixed by >>):

   In file included from include/linux/bug.h:5,
                    from include/linux/instrumented.h:10,
                    from include/linux/atomic/atomic-instrumented.h:17,
                    from include/linux/atomic.h:82,
                    from arch/parisc/include/asm/bitops.h:13,
                    from include/linux/bitops.h:67,
                    from include/linux/kernel.h:23,
                    from include/linux/clk.h:13,
                    from drivers/gpu/drm/tidss/tidss_dispc.c:8:
   drivers/gpu/drm/tidss/tidss_dispc.c: In function 'CH':
>> drivers/gpu/drm/tidss/tidss_dispc.c:484:35: error: 'struct dev_pm_info' has no member named 'runtime_status'
     484 |         WARN_ON((dispc->dev->power.runtime_status != RPM_ACTIVE) &&
         |                                   ^
   arch/parisc/include/asm/bug.h:84:32: note: in definition of macro 'WARN_ON'
      84 |         int __ret_warn_on = !!(x);                              \
         |                                ^
   drivers/gpu/drm/tidss/tidss_dispc.c:485:35: error: 'struct dev_pm_info' has no member named 'runtime_status'
     485 |                 (dispc->dev->power.runtime_status != RPM_RESUMING) &&
         |                                   ^
   arch/parisc/include/asm/bug.h:84:32: note: in definition of macro 'WARN_ON'
      84 |         int __ret_warn_on = !!(x);                              \
         |                                ^
   drivers/gpu/drm/tidss/tidss_dispc.c:486:35: error: 'struct dev_pm_info' has no member named 'runtime_status'
     486 |                 (dispc->dev->power.runtime_status != RPM_SUSPENDING));
         |                                   ^
   arch/parisc/include/asm/bug.h:84:32: note: in definition of macro 'WARN_ON'
      84 |         int __ret_warn_on = !!(x);                              \
         |                                ^


vim +484 drivers/gpu/drm/tidss/tidss_dispc.c

   481	
   482	static void CH(struct dispc_device *dispc)
   483	{
 > 484		WARN_ON((dispc->dev->power.runtime_status != RPM_ACTIVE) &&
   485			(dispc->dev->power.runtime_status != RPM_RESUMING) &&
   486			(dispc->dev->power.runtime_status != RPM_SUSPENDING));
   487	}
   488	

-- 
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:[~2026-02-25 14:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-25 14:55 [mripard:drm/state-readout 1/28] drivers/gpu/drm/tidss/tidss_dispc.c:484:35: error: 'struct dev_pm_info' has no member named 'runtime_status' kernel test robot

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.