[PATCH 2/2] exynos: remove DRM_EXYNOS_GEM_{MAP_OFFSET/MMAP} ioctls

2015-01-16 Thread Tobias Jakobi
From: Hyungwon Hwang This patch removes the ioctls which are removed from the linux kernel. Signed-off-by: Hyungwon Hwang Signed-off-by: Inki Dae Signed-off-by: Tobias Jakobi --- exynos/exynos_drm.h | 40 1 file changed, 40 deletions(-) diff --git a/

[PATCH 1/2] exynos: Don't use DRM_EXYNOS_GEM_{MAP_OFFSET/MMAP} ioctls

2015-01-16 Thread Tobias Jakobi
From: Hyungwon Hwang The ioctl DRM_EXYNOS_GEM_MAP_OFFSET and DRM_EXYNOS_GEM_MMAP are removed from the linux kernel. This patch modifies libdrm and libkms to use drm generic ioctls instead of the removed ioctls. v2: The original patch was erroneous. In case the MODE_MAP_DUMB ioctl failed it w

libdrm/exynos: fix usage of removed ioctls

2015-01-16 Thread Tobias Jakobi
Hello, these two patches are needed for the exynos component of libdrm to properly work again. With the current stable 3.18.x the 'exynos_bo_map' call is broken, making it impossible to get data from userspace into a DRM buffer. The patches were sent by Hyungwon Hwang some while ago, but the firs

[Bug 88183] radeonsi: R9 280X hangs with SuperTuxKart

2015-01-16 Thread bugzilla-dae...@freedesktop.org
ee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150116/11cf7770/attachment.html>

[PATCH v3] drm/panel: Add support for AUO b101ean01 panel

2015-01-16 Thread Daniel Kurtz
On Fri, Jan 16, 2015 at 11:14 AM, Daniel Kurtz wrote: > > On Fri, Jan 16, 2015 at 10:36 AM, huang lin wrote: > > The AUO b101ean01 panel is a 10.1" 1280x800 panel, > > which can be supported by the simple panel driver. > > > > Signed-off-by: huang lin > Thierry is going to point out that this

[PATCH] reservation: Remove shadowing local variable 'ret'

2015-01-16 Thread Michel Dänzer
From: Michel Dänzer It was causing the return value of fence_is_signaled to be ignored, making reservation objects signal too early. Cc: stable at vger.kernel.org Reviewed-by: Maarten Lankhorst Signed-off-by: Michel Dänzer --- drivers/dma-buf/reservation.c | 2 -- 1 file changed, 2 deletion

[GIT PULL FOR v3.20] tda998x enhancement

2015-01-16 Thread Laurent Pinchart
Hi Russell, On Friday 16 January 2015 16:26:00 Russell King - ARM Linux wrote: > On Fri, Jan 16, 2015 at 06:17:39PM +0200, Laurent Pinchart wrote: > > On Friday 16 January 2015 15:46:28 Russell King - ARM Linux wrote: > >> On Fri, Jan 16, 2015 at 05:44:52PM +0200, Laurent Pinchart wrote: > >>> Hi

[PATCH RESEND] drm: tda998x: Use drm_do_get_edid()

2015-01-16 Thread Laurent Pinchart
Replace the internal EDID read implementation by a call to the new EDID read core function. Signed-off-by: Laurent Pinchart Reviewed-by: Rob Clark Tested-by: Jean-Francois Moine --- drivers/gpu/drm/i2c/tda998x_drv.c | 86 --- 1 file changed, 18 insertions(+)

[GIT PULL FOR v3.20] tda998x enhancement

2015-01-16 Thread Laurent Pinchart
Hi Russell, On Friday 16 January 2015 15:46:28 Russell King - ARM Linux wrote: > On Fri, Jan 16, 2015 at 05:44:52PM +0200, Laurent Pinchart wrote: > > Hi Dave, > > > > The following changes since commit adc31849b27fefeca6c225d3895143a2ec6970fa: > > Merge tag 'drm-intel-next-2014-12-19' of > >

[Bug 89331] Radeon 8670M in DRI_PRIME shows garbage in scene

2015-01-16 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=89331 --- Comment #3 from Alex Deucher --- (In reply to Adrian G from comment #2) > I have simmilar problem with a dual mobile radeon system. Is PRIME still > under development? Yes. It's a community developed feature. -- You are receiving this mail

[PATCH] drm: imx: imx-tve: Check and propagate the errors

2015-01-16 Thread Fabio Estevam
From: Fabio Estevam In the case of errors we should propagate them. Signed-off-by: Fabio Estevam --- drivers/gpu/drm/imx/imx-tve.c | 14 +++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/imx/imx-tve.c b/drivers/gpu/drm/imx/imx-tve.c index a729f4f7..a

[Bug 89331] Radeon 8670M in DRI_PRIME shows garbage in scene

2015-01-16 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=89331 Adrian G changed: What|Removed |Added CC||raziel_theripper at yahoo.com --- Comment #2 f

[Bug 88461] The computer sometimes freezes after waking up when playing vdpau accelerated video

2015-01-16 Thread bugzilla-dae...@freedesktop.org
org/archives/dri-devel/attachments/20150116/dc77176f/attachment.html>

[PATCH RESEND] drm: tda998x: Use drm_do_get_edid()

2015-01-16 Thread Russell King - ARM Linux
On Fri, Jan 16, 2015 at 06:37:43PM +0200, Laurent Pinchart wrote: > Replace the internal EDID read implementation by a call to the new EDID > read core function. > > Signed-off-by: Laurent Pinchart > Reviewed-by: Rob Clark > Tested-by: Jean-Francois Moine Thanks, committed, and updated the sum

[GIT PULL FOR v3.20] tda998x enhancement

2015-01-16 Thread Laurent Pinchart
Hi Dave, The following changes since commit adc31849b27fefeca6c225d3895143a2ec6970fa: Merge tag 'drm-intel-next-2014-12-19' of git://anongit.freedesktop.org/drm- intel into drm-next (2015-01-10 08:46:24 +1000) are available in the git repository at: git://linuxtv.org/pinchartl/fbdev.git drm

[GIT PULL FOR v3.20] R-Car DU fixes and enhancements

2015-01-16 Thread Laurent Pinchart
Hi Dave, Ping ? On Tuesday 23 December 2014 12:03:34 Laurent Pinchart wrote: > Hi Dave, > > The following changes since commit 4e0cd68115620bc3236ff4e58e4c073948629b41: > > drm: sti: fix module compilation issue (2014-12-15 17:07:57 +1000) > > are available in the git repository at: > > g

[GIT PULL FOR v3.20] tda998x enhancement

2015-01-16 Thread Russell King - ARM Linux
On Fri, Jan 16, 2015 at 06:17:39PM +0200, Laurent Pinchart wrote: > Hi Russell, > > On Friday 16 January 2015 15:46:28 Russell King - ARM Linux wrote: > > On Fri, Jan 16, 2015 at 05:44:52PM +0200, Laurent Pinchart wrote: > > > Hi Dave, > > > > > > The following changes since commit > adc31849b27

[GIT PULL] drm: Add Atmel HLCDC driver

2015-01-16 Thread Thierry Reding
think it'd be okay to merge these for v3.20. Thierry -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 819 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150116/884f5c0e/attachment.sig>

[PATCH v2 3/6] drm/plane: Add optional ->atomic_disable() callback

2015-01-16 Thread Thierry Reding
or - drivers have to ensure that the real state in fact mirrors the initial default as encoded in the state (plane disabled) So I think the comment below that I proposed earlier is the best we can do. /* * When using the transitional helpers, old_state may be NULL. If so, * we know nothing about the current state and have to assume that it * might be enabled. This usually happens only on the very first call * of the drm_plane_helper_commit() helper. * * When using the atomic helpers, old_state won't be NULL. Therefore * this check assumes that either the driver will have reconstructed * the correct state in ->reset() or that the driver will have taken * appropriate measures to disable all planes. */ Or perhaps I'm missing something? Thierry -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 819 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150116/3d4e0666/attachment-0001.sig>

[GIT PULL FOR v3.20] tda998x enhancement

2015-01-16 Thread Russell King - ARM Linux
On Fri, Jan 16, 2015 at 05:44:52PM +0200, Laurent Pinchart wrote: > Hi Dave, > > The following changes since commit adc31849b27fefeca6c225d3895143a2ec6970fa: > > Merge tag 'drm-intel-next-2014-12-19' of git://anongit.freedesktop.org/drm- > intel into drm-next (2015-01-10 08:46:24 +1000) > > ar

[PATCH v2 3/6] drm/plane: Add optional ->atomic_disable() callback

2015-01-16 Thread Thierry Reding
al helpers, old_state may be NULL. If so, * we know nothing about the current state and have to assume that it * might be enabled. This usually happens only on the very first call * of the drm_plane_helper_commit() helper. * * When using the atomic helpers, old_state won't be NULL. Therefore * this check assumes that either the driver will have reconstructed * the current state in ->reset() or that the driver will have taken * measures to disable all planes. */ Thierry -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 819 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150116/8f75463a/attachment.sig>

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

2015-01-16 Thread bugzilla-dae...@freedesktop.org
"someone else should fix that by ..."? -- 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/20150116/49f245a3/attachment.html>

[Bug 88408] Black screen in Nuclear Dawn

2015-01-16 Thread bugzilla-dae...@freedesktop.org
An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150116/1d57a821/attachment.html>

[Bug 83510] Graphical glitches in Unreal Engine 4

2015-01-16 Thread bugzilla-dae...@freedesktop.org
il because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150116/60f0d1b3/attachment.html>

[patch] drm/tegra: gem: oops in error handling

2015-01-16 Thread Dan Carpenter
kfree(ERR_PTR(-ENOMEM)) will not work very well. Signed-off-by: Dan Carpenter diff --git a/drivers/gpu/drm/tegra/gem.c b/drivers/gpu/drm/tegra/gem.c index 8777b7f..28215e4 100644 --- a/drivers/gpu/drm/tegra/gem.c +++ b/drivers/gpu/drm/tegra/gem.c @@ -244,10 +244,8 @@ static int tegra_bo_get_page

[Bug 88183] radeonsi: R9 280X hangs with SuperTuxKart

2015-01-16 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/20150116/2995b633/attachment.html>

[LKP] [PATCH] drm/radeon: Try to init amdkfd only if 64 bit kernel

2015-01-16 Thread Oded Gabbay
On 01/16/2015 02:27 AM, Kees Cook wrote: > On Sun, Jan 4, 2015 at 8:28 PM, Rusty Russell > wrote: >> Oded Gabbay writes: >>> On 12/24/2014 01:01 AM, Rusty Russell wrote: Oded Gabbay writes: > I didn't say it doesn't always work. > The actual thing that doesn't work is the define

[PATCH v2 05/11] drm/panel: add support for Samsung LTN140AT29 panel

2015-01-16 Thread Thierry Reding
.. Name: not available Type: application/pgp-signature Size: 819 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150116/37f9f1f5/attachment.sig>

[PATCH] drm/msm/mdp5: Fix negative SMP block allocation

2015-01-16 Thread Stephane Viau
In case we request a number of SMP blocks which is lower than the already reserved blocks, we should not try to allocate a negative number, but 0 blocks instead. Signed-off-by: Stephane Viau --- drivers/gpu/drm/msm/mdp/mdp5/mdp5_smp.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) d

[Intel-gfx] [RFC v2 1/4] drm: Add support to find drm_panel by name

2015-01-16 Thread Thierry Reding
ment was scrubbed... Name: not available Type: application/pgp-signature Size: 819 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150116/dc7a3eb8/attachment.sig>

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

2015-01-16 Thread Thierry Reding
- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 819 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150116/6c65dd51/attachment.sig>

[Bug 88493] No hdmi audio an agd5f 3.20-wip since consolidate audio_get_pin() functions

2015-01-16 Thread bugzilla-dae...@freedesktop.org
is 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/20150116/25f5d82a/attachment.html>

[PATCH 1/2] of: Add vendor prefix for Shanghai AVIC Optoelectronics Co., Ltd.

2015-01-16 Thread Thierry Reding
ment was scrubbed... Name: not available Type: application/pgp-signature Size: 819 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150116/3a03e6c8/attachment.sig>

[patch] drm/tegra: gem: oops in error handling

2015-01-16 Thread Thierry Reding
ation/pgp-signature Size: 819 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150116/06eea81c/attachment.sig>

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

2015-01-16 Thread Thierry Reding
3.20 for the media git tree. Patches 1, 2 and 3: Acked-by: Thierry Reding -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 819 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150116/736c7e8b/attachment.sig>

[PATCH v3] drm/panel: Add support for AUO b101ean01 panel

2015-01-16 Thread Daniel Kurtz
On Fri, Jan 16, 2015 at 10:36 AM, huang lin wrote: > The AUO b101ean01 panel is a 10.1" 1280x800 panel, > which can be supported by the simple panel driver. > > Signed-off-by: huang lin Reviewed-by: Daniel Kurtz > > --- > > Changes in v3: > - changed moving auo_b101ean01 definitions under auo_

[PATCH v3] drm/panel: Add support for AUO b101ean01 panel

2015-01-16 Thread huang lin
The AUO b101ean01 panel is a 10.1" 1280x800 panel, which can be supported by the simple panel driver. Signed-off-by: huang lin --- Changes in v3: - changed moving auo_b101ean01 definitions under auo_b101aw03 drivers/gpu/drm/panel/panel-simple.c | 26 ++ 1 file changed,

[PATCH] reservation: Remove shadowing local variable 'ret'

2015-01-16 Thread Alex Deucher
On Fri, Jan 16, 2015 at 5:06 AM, Michel Dänzer wrote: > From: Michel Dänzer > > It was causing the return value of fence_is_signaled to be ignored, making > reservation objects signal too early. > > Cc: stable at vger.kernel.org > Reviewed-by: Maarten Lankhorst > Signed-off-by: Michel Dänzer

Softlockup on boot with Cape Verde XT on many kernels

2015-01-16 Thread Federico
t? Thanks. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150116/f11aac5b/attachment-0001.html>

[Bug 88183] radeonsi: R9 280X hangs with SuperTuxKart

2015-01-16 Thread bugzilla-dae...@freedesktop.org
ally an LLVM regression. -- 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/20150116/5646c2c6/attachment.html>

[Bug 78464] black rectangles when running Battlefield Bad Company 2 on Wine

2015-01-16 Thread bugzilla-dae...@freedesktop.org
part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150116/df8aabf5/attachment.html>

[Bug 88301] Dota causes GPU fault and kernel hang

2015-01-16 Thread bugzilla-dae...@freedesktop.org
d I leave the bug open until the fix hits LLVM trunk? -- 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/20150116/07da4ac0/attachment.html>

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

2015-01-16 Thread bugzilla-dae...@freedesktop.org
cause: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150116/da636db3/attachment.html>

[Bug 84500] [radeonsi] radeon 0000:01:00.0: Packet0 not allowed!

2015-01-16 Thread bugzilla-dae...@freedesktop.org
for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150116/40ada226/attachment.html>

[Bug 88183] radeonsi: R9 280X hangs with SuperTuxKart

2015-01-16 Thread bugzilla-dae...@freedesktop.org
or the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150116/65513e71/attachment.html>

[Bug 88183] radeonsi: R9 280X hangs with SuperTuxKart

2015-01-16 Thread bugzilla-dae...@freedesktop.org
Jan 15 16:52:47 kaveri kernel: [ 208.982522] VM fault (0x04, vmid 2) at > > > page 156487, write from 'CB0' (0x43423000) (0) > > > > I'll try 10.3.2 and launch a bisection, but I need to downgrade my newly > > updated llvm back to 3.5 first. > > I

[Bug 88183] radeonsi: R9 280X hangs with SuperTuxKart

2015-01-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/20150116/297adbf3/attachment.html>

[Bug 88183] radeonsi: R9 280X hangs with SuperTuxKart

2015-01-16 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/20150116/be1569fd/attachment.html>

[Bug 88459] Сomputer is not in sleep mode when playing vdpau accelerated video

2015-01-16 Thread bugzilla-dae...@freedesktop.org
vel/attachments/20150116/0f690ad2/attachment.html>

[Bug 88461] The computer sometimes freezes after waking up when playing vdpau accelerated video

2015-01-16 Thread bugzilla-dae...@freedesktop.org
e the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150116/eb24a622/attachment.html>

[Bug 78464] black rectangles when running Battlefield Bad Company 2 on Wine

2015-01-16 Thread bugzilla-dae...@freedesktop.org
ubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150116/d60153bf/attachment.html>

[Bug 88408] Black screen in Nuclear Dawn

2015-01-16 Thread bugzilla-dae...@freedesktop.org
rubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150116/c67c005b/attachment.html>

[Bug 88183] radeonsi: R9 280X hangs with SuperTuxKart

2015-01-16 Thread bugzilla-dae...@freedesktop.org
n, but I need to downgrade my newly > updated llvm back to 3.5 first. I'm confirming that 10.3.2 works fine. -- 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/20150116/8b922ee5/attachment-0001.html>

[Bug 88183] radeonsi: R9 280X hangs with SuperTuxKart

2015-01-16 Thread bugzilla-dae...@freedesktop.org
d isuess. -- 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/20150116/66d1c8d8/attachment.html>

[Bug 88183] radeonsi: R9 280X hangs with SuperTuxKart

2015-01-16 Thread bugzilla-dae...@freedesktop.org
487, write from 'CB0' (0x43423000) (0) I'll try 10.3.2 and launch a bisection, but I need to downgrade my newly updated llvm back to 3.5 first. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment

[Bug 88183] radeonsi: R9 280X hangs with SuperTuxKart

2015-01-16 Thread bugzilla-dae...@freedesktop.org
. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150116/f673348f/attachment.html>

[Bug 88183] radeonsi: R9 280X hangs with SuperTuxKart

2015-01-16 Thread bugzilla-dae...@freedesktop.org
because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150116/af916b24/attachment.html>