[Intel-gfx] [PATCH] drm/i915/selftest: Make guc clients static

Michel Thierry michel.thierry at intel.com
Mon Nov 20 16:31:27 UTC 2017


On 11/20/2017 5:26 AM, Chris Wilson wrote:
> Make the private array used for stashing test clients static, to silence
> sparse.
> 
> References: 55bd6bd75717 ("drm/i915/selftests: Add a GuC doorbells selftest")
> Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>
> Cc: Michel Thierry <michel.thierry at intel.com>
> Cc: Michal Wajdeczko <michal.wajdeczko at intel.com>
> Cc: Daniele Ceraolo Spurio <daniele.ceraolospurio at intel.com>
> ---
>   drivers/gpu/drm/i915/selftests/intel_guc.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/i915/selftests/intel_guc.c b/drivers/gpu/drm/i915/selftests/intel_guc.c
> index f10029e18820..f1baeda8b4a8 100644
> --- a/drivers/gpu/drm/i915/selftests/intel_guc.c
> +++ b/drivers/gpu/drm/i915/selftests/intel_guc.c
> @@ -27,7 +27,7 @@
>   /* max doorbell number + negative test for each client type */
>   #define ATTEMPTS (GUC_NUM_DOORBELLS + GUC_CLIENT_PRIORITY_NUM)
>   
> -struct intel_guc_client *clients[ATTEMPTS];
> +static struct intel_guc_client *clients[ATTEMPTS];
>   
>   static bool available_dbs(struct intel_guc *guc, u32 priority)
>   {
> 

Reviewed-by: Michel Thierry <michel.thierry at intel.com>



More information about the Intel-gfx mailing list