[Intel-gfx] [PATCH v5 1/2] drm/i915: Move a bunch of workaround-related code to its own file
Jani Nikula
jani.nikula at linux.intel.com
Mon Feb 26 10:16:57 UTC 2018
On Fri, 23 Feb 2018, Oscar Mateo <oscar.mateo at intel.com> wrote:
> diff --git a/drivers/gpu/drm/i915/intel_workarounds.c b/drivers/gpu/drm/i915/intel_workarounds.c
> new file mode 100644
> index 0000000..bd23418
> --- /dev/null
> +++ b/drivers/gpu/drm/i915/intel_workarounds.c
> @@ -0,0 +1,684 @@
> +/*
> + * SPDX-License-Identifier: MIT
> + *
> + * Copyright © 2014-2018 Intel Corporation
> + */
> +
> +#include "i915_drv.h"
> +#include "intel_workarounds.h"
> +
> +/**
> + * DOC: Hardware workarounds
Please include this in the documentation build. (Add a suitable
kernel-doc directive in i915.rst.)
BR,
Jani.
--
Jani Nikula, Intel Open Source Technology Center
More information about the Intel-gfx
mailing list