Searched refs:IS_GEN6 (Results 1 - 12 of 12) sorted by relevance

/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_gem_debug.c168 if (IS_GEN6(dev)) {
368 IS_GEN6(dev))
590 if (!IS_GEN6(dev))
609 if (!IS_GEN6(dev))
706 if (IS_GEN6(dev)) {
H A Di915_gem_context.c380 if (IS_GEN6(ring->dev) && ring->itlb_before_ctx_switch) {
H A Dintel_ringbuffer.c581 if (IS_GEN6(dev)) {
964 } else if (IS_GEN6(ring->dev)) {
1948 if (IS_GEN6(dev) || IS_GEN7(dev)) {
1951 if (IS_GEN6(dev))
H A Dintel_sprite.c448 if (IS_GEN6(dev))
1027 if (IS_GEN6(dev)) {
H A Di915_drv.c451 WARN_ON(!(IS_GEN6(dev) || IS_IVYBRIDGE(dev)));
456 WARN_ON(!(IS_GEN6(dev) || IS_IVYBRIDGE(dev)));
H A Dintel_pm.c227 if (IS_GEN6(dev)) {
3357 if (IS_GEN6(dev) && ret) {
3359 } else if (IS_GEN6(dev) && (GEN6_DECODE_RC6_VID(rc6vids & 0xff) < 450)) {
3901 } else if (IS_GEN6(dev) || IS_GEN7(dev)) {
4736 } else if (IS_GEN6(dev)) {
5061 } else if (IS_GEN6(dev)) {
H A Dintel_dp.c320 else if (IS_GEN6(dev) || IS_GEN7(dev))
333 if (IS_GEN6(dev))
1901 } else if (IS_GEN6(dev) && port == PORT_A) {
H A Di915_gem_execbuffer.c109 if (IS_GEN6(dev) &&
H A Di915_irq.c244 if (IS_GEN5(dev) || IS_GEN6(dev))
1282 if (de_iir == 0 && gt_iir == 0 && (!IS_GEN6(dev) || pm_iir == 0))
1339 if (IS_GEN6(dev) && pm_iir & GEN6_PM_RPS_EVENTS)
2709 if (IS_GEN6(dev))
H A Di915_drv.h1472 #define IS_GEN6(dev) (INTEL_INFO(dev)->gen == 6) macro
H A Di915_gem.c737 if (IS_GEN6(ring->dev)) {
3486 if (IS_GEN6(dev))
H A Dintel_display.c2478 if (IS_GEN6(dev)) {
9387 } else if (IS_GEN6(dev)) {

Completed in 105 milliseconds