e 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>
scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20160131/78194e7b/attachment.html>
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
in
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
Signed-of
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
+++ b/libkms/libkms.
your
hard work!
--
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>
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
> ---
> drivers/gpu/drm/drm_dp_help
the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20160131/66720e42/attachment.html>
ence to signal on any ring
> >*
> >* @rdev: radeon device pointer
> >
> > 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>
t;http://lists.freedesktop.org/archives/dri-devel/attachments/20160131/0d459d22/attachment.html>
...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20160131/5e629dfa/attachment.html>
11 matches
Mail list logo