/solaris-x11-s11/open-src/kernel/drm/src/ |
H A D | drm_scatter.c | 91 entry = kmalloc(sizeof(*entry), GFP_KERNEL);
|
H A D | drm_dma.c | 58 dev->dma = kmalloc(sizeof(*dev->dma), GFP_KERNEL);
|
H A D | drm_irq.c | 409 GFP_KERNEL); 413 dev->_vblank_count = kmalloc(sizeof(atomic_t) * num_crtcs, GFP_KERNEL); 418 GFP_KERNEL); 422 dev->vblank_enabled = kcalloc(num_crtcs, sizeof(int), GFP_KERNEL); 426 dev->last_vblank = kcalloc(num_crtcs, sizeof(u32), GFP_KERNEL); 430 dev->last_vblank_wait = kcalloc(num_crtcs, sizeof(u32), GFP_KERNEL); 434 dev->vblank_inmodeset = kcalloc(num_crtcs, sizeof(int), GFP_KERNEL); 439 sizeof(struct timeval), GFP_KERNEL); 1266 e = kzalloc(sizeof *e, GFP_KERNEL);
|
H A D | drm_context.c | 90 if (idr_pre_get(&dev->ctx_idr, GFP_KERNEL) == 0) { 348 ctx_entry = kmalloc(sizeof(*ctx_entry), GFP_KERNEL);
|
H A D | drm_fb_helper.c | 87 fb_helper_connector = kzalloc(sizeof(struct drm_fb_helper_connector), GFP_KERNEL); 272 fb_helper->crtc_info = kcalloc(crtc_count, sizeof(struct drm_fb_helper_crtc), GFP_KERNEL); 277 fb_helper->connector_info = kcalloc(dev->mode_config.num_connector, sizeof(struct drm_fb_helper_connector *), GFP_KERNEL); 288 GFP_KERNEL); 681 GFP_KERNEL); 751 sizeof(struct drm_fb_helper_crtc *), GFP_KERNEL)) == NULL) { 756 sizeof(struct drm_display_mode *), GFP_KERNEL)) == NULL) { 761 sizeof(bool), GFP_KERNEL)) == NULL) {
|
H A D | drm_bufs.c | 124 map = kmalloc(sizeof(*map), GFP_KERNEL); 280 list = kmalloc(sizeof(*list), GFP_KERNEL); 603 entry->buflist = kmalloc(count * sizeof(*entry->buflist), GFP_KERNEL); 631 buf->dev_private = kmalloc(buf->dev_priv_size, GFP_KERNEL); 653 sizeof(*dma->buflist), GFP_KERNEL); 761 GFP_KERNEL); 789 buf->dev_private = kmalloc(buf->dev_priv_size, GFP_KERNEL);
|
H A D | drm_gem.c | 370 obj = kzalloc(sizeof(*obj), GFP_KERNEL); 449 if (idr_list_pre_get(&file_priv->object_idr, GFP_KERNEL) == 0) 539 if (idr_list_pre_get(&dev->object_name_idr, GFP_KERNEL) == 0) {
|
H A D | drm_agpsupport.c | 244 if (!(entry = kmalloc(sizeof(*entry), GFP_KERNEL))) 458 if (!(head = kmalloc(sizeof(*head), GFP_KERNEL)))
|
H A D | drm_stub.c | 103 master = kzalloc(sizeof(*master), GFP_KERNEL); 320 new_minor = kzalloc(sizeof(struct drm_minor), GFP_KERNEL);
|
H A D | drm_ioctl.c | 101 master->unique = kmalloc(master->unique_size, GFP_KERNEL);
|
H A D | drm_mm.c | 60 child = kzalloc(sizeof(*child), GFP_KERNEL); 90 node = kzalloc(sizeof(*node), GFP_KERNEL);
|
/solaris-x11-s11/open-src/kernel/i915/src/ |
H A D | dvo_sil164.c | 145 sil = kzalloc(sizeof(struct sil164_priv), GFP_KERNEL);
|
H A D | intel_fb.c | 129 ifbdev = kzalloc(sizeof(struct intel_fbdev), GFP_KERNEL);
|
H A D | i915_gem_stolen.c | 230 st = kmalloc(sizeof(*st), GFP_KERNEL); 234 if (sg_alloc_table(st, 1, GFP_KERNEL)) {
|
H A D | i915_gem_tiling.c | 400 sizeof(long), GFP_KERNEL); 508 sizeof(long), GFP_KERNEL);
|
H A D | intel_bios.c | 241 panel_fixed_mode = kzalloc(sizeof(*panel_fixed_mode), GFP_KERNEL); 319 panel_fixed_mode = kzalloc(sizeof(*panel_fixed_mode), GFP_KERNEL); 622 dev_priv->vbt.child_dev = kcalloc(count, sizeof(*p_child), GFP_KERNEL);
|
H A D | i915_gem_context.c | 152 ctx = kzalloc(sizeof(*ctx), GFP_KERNEL); 183 if (idr_pre_get(&file_priv->context_idr, GFP_KERNEL) == 0) {
|
H A D | intel_dvo.c | 459 intel_dvo = kzalloc(sizeof(struct intel_dvo), GFP_KERNEL); 463 intel_connector = kzalloc(sizeof(struct intel_connector), GFP_KERNEL);
|
H A D | dvo_ch7xxx.c | 213 ch7xxx = kzalloc(sizeof(struct ch7xxx_priv), GFP_KERNEL);
|
H A D | dvo_ivch.c | 247 priv = kzalloc(sizeof(struct ivch_priv), GFP_KERNEL);
|
H A D | dvo_tfp410.c | 183 tfp = kzalloc(sizeof(struct tfp410_priv), GFP_KERNEL);
|
H A D | i915_dma.c | 650 GFP_KERNEL); 699 batch_data = kmalloc(cmdbuf->sz, GFP_KERNEL); 711 sizeof(struct drm_clip_rect), GFP_KERNEL); 1294 master_priv = kzalloc(sizeof(*master_priv), GFP_KERNEL); 1380 dev_priv = kzalloc(sizeof(drm_i915_private_t), GFP_KERNEL); 1666 kmalloc(sizeof(*i915_file_priv), GFP_KERNEL);
|
H A D | intel_crt.c | 748 crt = kzalloc(sizeof(struct intel_crt), GFP_KERNEL); 752 intel_connector = kzalloc(sizeof(struct intel_connector), GFP_KERNEL);
|
/solaris-x11-s11/open-src/kernel/efb/src/ |
H A D | drm_linux.h | 72 #define GFP_KERNEL KM_SLEEP macro
|
/solaris-x11-s11/open-src/kernel/sys/drm/ |
H A D | drm_linux.h | 91 #define GFP_KERNEL KM_SLEEP macro
|