Home
last modified time | relevance | path

Searched refs:mch_res (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/i915/
A Di915_drv.c129 dev_priv->mch_res.name = "i915 MCHBAR"; in intel_alloc_mchbar_resource()
130 dev_priv->mch_res.flags = IORESOURCE_MEM; in intel_alloc_mchbar_resource()
132 &dev_priv->mch_res, in intel_alloc_mchbar_resource()
139 dev_priv->mch_res.start = 0; in intel_alloc_mchbar_resource()
145 upper_32_bits(dev_priv->mch_res.start)); in intel_alloc_mchbar_resource()
148 lower_32_bits(dev_priv->mch_res.start)); in intel_alloc_mchbar_resource()
217 if (dev_priv->mch_res.start) in intel_teardown_mchbar()
218 release_resource(&dev_priv->mch_res); in intel_teardown_mchbar()
A Di915_drv.h902 struct resource mch_res; member

Completed in 14 milliseconds