[PATCH 1/3] drm/amd: Add get_fw_version to kfd-->kgd interface

2014-12-15 Thread Alex Deucher
On Sun, Dec 14, 2014 at 7:29 AM, Oded Gabbay wrote: > This patch adds a new interface 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 kgd > (radeon). > > v2: Add

[PATCH 1/3] drm/amd: Add get_fw_version to kfd-->kgd interface

2014-12-14 Thread Oded Gabbay
This should be [PATCH v2 x/3] for all three patches. Sorry. Oded On 12/14/2014 02:29 PM, Oded Gabbay wrote: > This patch adds a new interface to the kfd-->kgd interface. > The new interface function retrieves the firmware version that is currently in > use by the MEC engine. The firmware

[PATCH 1/3] drm/amd: Add get_fw_version to kfd-->kgd interface

2014-12-14 Thread Oded Gabbay
This patch adds a new interface 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 kgd (radeon). v2: Added parameter of engine type to interface function Signed-off-by

[PATCH 1/3] drm/amd: Add get_fw_version to kfd-->kgd interface

2014-12-10 Thread Oded Gabbay
From: Alexey Skidanov This patch adds a new interface 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 kgd (radeon). Signed-off-by: Alexey Skidanov Reviewed-by: Od