[Bug 84292] [r600] crashes in Tropico 5 with Radeon HD 5xxx

2014-11-28 Thread bugzilla-dae...@freedesktop.org
for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20141128/f11caa15/attachment.html>

[Bug 86720] [radeon] Europa Universalis 4 freezing during game start (10.3.3)

2014-11-28 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/20141128/edebc03d/attachment.html>

[Bug 83461] hdmi screen flicker/unusable

2014-11-28 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=83461 --- Comment #24 from kb at spatium.org --- Any ideas on this? It's really annoying as I need to keep away from upgrading kernel past 3.14. :( Do you think change of graphics card would resolve the issue? -- You are receiving this mail because:

[PATCH 3/3] ARM: dts: add Panel device support for exynos3250-rinato

2014-11-28 Thread Inki Dae
This patch adds MIPI-DSI and MIPI-DSI based S6E63J0X03 AMOLED panel device nodes for Exynos3250 Rinato board. Signed-off-by: Inki Dae Acked-by: Kyungmin Park --- arch/arm/boot/dts/exynos3250-rinato.dts | 59 +++ 1 file changed, 59 insertions(+) diff --git

[PATCH 2/3] drm/panel: add s6e63j0x03 LCD Panel driver

2014-11-28 Thread Inki Dae
This patch adds MIPI-DSI based S6E63J0X03 AMOLED LCD Panel driver which uses mipi_dsi bus to communicate with Panel. Signed-off-by: Inki Dae Acked-by: Kyungmin Park --- drivers/gpu/drm/panel/Kconfig|6 + drivers/gpu/drm/panel/Makefile |1 +

[PATCH 1/3] ARM: dts: add fimd device support for exynos3250-rinato

2014-11-28 Thread Inki Dae
This patch adds fimd device node which is a display controller for Exynos3250 Rinato board. Signed-off-by: Inki Dae Acked-by: Kyungmin Park --- arch/arm/boot/dts/exynos3250-rinato.dts | 11 +++ 1 file changed, 11 insertions(+) diff --git a/arch/arm/boot/dts/exynos3250-rinato.dts

[PATCH 0/3] add Display support for exynos3250 Rinato board

2014-11-28 Thread Inki Dae
This patch series adds Display support for exynos3250 Rinato board. For this, it adds fimd, MIPI-DSI and Panel device nodes to exynos3250-rinato dts file, and adds a s6e63j0x03 Amoled panel device driver which is based on MIPI-DSI bus. Inki Dae (3): ARM: dts: add fimd device support for

[Bug 85421] radeon stalled, GPU lockup, reset and failed on resume; crashed by firefox.

2014-11-28 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=85421 Jorn Amundsen changed: What|Removed |Added CC||jorn.amundsen at ntnu.no --- Comment #13

[Bug 86832] [dota2][si] freezes up to 3 seconds when many/big display effects happen

2014-11-28 Thread bugzilla-dae...@freedesktop.org
bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20141128/5ced92e4/attachment.html>

[Bug 86832] [dota2][si] freezes up to 3 seconds when many/big display effects happen

2014-11-28 Thread bugzilla-dae...@freedesktop.org
You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20141128/5104cf64/attachment-0001.html>

[Bug 86832] [dota2][si] freezes up to 3 seconds when many/big display effects happen

2014-11-28 Thread bugzilla-dae...@freedesktop.org
are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20141128/a780da94/attachment.html>

[PATCH v13 0/12] dw-hdmi: convert imx hdmi to bridge/dw_hdmi

2014-11-28 Thread Andy Yan
Hi Philipp: On 2014年11月27日 00:20, Philipp Zabel wrote: > Hi Andy, > > I have yet to look at this in more detail, but from a quick test > starting with patch 3, the HDMI display stays black on Nitrogen6X, > and starting with patch 8 I get the following error. > > imx-drm display-subsystem:

[PATCH v13 08/12] drm: bridge/dw_hdmi: add mode_valid support

2014-11-28 Thread Andy Yan
Hi Philipp: On 2014年11月27日 00:23, Philipp Zabel wrote: > Am Mittwoch, den 26.11.2014, 21:33 +0800 schrieb Andy Yan: >> some platform may not support all the display mode, >> add mode_valid interface check it >> >> also add drm_connector_register which add a debugfs >> interface for dump

[PATCH v13 07/12] drm: bridge/dw_hdmi: add support for multi-byte register width access

2014-11-28 Thread Andy Yan
Hi Zabel: On 2014年11月27日 00:34, Philipp Zabel wrote: > Am Mittwoch, den 26.11.2014, 21:32 +0800 schrieb Andy Yan: >> On rockchip rk3288, only word(32-bit) accesses are >> permitted for hdmi registers. Byte width accesses (writeb, >> readb) generate an imprecise external abort. >> >>

[PATCH v13 0/12] dw-hdmi: convert imx hdmi to bridge/dw_hdmi

2014-11-28 Thread Philipp Zabel
Am Freitag, den 28.11.2014, 17:57 +0800 schrieb Andy Yan: > Hi Philipp: [...] >Very sorry about this trouble. Because I have no imx board, we do all > the test on > RK3288 board. > I had sent a mail with a debug patch to you directly yesterday, hope > it will helpful. > If you have

[PATCH] drm: imx: convert imx-drm to use the generic DRM OF helper

2014-11-28 Thread Philipp Zabel
From: Russell King Use the generic DRM OF helper to locate the possible CRTCs for the encoder, thereby shrinking the imx-drm driver some more. Signed-off-by: Russell King Signed-off-by: Philipp Zabel --- This is a prerequisite for

[Intel-gfx] [RFC PATCH v3 1/4] drm/i915: add i915_ved.c to setup bridge for VED

2014-11-28 Thread Robert Beckett
On 21/11/2014 19:06, Yao Cheng wrote: > Setup minimum required resources during i915_driver_load: > 1. Create a platform device to share MMIO/IRQ resources > 2. Make the platform device child of i915 device for runtime PM. > 3. Create IRQ chip to forward the VED irqs. > VED driver (a standalone

[PATCH V2] drm/exynos: Add DECON driver

2014-11-28 Thread Ajay Kumar
This series is based on exynos-drm-next branch of Inki Dae's tree at: git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git DECON(Display and Enhancement Controller) is the new IP in exynos7 SOC for generating video signals using pixel data. DECON driver can be used to drive 2

[PATCH 2/2] drm/exynos: fimd: check error status for drm_iommu_attach_device

2014-11-28 Thread Ajay Kumar
check error status for drm_iommu_attach_device() and make sure it propagates till the caller. Signed-off-by: Ajay Kumar --- drivers/gpu/drm/exynos/exynos_drm_fimd.c | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/exynos/exynos_drm_fimd.c

[PATCH 1/2] drm/exynos: fimd: Remove drm_dev pointer from fimd_context

2014-11-28 Thread Ajay Kumar
ctx->drm_dev is unnecessary since it can be easily accessed via ctx->manager->drm_dev, cleaning it up. Signed-off-by: Ajay Kumar --- drivers/gpu/drm/exynos/exynos_drm_fimd.c | 25 + 1 file changed, 13 insertions(+), 12 deletions(-) diff --git

[Bug 84292] [r600] crashes in Tropico 5 with Radeon HD 5xxx

2014-11-28 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/20141128/c4d1ffa4/attachment.html>

[PATCH 3/3] adv7842: simplify InfoFrame logging

2014-11-28 Thread Hans Verkuil
From: Martin Bugge Use the new logging functions from the hdmi module. Signed-off-by: Martin Bugge Signed-off-by: Hans Verkuil --- drivers/media/i2c/Kconfig | 1 + drivers/media/i2c/adv7842.c | 174 2 files changed, 47

[PATCH 2/3] hdmi: added unpack and logging functions for InfoFrames

2014-11-28 Thread Hans Verkuil
From: Martin Bugge When receiving video it is very useful to be able to unpack the InfoFrames. Logging is useful as well, both for transmitters and receivers. Especially when implementing the VIDIOC_LOG_STATUS ioctl (supported by many V4L2 drivers) for a receiver it is

[PATCH 1/3] hdmi: add new HDMI 2.0 defines

2014-11-28 Thread Hans Verkuil
From: Hans Verkuil Add new Video InfoFrame colorspace information introduced in HDMI 2.0 and new Audio Coding Extension Types, also from HDMI 2.0. Signed-off-by: Hans Verkuil --- include/linux/hdmi.h | 20 1 file changed, 20 insertions(+) diff

[PATCH 0/3] hdmi: add unpack and logging functions

2014-11-28 Thread Hans Verkuil
This patch series adds new HDMI 2.0/CEA-861-F defines to hdmi.h and adds unpacking and logging functions to hdmi.c. It also uses those in the V4L2 adv7842 driver (and they will be used in other HDMI drivers once this functionality is merged). Patches 2 and 3 have been posted before by Martin

[PULL] drm-intel-next

2014-11-28 Thread Daniel Vetter
On Fri, Nov 28, 2014 at 02:30:45PM +0100, Daniel Vetter wrote: > Hi Dave, > > As discussed on irc here's the slightly late (because our QA cycle was a > bit misaligned) final feature pull request for 3.19. I have a few fixes to > sort out in my 3.20 queue, so will send you one more pull request

[PATCH] drm/radeon: Hide cursor on CRTCs used by fbdev

2014-11-28 Thread Daniel Vetter
On Fri, Nov 28, 2014 at 11:48:48AM +0900, Michel Dänzer wrote: > From: Michel Dänzer > > Since we are now preserving the cursor across modesets, the cursor could > be left over in console if e.g. X crashed. I'd add a fixme for this since if you implement universal plane support fbdev will

[PULL] drm-intel-next

2014-11-28 Thread Daniel Vetter
Hi Dave, As discussed on irc here's the slightly late (because our QA cycle was a bit misaligned) final feature pull request for 3.19. I have a few fixes to sort out in my 3.20 queue, so will send you one more pull request next week with those. Then I'll hand over to Jani.

[PULL] topic/core-stuff

2014-11-28 Thread Daniel Vetter
Hi Dave, So here's a pile of atomic fixes and improvements from various people. There's still more patches in-flight, so I think I'll keep collecting them in a separate branch. Cheers, Daniel The following changes since commit 955289c7cfad158dc939e150896a240f549ccc60: Merge branch

[Bug 86663] [radeonsi] Black squares in Sanctum 2

2014-11-28 Thread bugzilla-dae...@freedesktop.org
chment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20141128/8bef212f/attachment.html>

[Bug 86663] [radeonsi] Black squares in Sanctum 2

2014-11-28 Thread bugzilla-dae...@freedesktop.org
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20141128/950a1b86/attachment.html>

[PATCH] drm/exynos: Add DECON driver

2014-11-28 Thread Ajay kumar
Hi Pankaj, Thanks a lot for reviewing the patch. Find my comments below. On Thu, Nov 27, 2014 at 9:55 PM, Pankaj Dubey wrote: > Hi Ajay, > > On 27 November 2014 at 19:41, Ajay Kumar wrote: >> This series is based on exynos-drm-next branch of Inki Dae's tree at: >>

[PATCH] drm/radeon: Hide cursor on CRTCs used by fbdev

2014-11-28 Thread Michel Dänzer
From: Michel Dänzer Since we are now preserving the cursor across modesets, the cursor could be left over in console if e.g. X crashed. Signed-off-by: Michel Dänzer --- drivers/gpu/drm/radeon/radeon_fb.c | 29 - 1 file changed, 28

drm/atomic: track bitmask of planes attached to crtc

2014-11-28 Thread Daniel Vetter
On Thu, Nov 27, 2014 at 9:04 PM, Dan Carpenter wrote: > On Thu, Nov 27, 2014 at 06:11:30PM +0100, Daniel Vetter wrote: >> btw not sure whether checker should just look through WARN_ON, we have >> lots of places where we've historically screwed up and added a WARN_ON + >> early return to make

[PATCH 0/2] Fix legacy boards compilation breakage with DU

2014-11-28 Thread Laurent Pinchart
[CCing Dave] On Friday 28 November 2014 09:18:46 Simon Horman wrote: > [CCed Magnus, ARM SoC maintainers] > > On Thu, Nov 27, 2014 at 05:19:11PM +0200, Laurent Pinchart wrote: > > Hello, > > > > The DU driver has lost support for platform data, resulting in a > > compilation breakage for the

[PATCH] drm: i2c: tda998x: Retry fetching the EDID if it fails first time.

2014-11-28 Thread Jean-Francois Moine
On Tue, 18 Nov 2014 17:41:26 + Andrew Jackson wrote: > Fetching the EDID from a connected monitor is an automated thing > with NXP TDA19988. But on some boards the fetching fails for the > first time silently without any indication that an error has occured. > More than that, subsequent

[PATCH 0/2] Fix legacy boards compilation breakage with DU

2014-11-28 Thread Simon Horman
[CCed Magnus, ARM SoC maintainers] On Thu, Nov 27, 2014 at 05:19:11PM +0200, Laurent Pinchart wrote: > Hello, > > The DU driver has lost support for platform data, resulting in a compilation > breakage for the legacy Marzen and Lager board files that managed to keep > under the radar until now.

[PATCH] drm: i2c: tda998x: Retry fetching the EDID if it fails first time.

2014-11-28 Thread Andrew Jackson
On 11/28/14 08:19, Jean-Francois Moine wrote: > On Tue, 18 Nov 2014 17:41:26 + > Andrew Jackson wrote: > >> Fetching the EDID from a connected monitor is an automated thing >> with NXP TDA19988. But on some boards the fetching fails for the >> first time silently without any indication that

[PATCH 5/7] drm/radeon: add spinlock for BO_VA status protection

2014-11-28 Thread Dieter Nützel
Am 27.11.2014 14:48, schrieb Christian König: > From: Christian König > > Stop using the VM mutex for this > > Signed-off-by: Christian König > --- > drivers/gpu/drm/radeon/radeon.h| 3 +++ > drivers/gpu/drm/radeon/radeon_vm.c | 36 > ++-- > 2 files

[Bug 86089] [r600g][mesa 10.4.0-dev] shader failure - r600_sb::bc_finalizer::cf_peephole() when starting Second Life

2014-11-28 Thread bugzilla-dae...@freedesktop.org
bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20141128/0f419eb4/attachment-0001.html>

[Bug 73530] Asus U38N: Black screen with Radeon driver in Linux

2014-11-28 Thread bugzilla-dae...@freedesktop.org
. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20141128/a571d706/attachment.html>

[Bug 86788] (bisected) 32bit UrbanTerror 4.1 timedemo sse4.1 segfault...

2014-11-28 Thread bugzilla-dae...@freedesktop.org
, please get a backtrace of the crash. -- 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/20141128/6bd82f8e/attachment.html>