HomeSort by: relevance | last modified time | path
    Searched refs:IS_GEN_RANGE (Results 1 - 18 of 18) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_pipe_crc.c 422 else if (IS_GEN_RANGE(dev_priv, 5, 6))
567 else if (IS_GEN_RANGE(dev_priv, 5, 6))
intel_fifo_underrun.c 271 else if (IS_GEN_RANGE(dev_priv, 5, 6))
intel_crt.c 347 else if (IS_GEN_RANGE(dev_priv, 3, 4))
intel_bios.c 576 if (!IS_GEN_RANGE(dev_priv, 3, 7)) {
intel_color.c 221 IS_GEN_RANGE(dev_priv, 9, 10));
intel_display.c 12247 (IS_GEN_RANGE(dev_priv, 5, 6) ||
16822 } else if (IS_GEN_RANGE(dev_priv, 3, 4)) {
18308 if (IS_GEN_RANGE(dev_priv, 10, 12) || IS_GEMINILAKE(dev_priv))
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_ring_submission.c 586 if (!IS_GEN_RANGE(dev_priv, 6, 7))
880 if (IS_GEN_RANGE(i915, 4, 6))
890 if (IS_GEN_RANGE(i915, 6, 7))
916 if (IS_GEN_RANGE(i915, 6, 7))
intel_gtt.c 556 if (IS_GEN_RANGE(i915, 8, 11)) {
gen8_ppgtt.c 778 ppgtt->vm.has_read_only = !IS_GEN_RANGE(gt->i915, 11, 12);
intel_engine_cs.c 1292 if (engine->id == RENDER_CLASS && IS_GEN_RANGE(dev_priv, 4, 7))
intel_workarounds.c 1422 if (IS_GEN_RANGE(i915, 9, 11)) {
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_gpu_error.c 692 if (IS_GEN_RANGE(m->i915, 6, 11)) {
709 if (IS_GEN_RANGE(m->i915, 8, 11))
1609 if (IS_GEN_RANGE(i915, 6, 7)) {
1614 if (IS_GEN_RANGE(i915, 8, 11))
intel_uncore.c 1578 } else if (IS_GEN_RANGE(i915, 9, 10)) {
1795 if (IS_GEN_RANGE(i915, 6, 7)) {
1813 } else if (IS_GEN_RANGE(i915, 9, 10)) {
1865 if (IS_GEN_RANGE(i915, 6, 7))
intel_device_info.c 964 if (HAS_DISPLAY(dev_priv) && IS_GEN_RANGE(dev_priv, 7, 8) &&
i915_cmd_parser.c 1532 GEM_BUG_ON(!IS_GEN_RANGE(engine->i915, 6, 7));
i915_debugfs.c 1579 if (IS_GEN_RANGE(dev_priv, 3, 4)) {
3626 if (!(IS_GEN_RANGE(dev_priv, 6, 7)))
3643 if (!(IS_GEN_RANGE(dev_priv, 6, 7)))
i915_perf.c 2547 if (IS_GEN_RANGE(stream->perf->i915, 9, 11)) {
4536 if (IS_GEN_RANGE(i915, 8, 9)) {
4568 } else if (IS_GEN_RANGE(i915, 10, 11)) {
i915_drv.h 1423 #define IS_GEN_RANGE(dev_priv, s, e) \

Completed in 47 milliseconds