search for: radeon_ib_ring_test

Displaying 11 results from an estimated 11 matches for "radeon_ib_ring_test".

Did you mean: radeon_ib_ring_tests
2018 Dec 22
1
upgrading 7.5 ==> 7.6
...han 10722msec Dec 22 09:43:37 elitebox kernel: radeon 0000:01:00.0: GPU lockup (current fence id 0x00000000000002f3 last fence id 0x0000000000000302 on ring 0) Dec 22 09:43:38 elitebox kernel: [drm:r600_ib_test [radeon]] *ERROR* radeon: fence wait failed (-35). Dec 22 09:43:38 elitebox kernel: [drm:radeon_ib_ring_tests [radeon]] *ERROR* radeon: failed testing IB on GFX ring (-35). That's indicative of either a GPU (i.e. graphics card) problem or a driver issue. You can search on the 2nd from last line and there are lots of hits on it but no real solution - I've seen "limit memory use to 3G",...
2014 Jul 15
1
Troubleshooting suspend/resume problem in Centos 7
...are any alternative method to troubleshoot the issue on CentOS. I suspect it may be related to the Radeon GPU as I notice that every now and then after fresh boot, the GUI desktop will freeze for a while and dmesg will contain errors: [drm:cik_ib_test] *ERROR* radeon: fence wait failed (-35) [drm:radeon_ib_ring_tests] *ERROR* radeon: failed testing IB on ring 2 (-35) As a side note, this laptop had no problems with suspend/resume when it was running Ubuntu 14.04
2014 Jul 31
0
[PATCH 09/19] drm/radeon: handle lockup in delayed work, v2
...{ /* no need to trigger GPU reset as we are unloading */ diff --git a/drivers/gpu/drm/radeon/radeon_ring.c b/drivers/gpu/drm/radeon/radeon_ring.c index f8050f5429e2..594d871a6fce 100644 --- a/drivers/gpu/drm/radeon/radeon_ring.c +++ b/drivers/gpu/drm/radeon/radeon_ring.c @@ -261,6 +261,7 @@ int radeon_ib_ring_tests(struct radeon_device *rdev) r = radeon_ib_test(rdev, i, ring); if (r) { + radeon_fence_cancel_delayed_check(rdev, i); ring->ready = false; rdev->needs_reset = false;
2014 Aug 01
2
[PATCH 09/19] drm/radeon: handle lockup in delayed work, v2
...er GPU reset as we are unloading */ > diff --git a/drivers/gpu/drm/radeon/radeon_ring.c b/drivers/gpu/drm/radeon/radeon_ring.c > index f8050f5429e2..594d871a6fce 100644 > --- a/drivers/gpu/drm/radeon/radeon_ring.c > +++ b/drivers/gpu/drm/radeon/radeon_ring.c > @@ -261,6 +261,7 @@ int radeon_ib_ring_tests(struct radeon_device *rdev) > > r = radeon_ib_test(rdev, i, ring); > if (r) { > + radeon_fence_cancel_delayed_check(rdev, i); > ring->ready = false; > rdev->needs_reset = false; > >
2018 Dec 21
2
upgrading 7.5 ==> 7.6
On Fri, Dec 21, 2018 at 01:06:14PM -0800, Alice Wonder wrote: > On 12/21/18 12:44 PM, Fred Smith wrote: > >On Fri, Dec 21, 2018 at 06:27:45PM +0000, Liam O'Toole wrote: > >>On 2018-12-19, Fred Smith > >><fredex at fcshome.stoneham.ma.us> wrote: > >> > >>[...] > >> > >>>Result: Boots to GDM just fine, but Mate is a black
2014 Aug 04
2
[PATCH 09/19] drm/radeon: handle lockup in delayed work, v2
Am 04.08.2014 um 17:09 schrieb Maarten Lankhorst: > op 04-08-14 17:04, Christian K?nig schreef: >> Am 04.08.2014 um 16:58 schrieb Maarten Lankhorst: >>> op 04-08-14 16:45, Christian K?nig schreef: >>>> Am 04.08.2014 um 16:40 schrieb Maarten Lankhorst: >>>>> op 04-08-14 16:37, Christian K?nig schreef: >>>>>>> It'a pain to deal
2020 May 12
1
[PATCH 1/3] drm/radeon: remove AGP support
...> rdev->asic->asic_reset(rdev, true); > @@ -1687,8 +1668,6 @@ int radeon_resume_kms(struct drm_device *dev, bool resume, bool fbcon) > return -1; > } > } > - /* resume AGP if in use */ > - radeon_agp_resume(rdev); > radeon_resume(rdev); > > r = radeon_ib_ring_tests(rdev); > diff --git a/drivers/gpu/drm/radeon/radeon_drv.c b/drivers/gpu/drm/radeon/radeon_drv.c > index bbb0883e8ce6..62a5dfaf990b 100644 > --- a/drivers/gpu/drm/radeon/radeon_drv.c > +++ b/drivers/gpu/drm/radeon/radeon_drv.c > @@ -171,12 +171,6 @@ int radeon_no_wb; > int radeon...
2020 May 11
0
[PATCH 1/3] drm/radeon: remove AGP support
...amp;& !(rdev->flags & RADEON_IS_IGP)) { rdev->asic->asic_reset(rdev, true); @@ -1687,8 +1668,6 @@ int radeon_resume_kms(struct drm_device *dev, bool resume, bool fbcon) return -1; } } - /* resume AGP if in use */ - radeon_agp_resume(rdev); radeon_resume(rdev); r = radeon_ib_ring_tests(rdev); diff --git a/drivers/gpu/drm/radeon/radeon_drv.c b/drivers/gpu/drm/radeon/radeon_drv.c index bbb0883e8ce6..62a5dfaf990b 100644 --- a/drivers/gpu/drm/radeon/radeon_drv.c +++ b/drivers/gpu/drm/radeon/radeon_drv.c @@ -171,12 +171,6 @@ int radeon_no_wb; int radeon_modeset = -1; int radeon_dyn...
2020 May 11
2
[PATCH 1/3] drm/radeon: remove AGP support
...687,8 +1668,6 @@ int radeon_resume_kms(struct drm_device *dev, bool resume, bool fbcon) > return -1; > } > } > - /* resume AGP if in use */ > - radeon_agp_resume(rdev); > radeon_resume(rdev); > > r = radeon_ib_ring_tests(rdev); > diff --git a/drivers/gpu/drm/radeon/radeon_drv.c b/drivers/gpu/drm/radeon/radeon_drv.c > index bbb0883e8ce6..62a5dfaf990b 100644 > --- a/drivers/gpu/drm/radeon/radeon_drv.c > +++ b/drivers/gpu/drm/radeon/radeon_drv.c > @@ -171,12 +171,6 @@ int radeon_no_wb; > int radeon...
2020 May 11
10
[RFC] Remove AGP support from Radeon/Nouveau/TTM
Hi guys, Well let's face it AGP is a total headache to maintain and dead for at least 10+ years. We have a lot of x86 specific stuff in the architecture independent graphics memory management to get the caching right, abusing the DMA API on multiple occasions, need to distinct between AGP and driver specific page tables etc etc... So the idea here is to just go ahead and remove the support
2014 Jul 31
19
[PATCH 01/19] fence: add debugging lines to fence_is_signaled for the callback
fence_is_signaled callback should support being run in atomic context, but not in irq context. Signed-off-by: Maarten Lankhorst <maarten.lankhorst at canonical.com> --- include/linux/fence.h | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/include/linux/fence.h b/include/linux/fence.h index d174585b874b..c1a4519ba2f5 100644 ---