Searched refs:has_fbc (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | i915_pci.c | 99 .has_fbc = 1, 133 .has_fbc = 1, 154 .has_fbc = 1, 196 .is_mobile = 1, .has_fbc = 1, 212 .is_mobile = 1, .has_fbc = 1, 237 .is_mobile = 1, .has_fbc = 1, 244 .has_fbc = 1, \ 288 .has_fbc = 1, \ 504 .has_fbc = 1, \
|
D | intel_device_info.h | 88 func(has_fbc); \
|
D | intel_fbc.c | 1034 if (!plane->has_fbc) in intel_fbc_choose_crtc() 1304 mkwrite_device_info(dev_priv)->has_fbc = false; in intel_fbc_init()
|
D | intel_drv.h | 954 bool has_fbc; member
|
D | i915_drv.h | 2572 #define HAS_FBC(dev_priv) ((dev_priv)->info.has_fbc)
|
D | intel_display.c | 2077 return INTEL_GEN(dev_priv) < 4 || plane->has_fbc; in intel_plane_uses_fence() 13691 primary->has_fbc = skl_plane_has_fbc(dev_priv, in intel_primary_plane_create() 13695 primary->has_fbc = i9xx_plane_has_fbc(dev_priv, in intel_primary_plane_create() 13698 if (primary->has_fbc) { in intel_primary_plane_create()
|