linux/drivers/gpu/drm/amd
Sasha Levin 68d0cb49f8 amdkfd: actually allocate longs for the pasid bitmask
Commit "amdkfd: use sizeof(long) granularity for the pasid bitmask" calculated
the number of longs it will need, but ended up allocating that number of
bytes rather than longs.

Fix that silly error and allocate the amount of data really required.

Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
Signed-off-by: Oded Gabbay <oded.gabbay@amd.com>
2014-12-28 11:44:37 -05:00
..
amdkfd amdkfd: actually allocate longs for the pasid bitmask 2014-12-28 11:44:37 -05:00
include drm/amd: Add get_fw_version to kfd-->kgd interface 2014-11-09 12:42:22 +02:00