Re: [Intel-gfx] New async patch for resume

2014-06-06 Thread Jesse Barnes
On Fri, 6 Jun 2014 18:36:46 +0200 Daniel Vetter wrote: > On Thu, Jun 05, 2014 at 08:48:37AM -0700, Jesse Barnes wrote: > > In digging into the async crtc stuff, I found it was going to be really > > difficult to prevent other functions from getting clobbered by a delayed > > crtc enable or disabl

Re: [Intel-gfx] New async patch for resume

2014-06-06 Thread Daniel Vetter
On Thu, Jun 05, 2014 at 08:48:37AM -0700, Jesse Barnes wrote: > In digging into the async crtc stuff, I found it was going to be really > difficult to prevent other functions from getting clobbered by a delayed > crtc enable or disable. Daniel's work to remove a bunch of the > ->mode_set callbacks

[Intel-gfx] New async patch for resume

2014-06-05 Thread Jesse Barnes
In digging into the async crtc stuff, I found it was going to be really difficult to prevent other functions from getting clobbered by a delayed crtc enable or disable. Daniel's work to remove a bunch of the ->mode_set callbacks is a good start, but we still end up doing some reg reads and writes