Re: [PATCH] intel: Do not assert on unknown chips in drm_intel_decode_context_alloc

2021-06-17 Thread Tvrtko Ursulin
+ a bunch of recent committers to libdrm Guys, anyone okay to push this patch? I can resend if required. Regards, Tvrtko On 19/11/2020 13:58, Tvrtko Ursulin wrote: On 19/11/2020 13:52, Chris Wilson wrote: Quoting Tvrtko Ursulin (2020-11-19 13:42:07) On 18/11/2020 17:04, Chris Wilson wro

Re: [PATCH] intel: Do not assert on unknown chips in drm_intel_decode_context_alloc

2020-11-19 Thread Tvrtko Ursulin
On 19/11/2020 13:52, Chris Wilson wrote: Quoting Tvrtko Ursulin (2020-11-19 13:42:07) On 18/11/2020 17:04, Chris Wilson wrote: Quoting Tvrtko Ursulin (2020-11-18 16:36:01) From: Tvrtko Ursulin There is this long standing nit of igt/tools/intel_error_decode asserting when you feed it an er

Re: [PATCH] intel: Do not assert on unknown chips in drm_intel_decode_context_alloc

2020-11-19 Thread Chris Wilson
Quoting Tvrtko Ursulin (2020-11-19 13:42:07) > > On 18/11/2020 17:04, Chris Wilson wrote: > > Quoting Tvrtko Ursulin (2020-11-18 16:36:01) > >> From: Tvrtko Ursulin > >> > >> There is this long standing nit of igt/tools/intel_error_decode asserting > >> when you feed it an error state from a GPU

Re: [PATCH] intel: Do not assert on unknown chips in drm_intel_decode_context_alloc

2020-11-19 Thread Tvrtko Ursulin
On 18/11/2020 17:04, Chris Wilson wrote: Quoting Tvrtko Ursulin (2020-11-18 16:36:01) From: Tvrtko Ursulin There is this long standing nit of igt/tools/intel_error_decode asserting when you feed it an error state from a GPU the local libdrm does not know of. To fix this I need a tweak in dr

Re: [PATCH] intel: Do not assert on unknown chips in drm_intel_decode_context_alloc

2020-11-18 Thread Chris Wilson
Quoting Tvrtko Ursulin (2020-11-18 16:36:01) > From: Tvrtko Ursulin > > There is this long standing nit of igt/tools/intel_error_decode asserting > when you feed it an error state from a GPU the local libdrm does not know > of. > > To fix this I need a tweak in drm_intel_decode_context_alloc to

[PATCH] intel: Do not assert on unknown chips in drm_intel_decode_context_alloc

2020-11-18 Thread Tvrtko Ursulin
From: Tvrtko Ursulin There is this long standing nit of igt/tools/intel_error_decode asserting when you feed it an error state from a GPU the local libdrm does not know of. To fix this I need a tweak in drm_intel_decode_context_alloc to make it not assert but just return NULL (which seems an alr