Re: [Intel-gfx] Code stereo layouts as an enum in the mode structure

2013-09-27 Thread Daniel Vetter
On Fri, Sep 27, 2013 at 06:36:05PM +0300, Ville Syrjälä wrote: > On Fri, Sep 27, 2013 at 12:11:47PM +0100, Damien Lespiau wrote: > > Daniel noticed that it wasn't very smart to keep using one bit per stereo > > layout now that we don't have to or them. It's a nice final touch to the new > > stereo

Re: [Intel-gfx] Code stereo layouts as an enum in the mode structure

2013-09-27 Thread Ville Syrjälä
On Fri, Sep 27, 2013 at 12:11:47PM +0100, Damien Lespiau wrote: > Daniel noticed that it wasn't very smart to keep using one bit per stereo > layout now that we don't have to or them. It's a nice final touch to the new > stereo mode API extension that we should fix before committing to it. Assumin