提交 4248bd0b 编写于 作者: H Harish Kasiviswanathan 提交者: Oded Gabbay

drm/amd: Remove get_vmem_size from KGD-KFD interface

Signed-off-by: NHarish Kasiviswanathan <Harish.Kasiviswanathan@amd.com>
Signed-off-by: NFelix Kuehling <Felix.Kuehling@amd.com>
Reviewed-by: NOded Gabbay <oded.gabbay@gmail.com>
Signed-off-by: NOded Gabbay <oded.gabbay@gmail.com>
上级 b4ec7757
...@@ -128,8 +128,6 @@ struct tile_config { ...@@ -128,8 +128,6 @@ struct tile_config {
* *
* @free_gtt_mem: Frees a buffer that was allocated on the gart aperture * @free_gtt_mem: Frees a buffer that was allocated on the gart aperture
* *
* @get_vmem_size: Retrieves (physical) size of VRAM
*
* @get_local_mem_info: Retrieves information about GPU local memory * @get_local_mem_info: Retrieves information about GPU local memory
* *
* @get_gpu_clock_counter: Retrieves GPU clock counter * @get_gpu_clock_counter: Retrieves GPU clock counter
...@@ -190,7 +188,6 @@ struct kfd2kgd_calls { ...@@ -190,7 +188,6 @@ struct kfd2kgd_calls {
void (*free_gtt_mem)(struct kgd_dev *kgd, void *mem_obj); void (*free_gtt_mem)(struct kgd_dev *kgd, void *mem_obj);
uint64_t (*get_vmem_size)(struct kgd_dev *kgd);
void (*get_local_mem_info)(struct kgd_dev *kgd, void (*get_local_mem_info)(struct kgd_dev *kgd,
struct kfd_local_mem_info *mem_info); struct kfd_local_mem_info *mem_info);
uint64_t (*get_gpu_clock_counter)(struct kgd_dev *kgd); uint64_t (*get_gpu_clock_counter)(struct kgd_dev *kgd);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册