[PULL] drm/tegra: Changes for v3.14-rc1

2013-12-20 Thread Thierry Reding
/drm/drm_panel.h -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131220/018bf801/attachment.pgp>

[PULL] drm-intel-next

2013-12-20 Thread Daniel Vetter
Hi Dave, We're back to the regular -next updates. Somehow still not too much going on really, I guess everyone was thinking about vacation already ;-) On that topic: I'll be offline for 2 weeks now. I don't really expect much to happen and 3.13 seems to be in good shape. But in case something is

[PATCH] drm/exynos: use a new anon file for exynos gem mmaper

2013-12-20 Thread Inki Dae
This patch resolves potential deadlock issue that can be incurred by changing file->f_op and filp->private_data to exynos specific mapper ops and gem object temporarily. To resolve this issue, this patch creates a new anon file dedicated to exynos specific mmaper, and making it used instead of

[Bug 42876] System doesn't boot with GTX 550 Ti

2013-12-20 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=42876 Artyom Kunyov changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 72575] Several games are unable to detect VRAM size

2013-12-20 Thread bugzilla-dae...@freedesktop.org
ed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131220/be0dcaa2/attachment.html>

[PATCH] drm/radeon: fix UVD 256MB check

2013-12-20 Thread Christian König
From: Christian K?nig Otherwise the kernel might reject our decoding requests. Signed-off-by: Christian K?nig Cc: stable at vger.kernel.org --- drivers/gpu/drm/radeon/radeon_uvd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH] dma-buf: avoid using IS_ERR_OR_NULL

2013-12-20 Thread Colin Cross
dma_buf_map_attachment and dma_buf_vmap can return NULL or ERR_PTR on a error. This encourages a common buggy pattern in callers: sgt = dma_buf_map_attachment(attach, DMA_BIDIRECTIONAL); if (IS_ERR_OR_NULL(sgt)) return PTR_ERR(sgt); This causes the caller to

[Bug 72921] DPM Power Cycle with AMD A8-6600K & MSI FM2-A55M-E33

2013-12-20 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/20131220/1bb29619/attachment.html>

[Bug 72921] DPM Power Cycle with AMD A8-6600K & MSI FM2-A55M-E33

2013-12-20 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/20131220/7fb3005e/attachment.html>

[Bug 72905] [3.12.5] dpm causes gpu reset on rv670

2013-12-20 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/20131220/70df2b7e/attachment.html>

[Bug 72921] New: DPM Power Cycle with AMD A8-6600K & MSI FM2-A55M-E33

2013-12-20 Thread bugzilla-dae...@freedesktop.org
part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131220/84c65da5/attachment.html>

[PATCH v2 1/4] drm/dp: Add AUX channel infrastructure

2013-12-20 Thread Thierry Reding
t available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131220/a4b536bd/attachment.pgp>

[Bug 72905] [3.12.5] dpm causes gpu reset on rv670

2013-12-20 Thread bugzilla-dae...@freedesktop.org
-- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131220/9f29094a/attachment.html>

[PATCH v2 3/4] drm/dp: Add DisplayPort link helpers

2013-12-20 Thread Jani Nikula
On Tue, 17 Dec 2013, Thierry Reding wrote: > Add a helper to probe a DP link (reading out the maximum rate, link > count and capabilities) as well as configuring it accordingly. > > Signed-off-by: Thierry Reding > --- > drivers/gpu/drm/drm_dp_helper.c | 77 >

[PATCH] [Intel-gfx] drm/edid: Populate picture aspect ratio for CEA modes

2013-12-20 Thread Daniel Vetter
On Thu, Dec 19, 2013 at 08:45:59AM -0500, Alex Deucher wrote: > On Thu, Dec 19, 2013 at 5:04 AM, Vandana Kannan > wrote: > > Adding picture aspect ratio for CEA modes based on CEA-861D Table 3 or > > CEA-861E Table 4. This is useful for filling up the detail in AVI > > infoframe. > > > > v2:

[PATCH v2 1/4] drm/dp: Add AUX channel infrastructure

2013-12-20 Thread Jani Nikula
On Tue, 17 Dec 2013, Thierry Reding wrote: > This is a superset of the current i2c_dp_aux bus functionality and can > be used to transfer native AUX in addition to I2C-over-AUX messages. > > Helpers are provided to read and write the DPCD, either blockwise or > byte-wise. Many of the existing

[alsa-devel] [PATCH RFC v2 REPOST 0/8] Beaglebone-Black HDMI audio

2013-12-20 Thread Jyri Sarha
On 12/20/2013 01:30 PM, Mark Brown wrote: > On Fri, Dec 20, 2013 at 12:36:56PM +0200, Jyri Sarha wrote: >> Changes since the first RFC version of the patches: > > Please don't bury your e-mails in the middle of old threads, that's a > good way of getting them missed. > I have done it for my own

[Bug 72905] [3.12.5] dpm causes gpu reset on rv670

2013-12-20 Thread bugzilla-dae...@freedesktop.org
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20131220/5917ccb8/attachment-0001.html>

[Bug 66963] Rv6xx dpm problems

2013-12-20 Thread bugzilla-dae...@freedesktop.org
vel/attachments/20131220/1eac07a4/attachment.html>

[Bug 72905] [3.12.5] dpm causes gpu reset on rv670

2013-12-20 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/20131220/f3b07f97/attachment.html>

[Bug 72905] [3.12.5] dpm causes gpu reset on rv670

2013-12-20 Thread bugzilla-dae...@freedesktop.org
|a loop |reset on rv670 -- 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/20131220/45760475/attachment.html>

[Bug 69723] GPU lockups with kernel 3.11.0 / 3.12-rc1 when dpm=1 on r600g (Cayman)

2013-12-20 Thread bugzilla-dae...@freedesktop.org
i-devel/attachments/20131220/7c77a2c7/attachment.html>

[PATCH RFC v2 REPOST 8/8] ARM: OMAP2+: omap2plus_defconfig: Enable BeagleBone Black HDMI audio support

2013-12-20 Thread Jyri Sarha
Select following: CONFIG_SND_DAVINCI_SOC=m CONFIG_SND_AM335X_SOC_NXPTDA_EVM=m Signed-off-by: Jyri Sarha cc: tony at atomide.com --- arch/arm/configs/omap2plus_defconfig |2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/configs/omap2plus_defconfig

[PATCH RFC v2 REPOST 7/8] ARM: OMAP2+: omap2plus_defconfig: Enable tilcdc and TDA998X HDMI support

2013-12-20 Thread Jyri Sarha
This enables HDMI video support on Beaglebone-Black. Signed-off-by: Jyri Sarha cc: tony at atomide.com --- arch/arm/configs/omap2plus_defconfig |3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index

[PATCH RFC v2 REPOST 6/8] drm/tilcdc: Add I2C HDMI audio config for tda998x

2013-12-20 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 cc: airlied at linux.ie --- drivers/gpu/drm/tilcdc/tilcdc_slave.c | 24

[PATCH RFC v2 REPOST 5/8] ASoC: davinci: HDMI audio build for AM33XX and TDA998x

2013-12-20 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 sound/soc/davinci/Makefile |1 +

[PATCH RFC v2 REPOST 4/8] ASoC: hdmi-codec: Add devicetree binding with documentation

2013-12-20 Thread Jyri Sarha
Signed-off-by: Jyri Sarha cc: bcousson at baylibre.com --- Documentation/devicetree/bindings/sound/hdmi.txt | 17 + sound/soc/codecs/hdmi.c | 10 ++ 2 files changed, 27 insertions(+) create mode 100644

[PATCH RFC v2 REPOST 3/8] ASoC: davinci-evm: HDMI audio support for TDA998x trough McASP I2S bus

2013-12-20 Thread Jyri Sarha
Add machine driver support for BeagleBone-Black and other boards with tilcdc support and NXP TDA998X HDMI transmitter connected to McASP port in I2S mode. The 44100 Hz sample-rate and it's multiples can not be supported on Beaglebone-Black because of limited clock-rate support. The only supported

[PATCH RFC v2 REPOST 2/8] ASoC: davinci-evm: Add named clock reference to DT bindings

2013-12-20 Thread Jyri Sarha
The referenced clock is used to get codec clock rate and the clock is disabled and enabled in startup and shutdown snd_soc_ops call backs. The change is also documented in DT bindigs document. Signed-off-by: Jyri Sarha cc: bcousson at baylibre.com --- .../bindings/sound/davinci-evm-audio.txt

[PATCH RFC v2 REPOST 1/8] clk: add gpio controlled clock

2013-12-20 Thread Jyri Sarha
The added clk-gpio 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 cc: mturquette at

[PATCH RFC v2 REPOST 0/8] Beaglebone-Black HDMI audio

2013-12-20 Thread Jyri Sarha
Changes since the first RFC version of the patches: - Drop out already applied: ASoC: hdmi-codec: Add SNDRV_PCM_FMTBIT_32_LE playback format - Change sound node's compatible property form: "ti,am33xx-beaglebone-black" to "ti,am33xx-beaglebone-black-audio" - Some minor style issue fixes from

[PATCH] drm/radeon: fix UVD 256MB check

2013-12-20 Thread Alex Deucher
On Fri, Dec 20, 2013 at 11:48 AM, Christian K?nig wrote: > From: Christian K?nig > > Otherwise the kernel might reject our decoding requests. Applied to my fixes tree. > > Signed-off-by: Christian K?nig > Cc: stable at vger.kernel.org > --- > drivers/gpu/drm/radeon/radeon_uvd.c | 2 +- > 1

[alsa-devel] [PATCH RFC v2 REPOST 0/8] Beaglebone-Black HDMI audio

2013-12-20 Thread Mark Brown
bed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: Digital signature URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131220/188117f8/attachment-0001.pgp>

Rendering when dropped master

2013-12-20 Thread Martin Peres
On 20/12/2013 10:55, Thomas Hellstrom wrote: > On 12/20/2013 10:31 AM, Martin Peres wrote: >> On 20/12/2013 07:57, Thomas Hellstrom wrote: >>> So this is a potential issue that needs to be brought up sooner or >>> later: >>> >>> Let's say a client is authenticated by the current master. >>> Then

[PATCH -next] gpu: fix qxl missing crc32_le

2013-12-20 Thread Randy Dunlap
c32_le' Signed-off-by: Randy Dunlap --- drivers/gpu/drm/qxl/Kconfig |1 + drivers/gpu/drm/qxl/qxl_display.c |2 +- 2 files changed, 2 insertions(+), 1 deletion(-) --- linux-next-20131220.orig/drivers/gpu/drm/qxl/qxl_display.c +++ linux-next-20131220/drivers/gpu/drm/qxl/qxl_dis

Rendering when dropped master

2013-12-20 Thread Thomas Hellstrom
On 12/20/2013 10:31 AM, Martin Peres wrote: > On 20/12/2013 07:57, Thomas Hellstrom wrote: >> So this is a potential issue that needs to be brought up sooner or >> later: >> >> Let's say a client is authenticated by the current master. >> Then the master drops, and we have a new master (fast user

[PATCH -next] drm/tegra: Fix the error handling in tegra_dsi_probe()

2013-12-20 Thread Wei Yongjun
From: Wei Yongjun Fix the error handling to release all alloced resources before return from tegra_dsi_probe() in the error handling case. Signed-off-by: Wei Yongjun --- drivers/gpu/drm/tegra/dsi.c | 53 - 1 file

Rendering when dropped master

2013-12-20 Thread Martin Peres
On 20/12/2013 07:57, Thomas Hellstrom wrote: > So this is a potential issue that needs to be brought up sooner or later: > > Let's say a client is authenticated by the current master. > Then the master drops, and we have a new master (fast user switching for > example). > > What's the status of

[PATCH v2 4/4] drm/dp: Allow registering AUX channels as I2C busses

2013-12-20 Thread Thierry Reding
designed to easily allow being embedded. Thierry -- next part ------ A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131220/6427301f/attachment.pgp>

[PATCH 01/18] Remove glBlendColor and glBlendEquations decls from glext.h

2013-12-20 Thread Ian Romanick
On 12/13/2013 05:25 PM, Keith Packard wrote: > These are duplicates from gl.h; I'm not sure which file they belong in, but > you don't get to have them in both places. If you're doing something that involves defining GL_GLEXT_PROTOTYPES, you're doing it wrong. Also, unless you're sending kernel

[PATCH v2 4/4] drm/dp: Allow registering AUX channels as I2C busses

2013-12-20 Thread Thierry Reding
driver-specific callback. Thanks, Thierry -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131220/7c4cbba9/attachment-0001.pgp>

[Bug 72905] [3.12.5] Atombios stuck in a loop

2013-12-20 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/20131220/c2020fc5/attachment.html>

[PATCH v2 1/4] drm/dp: Add AUX channel infrastructure

2013-12-20 Thread Thierry Reding
additional request parameter. That's the only difference between both functions. Thanks, Thierry -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131220/a1c32aca/attachment.pgp>

[PATCH -next] drm/panel: missing platform_driver_unregister() on error in panel_simple_init()

2013-12-20 Thread Wei Yongjun
From: Wei Yongjun Add the missing platform_driver_unregister() before return from panel_simple_init() in the error handling case. Signed-off-by: Wei Yongjun --- drivers/gpu/drm/panel/panel-simple.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff

[Bug 72905] [3.12.5] Atombios stuck in a loop

2013-12-20 Thread bugzilla-dae...@freedesktop.org
econds (up to ~1mn) from time to times. -- 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/20131220/facc5a83/attachment.html>

[Bug 72905] [3.12.5] Atombios stuck in a loop

2013-12-20 Thread bugzilla-dae...@freedesktop.org
nee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131220/a0810ec8/attachment.html>

[Bug 72905] [3.12.5] Atombios stuck in a loop

2013-12-20 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/20131220/c5aab1c0/attachment.html>

[Bug 72905] [3.12.5] Atombios stuck in a loop

2013-12-20 Thread bugzilla-dae...@freedesktop.org
bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131220/7e52e525/attachment.html>

[Bug 72905] [3.12.5] Atombios stuck in a loop

2013-12-20 Thread bugzilla-dae...@freedesktop.org
bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131220/07b79297/attachment.html>

[Bug 72905] [3.12.5] Atombios stuck in a loop

2013-12-20 Thread bugzilla-dae...@freedesktop.org
er to get rid of timestamps so the "[drm]" string is lost in both dmesgs -- 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/att

[Bug 72905] [3.12.5] Atombios stuck in a loop

2013-12-20 Thread bugzilla-dae...@freedesktop.org
bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131220/6f468886/attachment.html>

[Bug 72905] New: [3.12.5] Atombios stuck in a loop

2013-12-20 Thread bugzilla-dae...@freedesktop.org
PS 8) @ 0xB92A -- 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/20131220/cab92caf/attachment-0001.html>

Rendering when dropped master

2013-12-20 Thread Thomas Hellstrom
So this is a potential issue that needs to be brought up sooner or later: Let's say a client is authenticated by the current master. Then the master drops, and we have a new master (fast user switching for example). What's the status of the clients authenticated by old masters? Should they be

[Bug 61941] Random GPU lockups/resets on Mobility Radeon HD 3650 with radeon.dpm=1

2013-12-20 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=61941 --- Comment #16 from Ilya Tumaykin --- I've noticed that this bug happens more frequently on my machine while running Virtualbox. However, it does occur without Virtualbox as well. -- You are receiving this mail because: You are watching the

[Bug 68451] Texture flicker in native Dota2 in mesa 9.2.0rc1

2013-12-20 Thread bugzilla-dae...@freedesktop.org
es (or if a similar solution should be made) to R700 (HD4XXX). Retested with latest mesa on kernel 3.13-rc3 and there is no flickering at all on Cayman. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL

[Bug 72895] Missing trees in flightgear 2.12.1 with r600 driver and mesa 10.0.1

2013-12-20 Thread bugzilla-dae...@freedesktop.org
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20131220/30e61b97/attachment.html>

[Bug 72895] Missing trees in flightgear 2.12.1 with r600 driver and mesa 10.0.1

2013-12-20 Thread bugzilla-dae...@freedesktop.org
org/archives/dri-devel/attachments/20131220/cee9c9c3/attachment.html>

[Bug 72895] Missing trees in flightgear 2.12.1 with r600 driver and mesa 10.0.1

2013-12-20 Thread bugzilla-dae...@freedesktop.org
ine or moving the plane or changing the point of view -- 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/20131220/b9

[Bug 72895] Missing trees in flightgear 2.12.1 with r600 driver and mesa 10.0.1

2013-12-20 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/20131220/dac09fa7/attachment-0001.html>

[Bug 72895] New: Missing trees in flightgear 2.12.1 with r600 driver and mesa 10.0.1

2013-12-20 Thread bugzilla-dae...@freedesktop.org
t;http://lists.freedesktop.org/archives/dri-devel/attachments/20131220/ca2b0759/attachment.html>

[PATCH v3 26/32] drm/exynos: Consolidate suspend/resume in drm_drv

2013-12-20 Thread Inki Dae
Hi, Below is my comments. Thanks for your contributions, Inki Dae 2013/10/30 Sean Paul : > This patch removes all of the suspend/resume logic from the individual > drivers and consolidates it in drm_drv. This consolidation reduces the > number of functions which enable/disable the hardware to

[Bug 69723] GPU lockups with kernel 3.11.0 / 3.12-rc1 when dpm=1 on r600g (Cayman)

2013-12-20 Thread bugzilla-dae...@freedesktop.org
or the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131220/97e6e359/attachment.html>