Searched refs:IS_GEN9_LP (Results 1 – 14 of 14) sorted by relevance
391 intel_sseu_set_info(sseu, IS_GEN9_LP(i915) ? 1 : 3, in gen9_sseu_info_init()392 IS_GEN9_LP(i915) ? 3 : 4, 8); in gen9_sseu_info_init()462 !IS_GEN9_LP(i915) && hweight8(sseu->slice_mask) > 1; in gen9_sseu_info_init()464 IS_GEN9_LP(i915) && intel_sseu_subslice_total(sseu) > 1; in gen9_sseu_info_init()467 if (IS_GEN9_LP(i915)) { in gen9_sseu_info_init()
98 freq = IS_GEN9_LP(uncore->i915) ? 19200000 : 24000000; in gen9_read_clock_frequency()
454 else if (IS_GEN9_LP(i915)) in gtt_write_workarounds()689 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()821 if (IS_GEN9_LP(i915)) { in intel_rc6_residency_ns()
148 if (IS_GEN9_LP(gt->i915)) { in gen9_sseu_device_status()
500 } else if (IS_GEN9_LP(i915)) { in get_mocs_settings()
1094 if (IS_GEN9_LP(i915)) in intel_rps_read_state_cap()1126 if (IS_GEN9_LP(i915)) { in __gen6_rps_get_freq_caps()2266 if (IS_GEN9_LP(i915)) in rps_frequency_dump()
528 if (IS_GEN9_LP(i915)) in gen9_ctx_workarounds_init()2454 if (IS_GEN9_LP(i915)) in rcs_engine_wa_init()
207 if (!IS_GEN9_LP(i915) && GRAPHICS_VER(i915) < 11) in needs_wc_ggtt_mapping()
79 #define IS_GEN9_LP(xe) ((xe) && 0) macro
36 if (IS_GEN9_LP(uncore->i915)) in guc_prepare_xfer()
717 dram_info->wm_lv_0_adjust_needed = !IS_GEN9_LP(i915); in intel_dram_detect()725 else if (IS_GEN9_LP(i915)) in intel_dram_detect()
621 #define IS_GEN9_LP(i915) (GRAPHICS_VER(i915) == 9 && IS_LP(i915)) macro
Completed in 33 milliseconds