[Bug 83331] radeon: Laptop panel out of sync after dpms standby/suspend/off

2014-09-16 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=83331 --- Comment #6 from Alex Deucher --- Is your kernel log any different when you experience the long delays? There is a 5 second time out for certain display related atombios settings, but when that happens you'll get a message in the kernel about

[PATCH v3 5/5] ARM: dts: am335x-boneblack: Add HDMI audio support

2014-09-16 Thread Jyri Sarha
Adds mcasp0_pins, clk_mcasp0_fixed, clk_mcasp0, mcasp0, hdmi_audio, and sound nodes. Signed-off-by: Jyri Sarha --- arch/arm/boot/dts/am335x-boneblack.dts | 52 1 file changed, 52 insertions(+) diff --git a/arch/arm/boot/dts/am335x-boneblack.dts b/arch/arm/boo

[PATCH v3 4/5] ASoC: davinci: HDMI audio build for AM33XX and TDA998x

2014-09-16 Thread Jyri Sarha
Adds configuration option for HDMI audio support for AM33XX based boards with NXP TDA998x HDMI transmitter. The audio is connected to NXP TDA998x trough McASP running in i2s mode. Signed-off-by: Jyri Sarha --- sound/soc/davinci/Kconfig | 12 1 file changed, 12 insertions(+) diff

[PATCH v3 3/5] ASoC: davinci-evm: HDMI audio support for TDA998x trough McASP I2S bus

2014-09-16 Thread Jyri Sarha
Add machine driver support for BeagleBone-Black HDMI audio. BBB has NXP TDA998X HDMI transmitter connected to McASP port in I2S mode. The 44100 Hz sample-rate and it's multiples can not be accurately produced on BBB. The only supported sample format is SNDRV_PCM_FORMAT_S32_LE. The 8 least significa

[PATCH v3 2/5] drm/tilcdc: Add I2S HDMI audio config for tda998x

2014-09-16 Thread Jyri Sarha
The configuration is needed for HDMI audio. The "swap" and "mirr" parameters have to be correctly set in the configuration in order to have proper colors in the HDMI picture. Signed-off-by: Jyri Sarha --- drivers/gpu/drm/tilcdc/tilcdc_slave.c | 24 +++- 1 file changed, 23 i

[PATCH v3 1/5] clk: ti: add "ti,gpio-gate-clock" controlled clock

2014-09-16 Thread Jyri Sarha
The added ti,gpio-gate-clock is a basic clock that can be enabled and disabled trough a gpio output. The DT binding document for the clock is also added. For EPROBE_DEFER handling the registering of the clock has to be delayed until of_clk_get() call time. Signed-off-by: Jyri Sarha --- .../bindi

[PATCH v3 0/5] Beaglebone-Black HDMI audio

2014-09-16 Thread Jyri Sarha
Changes since v2: - Change compatible property from "ti,gpio-clock" to "ti,gpio-gate-clock" - Some minor cleanups The code has a functional dependency to: http://www.mail-archive.com/linux-omap at vger.kernel.org/msg109264.html Without the above patch the audio card does not probe. The code has

[PATCH V7 00/12] drm/exynos: few patches to enhance bridge chip support

2014-09-16 Thread Laurent Pinchart
Hi Javier, On Tuesday 16 September 2014 14:44:02 Javier Martinez Canillas wrote: > [adding Laurent Pinchart to cc who had concerns with a previous > version of this patch-set] Thank you, I've indeed missed v7. > On Wed, Aug 27, 2014 at 4:29 PM, Ajay Kumar wrote: > > This series is based on maste

[Bug 83748] Only black content on screen, in the Tokyo flashback of the game "The Secret World"

2014-09-16 Thread bugzilla-dae...@freedesktop.org
next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140916/46896d1e/attachment-0001.html>

[Bug 81644] Random crashes on RadeonSI with Chromium.

2014-09-16 Thread bugzilla-dae...@freedesktop.org
errors with it. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140916/9288275d/attachment.html>

[PATCH] drm/radeon: delete unused PTE_* defines

2014-09-16 Thread Alex Deucher
On Tue, Sep 16, 2014 at 3:03 PM, Kyle McMartin wrote: > They don't appear to be used anywhere... elsewhere uses R*_PTE_*. > > master at linux:U:.% git grep PTE_ -- drivers/gpu/drm/radeon | grep -v _PTE_ > master at linux:U:.% (kyle at redacted:~/linux) > > ./arch/arm64/include/asm/pgtable.h:

[PATCH] drm/i915: Fix Sink CRC

2014-09-16 Thread Rodrigo Vivi
In some cases like when PSR just got enabled the panel need more vblank times to calculate CRC. I figured that out with the new PSR test cases facing some cases that I had a green screen but a blank CRC. Even with 2 vblank waits on kernel + 2 vblank waits on test case. So let's give up to 6 vblank

PATCH: radeondrm x86_64 and android32

2014-09-16 Thread Sergey Korshunoff
> The definition of the field was always 64bit and when userspace fails to > properly set the > upper 32bits than userspace needs to get fixed, not the kernel. Userspace fails to properly set the upper 32bits and a 32 bit kernel don't check the upper 32 bits :-) > Can you try to figure out where

[Bug 83461] hdmi screen flicker/unusable

2014-09-16 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=83461 --- Comment #4 from kb at spatium.org --- ok i tried it and surprisingly it does not help. I have flicker, but i don't get the ELD messages. Note I also use video=HDMI-A-1:640x480 for the kernel to get a usable resolution in the text console. --

[PATCH] drm/radeon: delete unused PTE_* defines

2014-09-16 Thread Kyle McMartin
They don't appear to be used anywhere... elsewhere uses R*_PTE_*. master at linux:U:.% git grep PTE_ -- drivers/gpu/drm/radeon | grep -v _PTE_ master at linux:U:.%(kyle at redacted:~/linux) ./arch/arm64/include/asm/pgtable.h:27:0: note: this is the location of the previous definition #defin

[PATCH V7 00/12] drm/exynos: few patches to enhance bridge chip support

2014-09-16 Thread Javier Martinez Canillas
[adding Laurent Pinchart to cc who had concerns with a previous version of this patch-set] Hello Ajay, On Wed, Aug 27, 2014 at 4:29 PM, Ajay Kumar wrote: > This series is based on master branch of Linus tree at: > git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git > > I have tested

[PATCH 00/18] Final batch of Android related fixes

2014-09-16 Thread Emil Velikov
On 07/09/14 22:29, Emil Velikov wrote: > Hello list, > > Here is the final batch that I've been planning to get upstreamed. > Everything else that remains are some custom downstream "hacks" that > will get upstreamed by their original authors in due time :) > > > Highlights: > - Drop a few un

[PATCHv2 12/18] Add private mmap/munmap wrappers

2014-09-16 Thread Emil Velikov
Unlike Linux, Android (bionic) has separate functions - mmap & mmap64. Add a local wrapper (inspired by gallium) that will be used throughout libdrm to combat this bionic feature. v2: - Drop the undefined unlikely macro. - Use macro for munmap under Android. - Wrap long lines. Signed-off-by: E

[PATCHv2 09/18] modetest: add Android build

2014-09-16 Thread Emil Velikov
v2: include modetest rather than modeset. Spotted by Mauro Rossi and Paulo Sergio. Cc: Benjamin Gaignard Signed-off-by: Emil Velikov Reviewed-by: Jakob Bornecrantz (v1) --- Android.mk| 3 ++- tests/modetest/Android.mk | 14 ++ 2 files changed, 16 insertions(+), 1 d

[Bug 82588] [drm:r100_ring_test] *ERROR* radeon: ring test failed - since linux-3.17_rc1 on RS690/RS740 [Radeon 2100]

2014-09-16 Thread bugzilla-dae...@freedesktop.org
HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140916/b982/attachment.html>

[Bug 82588] [drm:r100_ring_test] *ERROR* radeon: ring test failed - since linux-3.17_rc1 on RS690/RS740 [Radeon 2100]

2014-09-16 Thread bugzilla-dae...@freedesktop.org
nts/20140916/97d822d8/attachment.html>

[Bug 83792] Kernel hangs on boot without nomodeset option

2014-09-16 Thread bugzilla-dae...@freedesktop.org
-devel/attachments/20140916/8bae80bc/attachment.html>

[PATCH 07/11] drm/i915: Clarify irq_lock locking, irq handlers

2014-09-16 Thread Daniel Vetter
On Tue, Sep 16, 2014 at 11:21:52AM +0100, Chris Wilson wrote: > On Mon, Sep 15, 2014 at 02:35:07PM +0200, Daniel Vetter wrote: > > irq handlers always run with interrupts locally disabled, so > > plain spinlocks is all we need. I've also reviewed again that they > > all follow the _irq_handler post

[PATCH 07/11] drm/i915: Clarify irq_lock locking, irq handlers

2014-09-16 Thread Chris Wilson
On Tue, Sep 16, 2014 at 12:28:18PM +0200, Daniel Vetter wrote: > On Tue, Sep 16, 2014 at 11:21:52AM +0100, Chris Wilson wrote: > > On Mon, Sep 15, 2014 at 02:35:07PM +0200, Daniel Vetter wrote: > > > irq handlers always run with interrupts locally disabled, so > > > plain spinlocks is all we need.

[PATCH 07/11] drm/i915: Clarify irq_lock locking, irq handlers

2014-09-16 Thread Chris Wilson
On Mon, Sep 15, 2014 at 02:35:07PM +0200, Daniel Vetter wrote: > irq handlers always run with interrupts locally disabled, so > plain spinlocks is all we need. I've also reviewed again that they > all follow the _irq_handler postfix convention. Hmm, we still have the full irq dance inside the reg

[PATCH 1/2] drm/i915: Fix Sink CRC

2014-09-16 Thread Daniel Vetter
On Mon, Sep 15, 2014 at 07:21:50PM -0400, Rodrigo Vivi wrote: > In some cases like when PSR just got enabled the panel need more vblank > times to calculate CRC. I figured that out with the new PSR test cases > facing some cases that I had a green screen but a blank CRC. Even with > 2 vblank waits

[Bug 42960] Display does not work when resuming from suspend

2014-09-16 Thread bugzilla-dae...@freedesktop.org
next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140916/5dbfc8cb/attachment.html>

3.14 radeon regression: radeon is broken (pci bug?)

2014-09-16 Thread Bjorn Helgaas
On Thu, Mar 27, 2014 at 11:30:37AM -0600, Bjorn Helgaas wrote: > On Mon, Mar 24, 2014 at 4:04 PM, Bjorn Helgaas wrote: > > On Sat, Mar 22, 2014 at 9:18 AM, Andy Lutomirski > > wrote: > >> On Fri, Mar 21, 2014 at 9:37 AM, Bjorn Helgaas > >> wrote: > >>> On Fri, Mar 21, 2014 at 9:49 AM, Andy Lut

[PATCH v3 1/3] phy: exynos-dp-video: Use syscon support to control pmu register

2014-09-16 Thread Vivek Gautam
Currently the DP_PHY_ENABLE register is mapped in the driver, and accessed to control power to the PHY. With mfd-syscon and regmap interface available at our disposal, it's wise to use that instead of using a 'reg' property for the controller and allocating a memory resource for that. To facilitat

[PATCH 09/11] drm/i915: Convert backlight_lock to a mutex

2014-09-16 Thread Daniel Vetter
On Tue, Sep 16, 2014 at 09:43:27AM +0300, Jani Nikula wrote: > On Mon, 15 Sep 2014, Daniel Vetter wrote: > > Originally the irq safe spinlock was required because of asle > > interrupts. But since > > > > commit 7bd688cd66db93f6430f6e2b3145ee5686daa315 > > Author: Jani Nikula > > Date: Fri Nov

3.14 radeon regression: radeon is broken (pci bug?)

2014-09-16 Thread Andy Lutomirski
On Tue, Sep 16, 2014 at 9:45 AM, Bjorn Helgaas wrote: > On Thu, Mar 27, 2014 at 11:30:37AM -0600, Bjorn Helgaas wrote: >> On Mon, Mar 24, 2014 at 4:04 PM, Bjorn Helgaas >> wrote: >> > On Sat, Mar 22, 2014 at 9:18 AM, Andy Lutomirski >> > wrote: >> >> On Fri, Mar 21, 2014 at 9:37 AM, Bjorn Helg

[PATCH] drm/vmwgfx: Fix drm.h include

2014-09-16 Thread Josh Boyer
On Fri, Sep 5, 2014 at 1:19 PM, Josh Boyer wrote: > The userspace drm.h include doesn't prefix the drm directory. This can lead > to compile failures as /usr/include/drm/ isn't in the standard gcc include > paths. Fix it to be , which matches the rest of the driver drm > header files that get in

[PATCH 09/11] drm/i915: Convert backlight_lock to a mutex

2014-09-16 Thread Jani Nikula
On Mon, 15 Sep 2014, Daniel Vetter wrote: > Originally the irq safe spinlock was required because of asle > interrupts. But since > > commit 7bd688cd66db93f6430f6e2b3145ee5686daa315 > Author: Jani Nikula > Date: Fri Nov 8 16:48:56 2013 +0200 > > drm/i915: handle backlight through chip speci

[PATCH v2 1/3] phy: exynos-dp-video: Use syscon support to control pmu register

2014-09-16 Thread Vivek Gautam
Currently the DP_PHY_ENABLE register is mapped in the driver, and accessed to control power to the PHY. With mfd-syscon and regmap interface available at our disposal, it's wise to use that instead of using a 'reg' property for the controller and allocating a memory resource for that. To facilitat

[PATCH] drm/exynos: fix plane-framebuffer linkage

2014-09-16 Thread Daniel Vetter
On Mon, Sep 15, 2014 at 12:52:17PM -0600, Daniel Drake wrote: > Pageflipping currently causes some inconsistencies that lead to > crashes. Just run an app that causes a CRTC pageflip in a raw X session > and check that it exits cleanly and can be restarted - you'll see > crashes like: > Unable to

[Bug 81382] Text console blanking does not go away

2014-09-16 Thread bugzilla-dae...@freedesktop.org
xt part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140916/e653f012/attachment.html>

[Bug 81382] Text console blanking does not go away

2014-09-16 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/20140916/97557204/attachment.html>

[Bug 81382] Text console blanking does not go away

2014-09-16 Thread bugzilla-dae...@freedesktop.org
xt part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140916/7ffccc68/attachment.html>

[Bug 81382] Text console blanking does not go away

2014-09-16 Thread bugzilla-dae...@freedesktop.org
the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140916/4e241b8e/attachment.html>

[Bug 82588] X fails to start with linus-tip or drm-next

2014-09-16 Thread bugzilla-dae...@freedesktop.org
ff-by: Michel D?nzer Reviewed-by: Christian K?nig Signed-off-by: Alex Deucher -- 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/20140916/2a0998ac/attachment.html>

[Bug 82588] X fails to start with linus-tip or drm-next

2014-09-16 Thread bugzilla-dae...@freedesktop.org
scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140916/79110c39/attachment.html>