[Intel-gfx] [PATCH v2 11/11] drm/i915: Extract i915_module.c

Jani Nikula jani.nikula at linux.intel.com
Wed Aug 25 14:51:31 UTC 2021


On Tue, 27 Jul 2021, Daniel Vetter <daniel.vetter at ffwll.ch> wrote:
> +static void __exit i915_exit(void)
> +{
> +	int i;
> +
> +	for (i = init_progress - 1; i >= 0; i--) {
> +		GEM_BUG_ON(i >= ARRAY_SIZE(init_funcs));

Not introduced by you, but it's kind of silly we're using GEM_BUG_ON()
in generic driver code.

BR,
Jani.

> +		if (init_funcs[i].exit)
> +			init_funcs[i].exit();
> +	}
> +}

-- 
Jani Nikula, Intel Open Source Graphics Center


More information about the Intel-gfx mailing list