Re: [PATCH 1/7] drm/exynos: move hdmiphy related code to hdmiphy driver

2013-10-01 Thread Tushar Behera
On 30 August 2013 12:29, Rahul Sharma wrote: > Exynos hdmiphy operations and configs are kept inside > the hdmi driver. Hdmiphy related code is tightly coupled > with hdmi IP driver. > > This patche moves hdmiphy related code to hdmiphy driver. > It will help in cleanly supporting the hdmiphy vari

Re: [PATCH/RFC v3 00/19] Common Display Framework

2013-10-01 Thread Tomi Valkeinen
On 09/08/13 20:14, Laurent Pinchart wrote: > Hi everybody, > > Here's the third RFC of the Common Display Framework. Hi, I've been trying to adapt the latest CDF RFC for OMAP. I'm trying to gather some notes here about what I've discovered or how I see things. Some of these I have mentioned ear

Re: [Intel-gfx] [PATCH 2/3] drm/i915/dp: use drm_edid_duplicate

2013-10-01 Thread Jani Nikula
On Tue, 01 Oct 2013, Dave Airlie wrote: > Did you compile or boot this? I get a warning since you are using edid > uninitialised, I guess you meant to duplicate intel_connector->edid. Hi Dave, quite embarrassing, I thought I did, obviously didn't. Updated patch follows. BR, Jani. > > Dave. >

[PATCH] drm/i915/dp: use drm_edid_duplicate

2013-10-01 Thread Jani Nikula
v2: duplicate intel_connector->edid, not uninitialized edid (Dave Airlie). Signed-off-by: Jani Nikula --- drivers/gpu/drm/i915/intel_dp.c | 10 +- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_dp.c b/drivers/gpu/drm/i915/intel_dp.c index 561436

Re: PCI Radeon RV100 detection hang on sparc64

2013-10-01 Thread Meelis Roos
> > > That looks quite strange. I guess the kernel should map the ROM at the > > > address OpenBoot/OF assigned to it. ( 1002 ). > > > > The address you see is a raw physical I/O address, which is a concatenation > > of the I/O window physical address for that PCI controller and the > > PCI bu

[Bug 69983] [r600g, bisected] Screen corruption in Firefox and World of Warcraft

2013-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69983 --- Comment #6 from Michel Dänzer --- Have you tried a clean build, i.e. after at least make clean? -- You are receiving this mail because: You are the assignee for the bug. ___ dri-devel mailing list

Use of pci_map_page in nouveau, radeon TTM.

2013-10-01 Thread Thomas Hellstrom
Jerome, Konrad Forgive an ignorant question, but it appears like both Nouveau and Radeon may use pci_map_page() when populating TTMs on pages obtained using the ordinary (not DMA pool). These pages will, if I understand things correctly, not be pages allocated with DMA_ALLOC_COHERENT. From wh

Re: Use of pci_map_page in nouveau, radeon TTM.

2013-10-01 Thread Lucas Stach
Am Dienstag, den 01.10.2013, 12:16 +0200 schrieb Thomas Hellstrom: > Jerome, Konrad > > Forgive an ignorant question, but it appears like both Nouveau and > Radeon may use pci_map_page() when populating TTMs on > pages obtained using the ordinary (not DMA pool). These pages will, if I > understa

[Bug 69983] [r600g, bisected] Screen corruption in Firefox and World of Warcraft

2013-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69983 --- Comment #7 from Chris Rankin --- (In reply to comment #6) > Have you tried a clean build, i.e. after at least make clean? When I bisected this, I was performing "make distclean" each time. -- You are receiving this mail because: You are th

Re: Use of pci_map_page in nouveau, radeon TTM.

2013-10-01 Thread Thomas Hellstrom
On 10/01/2013 12:34 PM, Lucas Stach wrote: Am Dienstag, den 01.10.2013, 12:16 +0200 schrieb Thomas Hellstrom: Jerome, Konrad Forgive an ignorant question, but it appears like both Nouveau and Radeon may use pci_map_page() when populating TTMs on pages obtained using the ordinary (not DMA pool).

[Bug 69983] [r600g, bisected] Screen corruption in Firefox and World of Warcraft

2013-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69983 --- Comment #8 from Jos van Wolput --- (In reply to comment #6) > Have you tried a clean build, i.e. after at least make clean? Yes, I did make clean to get a clean build. -- You are receiving this mail because: You are the assignee for the bu

[Bug 69961] Regression: Xserver fails to start

2013-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69961 --- Comment #4 from samit vats --- I am getting segmentation fault on startx after building glamor with --enable-xv Backtrace: 0: /usr/bin/X (xorg_backtrace+0x28) [0x55f4f8] 1: /usr/bin/X (0x40+0x1631b9) [0x5631b9] 2: /lib/x86_64-linux-gnu/

[Bug 60858] [radeon HD 4570m] Error setting UVD clocks

2013-10-01 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=60858 --- Comment #17 from Pinak Ahuja --- Would it be useful to look into the clock calculation code or is my BIOS buggy? -- You are receiving this mail because: You are watching the assignee of the bug. __

Re: Use of pci_map_page in nouveau, radeon TTM.

2013-10-01 Thread Lucas Stach
Am Dienstag, den 01.10.2013, 13:13 +0200 schrieb Thomas Hellstrom: > On 10/01/2013 12:34 PM, Lucas Stach wrote: > > Am Dienstag, den 01.10.2013, 12:16 +0200 schrieb Thomas Hellstrom: > >> Jerome, Konrad > >> > >> Forgive an ignorant question, but it appears like both Nouveau and > >> Radeon may use

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

2013-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #140 from Alex Deucher --- (In reply to comment #139) > > I tried exiting early out of a few other functions like rv6xx_dpm_init, but > haven't had any better results. I put a printk statement in _init, which > never got printed.. C

[PATCH] drm: Prevent use of uninitialised values whilst loading edid firmware

2013-10-01 Thread Chris Wilson
CC drivers/gpu/drm/drm_edid_load.o drivers/gpu/drm/drm_edid_load.c: In function ‘drm_load_edid_firmware’: include/linux/err.h:39:17: warning: ‘edid’ may be used uninitialised in this function [-Wuninitialized] drivers/gpu/drm/drm_edid_load.c:141:22: note: ‘edid’ was declared here In the pr

[Bug 69723] Computer freezes with kernel 3.11.0 / 3.12-rc1 (with bug 68235's patches applied) when dpm=1 on r600g (Cayman)

2013-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69723 --- Comment #11 from Alex Deucher --- (In reply to comment #10) > Just to be sure: vddc is associated only to sclk and vddci to mclk, right? > Not exactly. Mclk is tied to vddci (memory interface voltage), but both mclk and sclk (and the core

[PATCH v2 7/9] drm/i915: Add 180 degree sprite rotation support

2013-10-01 Thread ville . syrjala
From: Ville Syrjälä The sprite planes (in fact all display planes starting from gen4) support 180 degree rotation. Add the relevant low level bits to the sprite code to make use of that feature. The upper layers are not yet plugged in. v2: HSW handles the rotated buffer offset automagically Si

[Bug 69723] Computer freezes with kernel 3.11.0 / 3.12-rc1 (with bug 68235's patches applied) when dpm=1 on r600g (Cayman)

2013-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69723 --- Comment #12 from Alexandre Demers --- (In reply to comment #11) > (In reply to comment #10) > > Just to be sure: vddc is associated only to sclk and vddci to mclk, right? > > > > Not exactly. Mclk is tied to vddci (memory interface voltage

Re: [Intel-gfx] [PATCH 1/5] drm/i915: redisable VGA when we disable the power well

2013-10-01 Thread Ville Syrjälä
On Thu, Sep 26, 2013 at 08:05:58PM -0300, Paulo Zanoni wrote: > From: Paulo Zanoni > > VGA whack-a-mole! > > We need VGA to be disabled whenever our driver is working. So even > without reproducible bugs this patch makes sense, but we do have a bug > solved by this patch. > > If you boot a Hasw

Re: [PATCH 3/5] tty/vt: add con_bind and con_unbind functions

2013-10-01 Thread Ville Syrjälä
On Thu, Sep 26, 2013 at 08:06:00PM -0300, Paulo Zanoni wrote: > From: Paulo Zanoni > > The consoles who need to do something when unbinding or binding can > optionally implement these functions. > > The current problem I'm trying to solve is that when i915+fbcon is > loaded on Haswell, if we dis

Re: Use of pci_map_page in nouveau, radeon TTM.

2013-10-01 Thread Konrad Rzeszutek Wilk
On Tue, Oct 01, 2013 at 12:16:16PM +0200, Thomas Hellstrom wrote: > Jerome, Konrad > > Forgive an ignorant question, but it appears like both Nouveau and > Radeon may use pci_map_page() when populating TTMs on > pages obtained using the ordinary (not DMA pool). These pages will, > if I understand

Re: drm-intel 3D support

2013-10-01 Thread Daniel Vetter
On Tue, Oct 1, 2013 at 4:54 PM, LECOUSIN Etienne wrote: > I’m very interrested by Diamen Lespiau’s work on intel 3D support, > including intel-gpu-tools and drm. > > I’ve seen that his work will be merged in the next linux kernel revision, > is that mean that it will be for the 3.12 final ker

[Bug 64649] Anomaly 2 (Steam) exits with divide by 0 in r600g

2013-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64649 Kai changed: What|Removed |Added Attachment #79573|0 |1 is obsolete||

Re: [libdrm] Stereo 3D v3

2013-10-01 Thread Damien Lespiau
On Mon, Sep 30, 2013 at 01:41:13PM +0100, Damien Lespiau wrote: > The kernel series has been pushed to drm-intel, the libdrm patches should > follow if there isn't any objection. Swiftly pushed. -- Damien ___ dri-devel mailing list dri-devel@lists.free

Re: [PATCH] drm: Prevent use of uninitialised values whilst loading edid firmware

2013-10-01 Thread Ville Syrjälä
On Tue, Oct 01, 2013 at 02:06:13PM +0100, Chris Wilson wrote: > CC drivers/gpu/drm/drm_edid_load.o > drivers/gpu/drm/drm_edid_load.c: In function ‘drm_load_edid_firmware’: > include/linux/err.h:39:17: warning: ‘edid’ may be used uninitialised in this > function [-Wuninitialized] > drivers/g

[Bug 69922] Juniper (HD 5770): Hibernate partially broken since LInux kernel 3.10

2013-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69922 --- Comment #1 from Alex Deucher --- Please attach your xorg log and dmesg output. -- You are receiving this mail because: You are the assignee for the bug. ___ dri-devel mailing list dri-devel@lists.

Re: [PATCH] drm: Prevent use of uninitialised values whilst loading edid firmware

2013-10-01 Thread Chris Wilson
On Tue, Oct 01, 2013 at 06:49:42PM +0300, Ville Syrjälä wrote: > On Tue, Oct 01, 2013 at 02:06:13PM +0100, Chris Wilson wrote: > > CC drivers/gpu/drm/drm_edid_load.o > > drivers/gpu/drm/drm_edid_load.c: In function ‘drm_load_edid_firmware’: > > include/linux/err.h:39:17: warning: ‘edid’ may

[Bug 69961] Regression: Xserver fails to start

2013-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69961 --- Comment #5 from Michel Dänzer --- (In reply to comment #4) > I am getting segmentation fault on startx after building glamor with That looks like https://bugs.freedesktop.org/show_bug.cgi?id=69463#c7 though, not related to the glamor_xv_init

Re: [Nouveau] [PATCH 6/6] drm/nouveau: use MSI interrupts

2013-10-01 Thread Peter Hurley
On 09/30/2013 01:27 PM, Peter Hurley wrote: On 09/03/2013 09:45 PM, Ben Skeggs wrote: Well, we can't just go around breaking stuff deliberately for the people still using them! I've blacklisted them myself and merged the patch. Ben, This patch causes my dual-head Quadro FX570 (G84) to fail t

[Bug 69723] Computer freezes with kernel 3.11.0 / 3.12-rc1 (with bug 68235's patches applied) when dpm=1 on r600g (Cayman)

2013-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69723 --- Comment #13 from Alexandre Demers --- (In reply to comment #12) > (In reply to comment #11) > > (In reply to comment #10) > > > Just to be sure: vddc is associated only to sclk and vddci to mclk, right? > > > > > > > Not exactly. Mclk is t

Re: [PATCHv3 2/4] drm/tegra: Add runtime pm support for gr2d

2013-10-01 Thread Stephen Warren
On 09/24/2013 06:05 AM, Arto Merilainen wrote: > From: Mayuresh Kulkarni > > This far we have enabled gr2d clock on device probe and disabled > it on device deinitialisation. This patch adds runtime pm support > for the hardware unit allowing dynamic power management. If pm > runtime is not enabl

Re: [Intel-gfx] [PATCH 1/5] drm/i915: redisable VGA when we disable the power well

2013-10-01 Thread Ville Syrjälä
On Tue, Oct 01, 2013 at 04:47:04PM +0300, Ville Syrjälä wrote: > On Thu, Sep 26, 2013 at 08:05:58PM -0300, Paulo Zanoni wrote: > > From: Paulo Zanoni > > > > VGA whack-a-mole! > > > > We need VGA to be disabled whenever our driver is working. So even > > without reproducible bugs this patch make

Re: [PATCHv3 4/4] gpu: host1x: Add runtime pm support for host1x

2013-10-01 Thread Stephen Warren
On 09/24/2013 06:05 AM, Arto Merilainen wrote: > From: Mayuresh Kulkarni > > This patch adds runtime pm support for host1x hardware unit. This > allows host1x clock to be turned off when it is idle. If pm runtime > is not configured, we enable host1x clock in device probe and disable > it in remo

[Bug 65611] UVD accelerated decoding causes hangs (ARUBA - HD 7540D)

2013-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65611 --- Comment #5 from Christian König --- (In reply to comment #4) > Still didn't work properly though as XBMC seems to not bother asking the > driver what it can do and just blindly assumes that every format is > available... Which is pretty much

[Bug 60858] [radeon HD 4570m] Error setting UVD clocks

2013-10-01 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=60858 --- Comment #18 from Christian König --- (In reply to Pinak Ahuja from comment #17) > Would it be useful to look into the clock calculation code or is my BIOS > buggy? The calculation seems to be fine, it's either your BIOS that has incorrect inf

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

2013-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #141 from Bryan Quigley --- In /r600_dpm.c - void r600_start_dpm(struct radeon_device *rdev) + //return; //returning here works r600_enable_sclk_control(rdev, true); + return; //returning here doesn't. Will jus

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

2013-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #142 from Bryan Quigley --- - r600_enable_sclk_control(rdev, true); + r600_enable_sclk_control(rdev, false); Does indeed fix it. -- You are receiving this mail because: You are the assignee for the bug. _

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

2013-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #143 from Alex Deucher --- (In reply to comment #142) > - r600_enable_sclk_control(rdev, true); > + r600_enable_sclk_control(rdev, false); > Does indeed fix it. Unfortunately, that disables dynamic engine scaling which on

[Bug 69729] HDMI audio stopped working on HD 3470 (RV620/M82)

2013-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69729 --- Comment #25 from pasqual milvaques --- Is there any provision about when the patches will be included in the stable kernel? 3.11.3 is out today and doesn't contain the fix Thanks -- You are receiving this mail because: You are the assignee

[Bug 69729] HDMI audio stopped working on HD 3470 (RV620/M82)

2013-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69729 Alex Deucher changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 69671] rv790 hdmi sound regression since fix audio dto calculation on DCE3+ (v3)

2013-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69671 Alex Deucher changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

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

2013-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63599 --- Comment #29 from wojtek --- Created attachment 86938 --> https://bugs.freedesktop.org/attachment.cgi?id=86938&action=edit sumo2.patch simple patch that's fix problem on my system :) -- You are receiving this mail because: You are the ass

[Bug 57919] Visual glitches in unity with Radeon HD 7600M

2013-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57919 --- Comment #22 from Alex Deucher --- Created attachment 86939 --> https://bugs.freedesktop.org/attachment.cgi?id=86939&action=edit possible fix Does this patch fix the issue? -- You are receiving this mail because: You are the assignee for

[Bug 70019] New: [RV670] GPU lockup and screen garbage on splash screen and in GNOME

2013-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70019 Priority: medium Bug ID: 70019 Assignee: dri-devel@lists.freedesktop.org Summary: [RV670] GPU lockup and screen garbage on splash screen and in GNOME Severity: critical C

[Bug 70019] [RV670] GPU lockup and screen garbage on splash screen and in GNOME

2013-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70019 --- Comment #1 from Nikolay Amiantov --- Created attachment 86942 --> https://bugs.freedesktop.org/attachment.cgi?id=86942&action=edit dmesg -- You are receiving this mail because: You are the assignee for the bug. ___

[Bug 70019] [RV670] GPU lockup and screen garbage on splash screen and in GNOME

2013-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70019 --- Comment #2 from Nikolay Amiantov --- Created attachment 86943 --> https://bugs.freedesktop.org/attachment.cgi?id=86943&action=edit glxinfo -- You are receiving this mail because: You are the assignee for the bug. _

[Bug 70019] [RV670] GPU lockup and screen garbage on splash screen and in GNOME

2013-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70019 --- Comment #3 from Nikolay Amiantov --- Also, it was running with dpm=1 aspm=0 now, but disabling dpm (or removing all options, which should be the same) doesn't help a bit. ASPM option was tried just in case. -- You are receiving this mail be

[PATCH 0/5] Add some missing bits for exynos5250-snow

2013-10-01 Thread Sean Paul
This set adds some missing devicetree nodes to the exynos5250-snow file as well as adds a drm_bridge driver for the ptn3460 DP-LVDS chip. This chip is used in the exynos5250-snow board. Sean Sean Paul (5): ARM: dts: Add fimd display-timings for exynos5250-snow ARM: dts: Add dp-controller node

[PATCH 2/5] ARM: dts: Add dp-controller node to exynos5250-snow

2013-10-01 Thread Sean Paul
This patch adds the dp-controller node to the exynos5250-snow board dts file. Signed-off-by: Sean Paul --- arch/arm/boot/dts/exynos5250-snow.dts | 12 1 file changed, 12 insertions(+) diff --git a/arch/arm/boot/dts/exynos5250-snow.dts b/arch/arm/boot/dts/exynos5250-snow.dts index

[PATCH 1/5] ARM: dts: Add fimd display-timings for exynos5250-snow

2013-10-01 Thread Sean Paul
This patch adds the internal panel timings to the exynos5250-snow board dts file. Signed-off-by: Sean Paul --- arch/arm/boot/dts/exynos5250-snow.dts | 17 + 1 file changed, 17 insertions(+) diff --git a/arch/arm/boot/dts/exynos5250-snow.dts b/arch/arm/boot/dts/exynos5250-snow.d

[PATCH 3/5] drm/bridge: Add PTN3460 bridge driver

2013-10-01 Thread Sean Paul
This patch adds a drm_bridge driver for the PTN3460 DisplayPort to LVDS bridge chip. Signed-off-by: Sean Paul --- .../devicetree/bindings/drm/bridge/ptn3460.txt | 27 ++ drivers/gpu/drm/Kconfig| 2 + drivers/gpu/drm/Makefile | 1 + d

[PATCH 4/5] drm/exynos: Initialize ptn3460 if present

2013-10-01 Thread Sean Paul
This patch adds code to look for the ptn3460 in the device tree file on exynos initialization. If ptn node is found, the driver will initialize the ptn3460 driver and skip creating a DP connector (since the bridge driver will register its own connector). Signed-off-by: Sean Paul --- drivers/gpu/

[PATCH 5/5] ARM: dts: Add ptn3460 to exynos5250-snow

2013-10-01 Thread Sean Paul
This patch adds a node for the ptn3460 DP-LVDS chip in the exynos5250-snow board dts file. Signed-off-by: Sean Paul --- arch/arm/boot/dts/exynos5250-snow.dts | 19 +++ 1 file changed, 19 insertions(+) diff --git a/arch/arm/boot/dts/exynos5250-snow.dts b/arch/arm/boot/dts/exynos

[Bug 70019] [RV670] GPU lockup and screen garbage on splash screen and in GNOME

2013-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70019 --- Comment #4 from Nikolay Amiantov --- One last thing: everything seems okay at login screen, but not before and after, and from logs it looks like GPU is resetting successfully. Also, consoles work. -- You are receiving this mail because: Yo

[Bug 70019] [RV670] GPU lockup and screen garbage on splash screen and in GNOME

2013-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70019 --- Comment #5 from Alex Deucher --- Might be a duplicate of bug 69983. Does reverting to an older version of mesa fix the issue? -- You are receiving this mail because: You are the assignee for the bug. ___

[Bug 56081] (SUMO2) Black screen on X Launch, corrupted VTs when using KMS

2013-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56081 --- Comment #13 from wojtek --- you can try https://bugs.freedesktop.org/show_bug.cgi?id=63599#c29 -- You are receiving this mail because: You are the assignee for the bug. ___ dri-devel mailing list

[Bug 67107] Xorg starts and crashes with DPM enable

2013-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67107 --- Comment #13 from Adam Honse --- To follow up with my previous comment, I tried disabling the discrete GPU. In my case I disable it AFTER the radeon module is loaded (because doing it the other way around causes errors that lag the machine to

[Bug 69689] FBO with GL_RGBA16F texture format silent drawing corruption

2013-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69689 --- Comment #4 from Johannes Jordan --- I still have the problem and I can reproduce it. I am very willing to help in debugging the issue if you give me directions. -- You are receiving this mail because: You are the assignee for the bug. _

Re: [PATCHv3 2/4] drm/tegra: Add runtime pm support for gr2d

2013-10-01 Thread Arto Merilainen
On 10/01/2013 09:14 PM, Stephen Warren wrote: On 09/24/2013 06:05 AM, Arto Merilainen wrote: diff --git a/drivers/gpu/host1x/drm/gr2d.c b/drivers/gpu/host1x/drm/gr2d.c @@ -327,11 +336,48 @@ static int __exit gr2d_remove(struct platform_device *pdev) host1x_syncpt_free(gr2d->c

Re: [PATCHv3 4/4] gpu: host1x: Add runtime pm support for host1x

2013-10-01 Thread Arto Merilainen
On 10/01/2013 09:17 PM, Stephen Warren wrote: On 09/24/2013 06:05 AM, Arto Merilainen wrote: From: Mayuresh Kulkarni This patch adds runtime pm support for host1x hardware unit. This allows host1x clock to be turned off when it is idle. If pm runtime is not configured, we enable host1x clock i

[Bug 69723] Computer freezes with kernel 3.11.0 / 3.12-rc1 (with bug 68235's patches applied) when dpm=1 on r600g (Cayman)

2013-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69723 --- Comment #14 from Alexandre Demers --- Created attachment 86945 --> https://bugs.freedesktop.org/attachment.cgi?id=86945&action=edit A small simplification to low state adjustment This doesn't solve the problem, but it simplifies a bit the