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

/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_drv.c447 WARN_ON(!IS_GEN5(dev));
1219 if (IS_GEN5(dev_priv->dev))
1240 if (IS_GEN5(dev_priv->dev))
1261 if (IS_GEN5(dev_priv->dev))
1282 if (IS_GEN5(dev_priv->dev))
1309 if (IS_GEN5(dev_priv->dev))
1331 if (IS_GEN5(dev_priv->dev))
1353 if (IS_GEN5(dev_priv->dev))
1375 if (IS_GEN5(dev_priv->dev))
H A Di915_gem_execbuffer.c299 if (IS_GEN5(ring->dev))
399 if (IS_GEN5(ring->dev))
412 if (IS_GEN5(ring->dev) && (batch_obj != obj) && obj->gtt_offset) {
455 if (IS_GEN5(ring->dev))
H A Di915_gem_tiling.c119 } else if (IS_GEN5(dev)) {
H A Di915_gem_debug.c236 } else if (IS_GEN5(dev)) {
367 IS_GEN5(dev) || \
704 if (IS_GEN4(dev) || IS_GEN5(dev))
H A Di915_drv.h1471 #define IS_GEN5(dev) (INTEL_INFO(dev)->gen == 5) macro
1496 #define SUPPORTS_INTEGRATED_HDMI(dev) (IS_G4X(dev) || IS_GEN5(dev))
1497 #define SUPPORTS_INTEGRATED_DP(dev) (IS_G4X(dev) || IS_GEN5(dev))
H A Dintel_ringbuffer.c128 (IS_GEN4(dev) || IS_GEN5(dev)))
1799 } else if (IS_GEN5(dev)) {
1976 if (IS_GEN5(dev)) {
H A Dintel_dp.c1101 if (IS_GEN5(dev)) {
1109 if (!IS_GEN5(dev))
1119 if (IS_GEN5(dev)) {
H A Dintel_sprite.c461 if (IS_GEN5(dev) || crtc_w != src_w || crtc_h != src_h)
H A Di915_irq.c244 if (IS_GEN5(dev) || IS_GEN6(dev))
1287 if (IS_GEN5(dev))
1336 if (IS_GEN5(dev) && de_iir & DE_PCU_EVENT)
H A Di915_dma.c531 if (IS_G4X(dev) || IS_GEN5(dev)) {
H A Dintel_pm.c4722 else if (IS_GEN5(dev))
4727 if (IS_GEN5(dev)) {
H A Dintel_display.c75 if (IS_GEN5(dev)) {
9033 if (IS_GEN5(dev) &&
9384 if (IS_GEN5(dev)) {
H A Di915_gem.c3482 if (IS_GEN5(dev))

Completed in 326 milliseconds