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

2011-09-02 Thread Dave Airlie
> > A simple "plugin" mechanism is provided to allow integration with > external kernel modules (*cough* PVR), but also to keep the code more > modular as support is added for various other accelerator blocks that > exist in various different OMAP variants.  (2D accel, video encode/ > decode, etc.)

[Bug 38622] [radeon cayman regresion] artefacts on screen

2011-09-02 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=38622 --- Comment #12 from Michel D?nzer 2011-08-29 17:33:42 --- This could be the same as https://bugs.freedesktop.org/show_bug.cgi?id=40221 . --- Comment #13 from Marek Hobler, 'neutrinus' 2011-09-02 21:17:04 --- I just checked kernel: vmlin

[RFC][PATCH v3] DRM: add DRM Driver for Samsung SoC EXYNOS4210.

2011-09-02 Thread Inki Dae
Hello Rob. Below is my comments. > -Original Message- > From: Rob Clark [mailto:robdclark at gmail.com] > Sent: Friday, September 02, 2011 10:18 AM > To: Inki Dae > Cc: airlied at linux.ie; dri-devel at lists.freedesktop.org; > sw0312.kim at samsung.com; linux-kernel at vger.kernel.org; >

[Bug 42172] WARNING: at drivers/gpu/drm/radeon/radeon_fence.c:267 radeon_fence_wait+0x39f/0x3d0()

2011-09-02 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=42172 nissa...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 40554] r200 falls back to software when clearing FBOs

2011-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40554 --- Comment #1 from Roland Scheidegger 2011-09-02 17:21:26 PDT --- Hmm I guess at least when using the kernel_mm path (which is just _mesa_meta_Clear) there shouldn't be any swrast fallback. Not quite sure though how well fbos will actually work

[Bug 40554] r200 falls back to software when clearing FBOs

2011-09-02 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=40554 --- Comment #1 from Roland Scheidegger 2011-09-02 17:21:26 PDT --- Hmm I guess at least when using the kernel_mm path (which is just _mesa_meta_Clear) there shouldn't be any swrast fallback. Not quite sure though how well fbos will actually work

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

2011-09-02 Thread Wu Fengguang
Keith: this version completes the IvyBridge support :) Bossart: hotplug is working fine now, with some minor issues: - on G45, monitor hot removal is not handled at all in i915_driver_irq_handler(). I'll leave it as a future TODO. - on IvyBridge, _repeated_ plug/unplug will trigger [ 1183.6

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

2011-09-02 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] RFC: omapdrm DRM/KMS driver for TI OMAP platforms

2011-09-02 Thread Rob Clark
From: Rob Clark A DRM display driver for TI OMAP platform. Similar to omapfb (fbdev) and omap_vout (v4l2 display) drivers in the past, this driver uses the DSS2 driver to access the display hardware, including support for HDMI, DVI, and various types of LCD panels. And it implements GEM support

[Bug 39832] HDA ATI HDMI: no sound with 3.0 - 2.6.39.3 works

2011-09-02 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=39832 --- Comment #16 from Alex Deucher 2011-09-02 14:33:03 --- (In reply to comment #15) > I think the problem is that the audio device is *advertised* as working, > although it doesn't. > radeon should just stop advertising audio if radeon.audio

[Bug 41732] [radeon] KMS (and X.org) detect wrong outputs

2011-09-02 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=41732 --- Comment #8 from Niels Ole Salscheider 2011-09-02 14:31:03 --- Created an attachment (id=71362) --> (https://bugzilla.kernel.org/attachment.cgi?id=71362) vbios -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email -

[Bug 41732] [radeon] KMS (and X.org) detect wrong outputs

2011-09-02 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=41732 --- Comment #7 from Alex Deucher 2011-09-02 14:24:26 --- Please attach a copy of your vbios: (as root) (use lspci to get the bus id) cd /sys/bus/pci/devices/ echo 1 > rom cat rom > /tmp/vbios.rom echo 0 > rom -- Configure bugmail: https:/

[Bug 39832] HDA ATI HDMI: no sound with 3.0 - 2.6.39.3 works

2011-09-02 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=39832 Xavier Bestel changed: What|Removed |Added CC||xavier.bestel at free.fr --- Comment

[Bug 38622] [radeon cayman regresion] artefacts on screen

2011-09-02 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=38622 --- Comment #12 from Michel Dänzer 2011-08-29 17:33:42 --- This could be the same as https://bugs.freedesktop.org/show_bug.cgi?id=40221 . --- Comment #13 from Marek Hobler, 'neutrinus' 2011-09-02 21:17:04 --- I just checked kernel: vmlinu

[Bug 41732] [radeon] KMS (and X.org) detect wrong outputs

2011-09-02 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=41732 --- Comment #6 from Niels Ole Salscheider 2011-09-02 14:04:51 --- Created an attachment (id=71342) --> (https://bugzilla.kernel.org/attachment.cgi?id=71342) edid for display connected to LVDS -- Configure bugmail: https://bugzilla.kernel.

[Bug 41732] [radeon] KMS (and X.org) detect wrong outputs

2011-09-02 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=41732 --- Comment #5 from Niels Ole Salscheider 2011-09-02 14:03:30 --- Created an attachment (id=71332) --> (https://bugzilla.kernel.org/attachment.cgi?id=71332) dmesg output with drm.debug=4 note: radeon_fp_native_mode gets calld for LVDS alth

[Bug 39832] HDA ATI HDMI: no sound with 3.0 - 2.6.39.3 works

2011-09-02 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=39832 --- Comment #14 from Alex Deucher 2011-09-02 13:44:29 --- (In reply to comment #13) > (I don't know the details of this bug, but am just responding to comment #11) > @Michel: Fixing regressions without introducing other regressions is a > pr

DPMS will keep switching monitor on and off

2011-09-02 Thread Wojciech Pyczak
Some time ago there was a patch [1] merged in which was designed to fix DPMS (monitor would go on/off all the time [2] instead of just going off), I was happy to see this one but unfortunately it doesn't work for me - I still experience the same behaviour. I'm terrible lazy so I didn't report it

DPMS will keep switching monitor on and off

2011-09-02 Thread Alex Deucher
On Fri, Sep 2, 2011 at 6:29 AM, Wojciech Pyczak wrote: > Some time ago there was a patch [1] merged in which was designed to fix DPMS > (monitor would go on/off all the time [2] instead of just going off), I was > happy to see this one but unfortunately it doesn't work for me - I still > experienc

DPMS will keep switching monitor on and off

2011-09-02 Thread Alex Deucher
On Fri, Sep 2, 2011 at 6:29 AM, Wojciech Pyczak wrote: > Some time ago there was a patch [1] merged in which was designed to fix DPMS > (monitor would go on/off all the time [2] instead of just going off), I was > happy to see this one but unfortunately it doesn't work for me - I still > experienc

[git pull] drm-fixes from an alternate place

2011-09-02 Thread Dave Airlie
Hi Linus, two radeon fixes from my tree on fd.o, not sure you can really do much, since its not like you can republish it :) Dave. The following changes since commit 9e79e3e9dd9672b37ac9412e9a926714306551fe: Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc (2011-08-30 11:28:1

[PATCH] drm/radeon/kms: fix DP detect and EDID fetch for DP bridges

2011-09-02 Thread alexdeuc...@gmail.com
From: Alex Deucher Sink type is always DP for DP bridges and EDID fetch on DP bridges is always i2c over aux rather than plain i2c. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/radeon_connectors.c | 37 ++-- drivers/gpu/drm/radeon/radeon_display.c| 19

[RFC][PATCH v3] DRM: add DRM Driver for Samsung SoC EXYNOS4210.

2011-09-02 Thread Kyungmin Park
On Thu, Sep 1, 2011 at 10:06 PM, Inki Dae wrote: > Hello Rob. > Below is my comments. thank you. > >> -Original Message- >> From: Rob Clark [mailto:robdclark at gmail.com] >> Sent: Thursday, September 01, 2011 1:02 AM >> To: Inki Dae >> Cc: airlied at linux.ie; dri-devel at lists.freedeskt

[Bug 42172] WARNING: at drivers/gpu/drm/radeon/radeon_fence.c:267 radeon_fence_wait+0x39f/0x3d0()

2011-09-02 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=42172 --- Comment #5 from nissarin at gmail.com 2011-09-02 09:52:26 --- Yes, it seems to be the same issue. Currently I'm testing the patch, I'll notify you later if it worked for me. -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi

[Bug 39832] HDA ATI HDMI: no sound with 3.0 - 2.6.39.3 works

2011-09-02 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=39832 --- Comment #13 from Florian Mickler 2011-09-02 09:47:04 --- (I don't know the details of this bug, but am just responding to comment #11) @Michel: Fixing regressions without introducing other regressions is a prerequisite for being sure of

[Bug 40576] HD4290 (Asus M4A89GTD/Pro onboard): no DRI (/dev/dri/card0) with CONFIG_DRM_RADEON_KMS enabled

2011-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40576 --- Comment #7 from Alex Deucher 2011-09-02 09:05:51 PDT --- (In reply to comment #6) > ok, Got it now. > > I disabled the VESA fb framebuffer and added the radeonfb instead (want my > penguins during boot). This did it. You don't need radeonfb

[Bug 40576] HD4290 (Asus M4A89GTD/Pro onboard): no DRI (/dev/dri/card0) with CONFIG_DRM_RADEON_KMS enabled

2011-09-02 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=40576 --- Comment #7 from Alex Deucher 2011-09-02 09:05:51 PDT --- (In reply to comment #6) > ok, Got it now. > > I disabled the VESA fb framebuffer and added the radeonfb instead (want my > penguins during boot). This did it. You don't need radeonf

[Bug 40576] HD4290 (Asus M4A89GTD/Pro onboard): no DRI (/dev/dri/card0) with CONFIG_DRM_RADEON_KMS enabled

2011-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40576 RandomCore changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 40576] HD4290 (Asus M4A89GTD/Pro onboard): no DRI (/dev/dri/card0) with CONFIG_DRM_RADEON_KMS enabled

2011-09-02 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=40576 RandomCore changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: DPMS will keep switching monitor on and off

2011-09-02 Thread Alex Deucher
On Fri, Sep 2, 2011 at 6:29 AM, Wojciech Pyczak wrote: > Some time ago there was a patch [1] merged in which was designed to fix DPMS > (monitor would go on/off all the time [2] instead of just going off), I was > happy to see this one but unfortunately it doesn't work for me - I still > experienc

Re: DPMS will keep switching monitor on and off

2011-09-02 Thread Alex Deucher
On Fri, Sep 2, 2011 at 6:29 AM, Wojciech Pyczak wrote: > Some time ago there was a patch [1] merged in which was designed to fix DPMS > (monitor would go on/off all the time [2] instead of just going off), I was > happy to see this one but unfortunately it doesn't work for me - I still > experienc

[Bug 40576] HD4290 (Asus M4A89GTD/Pro onboard): no DRI (/dev/dri/card0) with CONFIG_DRM_RADEON_KMS enabled

2011-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40576 --- Comment #5 from RandomCore 2011-09-02 08:42:15 PDT --- You were right; partly. It was tehre, but I guess the pathes in the kernel build got mixed up. Since I didn't know which firmware to include I included all, whihc made the string constan

[Bug 40576] HD4290 (Asus M4A89GTD/Pro onboard): no DRI (/dev/dri/card0) with CONFIG_DRM_RADEON_KMS enabled

2011-09-02 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=40576 --- Comment #5 from RandomCore 2011-09-02 08:42:15 PDT --- You were right; partly. It was tehre, but I guess the pathes in the kernel build got mixed up. Since I didn't know which firmware to include I included all, whihc made the string constan

DPMS will keep switching monitor on and off

2011-09-02 Thread Wojciech Pyczak
Some time ago there was a patch [1] merged in which was designed to fix DPMS (monitor would go on/off all the time [2] instead of just going off), I was happy to see this one but unfortunately it doesn't work for me - I still experience the same behaviour. I'm terrible lazy so I didn't report it

[Bug 40576] HD4290 (Asus M4A89GTD/Pro onboard): no DRI (/dev/dri/card0) with CONFIG_DRM_RADEON_KMS enabled

2011-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40576 --- Comment #4 from Michel Dänzer 2011-09-02 07:59:40 PDT --- (In reply to comment #3) > I installed firmware-linux-nonfree (Debian v0.33), added the necessary lines > to > the kernel .config to have them all included. [...] > r600_cp: Faile

[Bug 40576] HD4290 (Asus M4A89GTD/Pro onboard): no DRI (/dev/dri/card0) with CONFIG_DRM_RADEON_KMS enabled

2011-09-02 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=40576 --- Comment #4 from Michel D?nzer 2011-09-02 07:59:40 PDT --- (In reply to comment #3) > I installed firmware-linux-nonfree (Debian v0.33), added the necessary lines > to > the kernel .config to have them all included. [...] > r600_cp: Faile

[Bug 40576] HD4290 (Asus M4A89GTD/Pro onboard): no DRI (/dev/dri/card0) with CONFIG_DRM_RADEON_KMS enabled

2011-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40576 --- Comment #3 from RandomCore 2011-09-02 07:50:12 PDT --- ok, one by one. 1) /lib/firmware/radeon I installed firmware-linux-nonfree (Debian v0.33), added the necessary lines to the kernel .config to have them all included. Booting with this

[Bug 40576] HD4290 (Asus M4A89GTD/Pro onboard): no DRI (/dev/dri/card0) with CONFIG_DRM_RADEON_KMS enabled

2011-09-02 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=40576 --- Comment #3 from RandomCore 2011-09-02 07:50:12 PDT --- ok, one by one. 1) /lib/firmware/radeon I installed firmware-linux-nonfree (Debian v0.33), added the necessary lines to the kernel .config to have them all included. Booting with this

[Bug 39832] HDA ATI HDMI: no sound with 3.0 - 2.6.39.3 works

2011-09-02 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=39832 --- Comment #16 from Alex Deucher 2011-09-02 14:33:03 --- (In reply to comment #15) > I think the problem is that the audio device is *advertised* as working, > although it doesn't. > radeon should just stop advertising audio if radeon.audio

[Bug 41732] [radeon] KMS (and X.org) detect wrong outputs

2011-09-02 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=41732 --- Comment #8 from Niels Ole Salscheider 2011-09-02 14:31:03 --- Created an attachment (id=71362) --> (https://bugzilla.kernel.org/attachment.cgi?id=71362) vbios -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email -

[Bug 41732] [radeon] KMS (and X.org) detect wrong outputs

2011-09-02 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=41732 --- Comment #7 from Alex Deucher 2011-09-02 14:24:26 --- Please attach a copy of your vbios: (as root) (use lspci to get the bus id) cd /sys/bus/pci/devices/ echo 1 > rom cat rom > /tmp/vbios.rom echo 0 > rom -- Configure bugmail: https:/

[PATCH] drm/radeon/kms: fix DP detect and EDID fetch for DP bridges

2011-09-02 Thread alexdeucher
From: Alex Deucher Sink type is always DP for DP bridges and EDID fetch on DP bridges is always i2c over aux rather than plain i2c. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/radeon_connectors.c | 37 ++-- drivers/gpu/drm/radeon/radeon_display.c| 19

[Bug 39832] HDA ATI HDMI: no sound with 3.0 - 2.6.39.3 works

2011-09-02 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=39832 Xavier Bestel changed: What|Removed |Added CC||xavier.bes...@free.fr --- Comment #15

[Bug 41732] [radeon] KMS (and X.org) detect wrong outputs

2011-09-02 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=41732 --- Comment #6 from Niels Ole Salscheider 2011-09-02 14:04:51 --- Created an attachment (id=71342) --> (https://bugzilla.kernel.org/attachment.cgi?id=71342) edid for display connected to LVDS -- Configure bugmail: https://bugzilla.kernel.

[Bug 41732] [radeon] KMS (and X.org) detect wrong outputs

2011-09-02 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=41732 --- Comment #5 from Niels Ole Salscheider 2011-09-02 14:03:30 --- Created an attachment (id=71332) --> (https://bugzilla.kernel.org/attachment.cgi?id=71332) dmesg output with drm.debug=4 note: radeon_fp_native_mode gets calld for LVDS alth

[Bug 40576] HD4290 (Asus M4A89GTD/Pro onboard): no DRI (/dev/dri/card0) with CONFIG_DRM_RADEON_KMS enabled

2011-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40576 --- Comment #2 from Alex Deucher 2011-09-02 06:58:24 PDT --- Make sure you enable PCI quirks in your kernel. They are needed to access the vbios rom on a lot of cards. Without access to the vbios, the drm can't set up your card. -- Configure

[Bug 40576] HD4290 (Asus M4A89GTD/Pro onboard): no DRI (/dev/dri/card0) with CONFIG_DRM_RADEON_KMS enabled

2011-09-02 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=40576 --- Comment #2 from Alex Deucher 2011-09-02 06:58:24 PDT --- Make sure you enable PCI quirks in your kernel. They are needed to access the vbios rom on a lot of cards. Without access to the vbios, the drm can't set up your card. -- Configure

[Bug 27069] OpenGl is slower on dri2

2011-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27069 --- Comment #8 from Alex Deucher 2011-09-02 06:49:43 PDT --- UMS supported Colortiling and hyperZ on r1xx/r2xx asics and a few other features that haven't been implemented with KMS yet. The information is available if someone wants to add suppor

[Bug 27069] OpenGl is slower on dri2

2011-09-02 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=27069 --- Comment #8 from Alex Deucher 2011-09-02 06:49:43 PDT --- UMS supported Colortiling and hyperZ on r1xx/r2xx asics and a few other features that haven't been implemented with KMS yet. The information is available if someone wants to add suppo

[Bug 39832] HDA ATI HDMI: no sound with 3.0 - 2.6.39.3 works

2011-09-02 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=39832 --- Comment #14 from Alex Deucher 2011-09-02 13:44:29 --- (In reply to comment #13) > (I don't know the details of this bug, but am just responding to comment #11) > @Michel: Fixing regressions without introducing other regressions is a > pr

[Bug 27069] OpenGl is slower on dri2

2011-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27069 --- Comment #7 from Tom Stellard 2011-09-02 06:20:39 PDT --- (In reply to comment #4) > (In reply to comment #3) > > This problem still exists, > I forgot to add the usual software version info: > > Kernel: 3.0.4-gentoo > Xorg: X.Org X Server 1

[Bug 27069] OpenGl is slower on dri2

2011-09-02 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=27069 --- Comment #7 from Tom Stellard 2011-09-02 06:20:39 PDT --- (In reply to comment #4) > (In reply to comment #3) > > This problem still exists, > I forgot to add the usual software version info: > > Kernel: 3.0.4-gentoo > Xorg: X.Org X Server 1

[Bug 27069] OpenGl is slower on dri2

2011-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27069 --- Comment #6 from Xavier Bestel 2011-09-02 06:11:01 PDT --- That does not explain the 15-20 fps he sees with etracer. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Bug 27069] OpenGl is slower on dri2

2011-09-02 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=27069 --- Comment #6 from Xavier Bestel 2011-09-02 06:11:01 PDT --- That does not explain the 15-20 fps he sees with etracer. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Bug 40576] HD4290 (Asus M4A89GTD/Pro onboard): no DRI (/dev/dri/card0) with CONFIG_DRM_RADEON_KMS enabled

2011-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40576 --- Comment #1 from Michel Dänzer 2011-09-02 06:06:47 PDT --- (In reply to comment #1) > CONFIG_DRM_RADEON=y In that case KMS requires the microcode from /lib/firmware/radeon to be built into the kernel as well. Are you doing that? -- Config

[Bug 40576] HD4290 (Asus M4A89GTD/Pro onboard): no DRI (/dev/dri/card0) with CONFIG_DRM_RADEON_KMS enabled

2011-09-02 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=40576 --- Comment #1 from Michel D?nzer 2011-09-02 06:06:47 PDT --- (In reply to comment #1) > CONFIG_DRM_RADEON=y In that case KMS requires the microcode from /lib/firmware/radeon to be built into the kernel as well. Are you doing that? -- Config

Re: [PATCH 10/10] vmwgfx: Implement GMR2

2011-09-02 Thread Konrad Rzeszutek Wilk
On Wed, Aug 31, 2011 at 09:42:55AM +0200, Thomas Hellstrom wrote: > Guest Memory Regions 2 is a way to bind pages to the GPU, but using > the FIFO instead of an io-submitted descriptor chain. > > Signed-off-by: Thomas Hellstrom > Reviewed-by: Jakob Bornecantz > --- > drivers/gpu/drm/vmwgfx/vmwg

[Bug 27069] OpenGl is slower on dri2

2011-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27069 --- Comment #5 from Thierry Vignaud 2011-09-02 05:17:51 PDT --- This is because output is maxed at screen refreshing and won't go over 60fps -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving t

[Bug 27069] OpenGl is slower on dri2

2011-09-02 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=27069 --- Comment #5 from Thierry Vignaud 2011-09-02 05:17:51 PDT --- This is because output is maxed at screen refreshing and won't go over 60fps -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving t

[Bug 40576] New: HD4290 (Asus M4A89GTD/Pro onboard): no DRI (/dev/dri/card0) with CONFIG_DRM_RADEON_KMS enabled

2011-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40576 Summary: HD4290 (Asus M4A89GTD/Pro onboard): no DRI (/dev/dri/card0) with CONFIG_DRM_RADEON_KMS enabled Product: DRI Version: unspecified Platform: x86-64 (AMD64) OS/Version: L

[Bug 40576] New: HD4290 (Asus M4A89GTD/Pro onboard): no DRI (/dev/dri/card0) with CONFIG_DRM_RADEON_KMS enabled

2011-09-02 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=40576 Summary: HD4290 (Asus M4A89GTD/Pro onboard): no DRI (/dev/dri/card0) with CONFIG_DRM_RADEON_KMS enabled Product: DRI Version: unspecified Platform: x86-64 (AMD64) OS/Version: L

[Bug 42172] WARNING: at drivers/gpu/drm/radeon/radeon_fence.c:267 radeon_fence_wait+0x39f/0x3d0()

2011-09-02 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=42172 Alex Deucher changed: What|Removed |Added CC||alexdeucher at gmail.com --- Comment #

RE: [RFC][PATCH v3] DRM: add DRM Driver for Samsung SoC EXYNOS4210.

2011-09-02 Thread Inki Dae
Hello Rob. Below is my comments. > -Original Message- > From: Rob Clark [mailto:robdcl...@gmail.com] > Sent: Friday, September 02, 2011 10:18 AM > To: Inki Dae > Cc: airl...@linux.ie; dri-devel@lists.freedesktop.org; > sw0312@samsung.com; linux-ker...@vger.kernel.org; > kyungmin.p...@s

[Bug 42172] WARNING: at drivers/gpu/drm/radeon/radeon_fence.c:267 radeon_fence_wait+0x39f/0x3d0()

2011-09-02 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=42172 --- Comment #5 from nissa...@gmail.com 2011-09-02 09:52:26 --- Yes, it seems to be the same issue. Currently I'm testing the patch, I'll notify you later if it worked for me. -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?ta

[git pull] drm-fixes from an alternate place

2011-09-02 Thread Dave Airlie
Hi Linus, two radeon fixes from my tree on fd.o, not sure you can really do much, since its not like you can republish it :) Dave. The following changes since commit 9e79e3e9dd9672b37ac9412e9a926714306551fe: Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc (2011-08-30 11:28:1

[Bug 39832] HDA ATI HDMI: no sound with 3.0 - 2.6.39.3 works

2011-09-02 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=39832 --- Comment #13 from Florian Mickler 2011-09-02 09:47:04 --- (I don't know the details of this bug, but am just responding to comment #11) @Michel: Fixing regressions without introducing other regressions is a prerequisite for being sure of

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

2011-09-02 Thread Wu Fengguang
Keith: this version completes the IvyBridge support :) Bossart: hotplug is working fine now, with some minor issues: - on G45, monitor hot removal is not handled at all in i915_driver_irq_handler(). I'll leave it as a future TODO. - on IvyBridge, _repeated_ plug/unplug will trigger [ 1183.6

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

2011-09-02 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

[Bug 42172] WARNING: at drivers/gpu/drm/radeon/radeon_fence.c:267 radeon_fence_wait+0x39f/0x3d0()

2011-09-02 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=42172 --- Comment #3 from nissarin at gmail.com 2011-09-02 00:59:20 --- More than 8 hours have passed without a single glitch (same as before.. glxgears, web browser, wesnoth, etc.) so yeah, it appears that b03e7495a862b028294f59fc87286d6d78ee7fa1 i

[Bug 39832] HDA ATI HDMI: no sound with 3.0 - 2.6.39.3 works

2011-09-02 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=39832 --- Comment #11 from Michel D?nzer 2011-08-29 17:46:25 --- If you want to consider this a regression, it was caused by the currently best known fix for another regression: enabling HDMI audio by default caused blank screens and display probl