Patch "drm/i915: Align initial plane backing objects correctly" has been added to the 3.19-stable tree

2015-04-17 Thread gregkh
This is a note to let you know that I've just added the patch titled drm/i915: Align initial plane backing objects correctly to the 3.19-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Re: FAILED: patch "[PATCH] drm/i915: Align initial plane backing objects correctly" failed to apply to 3.19-stable tree

2015-03-24 Thread Johannes W
Hi, I did a backport to 3.19.2 (attached), but I'm not the author of the patch. Original commit id: f37b5c2be8979993efee2da50b51126e3908eb8b Johannes On Mon, Mar 16, 2015 at 01:55PM +0100, gre...@linuxfoundation.org wrote: > The patch below does not apply to the 3.19-stable tree. > If someone w

FAILED: patch "[PATCH] drm/i915: Align initial plane backing objects correctly" failed to apply to 3.19-stable tree

2015-03-16 Thread gregkh
tree -- >From f37b5c2be8979993efee2da50b51126e3908eb8b Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Tue, 10 Feb 2015 23:12:27 +0100 Subject: [PATCH] drm/i915: Align initial plane backing objects correctly Some bios really like to joke and start the planes at an offset ... hooray! Align s

Re: [PATCH] drm/i915: Align initial plane backing objects correctly

2015-02-24 Thread Jani Nikula
On Mon, 16 Feb 2015, Jani Nikula wrote: > On Wed, 11 Feb 2015, Daniel Vetter wrote: >> Some bios really like to joke and start the planes at an offset ... >> hooray! >> >> Align start and end to fix this. >> >> v2: Fixup calculation of size, spotted by Chris Wilson. >> >> v3: Fix serious fumble I

Re: [PATCH] drm/i915: Align initial plane backing objects correctly

2015-02-16 Thread Jani Nikula
On Wed, 11 Feb 2015, Daniel Vetter wrote: > Some bios really like to joke and start the planes at an offset ... > hooray! > > Align start and end to fix this. > > v2: Fixup calculation of size, spotted by Chris Wilson. > > v3: Fix serious fumble I've just spotted. > > Bugzilla: https://bugs.freede

Re: [PATCH] drm/i915: Align initial plane backing objects correctly

2015-02-10 Thread Chris Wilson
On Tue, Feb 10, 2015 at 11:10:51PM +0100, Daniel Vetter wrote: > Some bios really like to joke and start the planes at an offset ... > hooray! > > Align start and end to fix this. > > v2: Fixup calculation of size, spotted by Chris Wilson. > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?

[PATCH] drm/i915: Align initial plane backing objects correctly

2015-02-10 Thread Daniel Vetter
Some bios really like to joke and start the planes at an offset ... hooray! Align start and end to fix this. v2: Fixup calculation of size, spotted by Chris Wilson. v3: Fix serious fumble I've just spotted. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=86883 Cc: stable@vger.kernel.org

[PATCH] drm/i915: Align initial plane backing objects correctly

2015-02-10 Thread Daniel Vetter
Some bios really like to joke and start the planes at an offset ... hooray! Align start and end to fix this. v2: Fixup calculation of size, spotted by Chris Wilson. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=86883 Cc: stable@vger.kernel.org Cc: Johannes W Cc: Chris Wilson Cc: Jani