Searched refs:IS_GEN9_LP (Results 1 – 15 of 15) sorted by relevance
279 intel_sseu_set_info(sseu, IS_GEN9_LP(i915) ? 1 : 3, in gen9_sseu_info_init()280 IS_GEN9_LP(i915) ? 3 : 4, 8); in gen9_sseu_info_init()350 !IS_GEN9_LP(i915) && hweight8(sseu->slice_mask) > 1; in gen9_sseu_info_init()352 IS_GEN9_LP(i915) && intel_sseu_subslice_total(sseu) > 1; in gen9_sseu_info_init()355 if (IS_GEN9_LP(i915)) { in gen9_sseu_info_init()
312 if (IS_GEN9_LP(i915)) { in frequency_show()437 max_freq = (IS_GEN9_LP(i915) ? rp_state_cap >> 0 : in frequency_show()450 max_freq = (IS_GEN9_LP(i915) ? rp_state_cap >> 16 : in frequency_show()
367 else if (IS_GEN9_LP(i915)) in gtt_write_workarounds()531 else if (IS_CHERRYVIEW(i915) || IS_GEN9_LP(i915)) in setup_private_pat()
104 freq = IS_GEN9_LP(uncore->i915) ? f19_2_mhz : f24_mhz; in read_clock_frequency()
487 if (IS_GEN9_LP(i915) && !bxt_check_bios_rc6_setup(rc6)) { in rc6_supported()765 if (IS_GEN9_LP(i915)) { in intel_rc6_residency_ns()
155 if (IS_GEN9_LP(gt->i915)) { in gen9_sseu_device_status()
359 } else if (IS_GEN9_LP(i915)) { in get_mocs_settings()
412 if (IS_GEN9_LP(i915)) in gen9_ctx_workarounds_init()1814 if (IS_GEN9_LP(i915)) in rcs_engine_wa_init()
835 if (IS_GEN9_LP(i915) || GRAPHICS_VER(i915) >= 11) in ggtt_probe_common()
1002 if (IS_GEN9_LP(i915)) { in gen6_rps_init()
28 if (IS_GEN9_LP(uncore->i915)) in guc_prepare_xfer()
479 dram_info->wm_lv_0_adjust_needed = !IS_GEN9_LP(i915); in intel_dram_detect()485 else if (IS_GEN9_LP(i915)) in intel_dram_detect()
94 if (IS_GEN9_LP(i915)) in context_reserved_size()
423 if (IS_GEN9_LP(dev_priv)) { in i915_frequency_info()538 max_freq = (IS_GEN9_LP(dev_priv) ? rp_state_cap >> 0 : in i915_frequency_info()551 max_freq = (IS_GEN9_LP(dev_priv) ? rp_state_cap >> 16 : in i915_frequency_info()
1585 #define IS_GEN9_LP(dev_priv) (GRAPHICS_VER(dev_priv) == 9 && IS_LP(dev_priv)) macro