[PATCH 2/2] drm: Resolve shadow warning for s32

2014-08-29 Thread Jeff Kirsher
From: Mark Rustad Resolve a shadow warning produced in a W=2 build by changing the name of a local variable from s32 to ds32. Since s32 clashes with the well-known typedef, any macro expansion that could someday be used that might attempt to use an s32 type would fail to

[Intel-gfx] [PATCH 4/9] drm/i915: split intel_update_plane into check() and commit()

2014-08-29 Thread Daniel Vetter
ineer, Intel Corporation +41 (0) 79 365 57 48 - http://blog.ffwll.ch -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140829/cf4451e0/attachment.html>

[Bug 82828] Regression: Crash in 3Dmark2001

2014-08-29 Thread bugzilla-dae...@freedesktop.org
because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140829/2e28ec53/attachment.html>

[Bug 76761] radeon DPM breaks suspend to disk and resume from RAM in 3.14

2014-08-29 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=76761 StephenH changed: What|Removed |Added CC||hafflys at earthlink.net --- Comment #19 from

[Bug 83461] New: hdmi screen flicker/unusable

2014-08-29 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=83461 Bug ID: 83461 Summary: hdmi screen flicker/unusable Product: Drivers Version: 2.5 Kernel Version: 3.15, 3.16 Hardware: x86-64 OS: Linux Tree: Mainline

[Bug 82828] Regression: Crash in 3Dmark2001

2014-08-29 Thread bugzilla-dae...@freedesktop.org
e: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140829/6b8a7c8b/attachment.html>

[PATCH] drm/msm: Change nested function to static function

2014-08-29 Thread Rob Clark
On Fri, Aug 29, 2014 at 2:05 PM, Mark Charlebois wrote: > There is currently a nested function in Russel King's tree > for the msm HDMI driver. > > The last nested function was removed from the Linux kernel > when the Thinkpad driver was fixed. > > I believe nested functions are not desired

[PATCH] drm/msm: Change nested function to static function

2014-08-29 Thread Mark Charlebois
There is currently a nested function in Russel King's tree for the msm HDMI driver. The last nested function was removed from the Linux kernel when the Thinkpad driver was fixed. I believe nested functions are not desired upstream, and it also breaks compilation with clang so here is a patch to

<    1   2