mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 18:16:01 +03:00
gpu: nvgpu: Add new pbdma hal for nvgpu_next
This is adding new pbdma hal for nvgpu_next. JIRA NVGPU_5534 Change-Id: I4b9e235d085710cad684b6feb48928705e73169b Signed-off-by: Dinesh <dt@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2371389 Reviewed-by: automaticguardword <automaticguardword@nvidia.com> Reviewed-by: Deepak Nibade <dnibade@nvidia.com> Reviewed-by: Vaibhav Kachore <vkachore@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> GVS: Gerrit_Virtual_Submit Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
@@ -53,6 +53,8 @@ struct gops_pbdma {
|
|||||||
bool (*handle_intr)(struct gk20a *g, u32 pbdma_id,
|
bool (*handle_intr)(struct gk20a *g, u32 pbdma_id,
|
||||||
u32 *error_notifier,
|
u32 *error_notifier,
|
||||||
struct nvgpu_pbdma_status_info *pbdma_status);
|
struct nvgpu_pbdma_status_info *pbdma_status);
|
||||||
|
u32 (*set_clear_intr_offsets) (struct gk20a *g,
|
||||||
|
u32 set_clear_size);
|
||||||
u32 (*get_signature)(struct gk20a *g);
|
u32 (*get_signature)(struct gk20a *g);
|
||||||
u32 (*acquire_val)(u64 timeout);
|
u32 (*acquire_val)(u64 timeout);
|
||||||
u32 (*read_data)(struct gk20a *g, u32 pbdma_id);
|
u32 (*read_data)(struct gk20a *g, u32 pbdma_id);
|
||||||
|
|||||||
Reference in New Issue
Block a user