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

/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_gt_clock_utils.c97 freq = IS_GEN9_LP(uncore->i915) ? 19200000 : 24000000;
H A Dintel_sseu.c391 intel_sseu_set_info(sseu, IS_GEN9_LP(i915) ? 1 : 3,
392 IS_GEN9_LP(i915) ? 3 : 4, 8);
462 !IS_GEN9_LP(i915) && hweight8(sseu->slice_mask) > 1;
464 IS_GEN9_LP(i915) && intel_sseu_subslice_total(sseu) > 1;
467 if (IS_GEN9_LP(i915)) {
H A Dintel_wopcm.c96 if (IS_GEN9_LP(i915))
H A Dintel_gtt.c454 else if (IS_GEN9_LP(i915))
689 else if (IS_CHERRYVIEW(i915) || IS_GEN9_LP(i915))
H A Dintel_rc6.c514 if (IS_GEN9_LP(i915) && !bxt_check_bios_rc6_setup(rc6)) {
821 if (IS_GEN9_LP(i915)) {
H A Dintel_sseu_debugfs.c148 if (IS_GEN9_LP(gt->i915)) {
H A Dintel_mocs.c500 } else if (IS_GEN9_LP(i915)) {
H A Dintel_rps.c1093 if (IS_GEN9_LP(i915))
1125 if (IS_GEN9_LP(i915)) {
2265 if (IS_GEN9_LP(i915))
H A Dintel_workarounds.c529 if (IS_GEN9_LP(i915))
2433 if (IS_GEN9_LP(i915))
H A Dintel_ggtt.c208 if (!IS_GEN9_LP(i915) && GRAPHICS_VER(i915) < 11)
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_fw.c36 if (IS_GEN9_LP(uncore->i915))
/linux-master/drivers/gpu/drm/xe/compat-i915-headers/
H A Di915_drv.h102 #define IS_GEN9_LP(xe) (0) macro
/linux-master/drivers/gpu/drm/i915/soc/
H A Dintel_dram.c669 dram_info->wm_lv_0_adjust_needed = !IS_GEN9_LP(i915);
677 else if (IS_GEN9_LP(i915))
/linux-master/drivers/gpu/drm/i915/
H A Di915_drv.h612 #define IS_GEN9_LP(i915) (GRAPHICS_VER(i915) == 9 && IS_LP(i915)) macro

Completed in 258 milliseconds