Re: [Intel-gfx] [PATCH] drm/i915: Sync the hotplug work when device suspending

2013-08-04 Thread Daniel Vetter
On Sat, Jul 27, 2013 at 10:40:14AM +0100, Chris Wilson wrote: > On Sun, Jul 28, 2013 at 01:43:02AM +0800, Chuansheng Liu wrote: > > > > It is possible that during i915 device suspending with one pending > > hotplug work, one of cases is the device resume/suspend quickly. > > > > At this case, the

[Bug 60687] Using radeon.audio=1 blocks hdmi display output on Radeon 5760

2013-08-04 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=60687 Rafał Miłecki changed: What|Removed |Added CC||zaj...@gmail.com --- Comment #4 from Rafa

Re: 3.11-rc3+git: __divdi3 undefined on powerpc (from radeon)

2013-08-04 Thread Guenter Roeck
On Sat, Aug 03, 2013 at 03:44:26PM +0300, Meelis Roos wrote: > While trying to compile v3.11-rc3-288-gabe0308 on powerpc 32-bit, > it failed with the following linking error: > > ERROR: "__divdi3" [drivers/gpu/drm/radeon/radeon.ko] undefined! > > Some new 64-bit division in radeon that is not im

[Bug 60691] New: UVD don't work after resume from hibernate

2013-08-04 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=60691 Bug ID: 60691 Summary: UVD don't work after resume from hibernate Product: Drivers Version: 2.5 Kernel Version: 3.11-rc4 Hardware: All OS: Linux Tree: Mainline

[PATCH 4/4] snd/hda: add runtime suspend/resume on optimus support (v3)

2013-08-04 Thread Dave Airlie
Add support for HDMI audio device on VGA cards that powerdown to D3cold using non-standard ACPI/PCI infrastructure (optimus). This does a couple of things to make it work: a) add a set of power ops for the hdmi domain, and enables them via vga_switcheroo when we are a switcheroo controlled card.

[PATCH 3/4] nouveau: add runtime PM support (v0.9)

2013-08-04 Thread Dave Airlie
From: Dave Airlie This hooks nouveau up to the runtime PM system to enable dynamic power management for secondary GPUs in switchable and optimus laptops. a) rewrite suspend/resume printks to hide them during dynamic s/r to avoid cluttering logs b) add runtime pm suspend to irq handler, crtc disp

[PATCH 2/4] drm: allow open of dynamic off devices.

2013-08-04 Thread Dave Airlie
From: Dave Airlie Signed-off-by: Dave Airlie --- drivers/gpu/drm/drm_fops.c | 2 +- include/drm/drmP.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/drm_fops.c b/drivers/gpu/drm/drm_fops.c index 3a24385..d5429ee 100644 --- a/drivers/gpu/drm/drm_fop

[PATCH 1/4] gpu/vga_switcheroo: add driver control power feature. (v3)

2013-08-04 Thread Dave Airlie
From: Dave Airlie For optimus and powerxpress muxless we really want the GPU driver deciding when to power up/down the GPU, not userspace. This adds the ability for a driver to dynamically power up/down the GPU and remove the switcheroo from controlling it, the switcheroo reports the dynamic sta

[Bug 60523] Lockup with radeon DPM on Radeon HD5770 (Juniper)

2013-08-04 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=60523 --- Comment #16 from Christian Birchinger --- I also had a hard lockup having the machine running over night. Too bad i found nothing in the syslog. A small detail appeard though: When the monitor is off (dpms standby), it starts changing power s

[RFC] drm: add flip-work helper

2013-08-04 Thread Rob Clark
On Sun, Aug 4, 2013 at 1:34 PM, Daniel Vetter wrote: > On Thu, Aug 1, 2013 at 1:23 AM, Rob Clark wrote: >> A small helper to queue up work to do, from workqueue context, after a >> flip. Typically useful to defer unreffing buffers that may be read by >> the display controller until vblank. >> >>

[PATCH] drm/radeon: program the MC if loading firmware fails on ARUBA

2013-08-04 Thread Mark Kettenis
> Date: Sun, 4 Aug 2013 12:21:53 -0400 > From: Alex Deucher > > On Sun, Aug 4, 2013 at 7:12 AM, Mark Kettenis > wrote: > > Failure to load the firmwares on ARUBA isn't considered fatal. > > However modesetting doesn't quite work in that case. On an HP > > Pavillion Sleekbook 15 with A4-4335M A

optimus dynamic power patches

2013-08-04 Thread Dave Airlie
This is a repost of the series with some bugs fixed, I've really only tested this on my one optimus laptop so far. I've also ported radeon to this patch series, but it doesn't work on my only radeon test box since we always end up with a crtc configured, but I may just push the patches as they migh

[Bug 67723] Resume from s2ram fails with [drm:r600_uvd_init] *ERROR* UVD not responding, trying to reset the VCPU!!!

2013-08-04 Thread bugzilla-dae...@freedesktop.org
<http://lists.freedesktop.org/archives/dri-devel/attachments/20130804/19cf2451/attachment.html>

[PULL] drm-intel-next

2013-08-04 Thread Daniel Vetter
Hi Dave, Neat that QA (and Ben) keeps on humming along while I'm on vacation, so you already get the next feature pull request: - proper eLLC support for HSW from Ben - more interrupt refactoring - add w/a tags where we implement them already (Damien) - hangcheck fixes (Chris) + hangcheck stats (M

[Bug 60687] Using radeon.audio=1 blocks hdmi display output on Radeon 5760

2013-08-04 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=60687 --- Comment #3 from Gabor Hasenfrasz --- (In reply to Alex Deucher from comment #2) > Can you bisect? Yes, I'm doing it. -- You are receiving this mail because: You are watching the assignee of the bug.

[PATCH 00/20] prime/flink fixes and related stuff

2013-08-04 Thread Daniel Vetter
On Sat, Jul 27, 2013 at 11:22 AM, Inki Dae wrote: > > 2013/7/16 Daniel Vetter >> >> Hi all, >> >> This patch series is my 2nd real stab at fixing up the locking issues >> around our >> two buffer sharing mechanisms in gem: flink and prime. >> >> I think the approach taken here is much better than

Re: [RFC] drm: add flip-work helper

2013-08-04 Thread Rob Clark
On Sun, Aug 4, 2013 at 1:34 PM, Daniel Vetter wrote: > On Thu, Aug 1, 2013 at 1:23 AM, Rob Clark wrote: >> A small helper to queue up work to do, from workqueue context, after a >> flip. Typically useful to defer unreffing buffers that may be read by >> the display controller until vblank. >> >>

[RFC] drm: add flip-work helper

2013-08-04 Thread Daniel Vetter
On Thu, Aug 1, 2013 at 1:23 AM, Rob Clark wrote: > A small helper to queue up work to do, from workqueue context, after a > flip. Typically useful to defer unreffing buffers that may be read by > the display controller until vblank. > > Signed-off-by: Rob Clark > --- > I've re-inventing the same

RE: [PATCH 00/20] prime/flink fixes and related stuff

2013-08-04 Thread Inki Dae
> -Original Message- > From: Daniel Vetter [mailto:daniel.vet...@ffwll.ch] > Sent: Monday, August 05, 2013 2:42 AM > To: Inki Dae > Cc: DRI Development > Subject: Re: [PATCH 00/20] prime/flink fixes and related stuff > > On Sat, Jul 27, 2013 at 11:22 AM, Inki Dae wrote: > > > > 2013/7/1

[Bug 60523] Lockup with radeon DPM on Radeon HD5770 (Juniper)

2013-08-04 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=60523 Christian Birchinger changed: What|Removed |Added CC||joker at netswarm.net --- Comment

[Intel-gfx] WARNING: CPU: 1 PID: 2846 at drivers/gpu/drm/i915/intel_sdvo.c:1378

2013-08-04 Thread Daniel Vetter
On Fri, Aug 2, 2013 at 11:26 AM, Ville Syrj?l? wrote: > On Thu, Aug 01, 2013 at 05:51:31PM -0700, Linus Torvalds wrote: >> This one may have been going on for some time - I haven't updated the >> old Intel Mac Mini in a while. >> >> And by "not updated" I also mean that it's some really old user-s

[Bug 60523] Lockup with radeon DPM on Radeon HD5770 (Juniper)

2013-08-04 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=60523 --- Comment #16 from Christian Birchinger --- I also had a hard lockup having the machine running over night. Too bad i found nothing in the syslog. A small detail appeard though: When the monitor is off (dpms standby), it starts changing power s

Re: i915 INFO: trying to register non-static key.

2013-08-04 Thread Daniel Vetter
On Wed, Jul 31, 2013 at 6:22 PM, Borislav Petkov wrote: > Dudes, > > has anyone already reported this (happens on Linus of today + > tip/master): I think this should be fixed with commit e1b4d3036c07ff137955fb1c0197ab62534f46ec Author: Ben Widawsky Date: Tue Jul 30 16:27:57 2013 -0700 dr

[Bug 60687] Using radeon.audio=1 blocks hdmi display output on Radeon 5760

2013-08-04 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=60687 Alex Deucher changed: What|Removed |Added CC||alexdeucher at gmail.com --- Comment #2 fr

[Bug 60674] linux 3.10.x RV740 (Radeon HD 4770) display problem

2013-08-04 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=60674 --- Comment #4 from Alex Deucher --- This is probably a bug in the mesa or ddx driver due to some feature that requires a newer kernel and thus is only enabled on newer kernels. Can you bisect? -- You are receiving this mail because: You are wa

[Bug 66940] Mobility Radeon HD 5650 doesn't resume from suspend on kernel 3.11 (linus and drm_next)

2013-08-04 Thread bugzilla-dae...@freedesktop.org
-- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130804/f6f4fd4f/attachment.html>

[Bug 67723] Resume from s2ram doesn't work with radeon.dpm=1

2013-08-04 Thread bugzilla-dae...@freedesktop.org
receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130804/94251541/attachment-0001.html>

[Bug 67723] Resume from s2ram fails with [drm:r600_uvd_init] *ERROR* UVD not responding, trying to reset the VCPU!!!

2013-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67723 Bastian Triller changed: What|Removed |Added Summary|Resume from s2ram doesn't |Resume from s2ram fails

[PATCH 6/6] RFC: drm/msm: add perf logging debugfs

2013-08-04 Thread Rob Clark
--- drivers/gpu/drm/msm/Makefile| 1 + drivers/gpu/drm/msm/adreno/a3xx_gpu.c | 20 ++- drivers/gpu/drm/msm/adreno/adreno_gpu.c | 4 +- drivers/gpu/drm/msm/adreno/adreno_gpu.h | 2 - drivers/gpu/drm/msm/msm_drv.c | 15 +- drivers/gpu/drm/msm/msm_drv.h | 4

[PATCH 5/6] RFC: drm/msm: add rd logging debugfs

2013-08-04 Thread Rob Clark
To ease debugging, add debugfs file which can be cat/tail'd to log submits, along with fence #. If GPU hangs, you can look at 'gpu' debugfs file to find last completed fence and current register state, and compare with logged rd file to narrow down the DRAW_INDX which triggered the GPU hang. ---

[PATCH 4/6] drm/msm: add a3xx gpu support

2013-08-04 Thread Rob Clark
Add initial support for a3xx 3d core. So far, with hardware that I've seen to date, we can have: + zero, one, or two z180 2d cores + a3xx or a2xx 3d core, which share a common CP (the firmware for the CP seems to implement some different PM4 packet types but the basics of cmdstream submiss

[PATCH 3/6] drm/msm: add register definitions for gpu

2013-08-04 Thread Rob Clark
Generated from rnndb files in: https://github.com/freedreno/envytools Keep this split out as a separate commit to make it easier to review the actual driver. Signed-off-by: Rob Clark --- drivers/gpu/drm/msm/adreno/a2xx.xml.h | 1438 drivers/gpu/drm/msm/adreno/a3xx.xml

[PATCH 2/6] drm/msm: basic KMS driver for snapdragon

2013-08-04 Thread Rob Clark
The snapdragon chips have multiple different display controllers, depending on which chip variant/version. (As far as I can tell, current devices have either MDP3 or MDP4, and upcoming devices have MDSS.) And then external to the display controller are HDMI, DSI, etc. blocks which may be shared a

[PATCH 1/6] drm/msm: add register definitions

2013-08-04 Thread Rob Clark
Generated from rnndb files in: https://github.com/freedreno/envytools Keep this split out as a separate commit to make it easier to review the actual driver. Signed-off-by: Rob Clark --- drivers/gpu/drm/msm/dsi/dsi.xml.h | 262 drivers/gpu/drm/msm/dsi/mmss_cc.xml.h | 156 +

[PATCH 0/6] drm/msm: A DRM/KMS driver for snapdragon SoCs

2013-08-04 Thread Rob Clark
This patchset can also be found here, for easier browsing: http://cgit.freedesktop.org/~robclark/linux/log/?h=drm-next git://people.freedesktop.org/~robclark/linux drm-next Compared to the previous patchset (RFCv2), there are a number of fixes (leaks, etc), fixed handling of some clocks (ie.

[PATCH] drm/radeon: program the MC if loading firmware fails on ARUBA

2013-08-04 Thread Mark Kettenis
Failure to load the firmwares on ARUBA isn't considered fatal. However modesetting doesn't quite work in that case. On an HP Pavillion Sleekbook 15 with A4-4335M APU, I end up with a screen full of garbage. Calling evergreen_mc_program() fixes the issue. Diff below is against the OpenBSD codebas

Re: [PATCH] drm/radeon: program the MC if loading firmware fails on ARUBA

2013-08-04 Thread Mark Kettenis
> Date: Sun, 4 Aug 2013 12:21:53 -0400 > From: Alex Deucher > > On Sun, Aug 4, 2013 at 7:12 AM, Mark Kettenis wrote: > > Failure to load the firmwares on ARUBA isn't considered fatal. > > However modesetting doesn't quite work in that case. On an HP > > Pavillion Sleekbook 15 with A4-4335M APU,

[Bug 60687] Using radeon.audio=1 blocks hdmi display output on Radeon 5760

2013-08-04 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=60687 --- Comment #3 from Gabor Hasenfrasz --- (In reply to Alex Deucher from comment #2) > Can you bisect? Yes, I'm doing it. -- You are receiving this mail because: You are watching the assignee of the bug. _

[PATCH] drm/radeon: program the MC if loading firmware fails on ARUBA

2013-08-04 Thread Alex Deucher
pe: application/octet-stream Size: 4769 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130804/1b1ab876/attachment.obj>

[Bug 60523] Lockup with radeon DPM on Radeon HD5770 (Juniper)

2013-08-04 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=60523 Christian Birchinger changed: What|Removed |Added CC||jo...@netswarm.net --- Comment #15

Re: [Intel-gfx] WARNING: CPU: 1 PID: 2846 at drivers/gpu/drm/i915/intel_sdvo.c:1378

2013-08-04 Thread Linus Torvalds
On Fri, Aug 2, 2013 at 2:26 AM, Ville Syrjälä wrote: > > Looks like this could happen when you go to DPMS_OFF. After we've turned > off the the pipe, get_pipe_config() gives a mostly zeroed pipe_config > (including pixel_multiplier), and then in the case of SDVO, we go and > check it against the e

[Intel-gfx] WARNING: CPU: 1 PID: 2846 at drivers/gpu/drm/i915/intel_sdvo.c:1378

2013-08-04 Thread Linus Torvalds
On Fri, Aug 2, 2013 at 2:26 AM, Ville Syrj?l? wrote: > > Looks like this could happen when you go to DPMS_OFF. After we've turned > off the the pipe, get_pipe_config() gives a mostly zeroed pipe_config > (including pixel_multiplier), and then in the case of SDVO, we go and > check it against the e

[Bug 60687] Using radeon.audio=1 blocks hdmi display output on Radeon 5760

2013-08-04 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=60687 --- Comment #1 from Gabor Hasenfrasz --- Created attachment 107089 --> https://bugzilla.kernel.org/attachment.cgi?id=107089&action=edit output of xrandr verbose -- You are receiving this mail because: You are watching the assignee of the bug.

[Bug 60687] New: Using radeon.audio=1 blocks hdmi display output on Radeon 5760

2013-08-04 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=60687 Bug ID: 60687 Summary: Using radeon.audio=1 blocks hdmi display output on Radeon 5760 Product: Drivers Version: 2.5 Kernel Version: 3.10, 3.11-rc3 Hardware: All

Re: [PATCH 00/20] prime/flink fixes and related stuff

2013-08-04 Thread Daniel Vetter
On Sat, Jul 27, 2013 at 11:22 AM, Inki Dae wrote: > > 2013/7/16 Daniel Vetter >> >> Hi all, >> >> This patch series is my 2nd real stab at fixing up the locking issues >> around our >> two buffer sharing mechanisms in gem: flink and prime. >> >> I think the approach taken here is much better than

Re: [RFC] drm: add flip-work helper

2013-08-04 Thread Daniel Vetter
On Thu, Aug 1, 2013 at 1:23 AM, Rob Clark wrote: > A small helper to queue up work to do, from workqueue context, after a > flip. Typically useful to defer unreffing buffers that may be read by > the display controller until vblank. > > Signed-off-by: Rob Clark > --- > I've re-inventing the same

[PATCH 6/6] RFC: drm/msm: add perf logging debugfs

2013-08-04 Thread Rob Clark
--- drivers/gpu/drm/msm/Makefile| 1 + drivers/gpu/drm/msm/adreno/a3xx_gpu.c | 20 ++- drivers/gpu/drm/msm/adreno/adreno_gpu.c | 4 +- drivers/gpu/drm/msm/adreno/adreno_gpu.h | 2 - drivers/gpu/drm/msm/msm_drv.c | 15 +- drivers/gpu/drm/msm/msm_drv.h | 4

[PATCH 5/6] RFC: drm/msm: add rd logging debugfs

2013-08-04 Thread Rob Clark
To ease debugging, add debugfs file which can be cat/tail'd to log submits, along with fence #. If GPU hangs, you can look at 'gpu' debugfs file to find last completed fence and current register state, and compare with logged rd file to narrow down the DRAW_INDX which triggered the GPU hang. ---

[PATCH 0/6] drm/msm: A DRM/KMS driver for snapdragon SoCs

2013-08-04 Thread Rob Clark
This patchset can also be found here, for easier browsing: http://cgit.freedesktop.org/~robclark/linux/log/?h=drm-next git://people.freedesktop.org/~robclark/linux drm-next Compared to the previous patchset (RFCv2), there are a number of fixes (leaks, etc), fixed handling of some clocks (ie.

Re: [Intel-gfx] WARNING: CPU: 1 PID: 2846 at drivers/gpu/drm/i915/intel_sdvo.c:1378

2013-08-04 Thread Daniel Vetter
On Fri, Aug 2, 2013 at 11:26 AM, Ville Syrjälä wrote: > On Thu, Aug 01, 2013 at 05:51:31PM -0700, Linus Torvalds wrote: >> This one may have been going on for some time - I haven't updated the >> old Intel Mac Mini in a while. >> >> And by "not updated" I also mean that it's some really old user-s

[Bug 66963] r600: linux 3.11RC isn't booting with radeon.dpm=1 option in grub

2013-08-04 Thread bugzilla-dae...@freedesktop.org
ly I can use my laptop with Linux every day. Neat. (Hope you can iron out the rest of the problems that people had here.) -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.fre

Re: [PATCH] drm/radeon: program the MC if loading firmware fails on ARUBA

2013-08-04 Thread Alex Deucher
On Sun, Aug 4, 2013 at 7:12 AM, Mark Kettenis wrote: > Failure to load the firmwares on ARUBA isn't considered fatal. > However modesetting doesn't quite work in that case. On an HP > Pavillion Sleekbook 15 with A4-4335M APU, I end up with a screen full > of garbage. Calling evergreen_mc_program

[Bug 60687] Using radeon.audio=1 blocks hdmi display output on Radeon 5760

2013-08-04 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=60687 Alex Deucher changed: What|Removed |Added CC||alexdeuc...@gmail.com --- Comment #2 from

[Bug 60674] linux 3.10.x RV740 (Radeon HD 4770) display problem

2013-08-04 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=60674 --- Comment #4 from Alex Deucher --- This is probably a bug in the mesa or ddx driver due to some feature that requires a newer kernel and thus is only enabled on newer kernels. Can you bisect? -- You are receiving this mail because: You are wa

[Bug 66940] Mobility Radeon HD 5650 doesn't resume from suspend on kernel 3.11 (linus and drm_next)

2013-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66940 --- Comment #7 from Alex Deucher --- Can you try with my drm-fixes-3.11 branch: http://cgit.freedesktop.org/~agd5f/linux/log/?h=drm-fixes-3.11 -- You are receiving this mail because: You are the assignee for the bug. ___

3.11-rc3+git: __divdi3 undefined on powerpc (from radeon)

2013-08-04 Thread Guenter Roeck
On Sat, Aug 03, 2013 at 03:44:26PM +0300, Meelis Roos wrote: > While trying to compile v3.11-rc3-288-gabe0308 on powerpc 32-bit, > it failed with the following linking error: > > ERROR: "__divdi3" [drivers/gpu/drm/radeon/radeon.ko] undefined! > > Some new 64-bit division in radeon that is not im

[Bug 67723] Resume from s2ram doesn't work with radeon.dpm=1

2013-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67723 --- Comment #2 from Alex Deucher --- This looks like a UVD problem. Do you get the same issue with dpm disabled? Make sure your kernel has this patch: http://lists.freedesktop.org/archives/dri-devel/2013-August/042680.html -- You are receivin

[Bug 65730] no sound via HDMI for Radeon 6850 mesa driver

2013-08-04 Thread bugzilla-dae...@freedesktop.org
achment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130804/f19e19f2/attachment.html>

[Bug 65730] no sound via HDMI for Radeon 6850 mesa driver

2013-08-04 Thread bugzilla-dae...@freedesktop.org
e happy to provide more info. Please let me know if you need it. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/2013

[Bug 67550] Radeon+Intel GPU with HDMI audio on Intel

2013-08-04 Thread bugzilla-dae...@freedesktop.org
re receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130804/714478f4/attachment.html>

[PATCH] drm/radeon: program the MC if loading firmware fails on ARUBA

2013-08-04 Thread Mark Kettenis
Failure to load the firmwares on ARUBA isn't considered fatal. However modesetting doesn't quite work in that case. On an HP Pavillion Sleekbook 15 with A4-4335M APU, I end up with a screen full of garbage. Calling evergreen_mc_program() fixes the issue. Diff below is against the OpenBSD codebas

[Bug 60687] Using radeon.audio=1 blocks hdmi display output on Radeon 5760

2013-08-04 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=60687 --- Comment #1 from Gabor Hasenfrasz --- Created attachment 107089 --> https://bugzilla.kernel.org/attachment.cgi?id=107089&action=edit output of xrandr verbose -- You are receiving this mail because: You are watching the assignee of the bug.

[Bug 60687] New: Using radeon.audio=1 blocks hdmi display output on Radeon 5760

2013-08-04 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=60687 Bug ID: 60687 Summary: Using radeon.audio=1 blocks hdmi display output on Radeon 5760 Product: Drivers Version: 2.5 Kernel Version: 3.10, 3.11-rc3 Hardware: All

[Bug 66963] r600: linux 3.11RC isn't booting with radeon.dpm=1 option in grub

2013-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #79 from 720 --- (In reply to comment #78) > (In reply to comment #77) > > Will we have this feature fixed until the 3.11 release or later? > > Depends on whether the sclk ss actually worked in the first place. It's > possible that

[git pull] drm build fix

2013-08-04 Thread Dave Airlie
Hi Linus, just a quick fix that a few people have reported, be nice to have in asap. Dave. The following changes since commit 72a67a94bcba71a5fddd6b3596a20604d2b5dcd6: Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (2013-08-03 15:00:23 -0700) are available in the git reposit

[Bug 65730] no sound via HDMI for Radeon 6850 mesa driver

2013-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65730 --- Comment #11 from Igor --- Well, I'm able to hear sound in Chromium and Firefox in youtube. However, I cannot hear any sound when I'm issuing aplay -D plughw:1,3 /usr/share/sounds/alsa/Front_Center.wav I cannot hear sound in KDE apps as well (

[Bug 60674] linux 3.10.x RV740 (Radeon HD 4770) display problem

2013-08-04 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=60674 nucrap at hotmail.com changed: What|Removed |Added CC||nucrap at hotmail.com --- Comment