Re: [Intel-gfx] [PATCH 1/3] drm/i915: Make fb user dirty operation to invalidate frontbuffer

2015-07-08 Thread Daniel Vetter
On Tue, Jul 07, 2015 at 08:23:46PM +, Vivi, Rodrigo wrote: On Tue, 2015-07-07 at 13:24 +0200, Daniel Vetter wrote: On Mon, Jul 06, 2015 at 11:19:03PM +, Vivi, Rodrigo wrote: On Mon, 2015-07-06 at 19:56 +0200, Daniel Vetter wrote: On Mon, Jul 06, 2015 at 02:11:55PM -0300, Paulo

Re: [Intel-gfx] [PATCH 1/3] drm/i915: Make fb user dirty operation to invalidate frontbuffer

2015-07-07 Thread Vivi, Rodrigo
On Tue, 2015-07-07 at 13:24 +0200, Daniel Vetter wrote: On Mon, Jul 06, 2015 at 11:19:03PM +, Vivi, Rodrigo wrote: On Mon, 2015-07-06 at 19:56 +0200, Daniel Vetter wrote: On Mon, Jul 06, 2015 at 02:11:55PM -0300, Paulo Zanoni wrote: 2015-07-06 13:43 GMT-03:00 Vivi, Rodrigo

Re: [Intel-gfx] [PATCH 1/3] drm/i915: Make fb user dirty operation to invalidate frontbuffer

2015-07-07 Thread Daniel Vetter
On Mon, Jul 06, 2015 at 11:19:03PM +, Vivi, Rodrigo wrote: On Mon, 2015-07-06 at 19:56 +0200, Daniel Vetter wrote: On Mon, Jul 06, 2015 at 02:11:55PM -0300, Paulo Zanoni wrote: 2015-07-06 13:43 GMT-03:00 Vivi, Rodrigo rodrigo.v...@intel.com: On Fri, 2015-07-03 at 09:10 +0200, Daniel

Re: [Intel-gfx] [PATCH 1/3] drm/i915: Make fb user dirty operation to invalidate frontbuffer

2015-07-06 Thread Daniel Vetter
On Mon, Jul 06, 2015 at 02:11:55PM -0300, Paulo Zanoni wrote: 2015-07-06 13:43 GMT-03:00 Vivi, Rodrigo rodrigo.v...@intel.com: On Fri, 2015-07-03 at 09:10 +0200, Daniel Vetter wrote: On Thu, Jul 02, 2015 at 04:41:32PM +, Vivi, Rodrigo wrote: On Thu, 2015-07-02 at 13:03 -0300, Paulo

Re: [Intel-gfx] [PATCH 1/3] drm/i915: Make fb user dirty operation to invalidate frontbuffer

2015-07-06 Thread Paulo Zanoni
2015-07-06 13:43 GMT-03:00 Vivi, Rodrigo rodrigo.v...@intel.com: On Fri, 2015-07-03 at 09:10 +0200, Daniel Vetter wrote: On Thu, Jul 02, 2015 at 04:41:32PM +, Vivi, Rodrigo wrote: On Thu, 2015-07-02 at 13:03 -0300, Paulo Zanoni wrote: 2015-06-30 20:42 GMT-03:00 Rodrigo Vivi

Re: [Intel-gfx] [PATCH 1/3] drm/i915: Make fb user dirty operation to invalidate frontbuffer

2015-07-06 Thread Vivi, Rodrigo
On Fri, 2015-07-03 at 09:10 +0200, Daniel Vetter wrote: On Thu, Jul 02, 2015 at 04:41:32PM +, Vivi, Rodrigo wrote: On Thu, 2015-07-02 at 13:03 -0300, Paulo Zanoni wrote: 2015-06-30 20:42 GMT-03:00 Rodrigo Vivi rodrigo.v...@intel.com: Let's do a frontbuffer invalidation on dirty fb.

Re: [Intel-gfx] [PATCH 1/3] drm/i915: Make fb user dirty operation to invalidate frontbuffer

2015-07-06 Thread Vivi, Rodrigo
On Mon, 2015-07-06 at 19:56 +0200, Daniel Vetter wrote: On Mon, Jul 06, 2015 at 02:11:55PM -0300, Paulo Zanoni wrote: 2015-07-06 13:43 GMT-03:00 Vivi, Rodrigo rodrigo.v...@intel.com: On Fri, 2015-07-03 at 09:10 +0200, Daniel Vetter wrote: On Thu, Jul 02, 2015 at 04:41:32PM +, Vivi,

Re: [Intel-gfx] [PATCH 1/3] drm/i915: Make fb user dirty operation to invalidate frontbuffer

2015-07-03 Thread Daniel Vetter
On Thu, Jul 02, 2015 at 04:41:32PM +, Vivi, Rodrigo wrote: On Thu, 2015-07-02 at 13:03 -0300, Paulo Zanoni wrote: 2015-06-30 20:42 GMT-03:00 Rodrigo Vivi rodrigo.v...@intel.com: Let's do a frontbuffer invalidation on dirty fb. To be used for DIRTYFB drm ioctl. This patch solves

Re: [Intel-gfx] [PATCH 1/3] drm/i915: Make fb user dirty operation to invalidate frontbuffer

2015-07-02 Thread Vivi, Rodrigo
On Thu, 2015-07-02 at 13:03 -0300, Paulo Zanoni wrote: 2015-06-30 20:42 GMT-03:00 Rodrigo Vivi rodrigo.v...@intel.com: Let's do a frontbuffer invalidation on dirty fb. To be used for DIRTYFB drm ioctl. This patch solves the biggest PSR known issue, that is missed screen updates during

Re: [Intel-gfx] [PATCH 1/3] drm/i915: Make fb user dirty operation to invalidate frontbuffer

2015-07-02 Thread Paulo Zanoni
2015-06-30 20:42 GMT-03:00 Rodrigo Vivi rodrigo.v...@intel.com: Let's do a frontbuffer invalidation on dirty fb. To be used for DIRTYFB drm ioctl. This patch solves the biggest PSR known issue, that is missed screen updates during boot, mainly when there is a splash screen involved like

Re: [Intel-gfx] [PATCH 1/3] drm/i915: Make fb user dirty operation to invalidate frontbuffer

2015-07-01 Thread Daniel Vetter
On Wed, Jul 01, 2015 at 09:04:08AM +0100, Chris Wilson wrote: On Tue, Jun 30, 2015 at 04:42:00PM -0700, Rodrigo Vivi wrote: Let's do a frontbuffer invalidation on dirty fb. To be used for DIRTYFB drm ioctl. This patch solves the biggest PSR known issue, that is missed screen updates

Re: [Intel-gfx] [PATCH 1/3] drm/i915: Make fb user dirty operation to invalidate frontbuffer

2015-07-01 Thread Chris Wilson
On Wed, Jul 01, 2015 at 04:09:19PM +0200, Daniel Vetter wrote: On Wed, Jul 01, 2015 at 02:21:40PM +0100, Chris Wilson wrote: On Wed, Jul 01, 2015 at 03:19:31PM +0200, Daniel Vetter wrote: On Wed, Jul 01, 2015 at 09:04:08AM +0100, Chris Wilson wrote: On Tue, Jun 30, 2015 at 04:42:00PM

Re: [Intel-gfx] [PATCH 1/3] drm/i915: Make fb user dirty operation to invalidate frontbuffer

2015-07-01 Thread Chris Wilson
On Wed, Jul 01, 2015 at 03:19:31PM +0200, Daniel Vetter wrote: On Wed, Jul 01, 2015 at 09:04:08AM +0100, Chris Wilson wrote: On Tue, Jun 30, 2015 at 04:42:00PM -0700, Rodrigo Vivi wrote: Let's do a frontbuffer invalidation on dirty fb. To be used for DIRTYFB drm ioctl. This patch

Re: [Intel-gfx] [PATCH 1/3] drm/i915: Make fb user dirty operation to invalidate frontbuffer

2015-07-01 Thread Daniel Vetter
On Wed, Jul 01, 2015 at 02:21:40PM +0100, Chris Wilson wrote: On Wed, Jul 01, 2015 at 03:19:31PM +0200, Daniel Vetter wrote: On Wed, Jul 01, 2015 at 09:04:08AM +0100, Chris Wilson wrote: On Tue, Jun 30, 2015 at 04:42:00PM -0700, Rodrigo Vivi wrote: Let's do a frontbuffer invalidation on

Re: [Intel-gfx] [PATCH 1/3] drm/i915: Make fb user dirty operation to invalidate frontbuffer

2015-07-01 Thread Chris Wilson
On Tue, Jun 30, 2015 at 04:42:00PM -0700, Rodrigo Vivi wrote: Let's do a frontbuffer invalidation on dirty fb. To be used for DIRTYFB drm ioctl. This patch solves the biggest PSR known issue, that is missed screen updates during boot, mainly when there is a splash screen involved like

[Intel-gfx] [PATCH 1/3] drm/i915: Make fb user dirty operation to invalidate frontbuffer

2015-06-30 Thread Rodrigo Vivi
Let's do a frontbuffer invalidation on dirty fb. To be used for DIRTYFB drm ioctl. This patch solves the biggest PSR known issue, that is missed screen updates during boot, mainly when there is a splash screen involved like plymouth. Plymoth will do a modeset over ioctl that flushes frontbuffer