[RFC PATCH 096/162] drm/i915: setup the LMEM region

Jani Nikula jani.nikula at linux.intel.com
Mon Nov 30 10:14:50 UTC 2020


On Fri, 27 Nov 2020, Matthew Auld <matthew.auld at intel.com> wrote:
> +	/* Enables Local Memory functionality in GAM */
> +	I915_WRITE(GEN12_LMEM_CFG_ADDR, I915_READ(GEN12_LMEM_CFG_ADDR) | LMEM_ENABLE);

Please use intel_uncore_read/write and intel_de_read/write throughout
the series. We don't want any new users of I915_READ/I915_WRITE in the
driver.

BR,
Jani.


-- 
Jani Nikula, Intel Open Source Graphics Center


More information about the dri-devel mailing list