Re: [Intel-gfx] [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: [Intel-gfx] [PATCH] drm/i915: Align initial plane backing objects correctly

2015-02-11 Thread shuang . he
Tested-By: PRC QA PRTS (Patch Regression Test System Contact: shuang...@intel.com) Task id: 5755 -Summary- Platform Delta drm-intel-nightly Series Applied PNV -1 275/275

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

2015-02-11 Thread shuang . he
Tested-By: PRC QA PRTS (Patch Regression Test System Contact: shuang...@intel.com) Task id: 5754 -Summary- Platform Delta drm-intel-nightly Series Applied PNV -4 275/275

Re: [Intel-gfx] [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?

[Intel-gfx] [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: sta...@vger.kernel.org

[Intel-gfx] [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: sta...@vger.kernel.org Cc: Johannes W Cc: Chris Wilson Cc: Jani