[Bug 73457] mpeg4 through vdpau randomly either correct or garbled (on same file!)

2014-01-09 Thread bugzilla-dae...@freedesktop.org
tup. In case you need that info as well, here it is. -- 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/20140109/93e2fa28/attachment.html>

[Bug 73457] mpeg4 through vdpau randomly either correct or garbled (on same file!)

2014-01-09 Thread bugzilla-dae...@freedesktop.org
es/dri-devel/attachments/20140109/a617d9f5/attachment.html>

[PATCH RFC 27/46] imx-drm: convert to componentised device support

2014-01-09 Thread Shawn Guo
On Wed, Jan 08, 2014 at 09:32:58PM +, Russell King - ARM Linux wrote: > On Tue, Jan 07, 2014 at 04:59:35PM +0800, Shawn Guo wrote: > > On Thu, Jan 02, 2014 at 09:28:03PM +, Russell King wrote: > > > diff --git a/arch/arm/boot/dts/imx6qdl-sabresd.dtsi > > >

[Bug 73457] mpeg4 through vdpau randomly either correct or garbled (on same file!)

2014-01-09 Thread bugzilla-dae...@freedesktop.org
t;http://lists.freedesktop.org/archives/dri-devel/attachments/20140109/4f43d763/attachment.html>

[Bug 73457] mpeg4 through vdpau randomly either correct or garbled (on same file!)

2014-01-09 Thread bugzilla-dae...@freedesktop.org
rom when that happened. -- 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/20140109/52cf30e8/attachment.html>

[Bug 73457] mpeg4 through vdpau randomly either correct or garbled (on same file!)

2014-01-09 Thread bugzilla-dae...@freedesktop.org
bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140109/f0a0556d/attachment.html>

[Bug 73457] mpeg4 through vdpau randomly either correct or garbled (on same file!)

2014-01-09 Thread bugzilla-dae...@freedesktop.org
-- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140109/73293897/attachment.html>

[Bug 73457] mpeg4 through vdpau randomly either correct or garbled (on same file!)

2014-01-09 Thread bugzilla-dae...@freedesktop.org
complete lack of difference between verbose logs generated. -- 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/20140109/86420

[Bug 73457] mpeg4 through vdpau randomly either correct or garbled (on same file!)

2014-01-09 Thread bugzilla-dae...@freedesktop.org
bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140109/60c8d2d6/attachment.html>

[Bug 73457] mpeg4 through vdpau randomly either correct or garbled (on same file!)

2014-01-09 Thread bugzilla-dae...@freedesktop.org
bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140109/d434d231/attachment.html>

[Bug 73457] mpeg4 through vdpau randomly either correct or garbled (on same file!)

2014-01-09 Thread bugzilla-dae...@freedesktop.org
ext part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140109/8b5cbb8b/attachment.html>

[Bug 73457] mpeg4 through vdpau randomly either correct or garbled (on same file!)

2014-01-09 Thread bugzilla-dae...@freedesktop.org
bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140109/92cc0c46/attachment.html>

[Bug 73457] New: mpeg4 through vdpau randomly either correct or garbled (on same file!)

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

[PATCH] drm/i915: debugfs: Add support for probing DP sink CRC.

2014-01-09 Thread Daniel Vetter
Yay, I'm really happy that after fbc testcases for psr are now also shaping up. Some small stuff below. -Daniel On Thu, Jan 9, 2014 at 8:47 PM, Rodrigo Vivi wrote: > This debugfs interface will allow intel-gpu-tools test case > to verify if screen has been updated properly on cases like PSR. > >

[Bug 73402] [HD7770] Graphical artifacts in 3D applications

2014-01-09 Thread bugzilla-dae...@freedesktop.org
Fatal server error: [ 1154.552] (EE) GLSL link failure -- 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/20140109/6593626e/attach

[PATCH 3/3] drm/nvc0/devinit: set the disable mask based on punits register

2014-01-09 Thread Ilia Mirkin
This replaces the custom disable checks throughout the implementations. As a side-effect this will honor hw disables on video decoding engines as well as PDISP on nvc0:nvd0. Signed-off-by: Ilia Mirkin --- Not strictly needed, but I think it's nice to unify it all. (And it also handles the video

[PATCH 2/3] drm/nv50/devinit: set the disable mask based on the hwunits registers

2014-01-09 Thread Ilia Mirkin
This will turn off PDISPLAY/PCRYPT/PCOPY0/video engines on cards where they are marked as disabled either by the hardware of VBIOS. See https://bugs.freedesktop.org/show_bug.cgi?id=58378 Signed-off-by: Ilia Mirkin --- An earlier version of this patch was tested. I added the DISP disable since

[PATCH 1/3] drm/nouveau: provide a way for devinit to mark engines as disabled

2014-01-09 Thread Ilia Mirkin
Signed-off-by: Ilia Mirkin --- I decided to let the user still specify config=BLA=1 to override the hw disable in case we get something wrong or for double-checking stuff, but I suspect it won't really be used much. I'm not terribly fond of the message text, if you come up with something better,

[Bug 73449] WARNING: CPU: 0 PID: 65 at drivers/gpu/drm/ttm/ttm_page_alloc_dma.c:533 and WARNING: CPU: 0 PID: 65 at drivers/gpu/drm/drm_mm.c:578

2014-01-09 Thread bugzilla-dae...@freedesktop.org
of building the kernel myself, and I'll confirm that the bug is fixed then. -- 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/20140

[PATCH] modetest: add the possibility to select the refresh frequency for a mode

2014-01-09 Thread Laurent Pinchart
Hi Vincent, Thank you for the patch. On Tuesday 07 January 2014 09:55:40 Vincent ABRIOU wrote: > When mode is selected we only give the name of the mode as parameter. > But sometime, two different modes have the same name but not > the same vrefresh frequency. > This patch give the possibility

UVD on RS880

2014-01-09 Thread Chen Jie
2014/1/9 Christian K?nig : > Hi, > > The code for the first generation UVD blocks (RV6xx, RS780, RS880 and RV790) > is already implemented and I'm only waiting for the OK to release it. > > The only problem is that I don't know if and when we are getting this OK for > release. Maybe tomorrow,

[Bug 73449] WARNING: CPU: 0 PID: 65 at drivers/gpu/drm/ttm/ttm_page_alloc_dma.c:533 and WARNING: CPU: 0 PID: 65 at drivers/gpu/drm/drm_mm.c:578

2014-01-09 Thread bugzilla-dae...@freedesktop.org
this 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/20140109/2e93ed70/attachment.html>

[Bug 37528] vgaswitcheroo: support for mux-less hybrid laptops

2014-01-09 Thread bugzilla-dae...@freedesktop.org
org/archives/dri-devel/attachments/20140109/e6f0f933/attachment.html>

[Bug 73449] New: WARNING: CPU: 0 PID: 65 at drivers/gpu/drm/ttm/ttm_page_alloc_dma.c:533 and WARNING: CPU: 0 PID: 65 at drivers/gpu/drm/drm_mm.c:578

2014-01-09 Thread bugzilla-dae...@freedesktop.org
... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140109/0a86d2e6/attachment-0001.html>

UVD on RS880

2014-01-09 Thread Mike Lothian
>> dri-devel mailing list >> dri-devel at lists.freedesktop.org >> http://lists.freedesktop.org/mailman/listinfo/dri-devel >> > > ___ > dri-devel mailing list > dri-devel at lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/dri-devel > -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140109/0f638fec/attachment-0001.html>

[Bug 73444] New: wayland/weston EGL/GLESv2 - top portion of screen in fullscreen: vertices being clipped/flicker

2014-01-09 Thread bugzilla-dae...@freedesktop.org
e: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140109/d5a7ec93/attachment.html>

[Bug 73420] [HAWAII] X.org fails to start due to atombios stucking (Sapphire r9 290x Tri-X)

2014-01-09 Thread bugzilla-dae...@freedesktop.org
nts/20140109/9d09c69e/attachment.html>

[Bug 66963] Rv6xx dpm problems

2014-01-09 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/20140109/52ec5e67/attachment.html>

[PATCH] drm/i915: debugfs: Add support for probing DP sink CRC.

2014-01-09 Thread Rodrigo Vivi
This debugfs interface will allow intel-gpu-tools test case to verify if screen has been updated properly on cases like PSR. Since the current target is PSR we will provide only the CRC check for eDP panels. We can latter extend it to all available DP panels. ---

[Bug 66963] Rv6xx dpm problems

2014-01-09 Thread bugzilla-dae...@freedesktop.org
: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140109/b5479b4a/attachment.html>

[Bug 73053] HD6850 cannot boot with dpm

2014-01-09 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/20140109/2a152ddb/attachment.html>

[Bug 73053] HD6850 cannot boot with dpm

2014-01-09 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/20140109/8d4aca1a/attachment-0001.html>

[Bug 73053] HD6850 cannot boot with dpm

2014-01-09 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/20140109/5269b5ae/attachment.html>

[Bug 73053] HD6850 cannot boot with dpm

2014-01-09 Thread bugzilla-dae...@freedesktop.org
them. -- 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/20140109/ad874e56/attachment.html>

[Bug 68151] Backlight brightness change causes freeze (radeon with KMS)

2014-01-09 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=68151 --- Comment #2 from Fabian --- I'll try it but it'll take a while.. -- You are receiving this mail because: You are watching the assignee of the bug.

[patch] tests/kmstest: support exynos

2014-01-09 Thread Hyungwon Hwang
Hello Rob, On Wed, 08 Jan 2014 11:28:19 -0500 Rob Clark wrote: > On Tue, Jan 7, 2014 at 1:40 AM, Hyungwon Hwang > wrote: > > tests/kmstest: support exynos > > > > Add exynos to list of kmstest supported modules. > > > > Signed-off-by: Hyungwon Hwang > > --- > > libkms/internal.h|2 ++

[PATCH RFC 27/46] imx-drm: convert to componentised device support

2014-01-09 Thread Russell King - ARM Linux
On Thu, Jan 09, 2014 at 11:25:38PM +0800, Shawn Guo wrote: > Yea, adding all four into imx-drm crtcs works for imx6q, but it doesn't > for imx6dl, because is unavailable for imx6dl at all. > > Here is how I get around it. Thanks, I've rolled your change into this commit now. -- FTTC broadband

[GIT PULL] omapdrm patches for 3.14

2014-01-09 Thread Tomi Valkeinen
insertions(+), 33 deletions(-) -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 901 bytes Desc: OpenPGP digital signature URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140109/7b00b

[Intel-gfx] [PATCH 4/5] intel: Intel full PPGTT param

2014-01-09 Thread Ben Widawsky
On Tue, Jan 07, 2014 at 08:53:36AM +0100, Daniel Vetter wrote: > On Thu, Jan 02, 2014 at 07:50:33PM -1000, Ben Widawsky wrote: > > This will allow mesa to determine if it needs to create a context, or > > can reuse the default context. Reusing the default context saves memory, > > and startup

[pull] drm/msm: msm-next for 3.14-rc1

2014-01-09 Thread Rob Clark
The following changes since commit 859ae233cd0ee76b6143f948ba1cb6b0b4c342f8: Merge tag 'drm-intel-next-2013-12-13' of git://people.freedesktop.org/~danvet/drm-intel into drm-next (2013-12-23 10:46:07 +1000) are available in the git repository at: git://people.freedesktop.org/~robclark/linux

[Bug 73420] [HAWAII] X.org fails to start due to atombios stucking (Sapphire r9 290x Tri-X)

2014-01-09 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/20140109/f364a54f/attachment.html>

[PATCH 4/5] drm: Add support for subclassing struct drm_device

2014-01-09 Thread David Herrmann
Hi On Thu, Jan 9, 2014 at 1:11 PM, Damien Lespiau wrote: > On Wed, Jan 08, 2014 at 09:26:51PM +0100, Daniel Vetter wrote: >> > So the parent structure is expected to have "struct drm_device" at >> > offset 0? I'd rather like to see a "drm_dev_init()" alongside >> > drm_dev_alloc() similar to

[PATCH RFC 00/46] Preview of imx-drm cleanup series

2014-01-09 Thread Russell King - ARM Linux
On Tue, Jan 07, 2014 at 02:33:22PM +0800, Shawn Guo wrote: > On Thu, Jan 02, 2014 at 09:25:28PM +, Russell King - ARM Linux wrote: > > Here is my large patch series which cleans up imx-drm, and gets it ready > > to move out of drivers/staging. This is a preview only. > > When moving to

UVD on RS880

2014-01-09 Thread Christian König
Hi, The code for the first generation UVD blocks (RV6xx, RS780, RS880 and RV790) is already implemented and I'm only waiting for the OK to release it. The only problem is that I don't know if and when we are getting this OK for release. Maybe tomorrow, maybe never. It just doesn't has a high

UVD on RS880

2014-01-09 Thread Boszormenyi Zoltan
Hi, according to http://wiki.x.org/wiki/RadeonFeature/#4 UVD on RS880 is a TODO. I would like to ask about whether there are any plans to implement it and a vague approximation for the release date, if it's planned. Thanks in advance, Zolt?n B?sz?rm?nyi

[PATCH v2 24/28] drm/i2c: tda998x: adjust the audio CTS to the mode clock

2014-01-09 Thread Russell King - ARM Linux
On Thu, Jan 09, 2014 at 12:07:02PM +0100, Jean-Francois Moine wrote: > > Signed-off-by: Jean-Francois Moine > --- > drivers/gpu/drm/i2c/tda998x_drv.c | 9 + > 1 file changed, 5 insertions(+), 4 deletions(-) > > diff --git a/drivers/gpu/drm/i2c/tda998x_drv.c >

[PATCH 4/5] drm: Add support for subclassing struct drm_device

2014-01-09 Thread Damien Lespiau
On Wed, Jan 08, 2014 at 09:26:51PM +0100, Daniel Vetter wrote: > > So the parent structure is expected to have "struct drm_device" at > > offset 0? I'd rather like to see a "drm_dev_init()" alongside > > drm_dev_alloc() similar to device_initialize(). > > Yeah, I think for subclassing we want

[Bug 73418] OpenCL hangs graphics on CAYMAN

2014-01-09 Thread bugzilla-dae...@freedesktop.org
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/20140109/81edf858/attachment.html>

[PATCH v2 28/28] drm/i2c: tda998x: add a CODEC interface

2014-01-09 Thread Jean-Francois Moine
The TDA998x chips may get audio input from I2S or S/PDIF and this input is defined by the audio subsystem. In the other way, the audio subsystem may need to know if audio output may be done through the HDMI connector. This patch adds a CODEC interface for exchanges between the HDMI transmitter

[PATCH v2 27/28] drm/i2c: tda998x: adjust the audio clock divider for S/PDIF

2014-01-09 Thread Jean-Francois Moine
The S/PDIF input asks for a greater audio clock divider. Signed-off-by: Jean-Francois Moine --- drivers/gpu/drm/i2c/tda998x_drv.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i2c/tda998x_drv.c b/drivers/gpu/drm/i2c/tda998x_drv.c index

[PATCH v2 26/28] drm/i2c: tda998x: code optimization

2014-01-09 Thread Jean-Francois Moine
This patch reduces the number of I2C exchanges by setting many bits in one write and removing a useless write. Signed-off-by: Jean-Francois Moine --- drivers/gpu/drm/i2c/tda998x_drv.c | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git

[PATCH v2 25/28] drm/i2c: tda998x: change the frequence in the audio channel

2014-01-09 Thread Jean-Francois Moine
This patch sets the frequence as 'not indicated' instead of '48kHz' and adds some comments. Signed-off-by: Jean-Francois Moine --- drivers/gpu/drm/i2c/tda998x_drv.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/i2c/tda998x_drv.c

[PATCH v2 24/28] drm/i2c: tda998x: adjust the audio CTS to the mode clock

2014-01-09 Thread Jean-Francois Moine
Signed-off-by: Jean-Francois Moine --- drivers/gpu/drm/i2c/tda998x_drv.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/i2c/tda998x_drv.c b/drivers/gpu/drm/i2c/tda998x_drv.c index 68630b8..c2163f4 100644 --- a/drivers/gpu/drm/i2c/tda998x_drv.c +++

[PATCH v2 23/28] drm/i2c: tda998x: add the active aspect in HDMI AVI frame

2014-01-09 Thread Jean-Francois Moine
This patch adds the active aspect as 'picture' in the HDMI AVI frame and also some comments about this frame. Signed-off-by: Jean-Francois Moine --- drivers/gpu/drm/i2c/tda998x_drv.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/gpu/drm/i2c/tda998x_drv.c

[PATCH v2 22/28] drm/i2c: tda998x: remove the unused variable ca_i2s

2014-01-09 Thread Jean-Francois Moine
Signed-off-by: Jean-Francois Moine --- drivers/gpu/drm/i2c/tda998x_drv.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/gpu/drm/i2c/tda998x_drv.c b/drivers/gpu/drm/i2c/tda998x_drv.c index efd29d1..55cecb8 100644 --- a/drivers/gpu/drm/i2c/tda998x_drv.c +++

[PATCH v2 21/28] drm/i2c: tda998x: use global constants

2014-01-09 Thread Jean-Francois Moine
Signed-off-by: Jean-Francois Moine --- drivers/gpu/drm/i2c/tda998x_drv.c | 23 +- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/drivers/gpu/drm/i2c/tda998x_drv.c b/drivers/gpu/drm/i2c/tda998x_drv.c index 864b9f5..efd29d1 100644 ---

[PATCH v2 20/28] drm/i2c: tda998x: move the TBG_CNTRL_0 register setting

2014-01-09 Thread Jean-Francois Moine
According to the comment, the TBG_CNTRL_0 register must be set at the end of the mode change sequence. Signed-off-by: Jean-Francois Moine --- drivers/gpu/drm/i2c/tda998x_drv.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/i2c/tda998x_drv.c

[PATCH v2 19/28] drm/i2c: tda998x: fix the value of the TBG_CNTRL_1 register

2014-01-09 Thread Jean-Francois Moine
This patch fixes the 'toggle flag enable' bit of the TBG_CNTRL_1 register which was set when no toggle was needed. Signed-off-by: Jean-Francois Moine --- drivers/gpu/drm/i2c/tda998x_drv.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/i2c/tda998x_drv.c

[PATCH v2 18/28] drm/i2c: tda998x: fix the ENABLE_SPACE register

2014-01-09 Thread Jean-Francois Moine
This patch fixes the ENABLE_SPACE register, the value of which was inverted. Signed-off-by: Jean-Francois Moine --- drivers/gpu/drm/i2c/tda998x_drv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i2c/tda998x_drv.c b/drivers/gpu/drm/i2c/tda998x_drv.c index

[PATCH v2 17/28] drm/i2c: tda998x: set the repeat PLL value in range 0..3

2014-01-09 Thread Jean-Francois Moine
Signed-off-by: Jean-Francois Moine --- drivers/gpu/drm/i2c/tda998x_drv.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i2c/tda998x_drv.c b/drivers/gpu/drm/i2c/tda998x_drv.c index f60aef9..8a7d8a2 100644 --- a/drivers/gpu/drm/i2c/tda998x_drv.c +++

[PATCH v2 16/28] drm/i2c: tda998x: change the video quantization

2014-01-09 Thread Jean-Francois Moine
This patch changes the video quantization to RGB/YUV. Signed-off-by: Jean-Francois Moine --- drivers/gpu/drm/i2c/tda998x_drv.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i2c/tda998x_drv.c b/drivers/gpu/drm/i2c/tda998x_drv.c index 91bd4e8..f60aef9

[PATCH v2 15/28] drm/i2c: tda998x: use the tda998x video format when cea mode

2014-01-09 Thread Jean-Francois Moine
This patch uses the tda998x video format tied to the CEA mode. This reduces the number of i2c exchanges. Signed-off-by: Jean-Francois Moine --- drivers/gpu/drm/i2c/tda998x_drv.c | 143 + 1 file changed, 118 insertions(+), 25 deletions(-) diff --git

[PATCH v2 14/28] drm/i2c: tda998x: get a better status of the connexion

2014-01-09 Thread Jean-Francois Moine
This patch refines the connexion status testing both bits RXSENS and HPD of the CEC register giving the connexion level. Signed-off-by: Jean-Francois Moine --- drivers/gpu/drm/i2c/tda998x_drv.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git

[PATCH v2 13/28] drm/i2c: tda998x: use irq for connection status and EDID read

2014-01-09 Thread Jean-Francois Moine
This patch adds the optional treatment of the tda998x IRQ. The interrupt function is used to know the display connection status without polling and to speedup reading the EDID. Signed-off-by: Jean-Francois Moine --- drivers/gpu/drm/i2c/tda998x_drv.c| 116 +++--

[PATCH v2 12/28] drm/i2c: tda998x: add DT support

2014-01-09 Thread Jean-Francois Moine
This patch adds DT support to the tda998x. As a side effect, now, the audio sample rate is always 48kHz and the audio clock is always set. Signed-off-by: Jean-Francois Moine --- .../devicetree/bindings/drm/i2c/tda998x.txt | 16 ++ drivers/gpu/drm/i2c/tda998x_drv.c | 66

[PATCH v2 11/28] drm/i2c: tda998x: check the CEC device creation

2014-01-09 Thread Jean-Francois Moine
Signed-off-by: Jean-Francois Moine --- drivers/gpu/drm/i2c/tda998x_drv.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/gpu/drm/i2c/tda998x_drv.c b/drivers/gpu/drm/i2c/tda998x_drv.c index 93ef64c..2ba0355 100644 --- a/drivers/gpu/drm/i2c/tda998x_drv.c +++

[PATCH v2 10/28] drm/i2c: tda998x: free the CEC device on encoder_destroy

2014-01-09 Thread Jean-Francois Moine
Signed-off-by: Jean-Francois Moine --- drivers/gpu/drm/i2c/tda998x_drv.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/gpu/drm/i2c/tda998x_drv.c b/drivers/gpu/drm/i2c/tda998x_drv.c index c3f0d70..93ef64c 100644 --- a/drivers/gpu/drm/i2c/tda998x_drv.c +++

[PATCH v2 9/28] drm/i2c: tda998x: don't read write-only registers

2014-01-09 Thread Jean-Francois Moine
This patch takes care of the write-only registers of the tda998x. Signed-off-by: Jean-Francois Moine --- drivers/gpu/drm/i2c/tda998x_drv.c | 44 +++--- 1 file changed, 23 insertions(+), 21 deletions(-) diff --git a/drivers/gpu/drm/i2c/tda998x_drv.c

[PATCH v2 8/28] drm/i2c: tda998x: use HDMI constants

2014-01-09 Thread Jean-Francois Moine
This patch replaces hard coded values by hdmi constants. Signed-off-by: Jean-Francois Moine --- drivers/gpu/drm/i2c/tda998x_drv.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/gpu/drm/i2c/tda998x_drv.c b/drivers/gpu/drm/i2c/tda998x_drv.c index

[PATCH v2 7/28] drm/i2c: tda998x: set the video mode from the adjusted value

2014-01-09 Thread Jean-Francois Moine
This patch uses always the adjusted video mode instead of a mix of original and adjusted mode. Signed-off-by: Jean-Francois Moine --- drivers/gpu/drm/i2c/tda998x_drv.c| 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/drivers/gpu/drm/i2c/tda998x_drv.c

[PATCH v2 6/28] drm/i2c: tda998x: force the page register at startup time

2014-01-09 Thread Jean-Francois Moine
This patch forces the page register to be set on the first I/O operation. Signed-off-by: Jean-Francois Moine --- drivers/gpu/drm/i2c/tda998x_drv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i2c/tda998x_drv.c b/drivers/gpu/drm/i2c/tda998x_drv.c index

[PATCH v2 5/28] drm/i2c: tda998x: don't freeze the system at audio startup time

2014-01-09 Thread Jean-Francois Moine
This patch prevents the system to be freezed at audio startup time, replacing mdelay by msleep. Signed-off-by: Jean-Francois Moine --- drivers/gpu/drm/i2c/tda998x_drv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i2c/tda998x_drv.c

[PATCH v2 4/28] drm/i2c: tda998x: change probe message origin

2014-01-09 Thread Jean-Francois Moine
This patch gives a more precise information about the device getting the TDA chip version. Signed-off-by: Jean-Francois Moine --- drivers/gpu/drm/i2c/tda998x_drv.c| 19 ++- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/drivers/gpu/drm/i2c/tda998x_drv.c

[PATCH v2 3/28] drm/i2c: tda998x: code cleanup

2014-01-09 Thread Jean-Francois Moine
Signed-off-by: Jean-Francois Moine --- drivers/gpu/drm/i2c/tda998x_drv.c | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/drivers/gpu/drm/i2c/tda998x_drv.c b/drivers/gpu/drm/i2c/tda998x_drv.c index 603f716..cd7ac58 100644 ---

[PATCH v2 2/28] drm/i2c: tda998x: check more I/O errors

2014-01-09 Thread Jean-Francois Moine
Signed-off-by: Jean-Francois Moine --- drivers/gpu/drm/i2c/tda998x_drv.c | 45 -- 1 file changed, 33 insertions(+), 12 deletions(-) diff --git a/drivers/gpu/drm/i2c/tda998x_drv.c b/drivers/gpu/drm/i2c/tda998x_drv.c index 26dd299..603f716 100644 ---

[PATCH v2 1/28] drm/i2c: tda998x: simplify the i2c read/write functions

2014-01-09 Thread Jean-Francois Moine
This patch simplifies the i2c read/write functions and permits them to be easily called in more contexts. Signed-off-by: Jean-Francois Moine --- drivers/gpu/drm/i2c/tda998x_drv.c | 322 +++-- 1 file changed, 162 insertions(+), 160 deletions(-) diff --git

[PATCH v2 0/28] drm/i2c: tda998x: add DT support and other improvements

2014-01-09 Thread Jean-Francois Moine
This patch set contains various extensions to the tda998x driver: - simplify the i2c read/write - code cleanup and fix some small errors - use HDMI constants - don't read write-only registers - add DT support - use irq for connection status and EDID read - get a better status of the HDMI

[PATCH] drm/panel: update EDID BLOB in panel_simple_get_modes()

2014-01-09 Thread Stephen Warren
From: Stephen Warren This stashes away the EDID data so that the sysfs per-connector file "edid" can display it. Without this change, the "edid" file is always empty. Signed-off-by: Stephen Warren --- drivers/gpu/drm/panel/panel-simple.c | 1 + 1 file changed, 1

[PATCH v2 6/7] drm/msm: Drop unnecessary mach include

2014-01-09 Thread Stephen Boyd
On 01/09/14 00:13, Olof Johansson wrote: > On Mon, Dec 30, 2013 at 09:15:58PM -0800, Stephen Boyd wrote: >> On 12/30, Rob Clark wrote: >>> On Mon, Dec 30, 2013 at 8:12 PM, Rob Clark wrote: On Mon, Dec 30, 2013 at 4:15 PM, Stephen Boyd wrote: > This file doesn't use the clk_reset()

[PATCH] drm/cirrus: Fix cirrus drm driver for fbdev + qemu

2014-01-09 Thread Takashi Iwai
From: Martin Koegler Xorg fbdev driver requires smem_start/smem_len, otherwise it tries to map 0 bytes as video memory. Bugzilla: https://bugzilla.novell.com/show_bug.cgi?id=856760 Signed-off-by: Martin Koegler Signed-off-by: Takashi Iwai ---

[Bug 73378] [drm:radeon_uvd_send_upll_ctlreq] *ERROR* Timeout setting UVD clocks!

2014-01-09 Thread bugzilla-dae...@freedesktop.org
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/20140109/26203fbe/attachment.html>

[Bug 73378] [drm:radeon_uvd_send_upll_ctlreq] *ERROR* Timeout setting UVD clocks!

2014-01-09 Thread bugzilla-dae...@freedesktop.org
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20140109/f95a8a09/attachment.html>

[PATCH 22/85] drivers: gpu: Mark functions as static in radeon_device.c

2014-01-09 Thread Alex Deucher
On Wed, Jan 8, 2014 at 7:07 PM, Josh Triplett wrote: > On Wed, Jan 08, 2014 at 11:40:28AM -0500, Alex Deucher wrote: >> On Mon, Jan 6, 2014 at 10:21 AM, Rashika Kheria >> wrote: >> > Mark functions radeon_doorbell_init() and radeon_doorbell_fini() as >> > static in drm/radeon/radeon_device.c

[GIT PULL RESEND] exynos-drm-next for 3.14

2014-01-09 Thread Inki Dae
Just corrected title. This patch set should go to 3.14. Sorry for this. Thanks, Inki Dae 2014/1/7 Inki Dae : > Hi Dave, > >This pull request adds an anon file for exynos specific mmaper >to resolve potential a dead lock issue pointed out by Al Viro, >and fixes build break of

[Bug 60858] [radeon HD 4570m] Error setting UVD clocks

2014-01-09 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=60858 Christian K?nig changed: What|Removed |Added CC||deathsimple at vodafone.de --- Comment

[PATCH RFC 26/46] drivers/base: provide an infrastructure for componentised subsystems

2014-01-09 Thread Sascha Hauer
On Wed, Jan 08, 2014 at 05:39:31PM -0500, Sean Paul wrote: > On Wed, Jan 8, 2014 at 4:36 PM, Russell King - ARM Linux > > Which bits do you think would be useful to move into the core? > > imx_drm_add_components() is rather imx-drm specific, especially for > > the CRTCs - it carries the knowledge

[Bug 60858] [radeon HD 4570m] Error setting UVD clocks

2014-01-09 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=60858 Pinak Ahuja changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 73053] HD6850 cannot boot with dpm

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

[Bug 73191] [radeonsi] vdpau playback issues, skipping & looping

2014-01-09 Thread bugzilla-dae...@freedesktop.org
_CARDS="radeon r600" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON -- 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/20140109/5396fbd0/attachment-0001.html>

[Bug 73053] HD6850 cannot boot with dpm

2014-01-09 Thread bugzilla-dae...@freedesktop.org
and then it froze/blanked the screen as usual. -- 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/20140109/e049cd3e/attachment.html>

[Bug 73402] [HD7770] Graphical artifacts in 3D applications

2014-01-09 Thread bugzilla-dae...@freedesktop.org
ext part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140109/97f7ce6c/attachment.html>

[Bug 73420] [HAWAII] X.org fails to start due to atombios stucking (Sapphire r9 290x Tri-X)

2014-01-09 Thread bugzilla-dae...@freedesktop.org
Component|Drivers/Gallium/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/20140109/c08a3

[Bug 73420] [radeonsi] X.org fails to start due to atombios stucking on HAWAII (Sapphire r9 290x Tri-X)

2014-01-09 Thread bugzilla-dae...@freedesktop.org
art -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140109/d3e7051f/attachment.html>

[Bug 73420] New: [radeonsi] X.org fails to start due to atombios stucking on HAWAII (Sapphire r9 290x Tri-X)

2014-01-09 Thread bugzilla-dae...@freedesktop.org
LGA 1366) Mainboard: Asus P6T Deluxe RAM: 6GB -- 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/20140109/16ef777d/attachment-0001.html>

[Bug 73418] OpenCL hangs graphics on CAYMAN

2014-01-09 Thread bugzilla-dae...@freedesktop.org
bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140109/6951aa04/attachment.html>

[Bug 73418] New: OpenCL hangs graphics on CAYMAN

2014-01-09 Thread bugzilla-dae...@freedesktop.org
ing 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/20140109/fdabf5ec/attachment.html>

[PATCH v2 6/7] drm/msm: Drop unnecessary mach include

2014-01-09 Thread Olof Johansson
On Mon, Dec 30, 2013 at 09:15:58PM -0800, Stephen Boyd wrote: > On 12/30, Rob Clark wrote: > > On Mon, Dec 30, 2013 at 8:12 PM, Rob Clark wrote: > > > On Mon, Dec 30, 2013 at 4:15 PM, Stephen Boyd > > > wrote: > > >> This file doesn't use the clk_reset() API that is exposed in > > >> mach-msm's

[Bug 73402] [HD7770] Graphical artifacts in 3D applications

2014-01-09 Thread bugzilla-dae...@freedesktop.org
art -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140109/9a32de4b/attachment.html>

[Bug 73402] [HD7770] Graphical artifacts in 3D applications

2014-01-09 Thread bugzilla-dae...@freedesktop.org
art -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140109/db1c71a9/attachment-0001.html>