Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
Dintel_pipe_crc.c418 else if (IS_GEN_RANGE(dev_priv, 5, 6)) in get_new_crc_ctl_reg()
548 else if (IS_GEN_RANGE(dev_priv, 5, 6)) in intel_is_valid_crc_source()
Dintel_fifo_underrun.c272 else if (IS_GEN_RANGE(dev_priv, 5, 6)) in __intel_set_cpu_fifo_underrun_reporting()
Dintel_crt.c358 else if (IS_GEN_RANGE(dev_priv, 3, 4)) in intel_crt_mode_valid()
Dintel_color.c228 IS_GEN_RANGE(dev_priv, 9, 10)); in ilk_csc_limited_range()
Dintel_ddi.c1753 if (IS_GEN_RANGE(dev_priv, 8, 10) && in intel_ddi_transcoder_func_reg_val_get()
1828 if (IS_GEN_RANGE(dev_priv, 8, 10)) in intel_ddi_disable_transcoder_func()
Dintel_bios.c585 if (!IS_GEN_RANGE(dev_priv, 3, 7)) { in parse_sdvo_device_mapping()
Dintel_display.c12491 (IS_GEN_RANGE(dev_priv, 5, 6) || in intel_plane_atomic_calc_changes()
17064 } else if (IS_GEN_RANGE(dev_priv, 3, 4)) { in intel_setup_outputs()
18676 if (IS_GEN_RANGE(dev_priv, 10, 12) || IS_GEMINILAKE(dev_priv)) in intel_early_display_was()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
Dselftest_ring_submission.c269 if (IS_GEN_RANGE(gt->i915, 4, 5)) in live_ctx_switch_wa()
Dintel_gtt.c282 if (IS_GEN_RANGE(i915, 8, 11)) { in gtt_write_workarounds()
Dintel_workarounds.c1850 if (IS_GEN_RANGE(i915, 9, 12)) { in rcs_engine_wa_init()
1905 if (IS_GEN_RANGE(i915, 6, 7)) in rcs_engine_wa_init()
1938 if (IS_GEN_RANGE(i915, 4, 6)) in rcs_engine_wa_init()
Dgen8_ppgtt.c702 ppgtt->vm.has_read_only = !IS_GEN_RANGE(gt->i915, 11, 12); in gen8_ppgtt_create()
Dintel_ring_submission.c133 if (!IS_GEN_RANGE(dev_priv, 6, 7)) in flush_cs_tlb()
Dintel_engine_cs.c1430 if (engine->id == RENDER_CLASS && IS_GEN_RANGE(dev_priv, 4, 7)) in intel_engine_print_registers()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
Dintel_uncore.c1601 } else if (IS_GEN_RANGE(i915, 9, 10)) { in intel_uncore_fw_domains_init()
1802 if (IS_GEN_RANGE(i915, 6, 7)) { in uncore_forcewake_init()
1820 } else if (IS_GEN_RANGE(i915, 9, 10)) { in uncore_forcewake_init()
1872 if (IS_GEN_RANGE(i915, 6, 7)) in intel_uncore_init_mmio()
Di915_gpu_error.c709 if (IS_GEN_RANGE(m->i915, 6, 11)) { in err_print_gt()
721 if (IS_GEN_RANGE(m->i915, 8, 11)) in err_print_gt()
1593 if (IS_GEN_RANGE(i915, 6, 7)) { in gt_record_regs()
1598 if (IS_GEN_RANGE(i915, 8, 11)) in gt_record_regs()
Dintel_device_info.c436 if (HAS_DISPLAY(dev_priv) && IS_GEN_RANGE(dev_priv, 7, 8) && in intel_device_info_runtime_init()
Di915_debugfs.c1164 if (IS_GEN_RANGE(dev_priv, 3, 4)) { in i915_swizzle_info()
1540 if (!(IS_GEN_RANGE(dev_priv, 6, 7))) in i915_cache_sharing_get()
1557 if (!(IS_GEN_RANGE(dev_priv, 6, 7))) in i915_cache_sharing_set()
Di915_perf.c913 IS_GEN_RANGE(uncore->i915, 8, 10) ? in gen8_oa_read()
2472 if (IS_GEN_RANGE(stream->perf->i915, 9, 11)) { in gen8_enable_metric_set()
4288 if (IS_GEN_RANGE(i915, 8, 9)) { in i915_perf_init()
4320 } else if (IS_GEN_RANGE(i915, 10, 11)) { in i915_perf_init()
Di915_cmd_parser.c1543 GEM_BUG_ON(!IS_GEN_RANGE(engine->i915, 6, 7)); in intel_engine_cmd_parser()
Di915_drv.h1304 #define IS_GEN_RANGE(dev_priv, s, e) \ macro