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

/illumos-gate/usr/src/uts/intel/io/drm/
H A Dradeon_drv.c59 static int radeon_attach(dev_info_t *, ddi_attach_cmd_t);
82 radeon_attach, /* devo_attach */
150 radeon_attach(dev_info_t *dip, ddi_attach_cmd_t cmd) function
157 DRM_ERROR("radeon_attach: only attach op supported");
164 "radeon_attach: alloc softstate failed unit=%d", unit);
176 DRM_ERROR("radeon_attach: drm_supp_register failed");
194 DRM_ERROR("radeon_attach: drm_attach failed");
205 } /* radeon_attach() */

Completed in 658 milliseconds