Home
last modified time | relevance | path

Searched refs:GEN6_RP_EI_MASK (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/drivers/gpu/drm/i915/gt/
A Dintel_gt_pm_debugfs.c517 rpup = intel_uncore_read_fw(uncore, GEN6_RP_CUR_UP) & GEN6_RP_EI_MASK; in rps_boost_show()
518 rpupei = intel_uncore_read_fw(uncore, GEN6_RP_CUR_UP_EI) & GEN6_RP_EI_MASK; in rps_boost_show()
519 rpdown = intel_uncore_read_fw(uncore, GEN6_RP_CUR_DOWN) & GEN6_RP_EI_MASK; in rps_boost_show()
520 rpdownei = intel_uncore_read_fw(uncore, GEN6_RP_CUR_DOWN_EI) & GEN6_RP_EI_MASK; in rps_boost_show()
A Dintel_gt_regs.h840 #define GEN6_RP_EI_MASK 0xffffff macro
841 #define GEN6_CURICONT_MASK GEN6_RP_EI_MASK
843 #define GEN6_CURBSYTAVG_MASK GEN6_RP_EI_MASK
846 #define GEN6_CURIAVG_MASK GEN6_RP_EI_MASK

Completed in 12 milliseconds