Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/
Di915_drv.c469 WARN_ON(!IS_GEN5(dev)); in intel_detect_pch()
1251 if (IS_GEN5(dev_priv->dev)) \
1282 if (IS_GEN5(dev_priv->dev)) \
Di915_gem_tiling.c115 } else if (IS_GEN5(dev)) { in i915_gem_detect_bit_6_swizzle()
Di915_drv.h1338 #define IS_GEN5(dev) (INTEL_INFO(dev)->gen == 5) macro
1362 #define SUPPORTS_INTEGRATED_HDMI(dev) (IS_G4X(dev) || IS_GEN5(dev))
1363 #define SUPPORTS_INTEGRATED_DP(dev) (IS_G4X(dev) || IS_GEN5(dev))
Dintel_ringbuffer.c124 (IS_G4X(dev) || IS_GEN5(dev))) in gen4_render_ring_flush()
1674 } else if (IS_GEN5(dev)) { in intel_init_render_ring_buffer()
1839 if (IS_GEN5(dev)) { in intel_init_bsd_ring_buffer()
Di915_dma.c527 if (IS_G4X(dev) || IS_GEN5(dev)) { in i915_dispatch_batchbuffer()
1666 if (IS_GEN5(dev)) in i915_driver_load()
Dintel_dp.c1100 if (IS_GEN5(dev)) { in ironlake_edp_panel_on()
1108 if (!IS_GEN5(dev)) in ironlake_edp_panel_on()
1118 if (IS_GEN5(dev)) { in ironlake_edp_panel_on()
Di915_gem_gtt.c362 if (IS_GEN5(dev) && IS_MOBILE(dev) && intel_iommu_gfx_mapped) in needs_idle_maps()
Dintel_sprite.c458 if (IS_GEN5(dev) || crtc_w != src_w || crtc_h != src_h) in ilk_update_plane()
Di915_debugfs.c934 if (IS_GEN5(dev)) { in i915_cur_delayinfo()
1323 if (!IS_GEN5(dev)) in i915_emon_status()
Di915_irq.c962 if (IS_GEN5(dev)) in ironlake_irq_handler()
1002 if (IS_GEN5(dev) && de_iir & DE_PCU_EVENT) in ironlake_irq_handler()
Dintel_pm.c4210 else if (IS_GEN5(dev)) in intel_init_pm()
4215 if (IS_GEN5(dev)) { in intel_init_pm()
Dintel_display.c133 if (IS_GEN5(dev)) { in intel_fdi_link_freq()
8510 if (IS_GEN5(dev) && in has_edp_a()
8835 if (IS_GEN5(dev)) { in intel_init_display()
Di915_gem.c3927 if (IS_GEN5(dev)) in i915_gem_init_swizzling()