Home
last modified time | relevance | path

Searched refs:IS_GEN9_LP (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/gpu/drm/i915/gt/
A Dintel_sseu.c391 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()
A Dintel_gt_clock_utils.c98 freq = IS_GEN9_LP(uncore->i915) ? 19200000 : 24000000; in gen9_read_clock_frequency()
A Dintel_gtt.c454 else if (IS_GEN9_LP(i915)) in gtt_write_workarounds()
689 else if (IS_CHERRYVIEW(i915) || IS_GEN9_LP(i915)) in setup_private_pat()
A Dintel_wopcm.c96 if (IS_GEN9_LP(i915)) in context_reserved_size()
A Dintel_rc6.c514 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()
A Dintel_sseu_debugfs.c148 if (IS_GEN9_LP(gt->i915)) { in gen9_sseu_device_status()
A Dintel_mocs.c500 } else if (IS_GEN9_LP(i915)) { in get_mocs_settings()
A Dintel_rps.c1094 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()
A Dintel_workarounds.c528 if (IS_GEN9_LP(i915)) in gen9_ctx_workarounds_init()
2454 if (IS_GEN9_LP(i915)) in rcs_engine_wa_init()
A Dintel_ggtt.c207 if (!IS_GEN9_LP(i915) && GRAPHICS_VER(i915) < 11) in needs_wc_ggtt_mapping()
/linux/drivers/gpu/drm/xe/compat-i915-headers/
A Di915_drv.h79 #define IS_GEN9_LP(xe) ((xe) && 0) macro
/linux/drivers/gpu/drm/i915/gt/uc/
A Dintel_guc_fw.c36 if (IS_GEN9_LP(uncore->i915)) in guc_prepare_xfer()
/linux/drivers/gpu/drm/i915/soc/
A Dintel_dram.c717 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()
/linux/drivers/gpu/drm/i915/
A Di915_drv.h621 #define IS_GEN9_LP(i915) (GRAPHICS_VER(i915) == 9 && IS_LP(i915)) macro

Completed in 33 milliseconds