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 rahul.sha...@samsung.com 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

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

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 airl...@gmail.com 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.

[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 jani.nik...@intel.com --- 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

[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 mic...@daenzer.net --- 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. ___

[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 ranki...@googlemail.com --- (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

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

[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 wol...@onsneteindhoven.nl --- (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

[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 pinak.ah...@gmail.com --- 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 ag...@yahoo.com --- (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

[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

[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 ag...@yahoo.com --- (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

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

2013-10-01 Thread ville . syrjala
From: Ville Syrjälä ville.syrj...@linux.intel.com 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

[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 alexandre.f.dem...@gmail.com --- (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

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 paulo.r.zan...@intel.com 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

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 etienne.lecou...@maatel.fr 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

[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 k...@dev.carbon-project.org 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

[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 ag...@yahoo.com --- 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

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 be

[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 mic...@daenzer.net --- (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

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

[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 alexandre.f.dem...@gmail.com --- (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

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 mkulka...@nvidia.com 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

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 paulo.r.zan...@intel.com VGA whack-a-mole! We need VGA to be disabled whenever our driver is working. So even without reproducible bugs

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 mkulka...@nvidia.com 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

[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 deathsim...@vodafone.de --- (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...

[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 christian.koe...@amd.com --- (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

[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 gquigs+b...@gmail.com --- In /r600_dpm.c - void r600_start_dpm(struct radeon_device *rdev) + //return; //returning here works r600_enable_sclk_control(rdev, true); + return; //returning

[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 gquigs+b...@gmail.com --- - 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 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 ag...@yahoo.com --- (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

[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 pasqual.milvaq...@gmail.com --- 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

[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 ag...@yahoo.com changed: What|Removed |Added Status|NEW |RESOLVED

[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 ag...@yahoo.com changed: What|Removed |Added Status|NEW |RESOLVED

[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 wojta...@wp.pl --- Created attachment 86938 -- https://bugs.freedesktop.org/attachment.cgi?id=86938action=edit sumo2.patch simple patch that's fix problem on my system :) -- You are receiving this mail because:

[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 ag...@yahoo.com --- Created attachment 86939 -- https://bugs.freedesktop.org/attachment.cgi?id=86939action=edit possible fix Does this patch fix the issue? -- You are receiving this mail because: You are the

[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

[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 nikoa...@gmail.com --- Created attachment 86942 -- https://bugs.freedesktop.org/attachment.cgi?id=86942action=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 #3 from Nikolay Amiantov nikoa...@gmail.com --- 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

[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 seanp...@chromium.org --- arch/arm/boot/dts/exynos5250-snow.dts | 12 1 file changed, 12 insertions(+) diff --git a/arch/arm/boot/dts/exynos5250-snow.dts

[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 seanp...@chromium.org --- arch/arm/boot/dts/exynos5250-snow.dts | 17 + 1 file changed, 17 insertions(+) diff --git a/arch/arm/boot/dts/exynos5250-snow.dts

[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 seanp...@chromium.org --- .../devicetree/bindings/drm/bridge/ptn3460.txt | 27 ++ drivers/gpu/drm/Kconfig| 2 + drivers/gpu/drm/Makefile

[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

[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 seanp...@chromium.org --- arch/arm/boot/dts/exynos5250-snow.dts | 19 +++ 1 file changed, 19 insertions(+) diff --git a/arch/arm/boot/dts/exynos5250-snow.dts

[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 nikoa...@gmail.com --- 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

[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 ag...@yahoo.com --- 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 wojta...@wp.pl --- 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. ___

[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 calcprogramm...@gmail.com --- 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

[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 freedesk...@lanrules.de --- 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

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)

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 mkulka...@nvidia.com 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