[PATCH 2/3] drm/radeon: Add implementation of get_fw_version

2014-12-15 Thread Alex Deucher
On Sun, Dec 14, 2014 at 7:29 AM, Oded Gabbay wrote: > This patch implements a new interface that was added to the kfd-->kgd > interface. > The new interface function retrieves the firmware version that is currently > in use by a specific engine. The firmware was uploaded to the engine by the > ra

[PATCH 2/3] drm/radeon: Add implementation of get_fw_version

2014-12-14 Thread Oded Gabbay
This patch implements a new interface that was added to the kfd-->kgd interface. The new interface function retrieves the firmware version that is currently in use by a specific engine. The firmware was uploaded to the engine by the radeon driver. v2: Returns the fw version of the specific engine,

[PATCH 2/3] drm/radeon: Add implementation of get_fw_version

2014-12-14 Thread Oded Gabbay
On 12/10/2014 11:57 PM, Alex Deucher wrote: > On Wed, Dec 10, 2014 at 8:13 AM, Oded Gabbay wrote: >> From: Alexey Skidanov >> >> This patch implements a new interface that was added to the kfd-->kgd >> interface. >> The new interface function retrieves the firmware version that is currently >>

[PATCH 2/3] drm/radeon: Add implementation of get_fw_version

2014-12-10 Thread Alex Deucher
On Wed, Dec 10, 2014 at 8:13 AM, Oded Gabbay wrote: > From: Alexey Skidanov > > This patch implements a new interface that was added to the kfd-->kgd > interface. > The new interface function retrieves the firmware version that is currently > in use by the MEC engine. The firmware was uploaded t

[PATCH 2/3] drm/radeon: Add implementation of get_fw_version

2014-12-10 Thread Oded Gabbay
From: Alexey Skidanov This patch implements a new interface that was added to the kfd-->kgd interface. The new interface function retrieves the firmware version that is currently in use by the MEC engine. The firmware was uploaded to the MEC engine by the radeon driver. Signed-off-by: Alexey Ski