From: Guenter Roeck <linux@roeck-us.net>
To: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Cc: Eric Anholt <eric@anholt.net>,
torvalds@linux-foundation.org,
DRI mailing list <dri-devel@lists.freedesktop.org>,
linux-kernel@vger.kernel.org, Dave Airlie <airlied@linux.ie>,
Chris Metcalf <cmetcalf@ezchip.com>
Subject: Re: [git pull] drm for 4.5-rc1
Date: Mon, 18 Jan 2016 08:26:05 -0800 [thread overview]
Message-ID: <20160118162605.GA8469@roeck-us.net> (raw)
In-Reply-To: <20160118070525.GA26192@sudip-pc>
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
prev parent reply other threads:[~2016-01-18 16:26 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-17 21:35 [git pull] drm for 4.5-rc1 Dave Airlie
2016-01-17 22:00 ` Linus Torvalds
2016-01-18 7:05 ` Sudip Mukherjee
2016-01-18 16:26 ` Guenter Roeck [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160118162605.GA8469@roeck-us.net \
--to=linux@roeck-us.net \
--cc=airlied@linux.ie \
--cc=cmetcalf@ezchip.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=eric@anholt.net \
--cc=linux-kernel@vger.kernel.org \
--cc=sudipm.mukherjee@gmail.com \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).