Searched refs:need_gfx_hws (Results 1 – 2 of 2) sorted by relevance
/drivers/gpu/drm/i915/ |
D | i915_drv.c | 210 .need_gfx_hws = 1, .has_hotplug = 1, 215 .gen = 4, .is_g4x = 1, .need_gfx_hws = 1, .num_pipes = 2, 222 .is_mobile = 1, .need_gfx_hws = 1, .has_fbc = 1, 230 .need_gfx_hws = 1, .has_hotplug = 1, 236 .need_gfx_hws = 1, .has_hotplug = 1, 242 .need_gfx_hws = 1, .has_hotplug = 1, 249 .need_gfx_hws = 1, .has_hotplug = 1, 258 .need_gfx_hws = 1, .has_hotplug = 1, 268 .need_gfx_hws = 1, .has_hotplug = 1, \
|
D | i915_drv.h | 340 DEV_INFO_FLAG(need_gfx_hws) DEV_INFO_SEP \ 369 u8 need_gfx_hws:1; member 1345 #define I915_NEED_GFX_HWS(dev) (INTEL_INFO(dev)->need_gfx_hws)
|