Re: [Intel-gfx] [RFC 0/6] Rearranging PPS related code

2014-10-12 Thread Kannan, Vandana
On 09-Oct-14 9:17 PM, Daniel Vetter wrote: On Tue, Oct 07, 2014 at 08:39:38PM +0530, Vandana Kannan wrote: Since panel power sequencing is a feature common to all internal displays, moving relevant code to intel_panel.c. This patch series contains changes to setup PPS data and program register

Re: [Intel-gfx] significant ioremap leak in i915?

2014-10-12 Thread Dave Airlie
>>>So in this example 268 megabytes have been lost. >> >> >> This isn't RAM, its address space mapping, its not really a leak at all. > > It really doesn't matter whether it is ram or mapping; its a resource leak > that causes the system to OOM and panic. hey I was trying to help you come up t

Re: [Intel-gfx] [PATCH] drm/i915: fix wait ioctl with negative timeout

2014-10-12 Thread Chia-I Wu
On Sun, Oct 12, 2014 at 1:21 AM, Chia-I Wu wrote: > When timeout_ns is negative, it really means to wait indefinitely instead > of > returning immediately. But since userspace can no longer rely on that, I > am > not sure if there is any point fixing it. > Note that userspace may use GL_TIMEOUT_

Re: [Intel-gfx] [PATCH 08/37] mi: Drop plane argument from miHandleExposures

2014-10-12 Thread Rémi Cardona
Le 11/10/2014 16:23, Mike Lothian a écrit : > I think I've found the correct way to do it > > I've tested against xorg-server 1.16.1 and xorg-server from the latest > git - I'm not sure if the formatting if correct or not but it compiles > and runs on both What about 'src/compat-api.h'? This look

Re: [Intel-gfx] [PATCH 08/37] mi: Drop plane argument from miHandleExposures

2014-10-12 Thread Adam Jackson
On Sat, 2014-10-11 at 14:35 +0100, Mike Lothian wrote: > Hi > > This stops xf86-video-intel working or compiling for me > > The below patch is a work around but I'm not quite sure what to check > for to make it work with both old and new xservers Intel will need to be fixed, yeah. Preferably by

Re: [Intel-gfx] significant ioremap leak in i915?

2014-10-12 Thread Breton M. Saunders
On 12/10/14 11:23, Dave Airlie wrote: On 12 October 2014 19:28, Breton M. Saunders wrote: Guys, This might be covered elsewhere, but help me come up to speed: I am trying to analyze a leak in i915 that occurs on a digital sinage system that I've built. The system basically is doing a lot

Re: [Intel-gfx] significant ioremap leak in i915?

2014-10-12 Thread Dave Airlie
On 12 October 2014 19:28, Breton M. Saunders wrote: > Guys, > > This might be covered elsewhere, but help me come up to speed: I am > trying to analyze a leak in i915 that occurs on a digital sinage system that > I've built. The system basically is doing a lot of XCompositeRedirectWindow > / g

[Intel-gfx] significant ioremap leak in i915?

2014-10-12 Thread Breton M. Saunders
Guys, This might be covered elsewhere, but help me come up to speed: I am trying to analyze a leak in i915 that occurs on a digital sinage system that I've built. The system basically is doing a lot of XCompositeRedirectWindow / glXBindTexImageEXT calls to render web views and mplayer out