OSDN Git Service

drm/i915/guc: Update syntax of GuC log functions
authorMichal Wajdeczko <michal.wajdeczko@intel.com>
Wed, 14 Mar 2018 14:45:39 +0000 (14:45 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 15 Mar 2018 10:58:11 +0000 (10:58 +0000)
commit56b9a8b083870162310fe37d4b1b5597eb983bae
tree5aa16c9e3cb19028b9a6a6f5c9c2049d3520975a
parentc080363fcdc3015e4cb9b5582afe2cd3aa890630
drm/i915/guc: Update syntax of GuC log functions

We moved GuC log related data and code to separate files and
definition but we didn't change functions syntax to follow
object-verb pattern. Let's fix that before we continue with
next round of code refactoring.

v2: rebased

Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Cc: Michal Winiarski <michal.winiarski@intel.com>
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: MichaƂ Winiarski <michal.winiarski@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180314144539.11152-1-michal.wajdeczko@intel.com
[ickle: checkpatch booleans]
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/i915_debugfs.c
drivers/gpu/drm/i915/intel_guc.c
drivers/gpu/drm/i915/intel_guc_log.c
drivers/gpu/drm/i915/intel_guc_log.h
drivers/gpu/drm/i915/intel_uc.c