[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Enable debugobjects for request validation (rev2)

2018-01-28 Thread Patchwork
== 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

Re: [Intel-gfx] [Bug 104805] regression in 4.15 unable to reboot/poweroff, vgaswitcheroo doesn't work, RIP: 0010:i915_pci_probe+0x11/0x70 [i915]

2018-01-28 Thread Lukas Wunner
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

Re: [Intel-gfx] [PATCH] drm/i915/cnp: Properly handle VBT ddc pin out of bounds.

2018-01-28 Thread Kai Heng Feng
> 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

[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 ++-- drivers/gpu/drm/i915/i915_gem_request.h | 32

[Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: Enable debugobjects for request validation

2018-01-28 Thread Patchwork
== 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

[Intel-gfx] [PATCH] 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 | 158 ++-- 2 files changed, 165 insertions(+), 7 deletion