Re: [Intel-gfx] [PATCH v2 4/6] drm/i915/guc: doorbell checking cleanup

2018-10-18 Thread Michal Wajdeczko
On Thu, 18 Oct 2018 02:46:08 +0200, Daniele Ceraolo Spurio wrote: A collection of very small cleanups/improvements around doorbell checking that do not deserve their own patch: - Move doorbell-related HW defs to intel_guc_reg.h - use GUC_NUM_DOORBELLS instead of GUC_DOORBELL_INVALID where

[Intel-gfx] [PATCH v2 4/6] drm/i915/guc: doorbell checking cleanup

2018-10-17 Thread Daniele Ceraolo Spurio
A collection of very small cleanups/improvements around doorbell checking that do not deserve their own patch: - Move doorbell-related HW defs to intel_guc_reg.h - use GUC_NUM_DOORBELLS instead of GUC_DOORBELL_INVALID where appropriate - do not stop on error in guc_verify_doorbells - do not p