[PATCH 16/21] drm/amdgpu: implement lru amdgpu_queue_mgr policy for compute v3

William Lewis minutemaidpark at hotmail.com
Fri Mar 3 16:38:00 UTC 2017


Minor spelling nitpick.
>>   +/**
>> + * amdgpu_ring_lru_get - get the least recently used ring for a HW 
>> IP block
>> + *
>> + * @adev: amdgpu_device pointer
>> + * @type: amdgpu_ring_type enum
>> + * @ring: output ring
>> + *
>> + * Retreive the amdgpu_ring structure for the least recently used 
>> ring of
s/Retreive/Retrieve/
>>
>> + * a specific IP block (all asics).
>> + * Returns 0 on success, error on failure.
>> + */
>> +int amdgpu_ring_lru_get(struct amdgpu_device *adev, int type,
>> +            struct amdgpu_ring **ring)



More information about the amd-gfx mailing list