OSDN Git Service

drm/i915/guc: rename __create/destroy_doorbell
authorDaniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Mon, 22 Oct 2018 23:04:22 +0000 (16:04 -0700)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 23 Oct 2018 08:36:51 +0000 (09:36 +0100)
commit6f1312e6e046de8a77aa5e657e269f1968eca00c
tree4eef8589d3cc954249b7afdd0b8b5f7146e98cbf
parentac128918482d2c21c806ff01dc0a029919f8fb0d
drm/i915/guc: rename __create/destroy_doorbell

The 2 functions don't create or destroy anything, they just update the
doorbell state in memory. Use init and fini instead for clarity.

Cc: Michal Wajdeczko <michal.wajdeczko@intel.com>
Reviewed-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: https://patchwork.freedesktop.org/patch/msgid/20181022230427.5616-1-daniele.ceraolospurio@intel.com
drivers/gpu/drm/i915/intel_guc_submission.c