Searched refs:IS_GEN9_LP (Results 1 – 13 of 13) sorted by relevance
396 intel_sseu_set_info(sseu, IS_GEN9_LP(i915) ? 1 : 3, in gen9_sseu_info_init()397 IS_GEN9_LP(i915) ? 3 : 4, 8); in gen9_sseu_info_init()467 !IS_GEN9_LP(i915) && hweight8(sseu->slice_mask) > 1; in gen9_sseu_info_init()469 IS_GEN9_LP(i915) && intel_sseu_subslice_total(sseu) > 1; in gen9_sseu_info_init()472 if (IS_GEN9_LP(i915)) { in gen9_sseu_info_init()
97 freq = IS_GEN9_LP(uncore->i915) ? 19200000 : 24000000; in gen9_read_clock_frequency()
422 else if (IS_GEN9_LP(i915)) in gtt_write_workarounds()657 else if (IS_CHERRYVIEW(i915) || IS_GEN9_LP(i915)) in setup_private_pat()
96 if (IS_GEN9_LP(i915)) in context_reserved_size()
514 if (IS_GEN9_LP(i915) && !bxt_check_bios_rc6_setup(rc6)) { in rc6_supported()822 if (IS_GEN9_LP(i915)) { in intel_rc6_residency_ns()
148 if (IS_GEN9_LP(gt->i915)) { in gen9_sseu_device_status()
550 } else if (IS_GEN9_LP(i915)) { in get_mocs_settings()
1093 else if (IS_GEN9_LP(i915)) in intel_rps_read_state_cap()1125 if (IS_GEN9_LP(i915)) { in __gen6_rps_get_freq_caps()2265 if (IS_GEN9_LP(i915)) in rps_frequency_dump()
532 if (IS_GEN9_LP(i915)) in gen9_ctx_workarounds_init()2558 if (IS_GEN9_LP(i915)) in rcs_engine_wa_init()
202 if (!IS_GEN9_LP(i915) && GRAPHICS_VER(i915) < 11) in needs_wc_ggtt_mapping()
36 if (IS_GEN9_LP(uncore->i915)) in guc_prepare_xfer()
669 dram_info->wm_lv_0_adjust_needed = !IS_GEN9_LP(i915); in intel_dram_detect()677 else if (IS_GEN9_LP(i915)) in intel_dram_detect()
701 #define IS_GEN9_LP(i915) (GRAPHICS_VER(i915) == 9 && IS_LP(i915)) macro