Re: [PATCH] adding parameter for set_fullscreen

2012-01-04 Thread Pekka Paalanen
On Wed, 04 Jan 2012 14:29:10 +0800 Juan Zhao wrote: > > On Tue, 2012-01-03 at 11:54 -0800, Bill Spitzak wrote: > > > > juan.j.z...@linux.intel.com wrote: > > > From: Juan Zhao > > > > > > support two methods: > > > "FORCE" means changing the screen resolution to the mode of the > > > surface.

Re: [PATCH] adding parameter for set_fullscreen

2012-01-03 Thread Juan Zhao
On Tue, 2012-01-03 at 11:54 -0800, Bill Spitzak wrote: > > juan.j.z...@linux.intel.com wrote: > > From: Juan Zhao > > > > support two methods: > > "FORCE" means changing the screen resolution to the mode of the surface. > > If there is no matched mode, just fallback to FILL mode. > > "FILL"

Re: [PATCH] adding parameter for set_fullscreen

2012-01-03 Thread Bill Spitzak
juan.j.z...@linux.intel.com wrote: From: Juan Zhao support two methods: "FORCE" means changing the screen resolution to the mode of the surface. If there is no matched mode, just fallback to FILL mode. "FILL" means changing fill the around of the surface to match the screen's mode. curren

[PATCH] adding parameter for set_fullscreen

2011-12-30 Thread juan . j . zhao
From: Juan Zhao support two methods: "FORCE" means changing the screen resolution to the mode of the surface. If there is no matched mode, just fallback to FILL mode. "FILL" means changing fill the around of the surface to match the screen's mode. currently, we will put the surface in the cen