[PATCH 00/27] add pm_runtime_last_busy_and_autosuspend() helper

2014-09-28 Thread Vinod Koul
On Thu, Sep 25, 2014 at 09:54:36PM +0200, Rafael J. Wysocki wrote: > On Thursday, September 25, 2014 04:27:58 PM Wolfram Sang wrote: > > > > --Bn2rw/3z4jIqBvZU > > Content-Type: text/plain; charset=us-ascii > > Content-Disposition: inline > > Content-Transfer-Encoding: quoted-printable > > > >

[PATCH] nouveau: fix 32bit builds

2014-09-28 Thread Emil Velikov
On 32bit platforms we have to provide _FILE_OFFSET_BITS via config.h otherwise the static assert in drm_munmap will trigger. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=84428 Signed-off-by: Emil Velikov --- nouveau/private.h | 4 1 file changed, 4 insertions(+) diff --git

[Bug 85241] audio over HDMI on AMD E-350 with radeon driver

2014-09-28 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=85241 wmyrda changed: What|Removed |Added Hardware|All |x86-64 Regression|No

[Bug 85241] New: audio over HDMI on AMD E-350 with radeon driver

2014-09-28 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=85241 Bug ID: 85241 Summary: audio over HDMI on AMD E-350 with radeon driver Product: Drivers Version: 2.5 Kernel Version: 3.14 and higher Hardware: All OS: Linux

[PATCH] nouveau: fix 32bit builds

2014-09-28 Thread Rob Clark
no, config.h needs to be in the .c files.. plus a lot more than just nouveau.. I've pushed a patch which fixes it for everyone but (potentially) intel, since I can't build libdrm_intel on 32b arm ;-) Someone please test 32b intel build before I push another release BR, -R On Sun, Sep 28, 2014

[Bug 83708] [vdpau,uvd] kernel oops, Unable to handle kernel paging request at virtual address

2014-09-28 Thread bugzilla-dae...@freedesktop.org
next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140928/d034b497/attachment-0001.html>

[ANNOUNCE] libdrm 2.4.58

2014-09-28 Thread robdcl...@gmail.com
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rob Clark (3): fix compile error on 32bit systems more compile fix configure.ac: bump version to 2.4.58 for release git tag: libdrm-2.4.58 http://dri.freedesktop.org/libdrm/libdrm-2.4.58.tar.bz2 MD5:

[ANNOUNCE] libdrm 2.4.57

2014-09-28 Thread robdcl...@gmail.com
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alex Deucher (2): radeon: add new CIK pci ids radeon: add new SI pci ids Benjamin Gaignard (1): modetest: Add support of STI driver Damien Lespiau (1): intel: Don't leak the test page in an has_userptr() error

[Bug 81382] Text console blanking does not go away

2014-09-28 Thread bugzilla-dae...@freedesktop.org
are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140928/e716b46d/attachment.html>

[PATCH v5 05/11] drm: add Atmel HLCDC Display Controller support

2014-09-28 Thread Rob Clark
On Sat, Sep 27, 2014 at 4:12 PM, Boris BREZILLON wrote: >> > +static int atmel_hlcdc_rgb_mode_valid(struct drm_connector *connector, >> > + struct drm_display_mode *mode) >> > +{ >> > + return MODE_OK; >> > +} >> >> your _mode_valid() should perhaps