mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
gpu: nvgpu: Simplify FB hub intr enable
Hard code flags for enabling and disabling FB hub interrupts. JIRA NVGPU-714 Change-Id: I806ef443cb9e27e221d407d633ca91d8fb40d075 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1769853 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
572fba2c52
commit
a801c897df
@@ -542,10 +542,8 @@ struct gpu_ops {
|
||||
int (*mem_unlock)(struct gk20a *g);
|
||||
int (*init_nvlink)(struct gk20a *g);
|
||||
int (*enable_nvlink)(struct gk20a *g);
|
||||
void (*enable_hub_intr)(struct gk20a *g, unsigned int index,
|
||||
unsigned int intr_type);
|
||||
void (*disable_hub_intr)(struct gk20a *g, unsigned int index,
|
||||
unsigned int intr_type);
|
||||
void (*enable_hub_intr)(struct gk20a *g);
|
||||
void (*disable_hub_intr)(struct gk20a *g);
|
||||
int (*init_fbpa)(struct gk20a *g);
|
||||
void (*fbpa_isr)(struct gk20a *g);
|
||||
void (*write_mmu_fault_buffer_lo_hi)(struct gk20a *g, u32 index,
|
||||
|
||||
Reference in New Issue
Block a user