This covers:
a. create the scaling mode property and attach it to LVDS
b. add the support of panel fitting property for LVDS
c. update the display mode according to the panel fitting mode
v2: the drm_calloc/drm_free is replaced by kzalloc/kfree based
on Eric's suggesti
This covers:
Check whether the INTERLACE/DBLSCAN is supported by output device. If
not, the mode containing the flag of INTERLACE/DBLSCAN will be marked
as unsupported.
v2: Fix the code-style and several minor issues based on Eric's suggestion
Signed-off-by: Zhao Yakui
---
d
This covers:
Check whether the INTERLACE/DBLSCAN is supported by output device. If
not, the mode containing the flag of INTERLACE/DBLSCAN will be marked
as unsupported.
v2: Fix the code-style and several minor issues based on Eric's suggestion
Signed-off-by: Zhao Yakui
---
d
On Thu, 2009-04-02 at 04:16 +0800, Eric Anholt wrote:
> On Mon, 2009-03-23 at 11:15 +0800, yakui_zhao wrote:
> > Subject: [DRM/I915]: Sync the mode validation for INTERLACE/DBLSCAN
> > From: Zhao Yakui
> >
> > Sync the mode validation for INTERLACE/DBLSCAN
> > This covers:
> > Chec
This covers:
Check whether the INTERLACE/DBLSCAN is supported by output device. If
not, the mode containing the flag of INTERLACE/DBLSCAN will be marked
as unsupported.
v2: Fix the code-style and several minor issues based on Eric's suggestion
Signed-off-by: Zhao Yakui
---
d
On Thu, 2009-04-02 at 13:22 +0800, Zhao, Yakui wrote:
Hi, Eric
this time the email is sent by using git-send-email. But after
saving the message from email and running checkpatch.pl, it seems that
the patch is still mangled.
I don't know what I should do.
thanks.
> This covers:
> a. c
On Thu, 2009-04-02 at 04:38 +0800, Alex Deucher wrote:
> On 4/1/09, Eric Anholt wrote:
> > On Mon, 2009-03-23 at 11:30 +0800, yakui_zhao wrote:
> > > Subject: [DRM/I915]: Sync the default modes for LVDS output device
> > > From: Zhao Yakui
> > >
> > > Sync the default modes for the LVDS outpu
This covers:
a. create the scaling mode property and attach it to LVDS
b. add the support of panel fitting property for LVDS
c. update the display mode according to the panel fitting mode
v2: the drm_calloc/drm_free is replaced by kzalloc/kfree based
on Eric's suggesti
On Wed, 01 Apr 2009 12:38:17 -0700
Eric Anholt wrote:
> On Mon, 2009-03-16 at 19:36 -0700, Arjan van de Ven wrote:
> > >From 8ad1bd63c097f9f6948439c1ce7c0b17b8caa64a Mon Sep 17 00:00:00
> > >2001
> > From: Arjan van de Ven
> > Date: Mon, 16 Mar 2009 19:31:39 -0700
> > Subject: [PATCH] drm: Cache
On Wed, 2009-04-01 at 13:27 -0700, Eric Anholt wrote:
> I'm not really sold on the whole idea of the kernel generating these
> fake modes for LVDS, given that we can support any size and that the
> refresh rate is a lie since we're always using the fixed mode. Any
> other opinions on this?
It wo
On Wed, 01 Apr 2009 13:27:02 -0700
Eric Anholt wrote:
> On Mon, 2009-03-23 at 11:30 +0800, yakui_zhao wrote:
> > Subject: [DRM/I915]: Sync the default modes for LVDS output device
> > From: Zhao Yakui
> >
> > Sync the default modes for the LVDS output device
> > This covers:
> > Add the
On 4/1/09, Eric Anholt wrote:
> On Mon, 2009-03-23 at 11:30 +0800, yakui_zhao wrote:
> > Subject: [DRM/I915]: Sync the default modes for LVDS output device
> > From: Zhao Yakui
> >
> > Sync the default modes for the LVDS output device
> > This covers:
> > Add the default modes for t
On Mon, 2009-03-23 at 11:21 +0800, yakui_zhao wrote:
> Subject: DRM/I915: Sync the panel fitting property with 2D driver
> From: Zhao Yakui
>
> Sync the panel fitting property with 2D driver
> This covers:
> a. create the scaling mode property and attach it to LVDS
> b. add th
On Mon, 2009-03-23 at 11:30 +0800, yakui_zhao wrote:
> Subject: [DRM/I915]: Sync the default modes for LVDS output device
> From: Zhao Yakui
>
> Sync the default modes for the LVDS output device
> This covers:
> Add the default modes for the LVDS output device.
> The bit of edid->feat
On Mon, 2009-03-23 at 11:15 +0800, yakui_zhao wrote:
> Subject: [DRM/I915]: Sync the mode validation for INTERLACE/DBLSCAN
> From: Zhao Yakui
>
> Sync the mode validation for INTERLACE/DBLSCAN
> This covers:
> Check whether the INTERLACE/DBLSCAN is supported by output device. If
>
On Mon, 2009-03-16 at 19:36 -0700, Arjan van de Ven wrote:
> >From 8ad1bd63c097f9f6948439c1ce7c0b17b8caa64a Mon Sep 17 00:00:00 2001
> From: Arjan van de Ven
> Date: Mon, 16 Mar 2009 19:31:39 -0700
> Subject: [PATCH] drm: Cache the EDID value for a short time in i915
>
> during the boot process w
On Fri, 2009-03-27 at 22:01 -0700, Arjan van de Ven wrote:
> On Fri, 27 Mar 2009 16:08:18 -0700
> Jesse Barnes wrote:
> > >
> > > return ret;
> >
> > I definitely like the idea of caching the LVDS EDID, but rather than
> > adding it to the intel_output struct I'd rather see it stored with the
http://bugs.freedesktop.org/show_bug.cgi?id=20954
--- Comment #2 from Rafael Antonio Porras Samaniego
2009-04-01 11:36:22 PST ---
(In reply to comment #1)
> I just moved the vblank_cleanup after lastclose, give that a try and see if it
> is resolved.
>
No, the same kernel panic still appe
Am Dienstag, 31. März 2009 22:03:45 schrieb Ian Romanick:
> Errthis is a bandaid on a bigger problem. What about 24-bit depth
> with 16-bit color? What about when we start to support multisampling?
> Etc. If the DDX needs the fbconfig information, why not just give it
> the fbconfig? Right?
http://bugzilla.kernel.org/show_bug.cgi?id=12899
--- Comment #4 from Helge Bahmann 2009-04-01
11:40:40 ---
To my knowledge, the code is unchanged, but maybe I can invest some time into
investigating further tomorrow to produce a patch I am more confident of
--
Configure bugmail: http://bu
20 matches
Mail list logo