diff options
| author | Arkadiusz Hiler <[email protected]> | 2016-11-25 18:59:34 +0100 |
|---|---|---|
| committer | Chris Wilson <[email protected]> | 2016-11-25 21:28:57 +0000 |
| commit | a80bc45ff0cf9398484b836fc60d5e144970dc6d (patch) | |
| tree | f1150ee257569cd2d88497ad49727ba0c692ee28 /tools/perf/scripts/python/compaction-times.py | |
| parent | 8c4f24f95c682352d20c0e7bf1878e390787a7eb (diff) | |
drm/i915/guc: Drop guc2host/host2guc from names
To facilitate code reorganization we are renaming everything that
contains guc2host or host2guc.
host2guc_action() and host2guc_action_response() become guc_send()
and guc_recv() respectively.
Other host2guc_*() functions become simply guc_*().
Other entities are renamed basing on context they appear in:
- HOST2GUC_ACTIONS_& become INTEL_GUC_ACTION_*
- HOST2GUC_{INTERRUPT,TRIGGER} become GUC_SEND_{INTERRUPT,TRIGGER}
- GUC2HOST_STATUS_* become INTEL_GUC_STATUS_*
- GUC2HOST_MSG_* become INTEL_GUC_RECV_MSG_*
- action_lock becomes send_mutex
v2: drop unnecessary backslashes and use BIT() instead of '<<'
v3: shortened enum names and INTEL_GUC_STATUS_*
Cc: Chris Wilson <[email protected]>
Cc: Michal Winiarski <[email protected]>
Signed-off-by: Arkadiusz Hiler <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
Reviewed-by: Chris Wilson <[email protected]>
Signed-off-by: Chris Wilson <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/compaction-times.py')
0 files changed, 0 insertions, 0 deletions