[Intel-gfx] [PATCH 1/4] drm/i915: Split out runtime configuration of device info to its own file
Matthew Auld
matthew.william.auld at gmail.com
Tue Jul 5 10:44:07 UTC 2016
> +
> +#include "i915_drv.h"
> +
> +void intel_device_info_dump(struct drm_i915_private *dev_priv)
> +{
> + const struct intel_device_info *info = &dev_priv->info;
mkwrite_device_info(dev_priv)?
On a similar note there is one other in intel_lrc.c, maybe fix in a
follow up patch :)
Reviewed-by: Matthew Auld <matthew.auld at intel.com>
More information about the Intel-gfx
mailing list