Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/
H A Ddebugfs_gt_pm.c263 u32 rpmodectl, freq_sts; in frequency_show() local
265 rpmodectl = intel_uncore_read(uncore, GEN6_RP_CONTROL); in frequency_show()
267 yesno(rpmodectl & GEN6_RP_MEDIA_TURBO)); in frequency_show()
269 yesno(rpmodectl & GEN6_RP_ENABLE)); in frequency_show()
271 yesno((rpmodectl & GEN6_RP_MEDIA_MODE_MASK) == in frequency_show()
302 u32 rpmodectl, rpinclimit, rpdeclimit; in frequency_show() local
334 rpmodectl = intel_uncore_read(uncore, GEN6_RP_CONTROL); in frequency_show()
379 yesno(rpmodectl & GEN6_RP_MEDIA_TURBO)); in frequency_show()
381 yesno(rpmodectl & GEN6_RP_ENABLE)); in frequency_show()
383 yesno((rpmodectl & GEN6_RP_MEDIA_MODE_MASK) == in frequency_show()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_debugfs.c804 u32 rpmodectl, freq_sts; in i915_frequency_info() local
806 rpmodectl = I915_READ(GEN6_RP_CONTROL); in i915_frequency_info()
808 yesno(rpmodectl & GEN6_RP_MEDIA_TURBO)); in i915_frequency_info()
810 yesno(rpmodectl & GEN6_RP_ENABLE)); in i915_frequency_info()
812 yesno((rpmodectl & GEN6_RP_MEDIA_MODE_MASK) == in i915_frequency_info()
844 u32 rpmodectl, rpinclimit, rpdeclimit; in i915_frequency_info() local
875 rpmodectl = I915_READ(GEN6_RP_CONTROL); in i915_frequency_info()
913 yesno(rpmodectl & GEN6_RP_MEDIA_TURBO)); in i915_frequency_info()
915 yesno(rpmodectl & GEN6_RP_ENABLE)); in i915_frequency_info()
917 yesno((rpmodectl & GEN6_RP_MEDIA_MODE_MASK) == in i915_frequency_info()
[all …]