[Bug 93895] GPU lockup on AMD A4-3400 APU when starting X server on opensource drivers. (works fine with fglrx)

2016-01-31 Thread bugzilla-dae...@freedesktop.org
... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160131/5e629dfa/attachment.html>

[Bug 93895] GPU lockup on AMD A4-3400 APU when starting X server on opensource drivers. (works fine with fglrx)

2016-01-31 Thread bugzilla-dae...@freedesktop.org
/archives/dri-devel/attachments/20160131/0d459d22/attachment.html>

[PATCH 12/12] drm/dp: Add drm_dp_link_choose() helper

2016-01-31 Thread Jani Nikula
On Mon, 14 Dec 2015, Thierry Reding wrote: > From: Thierry Reding > > This helper chooses an appropriate configuration, according to the > bitrate requirements of the video mode and the capabilities of the > DisplayPort sink. > > Signed-off-by: Thierry Reding > --- >

[Bug 90481] Radeon R9 270X gpu lockup in game spec ops: the line.

2016-01-31 Thread bugzilla-dae...@freedesktop.org
ext part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160131/66720e42/attachment.html>

[PATCH] drm/radeon: Avoid double gpu reset by adding a timeout on IB ring tests.

2016-01-31 Thread Matthew Dawson
t; > > > diff --git a/drivers/gpu/drm/radeon/radeon_vce.c > > b/drivers/gpu/drm/radeon/radeon_vce.c index 7eb1ae7..7d80dad 100644 > > --- a/drivers/gpu/drm/radeon/radeon_vce.c > > +++ b/drivers/gpu/drm/radeon/radeon_vce.c > > @@ -810,7 +810,8 @@ int radeon_vce_ib_test(struct radeon_device *rdev, > > struct radeon_ring *ring)> > > goto error; > > > > } > > > > - r = radeon_fence_wait(fence, false); > > + r = radeon_fence_wait_timeout(fence, false, msecs_to_jiffies( > > + (radeon_lockup_timeout) ? radeon_lockup_timeout : > > MAX_SCHEDULE_TIMEOUT));> > > if (r) { > > > > DRM_ERROR("radeon: fence wait failed (%d).\n", r); > > > > } else { > > > > diff --git a/drivers/gpu/drm/radeon/uvd_v1_0.c > > b/drivers/gpu/drm/radeon/uvd_v1_0.c index c6b1cbc..35caa89 100644 > > --- a/drivers/gpu/drm/radeon/uvd_v1_0.c > > +++ b/drivers/gpu/drm/radeon/uvd_v1_0.c > > @@ -522,7 +522,8 @@ int uvd_v1_0_ib_test(struct radeon_device *rdev, > > struct radeon_ring *ring)> > > goto error; > > > > } > > > > - r = radeon_fence_wait(fence, false); > > + r = radeon_fence_wait_timeout(fence, false, msecs_to_jiffies( > > + (radeon_lockup_timeout) ? radeon_lockup_timeout : > > MAX_SCHEDULE_TIMEOUT));> > > if (r) { > > > > DRM_ERROR("radeon: fence wait failed (%d).\n", r); > > goto error; -- Matthew -- next part -- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 5584 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160131/d944bd7d/attachment-0001.bin>

[Bug 91880] Radeonsi on Grenada cards (r9 390) exceptionally unstable and poorly performing

2016-01-31 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/20160131/e46da16d/attachment-0001.html>

[PATCH libdrm 3/3] libkms: add libdrm to Requires.private

2016-01-31 Thread Emil Velikov
Analogous to last two changes (amdgpu and radeon). Cc: Jakob Bornecrantz Signed-off-by: Emil Velikov --- libkms/libkms.pc.in | 1 + 1 file changed, 1 insertion(+) diff --git a/libkms/libkms.pc.in b/libkms/libkms.pc.in index 511535a..1421b3e 100644 --- a/libkms/libkms.pc.in +++

[PATCH libdrm 2/3] radeon: add libdrm to Requires.private

2016-01-31 Thread Emil Velikov
Equivalent to the amdgpu commit before. Additionally, when libdrm is installed to a 'non-default' location, users of libdrm_radeon will fail to build, as radeon_cs.h (and maybe others) won't have their dependencies (drm.h radeon_drm.h) fulfilled. Cc: Michel Dänzer Cc: Christian König

[PATCH libdrm 1/3] amdgpu: add libdrm as private requirement/dependency

2016-01-31 Thread Emil Velikov
Otherwise libdrm.so won't end up in the --libs, when one static links libdrm_amdgpu. Cc: Michel Dänzer Cc: Christian König Signed-off-by: Emil Velikov --- amdgpu/libdrm_amdgpu.pc.in | 1 + 1 file changed, 1 insertion(+) diff --git a/amdgpu/libdrm_amdgpu.pc.in b/amdgpu/libdrm_amdgpu.pc.in

[Bug 93936] Snail shadertoy displays black quad

2016-01-31 Thread bugzilla-dae...@freedesktop.org
was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160131/78194e7b/attachment.html>

[Bug 93936] Snail shadertoy displays black quad

2016-01-31 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/20160131/04480def/attachment.html>