Searched refs:IS_GEN5 (Results 1 - 12 of 12) sorted by last modified time

/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_display.c111 if (IS_GEN5(dev)) {
8441 if (IS_GEN5(dev) &&
8773 if (IS_GEN5(dev)) {
H A Di915_gem.c4205 if (IS_GEN5(dev))
H A Di915_drv.c450 WARN_ON(!IS_GEN5(dev));
1353 if (IS_GEN5(dev_priv->dev)) \
1385 if (IS_GEN5(dev_priv->dev)) \
H A Di915_debug.c795 if (IS_GEN5(dev)) {
1156 if (!IS_GEN5(dev))
H A Di915_dma.c522 if (IS_G4X(dev) || IS_GEN5(dev)) {
1653 if (IS_GEN5(dev))
H A Di915_drv.h1196 #define IS_GEN5(dev) (INTEL_INFO(dev)->gen == 5) macro
1220 #define SUPPORTS_INTEGRATED_HDMI(dev) (IS_G4X(dev) || IS_GEN5(dev))
1221 #define SUPPORTS_INTEGRATED_DP(dev) (IS_G4X(dev) || IS_GEN5(dev))
H A Di915_gem_tiling.c118 } else if (IS_GEN5(dev)) {
H A Di915_irq.c776 if (IS_GEN5(dev))
808 if (IS_GEN5(dev) && de_iir & DE_PCU_EVENT)
H A Dintel_dp.c1129 if (IS_GEN5(dev)) {
1137 if (!IS_GEN5(dev))
1145 if (IS_GEN5(dev)) {
H A Dintel_pm.c4153 else if (IS_GEN5(dev))
4158 if (IS_GEN5(dev)) {
H A Dintel_ringbuffer.c128 (IS_G4X(dev) || IS_GEN5(dev)))
1624 } else if (IS_GEN5(dev)) {
1785 if (IS_GEN5(dev)) {
H A Dintel_sprite.c286 if (IS_GEN5(dev) || crtc_w != src_w || crtc_h != src_h)

Completed in 155 milliseconds