[Intel-gfx] [BUG, bisect] Re: drm/i915: WARN_ON(dev_priv->mm.busy)

2015-06-17 Thread Jeremiah Mahler
Jani, On Mon, Jun 15, 2015 at 02:40:42PM +0300, Jani Nikula wrote: > On Mon, 15 Jun 2015, Ville Syrjälä wrote: > > On Mon, Jun 15, 2015 at 01:25:38AM -0700, Jeremiah Mahler wrote: > >> Daniel, > >> > >> On Mon, Jun 15, 2015 at 08:57:47AM +0200, Daniel

[Intel-gfx] [BUG, bisect] Re: drm/i915: WARN_ON(dev_priv->mm.busy)

2015-06-15 Thread Jeremiah Mahler
active list is empty > > Thanks, Daniel > The bug is still present with that patch applied. And it is still present up to linux-next 20150611. -- - Jeremiah Mahler

[BUG, bisect] Re: drm/i915: WARN_ON(dev_priv->mm.busy)

2015-06-07 Thread Jeremiah Mahler
all, On Sat, Jun 06, 2015 at 08:09:34PM -0700, Jeremiah Mahler wrote: > all, > > On all my machines with Intel graphics I get the following warning > in the logs when the machine is suspended. Apparently some part of > the graphics system is busy when it should be idle.

drm/i915: WARN_ON(dev_priv->mm.busy)

2015-06-06 Thread Jeremiah Mahler
036] xhci_hcd :00:14.0: System wakeup enabled by ACPI [ 33.594059] PM: noirq suspend of devices complete after 16.226 msecs [ 33.594498] ACPI: Preparing to enter system sleep state S3 [ 33.595066] ACPI : EC: EC stopped ... -- - Jeremiah Mahler

[Intel-gfx] [BUG, bisect] drm/i915: mouse pointer lags and overshoots

2015-01-24 Thread Jeremiah Mahler
Daniel, Matt, On Sat, Jan 24, 2015 at 12:24:55PM +0100, Daniel Vetter wrote: > On Fri, Jan 23, 2015 at 10:57:32PM -0800, Jeremiah Mahler wrote: > > all, > > > > On Tue, Jan 20, 2015 at 06:48:42AM +0100, Daniel Vetter wrote: > > > On Mon, Jan 19, 2015 at 08:4

[Intel-gfx] [BUG, bisect] drm/i915: mouse pointer lags and overshoots

2015-01-23 Thread Jeremiah Mahler
plane helpers aren't up to > the task? If so please reference that in your patch. > > And we still need a hack for the "changed fb cursor" issue, I'll whip > something up. > -Daniel > -- > Daniel Vetter > Software Engineer, Intel Corporation > +41 (0) 79 365 57 48 - http://blog.ffwll.ch Just checking if anyone has come up with a fix. I am still stuck at next-20150112 because of this bug. -- - Jeremiah Mahler

[BUG, bisect] drm/i915: mouse pointer lags and overshoots

2015-01-17 Thread Jeremiah Mahler
Vetter -- - Jeremiah Mahler

[PATCH v2] drm/i915: fix inconsistent brightness after resume

2015-01-12 Thread Jeremiah Mahler
the minimum. Fixes: 6dda730e55f4 ("respect the VBT minimum backlight brightness") Signed-off-by: Jeremiah Mahler --- Notes: Changes in v2: - Expand the comparision for the possible case when the level is less than the minimum. drivers/gpu/drm/i915/intel_panel.c | 2

[PATCH] drm/i915: fix inconsistent brightness after resume

2015-01-12 Thread Jeremiah Mahler
Jani, On Mon, Jan 12, 2015 at 12:31:09PM +0200, Jani Nikula wrote: > On Sat, 10 Jan 2015, Jeremiah Mahler wrote: [...] > > I think part of the problem is that the userspace sets brightness to > minimum before suspend, but apparently does not restore it after > resume. The dmes

[PATCH] drm/i915: fix inconsistent brightness after resume

2015-01-10 Thread Jeremiah Mahler
Signed-off-by: Jeremiah Mahler --- drivers/gpu/drm/i915/intel_panel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/intel_panel.c b/drivers/gpu/drm/i915/intel_panel.c index 4d63839..4ef4d66 100644 --- a/drivers/gpu/drm/i915/intel_panel.c +++ b/drivers/gp

[BUG] drm/i915: backlight off after resume

2015-01-08 Thread Jeremiah Mahler
max value exposed to the userspace. Signed-off-by: Jani Nikula Reviewed-by: Jesse Barnes [danvet: s/BUG_ON/WARN_ON/] Signed-off-by: Daniel Vetter -- - Jeremiah Mahler

[PATCH] drm: Move two seq_printf's outside of locked mutex

2014-12-31 Thread Jeremiah Mahler
Jonas, On Wed, Dec 31, 2014 at 09:55:19AM +0100, Jonas Lundqvist wrote: > Hi Jeremiah, > > On 12/30/2014 11:52 PM, Jeremiah Mahler wrote: > > You changed 'i' but you didn't explain in your log message why you did this. > > I can change the commit message to something mor

[PATCH] drm: Move two seq_printf's outside of locked mutex

2014-12-30 Thread Jeremiah Mahler
ve anything? It may work the same with the locks moved around. But if you look at the function as a whole, the locks encapsulate the body of this function nicely. I like the original design better. > -- > 2.1.4 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo at vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ -- - Jeremiah Mahler

[PATCH] nouveau: fix ambiguous backlight controls

2014-12-28 Thread Jeremiah Mahler
Hans, On Sat, Dec 27, 2014 at 02:39:42PM +0100, Hans de Goede wrote: > Hi, > > On 27-12-14 00:51, Jeremiah Mahler wrote: > >Ilia, > > > >On Fri, Dec 26, 2014 at 04:39:08PM -0500, Ilia Mirkin wrote: > >>On Fri, Dec 26, 2014 at 4:26 PM, Jeremiah Mahler &

[PATCH] nouveau: fix ambiguous backlight controls

2014-12-26 Thread Jeremiah Mahler
Ilia, On Fri, Dec 26, 2014 at 04:39:08PM -0500, Ilia Mirkin wrote: > On Fri, Dec 26, 2014 at 4:26 PM, Jeremiah Mahler > wrote: > > If a display supports backlight control using the nouveau driver, and > > also supports standard ACPI backlight control, there will be two se

[PATCH] nouveau: fix ambiguous backlight controls

2014-12-26 Thread Jeremiah Mahler
enable its backlight controls if the standard ACPI controls are not present. Signed-off-by: Jeremiah Mahler --- drivers/gpu/drm/nouveau/nouveau_backlight.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/gpu/drm/nouveau/nouveau_backlight.c b/drivers/gpu/drm/nouveau