Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_pipe_crc.c422 else if (IS_GEN_RANGE(dev_priv, 5, 6)) in get_new_crc_ctl_reg()
567 else if (IS_GEN_RANGE(dev_priv, 5, 6)) in intel_is_valid_crc_source()
H A Dintel_fifo_underrun.c271 else if (IS_GEN_RANGE(dev_priv, 5, 6)) in __intel_set_cpu_fifo_underrun_reporting()
H A Dintel_crt.c347 else if (IS_GEN_RANGE(dev_priv, 3, 4)) in intel_crt_mode_valid()
H A Dintel_color.c221 IS_GEN_RANGE(dev_priv, 9, 10)); in ilk_csc_limited_range()
H A Dintel_bios.c576 if (!IS_GEN_RANGE(dev_priv, 3, 7)) { in parse_sdvo_device_mapping()
H A Dintel_display.c12247 (IS_GEN_RANGE(dev_priv, 5, 6) || in intel_plane_atomic_calc_changes()
16822 } else if (IS_GEN_RANGE(dev_priv, 3, 4)) { in intel_setup_outputs()
18308 if (IS_GEN_RANGE(dev_priv, 10, 12) || IS_GEMINILAKE(dev_priv)) in intel_early_display_was()
/netbsd/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dintel_ring_submission.c586 if (!IS_GEN_RANGE(dev_priv, 6, 7)) in flush_cs_tlb()
880 if (IS_GEN_RANGE(i915, 4, 6)) in rcs_resume()
890 if (IS_GEN_RANGE(i915, 6, 7)) in rcs_resume()
916 if (IS_GEN_RANGE(i915, 6, 7)) in rcs_resume()
H A Dintel_gtt.c556 if (IS_GEN_RANGE(i915, 8, 11)) { in gtt_write_workarounds()
H A Dgen8_ppgtt.c778 ppgtt->vm.has_read_only = !IS_GEN_RANGE(gt->i915, 11, 12); in gen8_ppgtt_create()
H A Dintel_workarounds.c1422 if (IS_GEN_RANGE(i915, 9, 11)) { in rcs_engine_wa_init()
H A Dintel_engine_cs.c1292 if (engine->id == RENDER_CLASS && IS_GEN_RANGE(dev_priv, 4, 7)) in intel_engine_print_registers()
/netbsd/sys/external/bsd/drm2/dist/drm/i915/
H A Dintel_uncore.c1578 } else if (IS_GEN_RANGE(i915, 9, 10)) { in intel_uncore_fw_domains_init()
1795 if (IS_GEN_RANGE(i915, 6, 7)) { in uncore_forcewake_init()
1813 } else if (IS_GEN_RANGE(i915, 9, 10)) { in uncore_forcewake_init()
1865 if (IS_GEN_RANGE(i915, 6, 7)) in intel_uncore_init_mmio()
H A Di915_gpu_error.c692 if (IS_GEN_RANGE(m->i915, 6, 11)) { in err_print_gt()
709 if (IS_GEN_RANGE(m->i915, 8, 11)) in err_print_gt()
1609 if (IS_GEN_RANGE(i915, 6, 7)) { in gt_record_regs()
1614 if (IS_GEN_RANGE(i915, 8, 11)) in gt_record_regs()
H A Di915_perf.c2547 if (IS_GEN_RANGE(stream->perf->i915, 9, 11)) { in gen8_enable_metric_set()
4536 if (IS_GEN_RANGE(i915, 8, 9)) { in i915_perf_init()
4568 } else if (IS_GEN_RANGE(i915, 10, 11)) { in i915_perf_init()
H A Dintel_device_info.c964 if (HAS_DISPLAY(dev_priv) && IS_GEN_RANGE(dev_priv, 7, 8) && in intel_device_info_runtime_init()
H A Di915_cmd_parser.c1532 GEM_BUG_ON(!IS_GEN_RANGE(engine->i915, 6, 7)); in intel_engine_cmd_parser()
H A Di915_debugfs.c1579 if (IS_GEN_RANGE(dev_priv, 3, 4)) { in i915_swizzle_info()
3626 if (!(IS_GEN_RANGE(dev_priv, 6, 7))) in i915_cache_sharing_get()
3643 if (!(IS_GEN_RANGE(dev_priv, 6, 7))) in i915_cache_sharing_set()
H A Di915_drv.h1431 #define IS_GEN_RANGE(dev_priv, s, e) \ macro