Re: [PATCH 2/9] compositor: Output repaint in clone mode

2014-02-16 Thread Zhang, Xiong Y
On Fri, 2014-02-14 at 09:49 +0200, Pekka Paalanen wrote: > On Fri, 14 Feb 2014 15:17:37 +0800 > Xiong Zhang wrote: > > > Because slave output doesn't in compositor->output_list, > > the output->repaint()is called from master output only. > > When master output repaint,all the slave output should

Re: [PATCH 2/9] compositor: Output repaint in clone mode

2014-02-13 Thread Pekka Paalanen
On Fri, 14 Feb 2014 15:17:37 +0800 Xiong Zhang wrote: > Because slave output doesn't in compositor->output_list, > the output->repaint()is called from master output only. > When master output repaint,all the slave output should > repaint also. > > Slave output share fb with master output,when bo

[PATCH 2/9] compositor: Output repaint in clone mode

2014-02-13 Thread Xiong Zhang
Because slave output doesn't in compositor->output_list, the output->repaint()is called from master output only. When master output repaint,all the slave output should repaint also. Slave output share fb with master output,when both slave and master have finished page flip, the fb obj can be relea