== Series Details ==
Series: drm/i915: Enable debugobjects for request validation (rev2)
URL : https://patchwork.freedesktop.org/series/37240/
State : success
== Summary ==
Series 37240v2 drm/i915: Enable debugobjects for request validation
https://patchwork.freedesktop.org/api/1.0/series/3724
On Sat, Jan 27, 2018 at 10:42:45AM +, bugzilla-dae...@freedesktop.org wrote:
> https://bugs.freedesktop.org/show_bug.cgi?id=104805
>
> --- Comment #6 from Chris Wilson ---
> Sigh. Revert then solve the bloat another way. I think we can move it to a
> seperate module and only load it during pc
> On 26 Jan 2018, at 6:25 AM, Rodrigo Vivi wrote:
>
> If the table result is out of bounds on the array map
> there is something really wrong with VBT pin so we don't
> return that vbt_pin, but only return 0 instead.
>
> This basically reverts commit 'a8e6f3888b05 ("drm/i915/cnp:
> Ignore VBT r
Use debugobjects to track and validate the lifecycle of a struct
drm_i915_gem_request.
Signed-off-by: Chris Wilson
---
drivers/gpu/drm/i915/Kconfig.debug | 14 +++
drivers/gpu/drm/i915/i915_gem_request.c | 147 ++--
drivers/gpu/drm/i915/i915_gem_request.h | 32
== Series Details ==
Series: drm/i915: Enable debugobjects for request validation
URL : https://patchwork.freedesktop.org/series/37240/
State : failure
== Summary ==
Series 37240v1 drm/i915: Enable debugobjects for request validation
https://patchwork.freedesktop.org/api/1.0/series/37240/revis
Use debugobjects to track and validate the lifecycle of a struct
drm_i915_gem_request.
Signed-off-by: Chris Wilson
---
drivers/gpu/drm/i915/Kconfig.debug | 14 +++
drivers/gpu/drm/i915/i915_gem_request.c | 158 ++--
2 files changed, 165 insertions(+), 7 deletion