mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
Revert: GV11B runlist preemption patches
This reverts commit2d397e34a5. This reverts commitcd6e821cf6. This reverts commit5cf1eb145f. This reverts commita8d6f31bde. This reverts commit067ddbc4e4. This reverts commit3eede64de0. This reverts commit1407133b7e. This reverts commit797dde3e32. Looks like this makes the ap_compute test on embedded-qnx-hv e3550-t194 quite bad. Might also affect ap_resmgr. Signed-off-by: Alex Waterman <alexw@nvidia.com> Change-Id: Ib9f06514d554d1a67993f0f2bd3d180147385e0a Reviewed-on: https://git-master.nvidia.com/r/1761864 Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> GVS: Gerrit_Virtual_Submit
This commit is contained in:
@@ -662,9 +662,9 @@ struct gpu_ops {
|
||||
struct ch_state *ch_state);
|
||||
u32 (*intr_0_error_mask)(struct gk20a *g);
|
||||
int (*is_preempt_pending)(struct gk20a *g, u32 id,
|
||||
unsigned int id_type);
|
||||
unsigned int id_type, unsigned int timeout_rc_type);
|
||||
int (*preempt_ch_tsg)(struct gk20a *g, u32 id,
|
||||
unsigned int id_type);
|
||||
unsigned int id_type, unsigned int timeout_rc_type);
|
||||
void (*init_pbdma_intr_descs)(struct fifo_gk20a *f);
|
||||
int (*reset_enable_hw)(struct gk20a *g);
|
||||
int (*setup_userd)(struct channel_gk20a *c);
|
||||
@@ -1109,7 +1109,7 @@ struct gpu_ops {
|
||||
bool (*is_intr_hub_pending)(struct gk20a *g, u32 mc_intr);
|
||||
bool (*is_intr_nvlink_pending)(struct gk20a *g, u32 mc_intr);
|
||||
bool (*is_stall_and_eng_intr_pending)(struct gk20a *g,
|
||||
u32 act_eng_id, u32 *eng_intr_pending);
|
||||
u32 act_eng_id);
|
||||
u32 (*intr_stall)(struct gk20a *g);
|
||||
void (*intr_stall_pause)(struct gk20a *g);
|
||||
void (*intr_stall_resume)(struct gk20a *g);
|
||||
|
||||
Reference in New Issue
Block a user