Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Di915_dma.c228 dev_priv->mch_res.name = "i915 MCHBAR"; in intel_alloc_mchbar_resource()
229 dev_priv->mch_res.flags = IORESOURCE_MEM; in intel_alloc_mchbar_resource()
231 &dev_priv->mch_res, in intel_alloc_mchbar_resource()
238 dev_priv->mch_res.start = 0; in intel_alloc_mchbar_resource()
244 upper_32_bits(dev_priv->mch_res.start)); in intel_alloc_mchbar_resource()
247 lower_32_bits(dev_priv->mch_res.start)); in intel_alloc_mchbar_resource()
311 if (dev_priv->mch_res.start) in intel_teardown_mchbar()
312 release_resource(&dev_priv->mch_res); in intel_teardown_mchbar()
Di915_drv.h1746 struct resource mch_res; member