From: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
To: Eric Anholt <eric@anholt.net>
Cc: Chris Metcalf <cmetcalf@ezchip.com>,
torvalds@linux-foundation.org, linux-kernel@vger.kernel.org,
DRI mailing list <dri-devel@lists.freedesktop.org>
Subject: Re: [git pull] drm for 4.5-rc1
Date: Mon, 18 Jan 2016 12:35:25 +0530 [thread overview]
Message-ID: <20160118070525.GA26192@sudip-pc> (raw)
In-Reply-To: <alpine.DEB.2.00.1601172134240.13019@skynet.skynet.ie>
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
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
next prev parent reply other threads:[~2016-01-18 7:05 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 [this message]
2016-01-18 16:26 ` Guenter Roeck
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=20160118070525.GA26192@sudip-pc \
--to=sudipm.mukherjee@gmail.com \
--cc=cmetcalf@ezchip.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=eric@anholt.net \
--cc=linux-kernel@vger.kernel.org \
--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).