[Bug 89012] Incorrect behaviour of half_pixel_center = 0 rasterizer setting on R600 and SI

2015-03-08 Thread bugzilla-dae...@freedesktop.org
ecify barycentric coordinates rounding ? -- 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/20150308/491090d5/attachment.html>

No HDMI Audio with Radeon HD7750 on Acube Sam460ex AMCC powerpc 460ex board

2015-03-08 Thread Julian Margetson
pins found! -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150308/70ac05eb/attachment.html>

[PATCH libdrm 1/5] automake: wrap an insanely long line

2015-03-08 Thread Emil Velikov
Humble ping. Would anyone be interesting and looking at this trivial series ? On 25 February 2015 at 14:28, Emil Velikov wrote: > Signed-off-by: Emil Velikov > --- > Makefile.am | 13 - > 1 file changed, 12 insertions(+), 1 deletion(-) > > diff --git a/Makefile.am b/Makefile.am > in

[v3] libdrm: improvements to userspace exynos component

2015-03-08 Thread Emil Velikov
On 25 February 2015 at 15:54, Emil Velikov wrote: > On 24 February 2015 at 14:20, Tobias Jakobi > wrote: >> Hello, >> >> here are some miscellaneous improvements (small features, bugfixes, spelling >> fixes, etc.) for the exynos component of libdrm. The general idea is to let >> userspace use t

[RFC v2 3/7] cec: add new framework for cec support.

2015-03-08 Thread Sean Young
Hi Kamil, On Fri, Mar 06, 2015 at 05:14:50PM +0100, Kamil Debski wrote: > 3) As you suggested - load an empty keymap whenever the pass through mode is > enabled. > I am not that familiar with the RC core. Is there a simple way to switch to > an empty map > from the kernel? There is the ir_setkeyta

[RFC v2 2/7] media: rc: Add cec protocol handling

2015-03-08 Thread Mauro Carvalho Chehab
Em Thu, 22 Jan 2015 17:04:34 +0100 Kamil Debski escreveu: (c/c linux-input ML) > Add cec protocol handling the RC framework. I added some comments, that reflects my understanding from what's there at the keymap definitions found at: http://xtreamerdev.googlecode.com/files/CEC_Specs.pdf

kernel BUG at drivers/gpu/drm/drm_mm.c:305!

2015-03-08 Thread Krzysztof Kolasa
System 32bit, Intel 945GM freeze after some time working in virtualbox, oops: [ cut here ] kernel BUG at drivers/gpu/drm/drm_mm.c:305! invalid opcode: [#1] SMP Modules linked in: vboxpci(O) vboxnetadp(O) vboxnetflt(O) vboxdrv(O) xts gf128mul dm_crypt pci_stub arc4 m

[PATCH] drm/radeon: typo in parameter description

2015-03-08 Thread Alex Deucher
On Fri, Mar 6, 2015 at 4:07 PM, Vincent Batts wrote: > "defaul" -> "default" > > Signed-off-by: Vincent Batts Applied. Thanks! Alex > --- > drivers/gpu/drm/radeon/radeon_drv.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/radeon/radeon_drv.c > b/driv

No HDMI Audio with Radeon HD7750 on Acube Sam460ex AMCC powerpc 460ex board

2015-03-08 Thread Alex Deucher
On Sun, Mar 8, 2015 at 9:33 AM, Julian Margetson wrote: > With Kernel 3.19 HDMI audio works ok with Radeon HD 6670 but not Radeon HD > 7750 on > Acube Sam460ex AMCC powerpc 460ex board.Also a problem with direct firmware > loading or the radeon firmware which loads ok for the Radeon HD 6670 . Ma

[Bug 89490] sampler3D in shader silently fails

2015-03-08 Thread bugzilla-dae...@freedesktop.org
attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150308/50f2bcb4/attachment.html>

No HDMI Audio with Radeon HD7750 on Acube Sam460ex AMCC powerpc 460ex board

2015-03-08 Thread Julian Margetson
t; [4.480084] [drm]pitch is 7680 >> [4.759376] Console: switching to colour frame buffer device 240x67 >> [4.838736] radeon 0001:81:00.0: fb0: radeondrmfb frame buffer device >> [4.845560] radeon 0001:81:00.0: registered panic notifier >> [4.856007] [drm] Initialized radeon 2.40.0 20080528 for 0001:81:00.0 on >> minor 0 >> >> [ 31.335598] [drm:dce6_audio_get_pin] *ERROR* No connected audio pins >> found! >> >> >> >> ___ >> 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/20150308/22834676/attachment.html>

[Bug 89490] sampler3D in shader silently fails

2015-03-08 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/20150308/95a1a919/attachment-0001.html>

[PATCH] clk: provide clk_is_match() dummy for non-common clk

2015-03-08 Thread Arnd Bergmann
ARM randconfig build tests found a new error for configurations with COMMON_CLK disabled but HAS_CLK selected by the platform: ERROR: "clk_is_match" [sound/soc/fsl/snd-soc-fsl-spdif.ko] undefined! This moves the declaration around, so this case is covered by the existing static inline helper func

[RFC v2 3/7] cec: add new framework for cec support.

2015-03-08 Thread Mauro Carvalho Chehab
Em Fri, 06 Mar 2015 17:14:50 +0100 Kamil Debski escreveu: > Hi Sean, Hans, > > I am sorry to reply so late, I was busy with other work. I am preparing the > next version > of the CEC framework and I would like to discuss your comment. I'll do a deeper review of this patch when I have some time.

[PATCH v2 1/3] drm: bridge/dw_hdmi: fixed codec style

2015-03-08 Thread Joe Perches
On Mon, 2015-03-09 at 12:42 +0800, Yakir Yang wrote: > diff --git a/drivers/gpu/drm/bridge/dw_hdmi.c > b/drivers/gpu/drm/bridge/dw_hdmi.c [] > @@ -900,10 +900,10 @@ static int hdmi_phy_configure(struct dw_hdmi *hdmi, > unsigned char prep, > { > unsigned res_idx, i; > u8 val, msec; >

[PATCH v2 1/3] drm: bridge/dw_hdmi: fixed codec style

2015-03-08 Thread Joe Perches
On Sun, 2015-03-08 at 21:48 -0700, Joe Perches wrote: > Shouldn't all of these be static? Don't mind me. These shouldn't be static. I was a bit mislead by the commit message. I think it'd be better not to put patch-like + and - lines in the commit description. cheers, Joe