Home
last modified time | relevance | path

Searched refs:IS_GEN6 (Results 1 – 16 of 16) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_uncore.c322 if (IS_GEN6(dev) || IS_GEN7(dev)) in intel_uncore_forcewake_reset()
359 if (IS_GEN6(dev) || IS_GEN7(dev)) in __intel_uncore_early_sanitize()
1017 if (IS_GEN6(dev_priv)) { in fw_domain_init()
1030 else if (IS_GEN6(dev_priv) || IS_GEN7(dev_priv) || IS_GEN8(dev_priv)) in fw_domain_init()
1126 } else if (IS_GEN6(dev)) { in intel_uncore_fw_domains_init()
Di915_gpu_error.c909 } else if (IS_GEN6(ring->dev)) { in i915_record_ring_state()
927 if (IS_GEN6(dev)) in i915_record_ring_state()
1184 if (IS_GEN6(dev)) { in i915_capture_reg_state()
1201 if (IS_GEN6(dev) || IS_GEN7(dev)) { in i915_capture_reg_state()
1377 else if (IS_GEN4(dev) || IS_GEN5(dev) || IS_GEN6(dev)) { in i915_get_extra_instdone()
Dintel_fifo_underrun.c245 else if (IS_GEN5(dev) || IS_GEN6(dev)) in __intel_set_cpu_fifo_underrun_reporting()
Di915_gem_context.c102 if (IS_GEN6(dev)) in get_context_alignment()
509 if (IS_GEN6(ring->dev)) { in mi_set_context()
Di915_drv.c470 WARN_ON(!(IS_GEN6(dev) || IS_IVYBRIDGE(dev))); in intel_detect_pch()
475 WARN_ON(!(IS_GEN6(dev) || IS_IVYBRIDGE(dev))); in intel_detect_pch()
1465 if (IS_GEN6(dev_priv)) in intel_runtime_resume()
Dintel_sprite.c707 if (IS_GEN6(dev)) in ilk_update_plane()
1224 if (IS_GEN6(dev)) { in intel_plane_init()
Dintel_fbc.c219 if (IS_GEN6(dev)) { in ilk_fbc_enable()
Di915_debugfs.c1092 } else if (IS_GEN6(dev) || (IS_GEN7(dev) && !IS_VALLEYVIEW(dev)) || in i915_frequency_info()
1145 if (IS_GEN6(dev) || IS_GEN7(dev)) { in i915_frequency_info()
1724 if (!(IS_GEN6(dev) || IS_GEN7(dev))) { in i915_ring_freq_table()
3622 else if (IS_GEN5(dev) || IS_GEN6(dev)) in pipe_crc_set_source()
4428 if (!(IS_GEN6(dev) || IS_GEN7(dev))) in i915_cache_sharing_get()
4453 if (!(IS_GEN6(dev) || IS_GEN7(dev))) in i915_cache_sharing_set()
Dintel_ringbuffer.c503 } else if (IS_GEN6(ring->dev)) { in intel_ring_setup_status_page()
1088 if (IS_GEN6(dev)) { in init_render_ring()
2650 if (IS_GEN6(dev)) in intel_init_bsd_ring_buffer()
Di915_gem_gtt.c1375 if (IS_GEN6(dev)) { in gen6_ppgtt_init()
1478 if (IS_GEN6(dev)) in i915_ppgtt_init_hw()
Di915_drv.h2344 #define IS_GEN6(dev) (INTEL_INFO(dev)->gen == 6) macro
2404 #define HAS_RUNTIME_PM(dev) (IS_GEN6(dev) || IS_HASWELL(dev) || \
Dintel_pm.c2021 if (IS_GEN6(dev)) in ilk_setup_wm_latency()
4510 if (IS_GEN6(dev) && ret) { in gen6_enable_rps()
4512 } else if (IS_GEN6(dev) && (GEN6_DECODE_RC6_VID(rc6vids & 0xff) < 450)) { in gen6_enable_rps()
6566 else if (IS_GEN6(dev)) in intel_init_pm()
Di915_gem_execbuffer.c408 if (unlikely(IS_GEN6(dev) && in i915_gem_execbuffer_relocate_entry()
Dintel_dp.c704 if (IS_GEN6(dev) || IS_GEN7(dev)) in ilk_get_aux_clock_divider()
759 if (IS_GEN6(dev)) in i9xx_get_aux_send_ctl()
3430 } else if (IS_GEN6(dev) && port == PORT_A) { in intel_dp_set_signal_levels()
Di915_gem.c4673 if (IS_GEN6(dev)) in i915_gem_init_swizzling()
4690 if (IS_GEN6(dev) && dev->pdev->revision < 8) { in intel_enable_blt()
Dintel_display.c3459 if (IS_GEN6(dev)) { in gen6_fdi_link_train()
13526 } else if (IS_GEN6(dev)) { in intel_init_display()