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

2013-06-13 Thread bugzilla-dae...@freedesktop.org
ceiving 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/20130613/59007bb4/attachment.html>

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

2013-06-13 Thread bugzilla-dae...@freedesktop.org
Sound does not work. -- 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/20130613/09d1e03e/attachment.html>

[PATCH] drm/edid: Don't print messages regarding stereo or csync by default

2013-06-13 Thread Egbert Eich
drm_mode_detailed() is called quite often, therefore when a monitor that has a detailed timing mode marked DRM_EDID_PT_STEREO or requiring composite sync, warning messages will clutter up the kernel log. Like we already do for incorrect hsync/vsync pluse widths, print these messages only when KMS d

[PATCH 1/1] dRM/exynos: exynos_drm_ipp: Remove redundant break statement

2013-06-13 Thread Inki Dae
us; > - break; > } > > return true; > -- > 1.7.9.5 > > ___ > dri-devel mailing list > dri-devel at lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/dri-devel > -- next part -- An

[PATCH 4/4] ARM/dts: add clocks to hdmi dt node for exynos5250

2013-06-13 Thread Inki Dae
; mixer { > -- > 1.7.10.4 > > -- > To unsubscribe from this list: send the line "unsubscribe > linux-samsung-soc" in > the body of a message to majordomo at vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130613/ff56b09d/attachment.html>

[PATCH v2 3/4] gpu: host1x: add runtime pm support for dc

2013-06-13 Thread Thierry Reding
scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130613/f5c476e6/attachment.pgp>

[PATCH 3/4] ARM: dts: Add mixer clocks to mixer node

2013-06-13 Thread Inki Dae
/vger.kernel.org/majordomo-info.html > -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130613/47877026/attachment.html>

[PATCH 2/4] drm/exynos: add mout_hdmi clock in hdmi driver to change parent

2013-06-13 Thread Inki Dae
Applied. Thanks, Inki Dae > -Original Message- > From: Rahul Sharma [mailto:rahul.sharma at samsung.com] > Sent: Tuesday, June 11, 2013 3:54 PM > To: linux-samsung-soc at vger.kernel.org; devicetree-discuss at lists.ozlabs.org; > dri-devel at lists.freedesktop.org > Cc: kgene.kim at samsu

[PATCH 1/4] drm/exynos: Prepare/Unprepare HDMI subsystem clocks

2013-06-13 Thread Inki Dae
Applied. Thanks, Inki Dae > -Original Message- > From: Rahul Sharma [mailto:rahul.sharma at samsung.com] > Sent: Tuesday, June 11, 2013 3:54 PM > To: linux-samsung-soc at vger.kernel.org; devicetree-discuss at lists.ozlabs.org; > dri-devel at lists.freedesktop.org > Cc: kgene.kim at samsu

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

2013-06-13 Thread bugzilla-dae...@freedesktop.org
HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130613/89777ca2/attachment.html>

[RFC PATCH] dmabuf-sync: Introduce buffer synchronization framework

2013-06-13 Thread Inki Dae
> +static void dmabuf_sync_timeout_worker(struct work_struct *work) > +{ > + struct dmabuf_sync *sync = container_of(work, struct dmabuf_sync, > work); > + struct dmabuf_sync_object *sobj; > + > + mutex_lock(&sync->lock); > + > + list_for_each_entry(sobj, &sync->syncs, head) { > +

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

2013-06-13 Thread Inki Dae
> -Original Message- > From: Sylwester Nawrocki [mailto:s.nawrocki at samsung.com] > Sent: Thursday, June 13, 2013 5:56 PM > To: Rahul Sharma > Cc: Rahul Sharma; Inki Dae; linux-samsung-soc at vger.kernel.org; devicetree- > discuss at lists.ozlabs.org; DRI mailing list; Kukjin Kim; Seung-

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

2013-06-13 Thread bugzilla-dae...@freedesktop.org
achments/20130613/c0eb837f/attachment.html>

RE: [RFC PATCH] dmabuf-sync: Introduce buffer synchronization framework

2013-06-13 Thread Inki Dae
Hi Russell, > -Original Message- > From: Russell King - ARM Linux [mailto:li...@arm.linux.org.uk] > Sent: Friday, June 14, 2013 2:26 AM > To: Inki Dae > Cc: maarten.lankho...@canonical.com; dan...@ffwll.ch; robdcl...@gmail.com; > linux-fb...@vger.kernel.org; dri-devel@lists.freedesktop.org

[pull] radeon drm-fixes-3.10

2013-06-13 Thread alexdeuc...@gmail.com
From: Alex Deucher Hi Dave, Just two small fixes from Jerome. Remove some harmless but confusing VM related error messages and fix a regression with suspend and UVD. The following changes since commit df63d3ecbca514bad99513b2401448d19a9bb92e: Merge tag 'drm-intel-fixes-2013-06-11' of git

[RFC PATCH] dmabuf-sync: Introduce buffer synchronization framework

2013-06-13 Thread Russell King - ARM Linux
On Thu, Jun 13, 2013 at 05:28:08PM +0900, Inki Dae wrote: > This patch adds a buffer synchronization framework based on DMA BUF[1] > and reservation[2] to use dma-buf resource, and based on ww-mutexes[3] > for lock mechanism. > > The purpose of this framework is not only to couple cache operations

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

2013-06-13 Thread Kishon Vijay Abraham I
Hi, On Thursday 13 June 2013 04:51 PM, Inki Dae wrote: > > >> -Original Message- >> From: Sylwester Nawrocki [mailto:s.nawrocki at samsung.com] >> Sent: Thursday, June 13, 2013 5:56 PM >> To: Rahul Sharma >> Cc: Rahul Sharma; Inki Dae; linux-samsung-soc at vger.kernel.org; devicetree- >> d

[Bug 59681] Sony VAIO VPCZ23A4R: radeon doesn't like undocking

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

[Bug 59681] New: Sony VAIO VPCZ23A4R: radeon doesn't like undocking

2013-06-13 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=59681 Summary: Sony VAIO VPCZ23A4R: radeon doesn't like undocking Product: Drivers Version: 2.5 Kernel Version: 3.10-rc5 Platform: All OS/Version: Linux Tree: Mainline Statu

[Bug 65722] Before update dual display wasn't an option. Since update I have to have amp and tv on or else monitor display goes funny and cannot be used.

2013-06-13 Thread bugzilla-dae...@freedesktop.org
/radeonsi|DRM/Radeon -- 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/20130613/5e3c3c0e/attachment.html>

[Bug 65722] Before update dual display wasn't an option. Since update I have to have amp and tv on or else monitor display goes funny and cannot be used.

2013-06-13 Thread bugzilla-dae...@freedesktop.org
-- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130613/7c1a4c05/attachment.html>

[Bug 65723] Xonotic glsl 1.30 broken

2013-06-13 Thread bugzilla-dae...@freedesktop.org
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/20130613/2577dde3/attachment.html>

[Bug 65723] Xonotic glsl 1.30 broken

2013-06-13 Thread bugzilla-dae...@freedesktop.org
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20130613/d5315b55/attachment-0001.html>

Re: [PATCH v3] drm: Renesas R-Car Display Unit DRM driver

2013-06-13 Thread Laurent Pinchart
Hi Daniel, On Friday 07 June 2013 10:50:55 Daniel Vetter wrote: > On Fri, Jun 07, 2013 at 09:44:45AM +0200, Laurent Pinchart wrote: > > On Wednesday 05 June 2013 10:55:05 Daniel Vetter wrote: > > > On Wed, Jun 05, 2013 at 03:51:53AM +0200, Laurent Pinchart wrote: > > > > On Tuesday 04 June 2013 20

[Bug 64201] OpenCL usage result segmentation fault on r600g with HD6850.

2013-06-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64201 --- Comment #33 from Erdem U. Altınyurt --- Yes. I got same version... Now, the error is gone. (I clean llvm and mesa repo, updated from trunk and rebuild.) bfgminer --benchmark generate error of: [2013-06-14 03:24:24] Error -11: Building Progr

[RFC PATCH] dmabuf-sync: Introduce buffer synchronization framework

2013-06-13 Thread Inki Dae
This patch adds a buffer synchronization framework based on DMA BUF[1] and reservation[2] to use dma-buf resource, and based on ww-mutexes[3] for lock mechanism. The purpose of this framework is not only to couple cache operations, and buffer access control to CPU and DMA but also to provide easy-

[Bug 65723] Xonotic glsl 1.30 broken

2013-06-13 Thread bugzilla-dae...@freedesktop.org
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20130613/5c326bb6/attachment.html>

[Bug 65723] Xonotic glsl 1.30 broken

2013-06-13 Thread bugzilla-dae...@freedesktop.org
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/20130613/2cd43729/attachment.html>

[Bug 65723] New: Xonotic glsl 1.30 broken

2013-06-13 Thread bugzilla-dae...@freedesktop.org
ext part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130613/50a356ab/attachment.html>

[Bug 51381] [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 5secs aborting, when disabled via vgaswitcheroo

2013-06-13 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=51381 --- Comment #7 from Alex Deucher 2013-06-13 17:11:40 --- See comment #1. -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are watching the assignee of the bu

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-13 Thread bugzilla-dae...@freedesktop.org
ignore that it doesn't fix it - I applied the wrong patch. -- 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/20130613/75684507/attachment.html>

[Bug 51381] [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 5secs aborting, when disabled via vgaswitcheroo

2013-06-13 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=51381 Christoph Haag changed: What|Removed |Added CC||haagch.christoph at googlemail

[Bug 65722] Before update dual display wasn't an option. Since update I have to have amp and tv on or else monitor display goes funny and cannot be used.

2013-06-13 Thread bugzilla-dae...@freedesktop.org
is set to be off and monitor on. -- 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/20130613/13b2075f/attachment.html>

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

2013-06-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65730 --- Comment #4 from Jason --- Before I being, I must make a disclaimer that I am not a Linux genius by any means, but a moderate user, able and willing to find my way around things. I do occasionally assist one of the pcsx2 emulator devs with me

[Bug 65722] New: Before update dual display wasn't an option. Since update I have to have amp and tv on or else monitor display goes funny and cannot be used.

2013-06-13 Thread bugzilla-dae...@freedesktop.org
p.org/archives/dri-devel/attachments/20130613/0c82a526/attachment-0001.html>

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-13 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/20130613/d76b4706/attachment-0001.html>

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-13 Thread bugzilla-dae...@freedesktop.org
the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130613/eb2d8896/attachment.html>

[pull] radeon drm-fixes-3.10

2013-06-13 Thread alexdeucher
From: Alex Deucher Hi Dave, Just two small fixes from Jerome. Remove some harmless but confusing VM related error messages and fix a regression with suspend and UVD. The following changes since commit df63d3ecbca514bad99513b2401448d19a9bb92e: Merge tag 'drm-intel-fixes-2013-06-11' of git

[PATCH] drm/edid: Don't print messages regarding stereo or csync by default

2013-06-13 Thread Adam Jackson
pe: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130613/f3920b1e/attachment.pgp>

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

2013-06-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65730 --- Comment #3 from Alex Deucher --- Created attachment 80801 --> https://bugs.freedesktop.org/attachment.cgi?id=80801&action=edit fix AVI infoframe Does the attached kernel patch along with the radeon.audio=1 help? -- You are receiving this

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

2013-06-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65730 --- Comment #2 from Jason --- Indeed I had already tried that in my /etc/default/grub file. I edited both lines and rebooted... GRUB_CMDLINE_LINUX_DEFAULT="quiet splash radeon.audio=1" GRUB_CMDLINE_LINUX="radeon.audio=1" Sound does not work. -

[PATCH v2 4/4] gpu: host1x: add runtime pm support for host1x

2013-06-13 Thread Mayuresh Kulkarni
Signed-off-by: Mayuresh Kulkarni --- drivers/gpu/host1x/dev.c | 57 1 file changed, 57 insertions(+) diff --git a/drivers/gpu/host1x/dev.c b/drivers/gpu/host1x/dev.c index 28e28a2..b43eb29 100644 --- a/drivers/gpu/host1x/dev.c +++ b/drivers/gpu/ho

[PATCH v2 3/4] gpu: host1x: add runtime pm support for dc

2013-06-13 Thread Mayuresh Kulkarni
As of now, the dc clock is enabled in its .probe via runtime pm and disabled in .remove Signed-off-by: Mayuresh Kulkarni --- drivers/gpu/host1x/drm/dc.c | 60 + 1 file changed, 55 insertions(+), 5 deletions(-) diff --git a/drivers/gpu/host1x/drm/dc.c

[PATCH v2 2/4] gpu: host1x: add runtime pm support for gr2d

2013-06-13 Thread Mayuresh Kulkarni
Signed-off-by: Mayuresh Kulkarni --- drivers/gpu/host1x/drm/gr2d.c | 56 ++- drivers/gpu/host1x/job.c | 9 +++ 2 files changed, 64 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/host1x/drm/gr2d.c b/drivers/gpu/host1x/drm/gr2d.c index 27ffc

[PATCH v2 1/4] gpu: host1x: shuffle job APIs

2013-06-13 Thread Mayuresh Kulkarni
This patch moves the API host1x_job_submit to job.c file. It also adds a new API host1x_job_complete. This is in preparation to add runtime PM support to host1x & its modules. The idea is to call pm_runtime_get from host1x_job_submit and pm_runtime_put from host1x_job_complete. This way the runti

[PATCH v2 0/4] gpu: host1x: add runtime pm support

2013-06-13 Thread Mayuresh Kulkarni
This patch-set series adds runtime pm support for host1x, gr2d & dc. It retains the current behaviour if CONFIG_PM_RUNTIME is not enabled. For host1x & gr2d, the clocks are now enabled in .probe and disabled on its exit. This is needed for correct init of hardware. Additionally for gr2d, the cloc

[Bug 65714] Champions of Regnum dont show characters!

2013-06-13 Thread bugzilla-dae...@freedesktop.org
his 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/20130613/ddc5525b/attachment.html>

[PATCH RFC 2/8] DRM: Armada: Add Armada DRM driver

2013-06-13 Thread Daniel Vetter
On Thu, Jun 13, 2013 at 2:52 PM, Rob Clark wrote: > most of the embedded drivers should ignore the old_fb.. the API is a > bit odd but the purpose is to help drivers that need to pin/unpin the > gem objects backing the fb. The ones that do, do something like: > > foo_pin(new_fb); > foo_unpin(

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-13 Thread bugzilla-dae...@freedesktop.org
xt part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130613/565d7d80/attachment.html>

[Bug 65714] Champions of Regnum dont show characters!

2013-06-13 Thread bugzilla-dae...@freedesktop.org
attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130613/c63664fd/attachment.html>

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-13 Thread bugzilla-dae...@freedesktop.org
attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130613/7f216825/attachment.html>

[PATCH] radeon: Fix a false positive lockup after 10s of inactivity

2013-06-13 Thread Andy Lutomirski
On Wed, Jun 12, 2013 at 6:56 AM, Jerome Glisse wrote: > On Wed, Jun 12, 2013 at 6:26 AM, Michel D?nzer wrote: >> On Die, 2013-06-11 at 16:23 -0700, Andy Lutomirski wrote: >>> If the device is idle for over ten seconds, then the next attempt to do >>> anything can race with the lockup detector and

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-13 Thread bugzilla-dae...@freedesktop.org
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20130613/2603eb72/attachment.html>

[PATCH RFC 2/8] DRM: Armada: Add Armada DRM driver

2013-06-13 Thread Russell King - ARM Linux
On Thu, Jun 13, 2013 at 12:50:16PM +0100, Russell King - ARM Linux wrote: > On Thu, Jun 13, 2013 at 12:19:03PM +0100, Russell King - ARM Linux wrote: > > The deeper I look, the more bugs there seem to be in this DRM stuff, > > and I'm continuing to look because I'm chasing a framebuffer refcount >

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

2013-06-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65730 --- Comment #1 from Alex Deucher --- You need to boot with radeon.audio=1 on the kernel command line in grub to enable audio. -- You are receiving this mail because: You are the assignee for the bug.

[PATCH v2 3/4] gpu: host1x: add runtime pm support for dc

2013-06-13 Thread Stephen Warren
On 06/13/2013 12:49 PM, Thierry Reding wrote: > On Thu, Jun 13, 2013 at 03:23:37PM +0530, Mayuresh Kulkarni wrote: > [...] >> diff --git a/drivers/gpu/host1x/drm/dc.c >> b/drivers/gpu/host1x/drm/dc.c > [...] >> @@ -1128,9 +1129,7 @@ static int tegra_dc_probe(struct >> platform_device *pdev) return

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

2013-06-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65730 Priority: medium Bug ID: 65730 Assignee: dri-devel@lists.freedesktop.org Summary: no sound via HDMI for Radeon 6850 mesa driver Severity: normal Classification: Unclassified

Re: [PATCH] drm/edid: Don't print messages regarding stereo or csync by default

2013-06-13 Thread Adam Jackson
On Thu, 2013-06-13 at 21:01 +0200, Egbert Eich wrote: > drm_mode_detailed() is called quite often, therefore when a monitor > that has a detailed timing mode marked DRM_EDID_PT_STEREO or requiring > composite sync, warning messages will clutter up the kernel log. > Like we already do for incorrect

[PATCH RFC 2/8] DRM: Armada: Add Armada DRM driver

2013-06-13 Thread Russell King - ARM Linux
On Thu, Jun 13, 2013 at 12:19:03PM +0100, Russell King - ARM Linux wrote: > The deeper I look, the more bugs there seem to be in this DRM stuff, > and I'm continuing to look because I'm chasing a framebuffer refcount > bug. So, this refcount bug - I think I've just found it. This is the flow of r

[PATCH] drm/omap: change "!CONFIG_FB_OMAP2" to "!FB_OMAP2"

2013-06-13 Thread Paul Bolle
On Wed, 2013-03-13 at 20:48 +0100, Paul Bolle wrote: > Signed-off-by: Paul Bolle > --- > Untested. Perhaps the first test that people with access to the relevant > hardware might do, is to test _before applying this patch_ with FB_OMAP2 > set. Perhaps this negative dependency isn't needed at all.

[PATCH RFC 2/8] DRM: Armada: Add Armada DRM driver

2013-06-13 Thread Russell King - ARM Linux
And another issue... What is drm_crtc_helper_set_mode() passed as the fb argument? Is it the old fb, or the new fb? bool drm_crtc_helper_set_mode(struct drm_crtc *crtc, struct drm_display_mode *mode, int x, int y,

[PATCH] drm/edid: Don't print messages regarding stereo or csync by default

2013-06-13 Thread Egbert Eich
drm_mode_detailed() is called quite often, therefore when a monitor that has a detailed timing mode marked DRM_EDID_PT_STEREO or requiring composite sync, warning messages will clutter up the kernel log. Like we already do for incorrect hsync/vsync pluse widths, print these messages only when KMS d

Re: [PATCH v2 3/4] gpu: host1x: add runtime pm support for dc

2013-06-13 Thread Stephen Warren
On 06/13/2013 12:49 PM, Thierry Reding wrote: > On Thu, Jun 13, 2013 at 03:23:37PM +0530, Mayuresh Kulkarni wrote: > [...] >> diff --git a/drivers/gpu/host1x/drm/dc.c >> b/drivers/gpu/host1x/drm/dc.c > [...] >> @@ -1128,9 +1129,7 @@ static int tegra_dc_probe(struct >> platform_device *pdev) return

Re: [PATCH v2 3/4] gpu: host1x: add runtime pm support for dc

2013-06-13 Thread Thierry Reding
On Thu, Jun 13, 2013 at 03:23:37PM +0530, Mayuresh Kulkarni wrote: [...] > diff --git a/drivers/gpu/host1x/drm/dc.c b/drivers/gpu/host1x/drm/dc.c [...] > @@ -1128,9 +1129,7 @@ static int tegra_dc_probe(struct platform_device *pdev) > return PTR_ERR(dc->clk); > } > > - err

[Bug 59681] Sony VAIO VPCZ23A4R: radeon doesn't like undocking

2013-06-13 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=59681 Alex Deucher changed: What|Removed |Added CC||alexdeuc...@gmail.com --- Comment #1 f

[Bug 59681] New: Sony VAIO VPCZ23A4R: radeon doesn't like undocking

2013-06-13 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=59681 Summary: Sony VAIO VPCZ23A4R: radeon doesn't like undocking Product: Drivers Version: 2.5 Kernel Version: 3.10-rc5 Platform: All OS/Version: Linux Tree: Mainline Statu

[Bug 65722] Before update dual display wasn't an option. Since update I have to have amp and tv on or else monitor display goes funny and cannot be used.

2013-06-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65722 Alex Deucher changed: What|Removed |Added Product|Mesa|DRI Component|Drivers/Gallium/ra

[Bug 65722] Before update dual display wasn't an option. Since update I have to have amp and tv on or else monitor display goes funny and cannot be used.

2013-06-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65722 --- Comment #2 from Alex Deucher --- Please attach your xorg log and dmesg output. Also, what are you trying to accomplish? Dualhead? -- You are receiving this mail because: You are the assignee for the bug. __

[Bug 65723] Xonotic glsl 1.30 broken

2013-06-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65723 --- Comment #3 from Rafael Castillo --- i can but they are clean of errors, even running xonotic from console its clean which is why i made an apitrace. ill post them later today when get home anyway thx for your time -- You are receiving thi

[Bug 65723] Xonotic glsl 1.30 broken

2013-06-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65723 --- Comment #2 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.

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

2013-06-13 Thread Sylwester Nawrocki
Hi, On 06/13/2013 06:26 AM, Rahul Sharma wrote: > Mr. Dae, > > Thanks for your valuable inputs. > > I posted it as RFC because, I also have received comments to register > hdmiphy as a clock controller. As we always configure it for specific > frequency, hdmi-phy looks similar to a PLL. But it r

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-13 Thread bugzilla-dae...@freedesktop.org
0x13ea6890: i32 = Constant<9744> [ID=34] 0x13ea3760: f32 = ConstantFP<0.00e+00> [ID=6] 0x13ea3760: f32 = ConstantFP<0.00e+00> [ID=6] 0x13ea3760: f32 = ConstantFP<0.00e+00> [ID=6] 0x13ea3760: f32 = ConstantFP<0.00e+00

[Bug 65723] Xonotic glsl 1.30 broken

2013-06-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65723 --- Comment #1 from Rafael Castillo --- i mean glsl 1.30 was enable by default -- You are receiving this mail because: You are the assignee for the bug. ___ dri-devel mailing list dri-devel@lists.free

[Bug 65723] Xonotic glsl 1.30 broken

2013-06-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65723 Rafael Castillo changed: What|Removed |Added Priority|medium |highest -- You are receiving this mai

[Bug 65723] New: Xonotic glsl 1.30 broken

2013-06-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65723 Priority: medium Bug ID: 65723 Assignee: dri-devel@lists.freedesktop.org Summary: Xonotic glsl 1.30 broken Severity: blocker Classification: Unclassified OS: Linux (All)

[Bug 51381] [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 5secs aborting, when disabled via vgaswitcheroo

2013-06-13 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=51381 --- Comment #7 from Alex Deucher 2013-06-13 17:11:40 --- See comment #1. -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are watching the assignee of the bu

[Bug 51381] [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 5secs aborting, when disabled via vgaswitcheroo

2013-06-13 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=51381 Christoph Haag changed: What|Removed |Added CC||haagch.christoph@googlemail

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #63 from Andy Furniss --- (In reply to comment #61) > (In reply to comment #58) > > Has anyone tested the patch from comment 47? > > Oops almost missed that - It does fix heaven and pearl boy on my rv790. Aggh ignore that it doesn't

[Bug 65722] Before update dual display wasn't an option. Since update I have to have amp and tv on or else monitor display goes funny and cannot be used.

2013-06-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65722 --- Comment #1 from Paul Sherwood --- When amp and tv are on, the POST screen shows up on both screens, then login only shows on tv. Once Mint loads the display switches to the monitor and the tv goes black again. On the display settings the tv

[Bug 65722] New: Before update dual display wasn't an option. Since update I have to have amp and tv on or else monitor display goes funny and cannot be used.

2013-06-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65722 Priority: medium Bug ID: 65722 Assignee: dri-devel@lists.freedesktop.org Summary: Before update dual display wasn't an option. Since update I have to have amp and tv on or else monitor

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

2013-06-13 Thread Rahul Sharma
Mr. Dae, Thanks for your valuable inputs. I posted it as RFC because, I also have received comments to register hdmiphy as a clock controller. As we always configure it for specific frequency, hdmi-phy looks similar to a PLL. But it really doesn't belong to that class. Secondly prior to exynos542

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #62 from Andy Furniss --- (In reply to comment #60) > Created attachment 80781 [details] [review] > Properly set COUNT_3 v2 > > Sorry I sent the wrong patch. This one also fixes heaven and pearl boy on rv790. -- You are receiving

[PATCH] drm: Don't pass negative delta to ktime_sub_ns()

2013-06-13 Thread Daniel Vetter
On Wed, Jun 12, 2013 at 11:58:44AM +0200, Michel D?nzer wrote: > From: Michel D?nzer > > It takes an unsigned value. This happens not to blow up on 64-bit > architectures, but it does on 32-bit, causing > drm_calc_vbltimestamp_from_scanoutpos() to calculate totally bogus > timestamps for vblank e

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #61 from Andy Furniss --- (In reply to comment #58) > Has anyone tested the patch from comment 47? Oops almost missed that - It does fix heaven and pearl boy on my rv790. -- You are receiving this mail because: You are the assignee

[PATCH v2 2/4] gpu: host1x: add runtime pm support for gr2d

2013-06-13 Thread Stephen Warren
On 06/13/2013 03:53 AM, Mayuresh Kulkarni wrote: Patch description? > diff --git a/drivers/gpu/host1x/drm/gr2d.c b/drivers/gpu/host1x/drm/gr2d.c > +#ifdef CONFIG_PM_RUNTIME > + pm_runtime_enable(&pdev->dev); > + pm_runtime_get_sync(&pdev->dev); > +#else > err = clk_prepare_enable(

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-13 Thread bugzilla-dae...@freedesktop.org
... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130613/699eaca1/attachment.html>

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-13 Thread bugzilla-dae...@freedesktop.org
re the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130613/acc15f20/attachment.html>

[PATCH RFC 2/8] DRM: Armada: Add Armada DRM driver

2013-06-13 Thread Rob Clark
On Thu, Jun 13, 2013 at 7:19 AM, Russell King - ARM Linux wrote: > And another issue... > > What is drm_crtc_helper_set_mode() passed as the fb argument? Is it > the old fb, or the new fb? > > bool drm_crtc_helper_set_mode(struct drm_crtc *crtc, > struct drm_display_

[Bug 65416] r300g does not eliminate unread varyings

2013-06-13 Thread bugzilla-dae...@freedesktop.org
is 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/20130613/4c56f020/attachment.html>

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-13 Thread bugzilla-dae...@freedesktop.org
... -- 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/20130613/8d64f13d/attachment.html>

[Bug 65714] Champions of Regnum dont show characters!

2013-06-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65714 --- Comment #2 from Fabio Pedretti --- (In reply to comment #1) > Does the ppa enable LLVM? If so does setting env var R600_LLVM=0 help? The PPA is compiling with LLVM but *without* --enable-r600-llvm-compiler . -- You are receiving this mail

Re: [PATCH v2 2/4] gpu: host1x: add runtime pm support for gr2d

2013-06-13 Thread Stephen Warren
On 06/13/2013 03:53 AM, Mayuresh Kulkarni wrote: Patch description? > diff --git a/drivers/gpu/host1x/drm/gr2d.c b/drivers/gpu/host1x/drm/gr2d.c > +#ifdef CONFIG_PM_RUNTIME > + pm_runtime_enable(&pdev->dev); > + pm_runtime_get_sync(&pdev->dev); > +#else > err = clk_prepare_enable(

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64257 vincent changed: What|Removed |Added Attachment #80750|0 |1 is obsolete|

[Bug 65714] Champions of Regnum dont show characters!

2013-06-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65714 Alex Deucher changed: What|Removed |Added Assignee|mesa-dev@lists.freedesktop. |dri-devel@lists.freedesktop

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #59 from Marc Dietrich --- just did, no change in perl boy (misrendered triangles) or heaven (still crash). -- You are receiving this mail because: You are the assignee for the bug. ___ dr

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #58 from Tom Stellard --- Has anyone tested the patch from comment 47? -- You are receiving this mail because: You are the assignee for the bug. ___ dri-devel mailing list dri-devel@lists.

Re: [PATCH RFC 2/8] DRM: Armada: Add Armada DRM driver

2013-06-13 Thread Daniel Vetter
On Thu, Jun 13, 2013 at 2:52 PM, Rob Clark wrote: > most of the embedded drivers should ignore the old_fb.. the API is a > bit odd but the purpose is to help drivers that need to pin/unpin the > gem objects backing the fb. The ones that do, do something like: > > foo_pin(new_fb); > foo_unpin(

Re: [PATCH RFC 2/8] DRM: Armada: Add Armada DRM driver

2013-06-13 Thread Rob Clark
On Thu, Jun 13, 2013 at 7:19 AM, Russell King - ARM Linux wrote: > And another issue... > > What is drm_crtc_helper_set_mode() passed as the fb argument? Is it > the old fb, or the new fb? > > bool drm_crtc_helper_set_mode(struct drm_crtc *crtc, > struct drm_display_

Re: [PATCH 1/1] dRM/exynos: exynos_drm_ipp: Remove redundant break statement

2013-06-13 Thread Inki Dae
Applied. Thanks, Inki Dae 2013/6/11 Sachin Kamat > 'break' after goto statement is redundant. Silences the following > message: > drivers/gpu/drm/exynos/exynos_drm_ipp.c:1067 exynos_drm_ipp_check_valid() > info: ignoring unreachable code. > > Signed-off-by: Sachin Kamat > --- > drivers/gpu/d

Re: [PATCH 4/4] ARM/dts: add clocks to hdmi dt node for exynos5250

2013-06-13 Thread Inki Dae
Acked-by: Inki Dae Thanks, Inki Dae 2013/6/11 Rahul Sharma > Fix wrong clock numbers in hdmi dt node. Removed hdmiphy > clock which was a dummy clock earlier and not required now. > Also added mux clock to change the clock parent. > > Signed-off-by: Rahul Sharma > --- > arch/arm/boot/dts/ex

  1   2   >