drm/i915/guc: remove runtime info printing from time stamp logging
Commit 368d179adb
("drm/i915/guc: Add GuC <-> kernel time stamp
translation information") added intel_device_info_print_runtime() in the
time info dump for no obvious reason or explanation in the commit
message. It only logs the rawclk freq. Remove it.
Cc: John Harrison <John.C.Harrison@Intel.com>
Cc: Alan Previn <alan.previn.teres.alexis@intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: John Harrison <John.C.Harrison@Intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/b395ac4c909042f5daabf29959d8733993545aa2.1660910433.git.jani.nikula@intel.com
This commit is contained in:
parent
54c204c522
commit
f0c70d41e4
|
@ -365,8 +365,6 @@ void intel_guc_dump_time_info(struct intel_guc *guc, struct drm_printer *p)
|
|||
u32 stamp = 0;
|
||||
u64 ktime;
|
||||
|
||||
intel_device_info_print_runtime(RUNTIME_INFO(gt->i915), p);
|
||||
|
||||
with_intel_runtime_pm(>->i915->runtime_pm, wakeref)
|
||||
stamp = intel_uncore_read(gt->uncore, GUCPMTIMESTAMP);
|
||||
ktime = ktime_get_boottime_ns();
|
||||
|
|
Loading…
Reference in New Issue