commit | 6d566930257df564d0aaacad0f02855d9c85aecd | [log] [tgz] |
---|---|---|
author | Felix Kuehling <Felix.Kuehling@amd.com> | Mon Nov 06 14:52:27 2017 -0500 |
committer | Oded Gabbay <oded.gabbay@gmail.com> | Mon Nov 06 14:52:27 2017 -0500 |
tree | a10cd9503098b25e0fa25deb27858c67a181e24c | |
parent | 5aaf2befd4eceb2efa16c63ccb64c8e13785594a [diff] |
drm/amdkfd: Hardware DWORD size is 4 bytes Don't use sizeof(uint32_t) or similar types for hardware or firmware DWORD size. The hardware and firmware don't care about Linux types. Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>