Searched defs:i915_attach (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/drm/
H A Di915_drv.c88 static int i915_attach(dev_info_t *, ddi_attach_cmd_t);
115 i915_attach, /* devo_attach */
836 i915_attach(dev_info_t *dip, ddi_attach_cmd_t cmd) function
851 DRM_ERROR("i915_attach: attach and resume ops are supported");
858 "i915_attach: failed to alloc softstate");
869 cmn_err(CE_WARN, "i915_attach: failed to allocate s3 priv");
880 cmn_err(CE_WARN, "i915_attach: failed to map MMIO");
889 DRM_ERROR("i915_attach: drm_supp_register failed");
908 DRM_ERROR("i915_attach: drm_attach failed");
924 } /* i915_attach() */
[all...]

Completed in 45 milliseconds