Home
last modified time | relevance | path

Searched refs:IS_GEN5 (Results 1 – 12 of 12) sorted by relevance

/freebsd-12-stable/sys/dev/drm2/i915/
Di915_drv.c450 WARN_ON(!IS_GEN5(dev)); in intel_detect_pch()
1355 if (IS_GEN5(dev_priv->dev)) \
1387 if (IS_GEN5(dev_priv->dev)) \
Di915_gem_tiling.c118 } else if (IS_GEN5(dev)) { in i915_gem_detect_bit_6_swizzle()
Dintel_ringbuffer.c128 (IS_G4X(dev) || IS_GEN5(dev))) in gen4_render_ring_flush()
1625 } else if (IS_GEN5(dev)) { in intel_init_render_ring_buffer()
1786 if (IS_GEN5(dev)) { in intel_init_bsd_ring_buffer()
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))
Dintel_dp.c1129 if (IS_GEN5(dev)) { in ironlake_edp_panel_on()
1137 if (!IS_GEN5(dev)) in ironlake_edp_panel_on()
1145 if (IS_GEN5(dev)) { in ironlake_edp_panel_on()
Dintel_sprite.c286 if (IS_GEN5(dev) || crtc_w != src_w || crtc_h != src_h) in ilk_update_plane()
Di915_dma.c522 if (IS_G4X(dev) || IS_GEN5(dev)) { in i915_dispatch_batchbuffer()
1653 if (IS_GEN5(dev)) in i915_driver_load()
Di915_debug.c795 if (IS_GEN5(dev)) { in i915_cur_delayinfo()
1156 if (!IS_GEN5(dev)) in i915_emon_status()
Di915_irq.c776 if (IS_GEN5(dev)) in ironlake_irq_handler()
808 if (IS_GEN5(dev) && de_iir & DE_PCU_EVENT) in ironlake_irq_handler()
Dintel_pm.c4152 else if (IS_GEN5(dev)) in intel_init_pm()
4157 if (IS_GEN5(dev)) { in intel_init_pm()
Dintel_display.c111 if (IS_GEN5(dev)) { in intel_fdi_link_freq()
8441 if (IS_GEN5(dev) && in has_edp_a()
8773 if (IS_GEN5(dev)) { in intel_init_display()
Di915_gem.c4207 if (IS_GEN5(dev)) in i915_gem_init_swizzling()