Re: [Intel-gfx] Major 2.6.38 / 2.6.39 regression ignored?

2011-05-31 Thread Kirill Smelkov
Hello Chris, everyone, On Sat, May 21, 2011 at 04:40:17PM +0100, Chris Wilson wrote: > On Sat, 21 May 2011 11:23:53 -0400, "Luke-Jr" wrote: > > On Saturday, May 21, 2011 4:41:45 AM Chris Wilson wrote: > > > On Fri, 20 May 2011 11:08:56 -0700, Ray Lee wrote: > > > > [ Adding Chris Wilson (author

Re: [Intel-gfx] [PATCH] Test the first mode if there is no preferred mode.

2011-05-31 Thread Lan, Hai
Dear Paul Thanks for your advice. I am afraid there might be a i915 driver bug. We use the testdisplay to check the SDVO-TV and find the TV has no preferred mode. This will cause the testdisplay to quit. So I write this patch to make the testdisplay to go on. Hai Lan > -Original Message---

Re: [Intel-gfx] [PATCH] Test the first mode if there is no preferred mode.

2011-05-31 Thread Paul Menzel
Dear Hai, Am Dienstag, den 31.05.2011, 17:24 -0400 schrieb Hai Lan: > For a TV device, there might be no preferred mode. is that an error of the device or is this a driver “feature”? > In this case, we can test the first mode. Is a Signed-off-by line needed to get your patch accepted? You can

Re: [Intel-gfx] [PATCH] Print the pixel clock of each mode.

2011-05-31 Thread Paul Menzel
Dear Sun, Am Montag, den 30.05.2011, 23:55 +0800 schrieb yi@intel.com: > From: Sun Yi is a Signed-off-by line needed to get your patch accepted? You can add it automatically passing `-s` to `git commit` or `git format-patch`. Additionally next time you could add an example output before an

[Intel-gfx] Placement and cropping of video due to aspect ratio mismatch

2011-05-31 Thread Jyotsana
Hi, I am playing video using "libva-1.0.7" and gstreamer-vaapi plugin. A window is created and passed to the plugin so that video is rendered on it. There is an observation if the aspect ratio of the window is different from the aspect ratio of the video, then some videos are aligned with top e

[Intel-gfx] [PATCH] Test the first mode if there is no preferred mode.

2011-05-31 Thread Hai Lan
For a TV device, there might be no preferred mode. In this case, we can test the first mode. --- tests/testdisplay.c | 13 ++--- 1 files changed, 10 insertions(+), 3 deletions(-) diff --git a/tests/testdisplay.c b/tests/testdisplay.c index 41a5753..ef194fe 100644 --- a/tests/testdispla