Searched refs:xe_fb (Results 1 – 1 of 1) sorted by relevance
128 struct xe_framebuffer *xe_fb; in intel_bo_alloc_framebuffer() local130 xe_fb = kzalloc(sizeof(*xe_fb), GFP_KERNEL); in intel_bo_alloc_framebuffer()131 if (xe_fb) in intel_bo_alloc_framebuffer()132 return &xe_fb->base; in intel_bo_alloc_framebuffer()
Completed in 6 milliseconds