Searched defs:intel_fbdev (Results 1 – 1 of 1) sorted by relevance
136 struct intel_fbdev { struct137 struct drm_fb_helper helper;138 struct intel_framebuffer *fb;139 struct i915_vma *vma;140 unsigned long vma_flags;141 async_cookie_t cookie;142 int preferred_bpp;145 bool hpd_suspended : 1;149 bool hpd_waiting : 1;152 struct mutex hpd_lock;
Completed in 18 milliseconds