Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* Re: [Intel-gfx] linux-next: Tree for May 16 (drm/i915/gt/intel_gt_sysfs_pm.c)
       [not found] <20220516205718.2c5a52f9@canb.auug.org.au>
@ 2022-05-16 21:22 ` Randy Dunlap
  2022-05-17  7:35   ` Tvrtko Ursulin
  0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2022-05-16 21:22 UTC (permalink / raw)
  To: Stephen Rothwell, Linux Next Mailing List
  Cc: intel-gfx, Linux Kernel Mailing List,
	dri-devel@lists.freedesktop.org, Rodrigo Vivi

[-- Attachment #1: Type: text/plain, Size: 1304 bytes --]



On 5/16/22 03:57, Stephen Rothwell wrote:
> Hi all,
> 
> Changes since 20220513:
> 

on i386:

  CC      drivers/gpu/drm/i915/gt/intel_gt_sysfs_pm.o
../drivers/gpu/drm/i915/gt/intel_gt_sysfs_pm.c: In function ‘act_freq_mhz_show’:
../drivers/gpu/drm/i915/gt/intel_gt_sysfs_pm.c:276:20: error: implicit declaration of function ‘sysfs_gt_attribute_r_max_func’ [-Werror=implicit-function-declaration]
  u32 actual_freq = sysfs_gt_attribute_r_max_func(dev, attr,
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/gpu/drm/i915/gt/intel_gt_sysfs_pm.c: In function ‘boost_freq_mhz_store’:
../drivers/gpu/drm/i915/gt/intel_gt_sysfs_pm.c:327:9: error: implicit declaration of function ‘sysfs_gt_attribute_w_func’ [-Werror=implicit-function-declaration]
  return sysfs_gt_attribute_w_func(dev, attr,
         ^~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/gpu/drm/i915/gt/intel_gt_sysfs_pm.c: In function ‘min_freq_mhz_show’:
../drivers/gpu/drm/i915/gt/intel_gt_sysfs_pm.c:416:17: error: implicit declaration of function ‘sysfs_gt_attribute_r_min_func’ [-Werror=implicit-function-declaration]
  u32 min_freq = sysfs_gt_attribute_r_min_func(dev, attr,
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: some warnings being treated as errors


Full randconfig file is attached.

-- 
~Randy

[-- Attachment #2: config-r2773b.gz --]
[-- Type: application/gzip, Size: 43599 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Intel-gfx] linux-next: Tree for May 16 (drm/i915/gt/intel_gt_sysfs_pm.c)
  2022-05-16 21:22 ` [Intel-gfx] linux-next: Tree for May 16 (drm/i915/gt/intel_gt_sysfs_pm.c) Randy Dunlap
@ 2022-05-17  7:35   ` Tvrtko Ursulin
  2022-05-17 18:12     ` Randy Dunlap
  0 siblings, 1 reply; 3+ messages in thread
From: Tvrtko Ursulin @ 2022-05-17  7:35 UTC (permalink / raw)
  To: Randy Dunlap, Stephen Rothwell, Linux Next Mailing List
  Cc: intel-gfx, Linux Kernel Mailing List,
	dri-devel@lists.freedesktop.org, Rodrigo Vivi


Hi,

On 16/05/2022 22:22, Randy Dunlap wrote:
> 
> 
> On 5/16/22 03:57, Stephen Rothwell wrote:
>> Hi all,
>>
>> Changes since 20220513:
>>
> 
> on i386:
> 
>    CC      drivers/gpu/drm/i915/gt/intel_gt_sysfs_pm.o
> ../drivers/gpu/drm/i915/gt/intel_gt_sysfs_pm.c: In function ‘act_freq_mhz_show’:
> ../drivers/gpu/drm/i915/gt/intel_gt_sysfs_pm.c:276:20: error: implicit declaration of function ‘sysfs_gt_attribute_r_max_func’ [-Werror=implicit-function-declaration]
>    u32 actual_freq = sysfs_gt_attribute_r_max_func(dev, attr,
>                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../drivers/gpu/drm/i915/gt/intel_gt_sysfs_pm.c: In function ‘boost_freq_mhz_store’:
> ../drivers/gpu/drm/i915/gt/intel_gt_sysfs_pm.c:327:9: error: implicit declaration of function ‘sysfs_gt_attribute_w_func’ [-Werror=implicit-function-declaration]
>    return sysfs_gt_attribute_w_func(dev, attr,
>           ^~~~~~~~~~~~~~~~~~~~~~~~~
> ../drivers/gpu/drm/i915/gt/intel_gt_sysfs_pm.c: In function ‘min_freq_mhz_show’:
> ../drivers/gpu/drm/i915/gt/intel_gt_sysfs_pm.c:416:17: error: implicit declaration of function ‘sysfs_gt_attribute_r_min_func’ [-Werror=implicit-function-declaration]
>    u32 min_freq = sysfs_gt_attribute_r_min_func(dev, attr,
>                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> cc1: some warnings being treated as errors
> 
> 
> Full randconfig file is attached.

There is a fix for this in 09708b6d82ef ("drm/i915/gt: Fix build error 
without CONFIG_PM") queued up, waiting for the next pull request, which 
the plan was to send out next week or so. Is that okay?

Regards,

Tvrtko

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Intel-gfx] linux-next: Tree for May 16 (drm/i915/gt/intel_gt_sysfs_pm.c)
  2022-05-17  7:35   ` Tvrtko Ursulin
@ 2022-05-17 18:12     ` Randy Dunlap
  0 siblings, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2022-05-17 18:12 UTC (permalink / raw)
  To: Tvrtko Ursulin, Stephen Rothwell, Linux Next Mailing List
  Cc: intel-gfx, Linux Kernel Mailing List,
	dri-devel@lists.freedesktop.org, Rodrigo Vivi



On 5/17/22 00:35, Tvrtko Ursulin wrote:
> 
> Hi,
> 
> On 16/05/2022 22:22, Randy Dunlap wrote:
>>
>>
>> On 5/16/22 03:57, Stephen Rothwell wrote:
>>> Hi all,
>>>
>>> Changes since 20220513:
>>>
>>
>> on i386:
>>
>>    CC      drivers/gpu/drm/i915/gt/intel_gt_sysfs_pm.o
>> ../drivers/gpu/drm/i915/gt/intel_gt_sysfs_pm.c: In function ‘act_freq_mhz_show’:
>> ../drivers/gpu/drm/i915/gt/intel_gt_sysfs_pm.c:276:20: error: implicit declaration of function ‘sysfs_gt_attribute_r_max_func’ [-Werror=implicit-function-declaration]
>>    u32 actual_freq = sysfs_gt_attribute_r_max_func(dev, attr,
>>                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>> ../drivers/gpu/drm/i915/gt/intel_gt_sysfs_pm.c: In function ‘boost_freq_mhz_store’:
>> ../drivers/gpu/drm/i915/gt/intel_gt_sysfs_pm.c:327:9: error: implicit declaration of function ‘sysfs_gt_attribute_w_func’ [-Werror=implicit-function-declaration]
>>    return sysfs_gt_attribute_w_func(dev, attr,
>>           ^~~~~~~~~~~~~~~~~~~~~~~~~
>> ../drivers/gpu/drm/i915/gt/intel_gt_sysfs_pm.c: In function ‘min_freq_mhz_show’:
>> ../drivers/gpu/drm/i915/gt/intel_gt_sysfs_pm.c:416:17: error: implicit declaration of function ‘sysfs_gt_attribute_r_min_func’ [-Werror=implicit-function-declaration]
>>    u32 min_freq = sysfs_gt_attribute_r_min_func(dev, attr,
>>                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>> cc1: some warnings being treated as errors
>>
>>
>> Full randconfig file is attached.
> 
> There is a fix for this in 09708b6d82ef ("drm/i915/gt: Fix build error without CONFIG_PM") queued up, waiting for the next pull request, which the plan was to send out next week or so. Is that okay?

When will it be in linux-next?

thanks.
-- 
~Randy

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-05-17 18:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20220516205718.2c5a52f9@canb.auug.org.au>
2022-05-16 21:22 ` [Intel-gfx] linux-next: Tree for May 16 (drm/i915/gt/intel_gt_sysfs_pm.c) Randy Dunlap
2022-05-17  7:35   ` Tvrtko Ursulin
2022-05-17 18:12     ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox