Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1311347 > unrolled thread

Re: [git pull] drm for 4.5-rc1

Started bySudip Mukherjee <sudipm.mukherjee@gmail.com>
First post2016-01-18 08:10 +0100
Last post2016-01-18 17:30 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [git pull] drm for 4.5-rc1 Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2016-01-18 08:10 +0100
    Re: [git pull] drm for 4.5-rc1 Guenter Roeck <linux@roeck-us.net> - 2016-01-18 17:30 +0100

#1311347 — Re: [git pull] drm for 4.5-rc1

FromSudip Mukherjee <sudipm.mukherjee@gmail.com>
Date2016-01-18 08:10 +0100
SubjectRe: [git pull] drm for 4.5-rc1
Message-ID<qSc6S-5GF-9@gated-at.bofh.it>
On Sun, Jan 17, 2016 at 09:35:08PM +0000, Dave Airlie wrote:
> 
> 
> Hi Linus,
> 
> This is the main drm pull request for 4.5. I don't think I've missed anything too
> major, I'm mostly back at work now but I'll probably get some sleep in 5 years time.
> 
> I think it should fix the i915 warning from the audio tree, if not let me 
> know.
> 
> summary below,

Hi Eric,
This pull request does not have the patch required to fix the build
failure for some architectures. Just checked Linus's current tree for
tilepro allmodconfig and it still fails to build. The error being:

drivers/gpu/drm/vc4/vc4_v3d.c: In function 'vc4_v3d_set_power':
include/linux/stddef.h:7:14: error: called object is not a function or function pointer
 #define NULL ((void *)0)
              ^
include/linux/pm.h:776:30: note: in expansion of macro 'NULL'
 #define pm_generic_poweroff  NULL
                              ^
drivers/gpu/drm/vc4/vc4_v3d.c:157:10: note: in expansion of macro 'pm_generic_poweroff'
   return pm_generic_poweroff(&vc4->v3d->pdev->dev);
          ^
include/linux/stddef.h:7:14: error: called object is not a function or function pointer
 #define NULL ((void *)0)
              ^
include/linux/pm.h:764:28: note: in expansion of macro 'NULL'
 #define pm_generic_resume  NULL
                            ^
drivers/gpu/drm/vc4/vc4_v3d.c:159:10: note: in expansion of macro 'pm_generic_resume'
   return pm_generic_resume(&vc4->v3d->pdev->dev);

patch is at:
https://lkml.org/lkml/2015/12/21/671

regards
sudip

[toc] | [next] | [standalone]


#1311655

FromGuenter Roeck <linux@roeck-us.net>
Date2016-01-18 17:30 +0100
Message-ID<qSkQO-38H-11@gated-at.bofh.it>
In reply to#1311347
On Mon, Jan 18, 2016 at 12:35:25PM +0530, Sudip Mukherjee wrote:
> On Sun, Jan 17, 2016 at 09:35:08PM +0000, Dave Airlie wrote:
> > 
> > 
> > Hi Linus,
> > 
> > This is the main drm pull request for 4.5. I don't think I've missed anything too
> > major, I'm mostly back at work now but I'll probably get some sleep in 5 years time.
> > 
> > I think it should fix the i915 warning from the audio tree, if not let me 
> > know.
> > 
> > summary below,
> 
> Hi Eric,
> This pull request does not have the patch required to fix the build
> failure for some architectures. Just checked Linus's current tree for
> tilepro allmodconfig and it still fails to build. The error being:
> 
> drivers/gpu/drm/vc4/vc4_v3d.c: In function 'vc4_v3d_set_power':
> include/linux/stddef.h:7:14: error: called object is not a function or function pointer
>  #define NULL ((void *)0)
>               ^
> include/linux/pm.h:776:30: note: in expansion of macro 'NULL'
>  #define pm_generic_poweroff  NULL
>                               ^
> drivers/gpu/drm/vc4/vc4_v3d.c:157:10: note: in expansion of macro 'pm_generic_poweroff'
>    return pm_generic_poweroff(&vc4->v3d->pdev->dev);
>           ^
> include/linux/stddef.h:7:14: error: called object is not a function or function pointer
>  #define NULL ((void *)0)
>               ^
> include/linux/pm.h:764:28: note: in expansion of macro 'NULL'
>  #define pm_generic_resume  NULL
>                             ^
> drivers/gpu/drm/vc4/vc4_v3d.c:159:10: note: in expansion of macro 'pm_generic_resume'
>    return pm_generic_resume(&vc4->v3d->pdev->dev);
> 
> patch is at:
> https://lkml.org/lkml/2015/12/21/671
> 

Or:

https://lkml.org/lkml/2016/1/9/170

which retains the functionality if CONFIG_PM_SLEEP is configured.

Guenter

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web