Home
last modified time | relevance | path

Searched refs:IS_GEN_RANGE (Results 1 – 17 of 17) sorted by relevance

/drivers/gpu/drm/i915/display/
Dintel_pipe_crc.c417 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()
Dintel_fifo_underrun.c266 else if (IS_GEN_RANGE(dev_priv, 5, 6)) in __intel_set_cpu_fifo_underrun_reporting()
Dintel_crt.c334 else if (IS_GEN_RANGE(dev_priv, 3, 4)) in intel_crt_mode_valid()
Dintel_fbc.c797 if (IS_GEN_RANGE(dev_priv, 9, 10) && in intel_fbc_can_activate()
Dintel_color.c200 IS_GEN_RANGE(dev_priv, 9, 10)); in ilk_csc_limited_range()
Dintel_bios.c459 if (!IS_GEN_RANGE(dev_priv, 3, 7)) { in parse_sdvo_device_mapping()
Dintel_display.c11622 (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/
Dintel_uncore.c1472 } 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()
Di915_perf.c1974 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()
Di915_gpu_error.c725 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()
Dintel_device_info.c907 (IS_GEN_RANGE(dev_priv, 7, 8)) && in intel_device_info_runtime_init()
Di915_debugfs.c1661 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()
Di915_drv.h1851 #define IS_GEN_RANGE(dev_priv, s, e) \ macro
Di915_gem_gtt.c2051 if (IS_GEN_RANGE(i915, 8, 11)) { in gtt_write_workarounds()
/drivers/gpu/drm/i915/gt/
Dintel_ringbuffer.c576 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()
Dintel_workarounds.c1326 if (IS_GEN_RANGE(i915, 9, 11)) { in rcs_engine_wa_init()
Dintel_engine_cs.c1203 if (engine->id == RENDER_CLASS && IS_GEN_RANGE(dev_priv, 4, 7)) in intel_engine_print_registers()