[PATCH v5] drm/i915: pass ELD to HDMI/DP audio driver

2011-09-05 Thread Wu Fengguang
On Mon, Sep 05, 2011 at 07:04:50PM +0800, Chris Wilson wrote: > On Mon, 5 Sep 2011 09:14:00 +0800, Wu Fengguang > wrote: > > On Sun, Sep 04, 2011 at 08:08:37PM +0800, Chris Wilson wrote: > > > On Sun, 4 Sep 2011 05:15:10 +0800, Wu Fengguang > > intel.com> wrote: > > > This patch should be split

[Bug 42412] nouveau regression in 3.1-rc4

2011-09-05 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=42412 Maciej Rutecki changed: What|Removed |Added Blocks||40982 -- Configure bugmail: https:/

[Bug 42412] New: nouveau regression in 3.1-rc4

2011-09-05 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=42412 Summary: nouveau regression in 3.1-rc4 Product: Drivers Version: 2.5 Kernel Version: 3.1-rc4 Platform: All OS/Version: Linux Tree: Mainline Status: NEW Sever

[Bug 27434] [rv710] low 3d perfomance in general

2011-09-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27434 --- Comment #8 from Alex Deucher 2011-09-05 19:16:01 PDT --- Please open a new bug for issues with r300g. This bug is for r6xx+ hardware which is handled by a different driver. It's not likely the open source driver will ever be as performant a

[Bug 27434] [rv710] low 3d perfomance in general

2011-09-05 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=27434 --- Comment #8 from Alex Deucher 2011-09-05 19:16:01 PDT --- Please open a new bug for issues with r300g. This bug is for r6xx+ hardware which is handled by a different driver. It's not likely the open source driver will ever be as performant

[PATCH] RFC: omapdrm DRM/KMS driver for TI OMAP platforms

2011-09-05 Thread Inki Dae
Hello, Rob. I didn't look into any comments from other develops yet , so my comments could be duplicated with other ones. below is my opinions and I commented your codes also. We can discuss crtc, encoder and connector. in x86 world, my understanding, each one means the following. Crtc : - indepen

[Bug 27069] OpenGl is slower on dri2

2011-09-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27069 --- Comment #13 from Alex Deucher 2011-09-05 18:57:31 PDT --- (In reply to comment #11) > The man page says color tiling and page flipping are implemented on r200. I > had > to enable color tiling manually, but page flipping was on by default. E

[Bug 27069] OpenGl is slower on dri2

2011-09-05 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=27069 --- Comment #13 from Alex Deucher 2011-09-05 18:57:31 PDT --- (In reply to comment #11) > The man page says color tiling and page flipping are implemented on r200. I > had > to enable color tiling manually, but page flipping was on by default.

[PATCH 2/2 v2] drm/i915: pass ELD to HDMI/DP audio driver

2011-09-05 Thread Wu Fengguang
Add ELD support for Intel Eaglelake, IbexPeak/Ironlake, SandyBridge/CougarPoint and IvyBridge/PantherPoint chips. ELD (EDID-Like Data) describes to the HDMI/DP audio driver the audio capabilities of the plugged monitor. It's built and passed to audio driver in 2 steps: (1) at get_modes time, pars

[PATCH 2/2] drm/i915: pass ELD to HDMI/DP audio driver

2011-09-05 Thread Wu Fengguang
I'd like to do more cleanups: > + int aud_cntl_st; > + int aud_cntrl_st2; s/aud_cntrl_st2/aud_cntl_st2/ > + if (IS_IVYBRIDGE(connector->dev)) { > + hdmiw_hdmiedid = GEN7_HDMIW_HDMIEDID_A; > + aud_cntl_st = GEN7_AUD_CNTRL_ST_A; > + aud_cntrl_st2 = G

[PATCH 2/2] drm/i915: pass ELD to HDMI/DP audio driver

2011-09-05 Thread Wu Fengguang
Add ELD support for Intel Eaglelake, IbexPeak/Ironlake, SandyBridge/CougarPoint and IvyBridge/PantherPoint chips. ELD (EDID-Like Data) describes to the HDMI/DP audio driver the audio capabilities of the plugged monitor. It's built and passed to audio driver in 2 steps: (1) at get_modes time, pars

[PATCH 1/2] drm: support routines for HDMI/DP ELD

2011-09-05 Thread Wu Fengguang
ELD (EDID-Like Data) describes to the HDMI/DP audio driver the audio capabilities of the plugged monitor. This adds drm_edid_to_eld() for converting EDID to ELD. The converted ELD will be saved in a new drm_connector.eld[128] data field. This is necessary because the graphics driver will need to f

[Bug 42412] nouveau regression in 3.1-rc4

2011-09-05 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=42412 Maciej Rutecki changed: What|Removed |Added Blocks||40982 -- Configure bugmail: https:/

[Bug 42412] New: nouveau regression in 3.1-rc4

2011-09-05 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=42412 Summary: nouveau regression in 3.1-rc4 Product: Drivers Version: 2.5 Kernel Version: 3.1-rc4 Platform: All OS/Version: Linux Tree: Mainline Status: NEW Sever

[PATCH v5] drm/i915: pass ELD to HDMI/DP audio driver

2011-09-05 Thread Chris Wilson
On Mon, 5 Sep 2011 09:14:00 +0800, Wu Fengguang wrote: > On Sun, Sep 04, 2011 at 08:08:37PM +0800, Chris Wilson wrote: > > On Sun, 4 Sep 2011 05:15:10 +0800, Wu Fengguang > > wrote: > > This patch should be split between adding the core drm functionality to > > build the ELD and the introductio

[PATCH] drm/i915: Enable dither whenever display bpc < frame buffer bpc

2011-09-05 Thread Keith Packard
We want to enable dithering on any pipe where the frame buffer has more color resolution than the output device. The previous code was incorrectly clamping the frame buffer bpc to the display bpc, effectively disabling dithering all of the time as the computed frame buffer bpc would never be large

[PATCH] drm/i915: Enable dither whenever display bpc < frame buffer bpc

2011-09-05 Thread Keith Packard
We want to enable dithering on any pipe where the frame buffer has more color resolution than the output device. The previous code was incorrectly clamping the frame buffer bpc to the display bpc, effectively disabling dithering all of the time as the computed frame buffer bpc would never be large

[PATCH] RFC: omapdrm DRM/KMS driver for TI OMAP platforms

2011-09-05 Thread Rob Clark
On Mon, Sep 5, 2011 at 4:58 AM, Inki Dae wrote: > Hello, Rob. > I didn't look into any comments from other develops yet , so my comments > could be duplicated with other ones. below is my opinions and I commented > your codes also. > > We can discuss crtc, encoder and connector. in x86 world, my u

[PATCH v5] drm/i915: pass ELD to HDMI/DP audio driver

2011-09-05 Thread Wu Fengguang
On Sun, Sep 04, 2011 at 06:57:23PM +0800, James Cloos wrote: > > "WF" == Wu Fengguang writes: > > WF> ... If only the stereo playback capability is reported, the user > WF> won't be able to start 8-channel playback; if the 8-channel ELD is > WF> reported, then user space applications may send

[PATCH v5] drm/i915: pass ELD to HDMI/DP audio driver

2011-09-05 Thread Wu Fengguang
On Sun, Sep 04, 2011 at 08:08:37PM +0800, Chris Wilson wrote: > On Sun, 4 Sep 2011 05:15:10 +0800, Wu Fengguang > wrote: > > Changes from v4: remove a debug call to dump_stack(). > > Thanks to Bossart for catching this! > > --- > > > > Add ELD support for Intel Eaglelake, IbexPeak/Ironlake, > >

Re: [PATCH] RFC: omapdrm DRM/KMS driver for TI OMAP platforms

2011-09-05 Thread Rob Clark
On Mon, Sep 5, 2011 at 4:58 AM, Inki Dae wrote: > Hello, Rob. > I didn't look into any comments from other develops yet , so my comments > could be duplicated with other ones. below is my opinions and I commented > your codes also. > > We can discuss crtc, encoder and connector. in x86 world, my u

[Intel-gfx] [PATCH v5] drm/i915: pass ELD to HDMI/DP audio driver

2011-09-05 Thread Wu Fengguang
Dear Paul, On Sun, Sep 04, 2011 at 07:11:54PM +0800, Paul Menzel wrote: > Dear Wu, > > > I hope that is your first name. My first name is Fengguang. "LAST NAME, FIRSTNAME" is the convention in Intel emails. However I often forgot this and pick whatever comes first...and happily accept both Feng

[Bug 37939] Xorg crashes with radeon KMS after resume from suspend if card in gfx

2011-09-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37939 --- Comment #2 from Michal Suchanek 2011-09-05 06:18:06 PDT --- Created an attachment (id=50919) --> (https://bugs.freedesktop.org/attachment.cgi?id=50919) linux 3.0 log -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=ema

[Bug 37939] Xorg crashes with radeon KMS after resume from suspend if card in gfx

2011-09-05 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=37939 --- Comment #2 from Michal Suchanek 2011-09-05 06:18:06 PDT --- Created an attachment (id=50919) --> (https://bugs.freedesktop.org/attachment.cgi?id=50919) linux 3.0 log -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=ema

[Bug 37939] Xorg crashes with radeon KMS after resume from suspend if card in gfx

2011-09-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37939 --- Comment #1 from Michal Suchanek 2011-09-05 06:17:24 PDT --- Created an attachment (id=50918) --> (https://bugs.freedesktop.org/attachment.cgi?id=50918) kernel log 3.0 rc3 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?ta

[Bug 37939] Xorg crashes with radeon KMS after resume from suspend if card in gfx

2011-09-05 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=37939 --- Comment #1 from Michal Suchanek 2011-09-05 06:17:24 PDT --- Created an attachment (id=50918) --> (https://bugs.freedesktop.org/attachment.cgi?id=50918) kernel log 3.0 rc3 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?ta

Re: [PATCH v5] drm/i915: pass ELD to HDMI/DP audio driver

2011-09-05 Thread Wu Fengguang
On Mon, Sep 05, 2011 at 07:04:50PM +0800, Chris Wilson wrote: > On Mon, 5 Sep 2011 09:14:00 +0800, Wu Fengguang > wrote: > > On Sun, Sep 04, 2011 at 08:08:37PM +0800, Chris Wilson wrote: > > > On Sun, 4 Sep 2011 05:15:10 +0800, Wu Fengguang > > > wrote: > > > This patch should be split between

[Bug 39317] i915g window bleed-through in KDE

2011-09-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39317 --- Comment #5 from Jeremy Murphy 2011-09-05 04:29:58 PDT --- I presume that it happened in a recent git pull of mesa, BUT it might also have been upgrading xorg-server from 1.10.2 to 1.10.4. I actually tried to downgrade mesa in order to confi

[Bug 39317] i915g window bleed-through in KDE

2011-09-05 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=39317 --- Comment #5 from Jeremy Murphy 2011-09-05 04:29:58 PDT --- I presume that it happened in a recent git pull of mesa, BUT it might also have been upgrading xorg-server from 1.10.2 to 1.10.4. I actually tried to downgrade mesa in order to confi

Re: [PATCH v5] drm/i915: pass ELD to HDMI/DP audio driver

2011-09-05 Thread Chris Wilson
On Mon, 5 Sep 2011 09:14:00 +0800, Wu Fengguang wrote: > On Sun, Sep 04, 2011 at 08:08:37PM +0800, Chris Wilson wrote: > > On Sun, 4 Sep 2011 05:15:10 +0800, Wu Fengguang > > wrote: > > This patch should be split between adding the core drm functionality to > > build the ELD and the introduction

[Bug 39317] i915g window bleed-through in KDE

2011-09-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39317 --- Comment #4 from Daniel Vetter 2011-09-05 01:22:30 PDT --- For the record: Do you have a guess what fixed the problem? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --

[Bug 39317] i915g window bleed-through in KDE

2011-09-05 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=39317 --- Comment #4 from Daniel Vetter 2011-09-05 01:22:30 PDT --- For the record: Do you have a guess what fixed the problem? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: -

[Bug 39317] i915g window bleed-through in KDE

2011-09-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39317 Jeremy Murphy changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[Bug 39317] i915g window bleed-through in KDE

2011-09-05 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=39317 Jeremy Murphy changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|