Searched refs:IS_GEN_RANGE (Results 1 – 17 of 17) sorted by relevance
/drivers/gpu/drm/i915/display/ |
D | intel_pipe_crc.c | 417 else if (IS_GEN_RANGE(dev_priv, 5, 6)) in get_new_crc_ctl_reg() 551 else if (IS_GEN_RANGE(dev_priv, 5, 6)) in intel_is_valid_crc_source()
|
D | intel_fifo_underrun.c | 266 else if (IS_GEN_RANGE(dev_priv, 5, 6)) in __intel_set_cpu_fifo_underrun_reporting()
|
D | intel_crt.c | 334 else if (IS_GEN_RANGE(dev_priv, 3, 4)) in intel_crt_mode_valid()
|
D | intel_fbc.c | 797 if (IS_GEN_RANGE(dev_priv, 9, 10) && in intel_fbc_can_activate()
|
D | intel_color.c | 200 IS_GEN_RANGE(dev_priv, 9, 10)); in ilk_csc_limited_range()
|
D | intel_bios.c | 459 if (!IS_GEN_RANGE(dev_priv, 3, 7)) { in parse_sdvo_device_mapping()
|
D | intel_display.c | 11622 (IS_GEN_RANGE(dev_priv, 5, 6) || in intel_plane_atomic_calc_changes() 15485 } else if (IS_GEN_RANGE(dev_priv, 3, 4)) { in intel_setup_outputs()
|
/drivers/gpu/drm/i915/ |
D | intel_uncore.c | 1472 } else if (IS_GEN_RANGE(i915, 9, 10)) { in intel_uncore_fw_domains_init() 1671 if (IS_GEN_RANGE(i915, 6, 7)) { in uncore_forcewake_init() 1689 } else if (IS_GEN_RANGE(i915, 9, 10)) { in uncore_forcewake_init() 1737 if (IS_GEN_RANGE(i915, 6, 7)) in intel_uncore_init_mmio()
|
D | i915_perf.c | 1974 if (IS_GEN_RANGE(dev_priv, 9, 11)) { in gen8_enable_metric_set() 3592 if (IS_GEN_RANGE(dev_priv, 8, 9)) { in i915_perf_init() 3619 } else if (IS_GEN_RANGE(dev_priv, 10, 11)) { in i915_perf_init()
|
D | i915_gpu_error.c | 725 if (IS_GEN_RANGE(m->i915, 6, 11)) { in __err_print_to_sgl() 1551 if (IS_GEN_RANGE(i915, 6, 7)) { in capture_reg_state()
|
D | intel_device_info.c | 907 (IS_GEN_RANGE(dev_priv, 7, 8)) && in intel_device_info_runtime_init()
|
D | i915_debugfs.c | 1661 if (IS_GEN_RANGE(dev_priv, 3, 4)) { in i915_swizzle_info() 3687 if (!(IS_GEN_RANGE(dev_priv, 6, 7))) in i915_cache_sharing_get() 3704 if (!(IS_GEN_RANGE(dev_priv, 6, 7))) in i915_cache_sharing_set()
|
D | i915_drv.h | 1851 #define IS_GEN_RANGE(dev_priv, s, e) \ macro
|
D | i915_gem_gtt.c | 2051 if (IS_GEN_RANGE(i915, 8, 11)) { in gtt_write_workarounds()
|
/drivers/gpu/drm/i915/gt/ |
D | intel_ringbuffer.c | 576 if (!IS_GEN_RANGE(dev_priv, 6, 7)) in flush_cs_tlb() 870 if (IS_GEN_RANGE(dev_priv, 4, 6)) in rcs_resume() 879 if (IS_GEN_RANGE(dev_priv, 6, 7)) in rcs_resume() 904 if (IS_GEN_RANGE(dev_priv, 6, 7)) in rcs_resume()
|
D | intel_workarounds.c | 1326 if (IS_GEN_RANGE(i915, 9, 11)) { in rcs_engine_wa_init()
|
D | intel_engine_cs.c | 1203 if (engine->id == RENDER_CLASS && IS_GEN_RANGE(dev_priv, 4, 7)) in intel_engine_print_registers()
|