Re: [Intel-gfx] [PATCH] drm/i915: quirk backlight present on Macbook 4, 1

2015-11-09 Thread Ander Conselvan De Oliveira
Reviewed-by: Ander Conselvan de Oliveira On Thu, 2015-11-05 at 11:49 +0200, Jani Nikula wrote: > Unsurprisingly macbooks have backlights, just the VBT doesn't seem to > know it in this case. > > Reported-and-tested-by: Daniel Nicoletti > Bugzilla: https://bugs.freedesktop

Re: [Intel-gfx] [PATCH] drm/i915: Do a better job at disabling primary plane in the noatomic case.

2015-11-12 Thread Ander Conselvan De Oliveira
On Wed, 2015-11-11 at 15:36 +0100, Maarten Lankhorst wrote: > When disable_noatomic is called plane_mask is not reliable yet, > and plane_state->visible = true even after disabling the primary plane. So the stale value of plane_state->visible causes a subsequent modeset to enable the primary again

Re: [Intel-gfx] [PATCH] drm/i915: Do a better job at disabling primary plane in the noatomic case.

2015-11-13 Thread Ander Conselvan De Oliveira
On Thu, 2015-11-12 at 14:58 +0100, Maarten Lankhorst wrote: > Op 12-11-15 om 14:37 schreef Ander Conselvan De Oliveira: > > On Wed, 2015-11-11 at 15:36 +0100, Maarten Lankhorst wrote: > > > When disable_noatomic is called plane_mask is not reliable yet, > > > and plane

Re: [Intel-gfx] [PATCH 03/12] drm/i915/skl: Update watermarks before the crtc is disabled.

2015-11-25 Thread Ander Conselvan De Oliveira
s. > > This patch needs to be modified slightly to apply to -fixes. > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=92181 > Signed-off-by: Maarten Lankhorst > Cc: stable@vger.kernel.org > Cc: Matt Roper Reviewed-by: Ander Conselvan de Oliveira > --- > d

Re: [Intel-gfx] [PATCH] drm/i915: Quietly reject attempts to create non-pagealigned stolen objects

2014-12-19 Thread Ander Conselvan de Oliveira
On 12/10/2014 04:53 PM, Ville Syrjälä wrote: On Wed, Dec 10, 2014 at 02:53:01PM +0100, Daniel Vetter wrote: On Wed, Dec 10, 2014 at 11:13:28AM +, Chris Wilson wrote: On Wed, Dec 10, 2014 at 11:23:44AM +0100, Daniel Vetter wrote: On Wed, Dec 10, 2014 at 08:17:11AM +, Chris Wilson wrote:

[PATCH] drm/i915: Initialize primary plane src/dst coords when reading hw state

2015-01-12 Thread Ander Conselvan de Oliveira
Otherwise setting the rotation property will cause the primary plane to be disabled, caused by having a 0x0 initial value. Cc: stable@vger.kernel.org Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=87662 Signed-off-by: Ander Conselvan de Oliveira --- drivers/gpu/drm/i915/intel_display.c

[PATCH v2] drm/i915: Initialize primary plane src/dst coords when reading hw state

2015-01-19 Thread Ander Conselvan de Oliveira
Otherwise setting the rotation property will cause the primary plane to be disabled, caused by having a 0x0 initial value. v2: Rebase on top of the move to plane helpers. Cc: stable@vger.kernel.org Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=87662 Signed-off-by: Ander Conselvan de

Re: [PATCH v2] drm/i915: Initialize primary plane src/dst coords when reading hw state

2015-01-20 Thread Ander Conselvan de Oliveira
On 01/20/2015 11:22 AM, Daniel Vetter wrote: On Mon, Jan 19, 2015 at 03:51:47PM +0200, Ander Conselvan de Oliveira wrote: Otherwise setting the rotation property will cause the primary plane to be disabled, caused by having a 0x0 initial value. v2: Rebase on top of the move to plane helpers

Re: [PATCH v2] drm/i915: Initialize primary plane src/dst coords when reading hw state

2015-01-20 Thread Ander Conselvan de Oliveira
On 01/20/2015 11:22 AM, Daniel Vetter wrote: On Mon, Jan 19, 2015 at 03:51:47PM +0200, Ander Conselvan de Oliveira wrote: Otherwise setting the rotation property will cause the primary plane to be disabled, caused by having a 0x0 initial value. v2: Rebase on top of the move to plane helpers

[PATCH] i915: Set ddi_pll_sel in DP MST path

2015-08-31 Thread Ander Conselvan de Oliveira
low, the value of ddi_pll_sel is preserved through modesets, and since the correct value wasn't properly setup by the MST code, it could lead to warnings and blank screens. commit 8504c74c7ae48b4b8ed1f1c0acf67482a7f45c93 Author: Ander Conselvan de Oliveira Date: Fri May 15 11:51:50 2015 +

[PATCH] drm/i915: Fix ilk watermarks calculation when primary plane is disabled

2015-05-20 Thread Ander Conselvan de Oliveira
w_bug.cgi?id=90508 Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1218688 Cc: stable@vger.kernel.org Cc: Dave Airlie Cc: Jani Nikula Signed-off-by: Ander Conselvan de Oliveira --- drivers/gpu/drm/i915/intel_pm.c | 14 +++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a

Re: [PATCH] drm/i915: Fix ilk watermarks calculation when primary plane is disabled

2015-05-21 Thread Ander Conselvan De Oliveira
On Wed, 2015-05-20 at 16:53 +0300, Jani Nikula wrote: > On Wed, 20 May 2015, Ander Conselvan de Oliveira > wrote: > > On Fedora 21 or 22, when the transition from the X server to the wayland > > compositor is done, the CRTC with the login screen is left active with a > &g