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

2013-08-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #41 from Sergey orbitg...@ukr.net --- Unfortunately patch from comment 40 didn't help in my case. I've seen 6 hangs and 2 boots with Xorg delays out of 8 tries. -- You are receiving this mail because: You are the assignee for the

Re: [RFC 0/2] exynos5250/hdmi: replace dummy hdmiphy clock with pmu reg control

2013-08-01 Thread Rahul Sharma
Thanks Sylwester, On Wed, Jul 31, 2013 at 5:41 PM, Sylwester Nawrocki s.nawro...@samsung.com wrote: Hi Rahul, On 07/31/2013 01:23 PM, Rahul Sharma wrote: I think your hdmiphy pmu patch is good enough just if dt binding for pmu is in hdmiphy binding instead of hdmi binding. So I recommended

Re: i915 backlight

2013-08-01 Thread Borislav Petkov
On Wed, Jul 31, 2013 at 11:16:52PM +0200, Rafael J. Wysocki wrote: Does reverting efaa14c help? Nope. But see my other reply to Aaron. Thanks. ___ dri-devel mailing list dri-devel@lists.freedesktop.org

Re: i915 backlight

2013-08-01 Thread Borislav Petkov
On Thu, Aug 01, 2013 at 09:13:35AM +0800, Aaron Lu wrote: Can you please run acpi_listen and then press the Fn-Fx key, see if the events are correctly sent out? Like this? # acpi_listen video/brightnessdown BRTDN 0087 video/brightnessup BRTUP 0086 video/brightnessdown

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

2013-08-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #42 from Scias shining.sc...@gmail.com --- Comment 40 patch works here. -- You are receiving this mail because: You are the assignee for the bug. ___ dri-devel mailing list

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

2013-08-01 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=60674 Bug ID: 60674 Summary: linux 3.10.x RV740 (Radeon HD 4770) display problem Product: Drivers Version: 2.5 Kernel Version: 3.10 Hardware: x86-64 OS: Linux Tree:

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

2013-08-01 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=60674 --- Comment #1 from Yves G. (theYinYeti) yg...@sfr.fr --- Created attachment 107074 -- https://bugzilla.kernel.org/attachment.cgi?id=107074action=edit For comparison, same screenshot with kernel 3.9. -- You are receiving this mail because: You

Re: [PATCH 05/27] drivers/gpu/host1x/drm: don't check resource with devm_ioremap_resource

2013-08-01 Thread Terje Bergström
On 23.07.2013 21:01, Wolfram Sang wrote: diff --git a/drivers/gpu/host1x/drm/hdmi.c b/drivers/gpu/host1x/drm/hdmi.c index 01097da..9ffece6 100644 --- a/drivers/gpu/host1x/drm/hdmi.c +++ b/drivers/gpu/host1x/drm/hdmi.c @@ -1248,9 +1248,6 @@ static int tegra_hdmi_probe(struct platform_device

Re: [Intel-gfx] [PATCH 13/20] drm/gem: create drm_gem_dumb_destroy

2013-08-01 Thread Patrik Jakobsson
On Tue, Jul 16, 2013 at 9:12 AM, Daniel Vetter daniel.vet...@ffwll.ch wrote: All the gem based kms drivers really want the same function to destroy a dumb framebuffer backing storage object. So give it to them and roll it out in all drivers. This still leaves the option open for kms drivers

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

2013-08-01 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=60674 Alex Deucher alexdeuc...@gmail.com changed: What|Removed |Added CC||alexdeuc...@gmail.com

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

2013-08-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #43 from Alex Deucher ag...@yahoo.com --- Can you guys attach a copy of your vbios? (as root) (use lspci to get the bus id) cd /sys/bus/pci/devices/pci bus id echo 1 rom cat rom /tmp/vbios.rom echo 0 rom -- You are receiving

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

2013-08-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #44 from Sergey orbitg...@ukr.net --- Created attachment 83431 -- https://bugs.freedesktop.org/attachment.cgi?id=83431action=edit vbios used for ATI RV620/M82 [Mobility Radeon HD 3450/3470] -- You are receiving this mail because:

Re: [PATCH] drm/radeon: use loop for initializing AFMT blocks

2013-08-01 Thread Alex Deucher
On Thu, Aug 1, 2013 at 1:54 AM, Rafał Miłecki zaj...@gmail.com wrote: 2013/7/31 Alex Deucher alexdeuc...@gmail.com: On Wed, Jul 31, 2013 at 11:50 AM, Rafał Miłecki zaj...@gmail.com wrote: Signed-off-by: Rafał Miłecki zaj...@gmail.com --- Dave/Alex: please decide who picks this patch :) I

[PATCH] drm/radeon: fix 64 bit divide in SI spm code

2013-08-01 Thread alexdeucher
From: Alex Deucher alexander.deuc...@amd.com Forgot to use the appropriate math64 function. Signed-off-by: Alex Deucher alexander.deuc...@amd.com --- This is already in my -fixes queue, but for those that are running into issues, here's the fix. drivers/gpu/drm/radeon/si_dpm.c |2 +- 1

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

2013-08-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #45 from Scias shining.sc...@gmail.com --- Created attachment 83432 -- https://bugs.freedesktop.org/attachment.cgi?id=83432action=edit vbios for RV635/M86 [Mobility Radeon HD 3650] vbios for RV635/M86 [Mobility Radeon HD 3650] --

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

2013-08-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #46 from Francisco Pina Martins f.pinamart...@gmail.com --- I am trying to do some testing too, but I cannot seem to apply the patch from comment 40 to the mainline kernel. Should I be getting the changes from a specific branch in

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

2013-08-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #48 from Alex Deucher ag...@yahoo.com --- Sergey, On a kernel that has the patch in comment 40, does booting with radeon.aspm=0 help? -- You are receiving this mail because: You are the assignee for the bug.

RE: [PATCH] drm/radeon/dpm: implement force performance levels for rs780

2013-08-01 Thread Deucher, Alexander
-Original Message- From: Anthoine Bourgeois [mailto:anthoine.bourge...@gmail.com] Sent: Wednesday, July 31, 2013 6:34 PM To: Deucher, Alexander; Koenig, Christian; Jerome Glisse; Anthoine Bourgeois Cc: dri-devel@lists.freedesktop.org Subject: [PATCH] drm/radeon/dpm: implement force

Re: [PATCH 0/2] drm/tilcdc drm/i2c/tda998x workaround for sync issues on TI SoC

2013-08-01 Thread Darren Etheridge
Sebastian Hesselbarth sebastian.hesselba...@gmail.com wrote on Wed [2013-Jul-31 22:21:20 +0200]: Darren, I now fully understand the issues of AM335x's LCD controller and your fix for it. I suggest to clarify the comments you added to tilcdc to allow others to understand it more quickly.

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

2013-08-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #49 from Francisco Pina Martins f.pinamart...@gmail.com --- Created attachment 83443 -- https://bugs.freedesktop.org/attachment.cgi?id=83443action=edit [AMD/ATI] RV635/M86 [Mobility Radeon HD 3650] vbios Booting with kernel

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

2013-08-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #50 from Hrvoje Senjan hrvoje.sen...@gmail.com --- Created attachment 83444 -- https://bugs.freedesktop.org/attachment.cgi?id=83444action=edit Advanced Micro Devices [AMD] nee ATI RV635 [Mobility Radeon HD 3650] Pretty same results

Re: [PATCH 0/2] drm/tilcdc drm/i2c/tda998x workaround for sync issues on TI SoC

2013-08-01 Thread Rob Clark
On Thu, Aug 1, 2013 at 10:29 AM, Darren Etheridge detheri...@ti.com wrote: Sebastian Hesselbarth sebastian.hesselba...@gmail.com wrote on Wed [2013-Jul-31 22:21:20 +0200]: Darren, I now fully understand the issues of AM335x's LCD controller and your fix for it. I suggest to clarify the

[PATCH 1/2] drm/radeon: use loop for initializing AFMT blocks

2013-08-01 Thread Rafał Miłecki
Signed-off-by: Rafał Miłecki zaj...@gmail.com --- drivers/gpu/drm/radeon/radeon_display.c | 53 ++- 1 file changed, 23 insertions(+), 30 deletions(-) diff --git a/drivers/gpu/drm/radeon/radeon_display.c b/drivers/gpu/drm/radeon/radeon_display.c index

[PATCH V2 2/2] drm/radeon: initialize AFMT blocks on DCE6

2013-08-01 Thread Rafał Miłecki
It was succesfully tested on HD7750 (DCE6). Signed-off-by: Rafał Miłecki zaj...@gmail.com --- V2: Update comments, change DCE61 AFMTs amount to 6 --- drivers/gpu/drm/radeon/radeon_display.c | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git

[PATCH] drm/radeon: fix halting UVD

2013-08-01 Thread Christian König
From: Christian König christian.koe...@amd.com Removing the clock/power or resetting the VCPU can cause hangs if that happens in the middle of a register write. Stall the memory and register bus before putting the VCPU into reset. Keep it in reset when unloading the module or suspending.

RE: [PATCH 3.11-rc3+] radeon: si_dpm: Fix 32 bit __divdi3 modpost failure

2013-08-01 Thread Deucher, Alexander
I've already got the fix queued in my -fixes branch: http://cgit.freedesktop.org/~agd5f/linux/commit/?h=drm-fixes-3.11id=1d2867b98372929129c7f2ce2c83a9b446a1b43a -Original Message- From: Tim Gardner [mailto:tim.gard...@canonical.com] Sent: Thursday, August 01, 2013 11:26 AM To:

Re: [PATCH] drm/radeon: fix halting UVD

2013-08-01 Thread Alex Deucher
On Thu, Aug 1, 2013 at 11:34 AM, Christian König deathsim...@vodafone.de wrote: From: Christian König christian.koe...@amd.com Removing the clock/power or resetting the VCPU can cause hangs if that happens in the middle of a register write. Stall the memory and register bus before putting

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

2013-08-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #51 from Scias shining.sc...@gmail.com --- I just compiled the latest drm-fixes-3.11 and I got back to the starting point (3/4 hangs, messed up/slow X) Trying to figure out why... I was using a 3 days-old drm-fixes-3.11, maybe one

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

2013-08-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #52 from Daniel daisuke14...@gmail.com --- Created attachment 83462 -- https://bugs.freedesktop.org/attachment.cgi?id=83462action=edit vbios for RV620/M82 [Mobility Radeon HD 3450/3470 Just compiled the latest kernel from

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

2013-08-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #53 from Sergey orbitg...@ukr.net --- Patch from comment 40 + 'radeon.aspm=0' boot option doesn't change anything. I got: 1 successful boot, 8 hangs, and one boot with slow Xorg. -- You are receiving this mail because: You are the

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

2013-08-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #54 from Scias shining.sc...@gmail.com --- I reverted to the old kernel + Comment 40 patch and it works now. I can't retrieve the git revision as I cleaned the sources but I cloned the drm-fixes-3.11 the 30/7 near 11:30 gmt. I'll

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

2013-08-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #55 from Shawn Starr shawn.st...@rogers.com --- Created attachment 83469 -- https://bugs.freedesktop.org/attachment.cgi?id=83469action=edit Corrupt screen 'frosting' after DPM enabled #1 Corrupt screen 'frosting' after DPM enabled

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

2013-08-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #56 from Shawn Starr shawn.st...@rogers.com --- Created attachment 83470 -- https://bugs.freedesktop.org/attachment.cgi?id=83470action=edit Corrupt screen 'frosting' after DPM enabled #2 both screens Corrupt screen 'frosting' after

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

2013-08-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 Mace Moneta moneta.m...@gmail.com changed: What|Removed |Added Attachment #83469|text/plain |image/jpeg

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

2013-08-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #57 from Shawn Starr shawn.st...@rogers.com --- I have a HD3650 Mobile RV635 and also a HD3650 non-mobile (didn't try DPM on this machine yet). I've attached some screenshots, is this what people are calling 'frosting' or do you you

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

2013-08-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 Mace Moneta moneta.m...@gmail.com changed: What|Removed |Added Attachment #83470|text/plain |image/jpeg

[PATCH] drm: const'ify ioctls table

2013-08-01 Thread Rob Clark
Because, there is no reason for it not to be const. Signed-off-by: Rob Clark robdcl...@gmail.com --- drivers/gpu/drm/exynos/exynos_drm_drv.c | 2 +- drivers/gpu/drm/gma500/psb_drv.c| 2 +- drivers/gpu/drm/i810/i810_dma.c | 2 +- drivers/gpu/drm/i810/i810_drv.h | 2 +-

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

2013-08-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #58 from Alex Deucher ag...@yahoo.com --- I finally found a system I could reproduce it on and I think I've figured it out. Patches momentarily... -- You are receiving this mail because: You are the assignee for the bug.

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

2013-08-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #59 from Alex Deucher ag...@yahoo.com --- please try this branch: http://cgit.freedesktop.org/~agd5f/linux/log/?h=drm-fixes-3.11 after a cold shutdown. -- You are receiving this mail because: You are the assignee for the bug.

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

2013-08-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #60 from Hrvoje Senjan hrvoje.sen...@gmail.com --- (In reply to comment #59) please try this branch: http://cgit.freedesktop.org/~agd5f/linux/log/?h=drm-fixes-3.11 after a cold shutdown. This seems to have fixed the issues here

Re: Quick question on DCE8 (HD7770?)

2013-08-01 Thread Sérgio Basto
On Qua, 2013-07-31 at 08:25 +0200, Rafał Miłecki wrote: HI guys, I'm looking for the cheapest DCE8 GPU. I know there are 3 (engineering) families using DCE8: KAVERI, BONAIRE and KABINI. The only GPU I know should be DCE8 is HD7790 (not even sure which engineering family is that).

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

2013-08-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #61 from Hrvoje Senjan hrvoje.sen...@gmail.com --- Created attachment 83472 -- https://bugs.freedesktop.org/attachment.cgi?id=83472action=edit dmesg snippet with latest patches/successful dpm enabled boot -- You are receiving this

Re: Quick question on DCE8 (HD7770?)

2013-08-01 Thread Rafał Miłecki
2013/8/1 Sérgio Basto ser...@serjux.com: Hi, DRI devel mailing list have been move to dri-devel@lists.freedesktop.org you may want post your question there . Thanks, I already did: http://lists.freedesktop.org/archives/dri-devel/2013-July/042583.html -- Rafał

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

2013-08-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #62 from Scias shining.sc...@gmail.com --- (In reply to comment #59) please try this branch: http://cgit.freedesktop.org/~agd5f/linux/log/?h=drm-fixes-3.11 after a cold shutdown. Working here. I still have the rather minor frost

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

2013-08-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #63 from Daniel daisuke14...@gmail.com --- Created attachment 83484 -- https://bugs.freedesktop.org/attachment.cgi?id=83484action=edit successfully booting and waking up from suspend to ram dmesg with dpm=1, RV620/M82 [Mobility

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

2013-08-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #64 from Scias shining.sc...@gmail.com --- (In reply to comment #63) Created attachment 83484 [details] successfully booting and waking up from suspend to ram dmesg with dpm=1, RV620/M82 [Mobility Radeon HD 3450/3470 Latest

Re: [PATCH] drm/radeon/dpm: implement force performance levels for rs780

2013-08-01 Thread Anthoine Bourgeois
2013/8/1 Deucher, Alexander alexander.deuc...@amd.com -Original Message- From: Anthoine Bourgeois [mailto:anthoine.bourge...@gmail.com] Sent: Wednesday, July 31, 2013 6:34 PM To: Deucher, Alexander; Koenig, Christian; Jerome Glisse; Anthoine Bourgeois Cc:

[Bug 63599] [r600] SUMO2 GPU lockup CP stall (kernel 3.2.47, 3.4, 3.8, 3.9, 3.10)

2013-08-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63599 --- Comment #25 from pablow.1...@gmail.com --- Hi. I'm having a similar GPU lockup CP stall on a REDWOOD card. But it doesn't happen at login. With kernels 3.9, 3.10 I can run Xorg, use KDE Kwin effects without any issue; but when I start a game

[Bug 63599] [r600] SUMO2 GPU lockup CP stall (kernel 3.2.47, 3.4, 3.8, 3.9, 3.10)

2013-08-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63599 --- Comment #26 from pablow.1...@gmail.com --- Created attachment 83488 -- https://bugs.freedesktop.org/attachment.cgi?id=83488action=edit dmesg output from ssh (hyperz enabled) -- You are receiving this mail because: You are the assignee for

[Bug 63599] [r600] SUMO2 GPU lockup CP stall (kernel 3.2.47, 3.4, 3.8, 3.9, 3.10)

2013-08-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63599 --- Comment #27 from pablow.1...@gmail.com --- Created attachment 83489 -- https://bugs.freedesktop.org/attachment.cgi?id=83489action=edit dmesg output from ssh (hyperz disabled) -- You are receiving this mail because: You are the assignee

[Bug 63599] [r600] SUMO2 GPU lockup CP stall (kernel 3.2.47, 3.4, 3.8, 3.9, 3.10)

2013-08-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63599 --- Comment #28 from Alex Deucher ag...@yahoo.com --- (In reply to comment #25) Hi. I'm having a similar GPU lockup CP stall on a REDWOOD card. But it doesn't happen at login. With kernels 3.9, 3.10 I can run Xorg, use KDE Kwin effects

[Bug 64503] audio glitches when running at 24hz/24p

2013-08-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64503 --- Comment #19 from Alex Deucher ag...@yahoo.com --- does this patch help: http://cgit.freedesktop.org/~agd5f/linux/commit/?h=drm-fixes-3.11id=dffd4b65ca8989acb914da3c685c798ca5fcf99c -- You are receiving this mail because: You are the

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

2013-08-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #65 from Daniel daisuke14...@gmail.com --- Created attachment 83491 -- https://bugs.freedesktop.org/attachment.cgi?id=83491action=edit wake up from suspend with battery radeon_pm_state OK, I know what you mean now, Scias. A few

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

2013-08-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #66 from Daniel daisuke14...@gmail.com --- Created attachment 83492 -- https://bugs.freedesktop.org/attachment.cgi?id=83492action=edit could see and move the cursor, also waking up from suspend with battery state -- You are

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

2013-08-01 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=60523 --- Comment #12 from Alex Deucher alexdeuc...@gmail.com --- Do you have any sort of background animations, compute jobs, or anything like that running? I have a very similar 5770, and I can't reproduce the issue. The multi-monitor state works

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

2013-08-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #67 from Alex Deucher ag...@yahoo.com --- (In reply to comment #65) For the last test, I have a question here: Should it switch from balanced to battery automatically when I unplug the power cabble or just stay balanced? There is

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

2013-08-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #68 from Alex Deucher ag...@yahoo.com --- In the short term until we sort out why the battery state causes resume problems, you can select balanced or performance state in your suspend script. -- You are receiving this mail because:

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

2013-08-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #69 from Hrvoje Senjan hrvoje.sen...@gmail.com --- (In reply to comment #60) (In reply to comment #59) please try this branch: http://cgit.freedesktop.org/~agd5f/linux/log/?h=drm-fixes-3.11 after a cold shutdown. This seems

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

2013-08-01 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=60523 --- Comment #13 from Tobias Droste tdro...@gmx.de --- The only active component is kwin with compositing. But even if I disable compositing and don't touch the mouse or keyboard for a while the state doesn't change. I also doubt that's the

Re: [PATCH] drm/exynos: Add check for IOMMU while passing physically continous memory flag

2013-08-01 Thread Tomasz Figa
Hi Vikas, On Thursday 01 of August 2013 16:49:32 Vikas Sajjan wrote: While trying to get boot-logo up on exynos5420 SMDK which has eDP panel connected with resolution 2560x1600, following error occured even with IOMMU enabled: [0.88] [drm:lowlevel_buffer_allocate] *ERROR* failed to

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

2013-08-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #70 from Sergey orbitg...@ukr.net --- Works good for me: Major: 5 of 5 boots after shutdown. 5 of 5 boots after reboot. First boot after shutdown hanged though. Suspend: Works always for me 10 of 10. Checked different states.

Re: [PATCH] drm/exynos: Add check for IOMMU while passing physically continous memory flag

2013-08-01 Thread Rob Clark
On Thu, Aug 1, 2013 at 7:20 PM, Tomasz Figa tomasz.f...@gmail.com wrote: Hi Vikas, On Thursday 01 of August 2013 16:49:32 Vikas Sajjan wrote: While trying to get boot-logo up on exynos5420 SMDK which has eDP panel connected with resolution 2560x1600, following error occured even with IOMMU

WARNING: CPU: 1 PID: 2846 at drivers/gpu/drm/i915/intel_sdvo.c:1378

2013-08-01 Thread Linus Torvalds
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-space: the machine is running F14, and cannot be updated to anything newer without having to reinstall everything because of a stupid

Re: [Update][PATCH 0/3] Fix backlight issues on some Windows 8 systems

2013-08-01 Thread Igor Gnatenko
On Wed, 2013-07-31 at 02:01 +0200, Rafael J. Wysocki wrote: On Thursday, July 18, 2013 02:16:09 AM Rafael J. Wysocki wrote: On Sunday, June 09, 2013 07:01:36 PM Matthew Garrett wrote: Windows 8 introduced new policy for backlight control by pushing it out to graphics drivers. This appears

Re: [Update][PATCH 0/3] Fix backlight issues on some Windows 8 systems

2013-08-01 Thread Aaron Lu
On 07/31/2013 08:01 AM, Rafael J. Wysocki wrote: On Thursday, July 18, 2013 02:16:09 AM Rafael J. Wysocki wrote: On Sunday, June 09, 2013 07:01:36 PM Matthew Garrett wrote: Windows 8 introduced new policy for backlight control by pushing it out to graphics drivers. This appears to have

Re: Commit f5d9b7f0f9 (fix r600_enable_sclk_control()) causes kexec issues

2013-08-01 Thread Joshua C.
2013/7/30 Markus Trippelsdorf mar...@trippelsdorf.de: I begin to wonder if: [drm:r600_dma_ring_test] *ERROR* radeon: ring 3 test failed (0xCAFEDEAD) is an simple initialization bug that doesn't directly depend on kexec at all. -- Markus I bet on this (because I see the same error in

Re: [PATCH v2] drm/gem: fix mmap vma size calculations

2013-08-01 Thread Sedat Dilek
On Wed, Jul 31, 2013 at 6:46 PM, David Herrmann dh.herrm...@gmail.com wrote: Hi On Tue, Jul 30, 2013 at 9:52 AM, Sedat Dilek sedat.di...@gmail.com wrote: On Tue, Jul 30, 2013 at 9:41 AM, Sedat Dilek sedat.di...@gmail.com wrote: On Fri, Jul 26, 2013 at 10:15 PM, Daniel Vetter dan...@ffwll.ch

Re: [PATCH 0/2] drm/tilcdc drm/i2c/tda998x workaround for sync issues on TI SoC

2013-08-01 Thread Sebastian Hesselbarth
On 07/25/2013 09:32 PM, Rob Clark wrote: On Thu, Jul 25, 2013 at 2:32 PM, Darren Etheridge detheri...@ti.com wrote: [...] This patch set inverts the hsync signal coming from the tilcdc so the NXP is kept happy and then shifts the output to the right to compensate for the sync timing issues.

Re: [PATCH 0/2] drm/tilcdc drm/i2c/tda998x workaround for sync issues on TI SoC

2013-08-01 Thread Russell King - ARM Linux
On Wed, Jul 31, 2013 at 10:21:20PM +0200, Sebastian Hesselbarth wrote: Should we prepare a new patch set comprising the following patches? Russell King: drm/i2c: nxp-tda998x: fix EDID reading on TDA19988 devices drm/i2c: nxp-tda998x: ensure VIP output mux is properly set drm/i2c:

[PATCH] drm/radeon/dpm: implement force performance levels for rs780

2013-08-01 Thread Anthoine Bourgeois
Allows you to limit the selected power levels via sysfs. Force the feedback divider to select a power level. Signed-off-by: Anthoine Bourgeois anthoine.bourge...@gmail.com --- drivers/gpu/drm/radeon/radeon_asic.c | 1 + drivers/gpu/drm/radeon/radeon_asic.h | 2 ++

Re: i915 backlight

2013-08-01 Thread Aaron Lu
On 08/01/2013 12:36 AM, Borislav Petkov wrote: On Wed, Jul 31, 2013 at 06:22:52PM +0200, Borislav Petkov wrote: Dudes, has anyone already reported this (happens on Linus of today + tip/master): Oh, one more thing: I can't control the backlight anymore on this x230 with the Fn-Fx keys and

Re: i915 backlight

2013-08-01 Thread Aaron Lu
On 08/01/2013 04:12 PM, Borislav Petkov wrote: On Thu, Aug 01, 2013 at 09:13:35AM +0800, Aaron Lu wrote: Can you please run acpi_listen and then press the Fn-Fx key, see if the events are correctly sent out? Like this? # acpi_listen video/brightnessdown BRTDN 0087

[PATCH] drm/exynos: Add check for IOMMU while passing physically continous memory flag

2013-08-01 Thread Vikas Sajjan
While trying to get boot-logo up on exynos5420 SMDK which has eDP panel connected with resolution 2560x1600, following error occured even with IOMMU enabled: [0.88] [drm:lowlevel_buffer_allocate] *ERROR* failed to allocate buffer. [0.89] [drm] Initialized exynos 1.0.0 20110530 on minor 0

[PATCH] drm/nouveau/acpi: de-dup use of DSM methods

2013-08-01 Thread Peter Wu
Observe that nouveau_optimus_dsm and nouveau_dsm are equal except for the parameters handling (UUID, revision ID and function arguments). The function arguments are passed as Buffer in the optimus dsm and Integer in nvidia dsm. As buffers are implicitly converted to integers, merge both functions.

[PATCH 3.11-rc3+] radeon: si_dpm: Fix 32 bit __divdi3 modpost failure

2013-08-01 Thread Tim Gardner
ERROR: __divdi3 [drivers/gpu/drm/radeon/radeon.ko] undefined! make[3]: *** [__modpost] Error 1 gcc version 4.8.1 Cc: David Airlie airl...@linux.ie Cc: Alex Deucher alexander.deuc...@amd.com Signed-off-by: Tim Gardner tim.gard...@canonical.com --- drivers/gpu/drm/radeon/si_dpm.c |2 +- 1

[PATCH] i915: fix ACPI _DSM warning

2013-08-01 Thread Peter Wu
Since commit 29a241c (ACPICA: Add argument typechecking for all predefined ACPI names), _DSM parameters are validated which trigger the following warning: ACPI Warning: \_SB_.PCI0.GFX0._DSM: Argument #4 type mismatch - Found [Integer], ACPI requires [Package] (20130517/nsarguments-95)

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

2013-08-01 Thread Peter Wu
Hi Dave, I don't know anything of PM domains, but there was one minor thing I wanted to mention, see below. On Monday 29 July 2013 16:06:56 Dave Airlie wrote: From: Dave Airlie airl...@dhcp-40-90.bne.redhat.com Something went wrong here I guess? [..] +static int

i915 backlight

2013-08-01 Thread Borislav Petkov
On Thu, Aug 01, 2013 at 09:13:35AM +0800, Aaron Lu wrote: > Can you please run acpi_listen and then press the Fn-Fx key, see if the > events are correctly sent out? Like this? # acpi_listen video/brightnessdown BRTDN 0087 video/brightnessup BRTUP 0086

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

2013-08-01 Thread bugzilla-dae...@freedesktop.org
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20130801/b525fcaf/attachment-0001.html>

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

2013-08-01 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=60674 Bug ID: 60674 Summary: linux 3.10.x RV740 (Radeon HD 4770) display problem Product: Drivers Version: 2.5 Kernel Version: 3.10 Hardware: x86-64 OS: Linux Tree:

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

2013-08-01 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=60674 --- Comment #1 from Yves G. (theYinYeti) --- Created attachment 107074 --> https://bugzilla.kernel.org/attachment.cgi?id=107074=edit For comparison, same screenshot with kernel 3.9. -- You are receiving this mail because: You are watching the

[PATCH 05/27] drivers/gpu/host1x/drm: don't check resource with devm_ioremap_resource

2013-08-01 Thread Terje Bergström
On 23.07.2013 21:01, Wolfram Sang wrote: > diff --git a/drivers/gpu/host1x/drm/hdmi.c b/drivers/gpu/host1x/drm/hdmi.c > index 01097da..9ffece6 100644 > --- a/drivers/gpu/host1x/drm/hdmi.c > +++ b/drivers/gpu/host1x/drm/hdmi.c > @@ -1248,9 +1248,6 @@ static int tegra_hdmi_probe(struct

[Intel-gfx] [PATCH 13/20] drm/gem: create drm_gem_dumb_destroy

2013-08-01 Thread Patrik Jakobsson
On Tue, Jul 16, 2013 at 9:12 AM, Daniel Vetter wrote: > All the gem based kms drivers really want the same function to > destroy a dumb framebuffer backing storage object. > > So give it to them and roll it out in all drivers. > > This still leaves the option open for kms drivers which don't use

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

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

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

2013-08-01 Thread bugzilla-dae...@freedesktop.org
ause: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130801/abac3013/attachment.html>

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

2013-08-01 Thread bugzilla-dae...@freedesktop.org
nee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130801/09698bd3/attachment.html>

[PATCH] drm/radeon: use loop for initializing AFMT blocks

2013-08-01 Thread Alex Deucher
On Thu, Aug 1, 2013 at 1:54 AM, Rafa? Mi?ecki wrote: > 2013/7/31 Alex Deucher : >> On Wed, Jul 31, 2013 at 11:50 AM, Rafa? Mi?ecki wrote: >>> >>> Signed-off-by: Rafa? Mi?ecki >>> --- >>> Dave/Alex: please decide who picks this patch :) >> >> I think it might be easier to just assume 6 afmt

[PATCH] drm/radeon: fix 64 bit divide in SI spm code

2013-08-01 Thread alexdeuc...@gmail.com
From: Alex Deucher Forgot to use the appropriate math64 function. Signed-off-by: Alex Deucher --- This is already in my -fixes queue, but for those that are running into issues, here's the fix. drivers/gpu/drm/radeon/si_dpm.c |2 +- 1 files changed, 1

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

2013-08-01 Thread bugzilla-dae...@freedesktop.org
ail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130801/202b4477/attachment.html>

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

2013-08-01 Thread bugzilla-dae...@freedesktop.org
://people.freedesktop.org/~agd5f/linux ? Thanks and sorry about the noise. -- 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/20130801/53403

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

2013-08-01 Thread bugzilla-dae...@freedesktop.org
for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130801/c243b852/attachment-0001.html>

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

2013-08-01 Thread bugzilla-dae...@freedesktop.org
-- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130801/584816ed/attachment.html>

[PATCH] drm/radeon/dpm: implement force performance levels for rs780

2013-08-01 Thread Deucher, Alexander
> -Original Message- > From: Anthoine Bourgeois [mailto:anthoine.bourgeois at gmail.com] > Sent: Wednesday, July 31, 2013 6:34 PM > To: Deucher, Alexander; Koenig, Christian; Jerome Glisse; Anthoine > Bourgeois > Cc: dri-devel at lists.freedesktop.org > Subject: [PATCH] drm/radeon/dpm:

[PATCH 0/2] drm/tilcdc drm/i2c/tda998x workaround for sync issues on TI SoC

2013-08-01 Thread Darren Etheridge
Sebastian Hesselbarth wrote on Wed [2013-Jul-31 22:21:20 +0200]: > Darren, > > I now fully understand the issues of AM335x's LCD controller and your > fix for it. I suggest to clarify the comments you added to tilcdc to > allow others to understand it more quickly. > Sebastian, Thanks for

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

2013-08-01 Thread bugzilla-dae...@freedesktop.org
he exact same result. 3 out of 3 times I get the crash. I am attaching my vbios too. -- 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/atta

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

2013-08-01 Thread bugzilla-dae...@freedesktop.org
hments/20130801/aa637f33/attachment.html>

[PATCH 0/2] drm/tilcdc drm/i2c/tda998x workaround for sync issues on TI SoC

2013-08-01 Thread Rob Clark
On Thu, Aug 1, 2013 at 10:29 AM, Darren Etheridge wrote: > Sebastian Hesselbarth wrote on Wed > [2013-Jul-31 22:21:20 +0200]: >> Darren, >> >> I now fully understand the issues of AM335x's LCD controller and your >> fix for it. I suggest to clarify the comments you added to tilcdc to >> allow

[PATCH 1/2] drm/radeon: use loop for initializing AFMT blocks

2013-08-01 Thread Rafał Miłecki
Signed-off-by: Rafa? Mi?ecki --- drivers/gpu/drm/radeon/radeon_display.c | 53 ++- 1 file changed, 23 insertions(+), 30 deletions(-) diff --git a/drivers/gpu/drm/radeon/radeon_display.c b/drivers/gpu/drm/radeon/radeon_display.c index c2b67b4..31d9fbe 100644 ---

[PATCH V2 2/2] drm/radeon: initialize AFMT blocks on DCE6

2013-08-01 Thread Rafał Miłecki
It was succesfully tested on HD7750 (DCE6). Signed-off-by: Rafa? Mi?ecki --- V2: Update comments, change DCE61 AFMTs amount to 6 --- drivers/gpu/drm/radeon/radeon_display.c | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git

[PATCH] drm/radeon: fix halting UVD

2013-08-01 Thread Christian König
From: Christian K?nig Removing the clock/power or resetting the VCPU can cause hangs if that happens in the middle of a register write. Stall the memory and register bus before putting the VCPU into reset. Keep it in reset when unloading the module or suspending.

  1   2   >