commit | 339903fa989b7a0c9fc26e0f35e36df7e110d737 | [log] [tgz] |
---|---|---|
author | Yong Zhao <Yong.Zhao@amd.com> | Tue Jan 15 13:16:34 2019 -0500 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed Nov 13 15:29:45 2019 -0500 |
tree | 29271e579ae00c7af90fb2c642f3fcf77a39eee0 | |
parent | 026674cf055f15da0fa92fbef293d5852346380d [diff] |
drm/amdkfd: Use better name to indicate the offset is in dwords The doorbell offset could mean the byte offset or the dword offset, and the 0 offset place is also different, sometimes the start of PCI doorbell bar or the start of process doorbell pages. Use better name to avoid confusion. Signed-off-by: Yong Zhao <Yong.Zhao@amd.com> Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>