[Intel-gfx] [PATCH v2] drm/i915: Enable debugobjects for request validation

2018-02-04 Thread Chris Wilson
Use debugobjects to track and validate the lifecycle of a struct drm_i915_gem_request. v2: Mark up allowed NULL request pointers. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/Kconfig.debug | 14 drivers/gpu/drm/i915/i915_gem_request.c | 140

[Intel-gfx] [PATCH v2] drm/i915: Enable debugobjects for request validation

2018-01-28 Thread Chris Wilson
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 ++--