diff options
| author | Thomas Gleixner <[email protected]> | 2020-06-11 15:17:57 +0200 | 
|---|---|---|
| committer | Thomas Gleixner <[email protected]> | 2020-06-11 15:17:57 +0200 | 
| commit | f77d26a9fc525286bcef3d4f98b52e17482cf49c (patch) | |
| tree | 6b179c9aa84787773cb601a14a64255e2912154b /drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h | |
| parent | b6bea24d41519e8c31e4798f1c1a3f67e540c5d0 (diff) | |
| parent | f0178fc01fe46bab6a95415f5647d1a74efcad1b (diff) | |
Merge branch 'x86/entry' into ras/core
to fixup conflicts in arch/x86/kernel/cpu/mce/core.c so MCE specific follow
up patches can be applied without creating a horrible merge conflict
afterwards.
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h | 8 | 
1 files changed, 1 insertions, 7 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h index 5825692d07e4..d43c11671a38 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h @@ -103,7 +103,6 @@ struct amdgpu_kiq {  	struct amdgpu_ring	ring;  	struct amdgpu_irq_src	irq;  	const struct kiq_pm4_funcs *pmf; -	uint32_t			reg_val_offs;  };  /* @@ -286,13 +285,8 @@ struct amdgpu_gfx {  	bool				me_fw_write_wait;  	bool				cp_fw_write_wait;  	struct amdgpu_ring		gfx_ring[AMDGPU_MAX_GFX_RINGS]; -	struct drm_gpu_scheduler	*gfx_sched[AMDGPU_MAX_GFX_RINGS]; -	uint32_t			num_gfx_sched;  	unsigned			num_gfx_rings;  	struct amdgpu_ring		compute_ring[AMDGPU_MAX_COMPUTE_RINGS]; -	struct drm_gpu_scheduler        **compute_prio_sched[AMDGPU_GFX_PIPE_PRIO_MAX]; -	struct drm_gpu_scheduler	*compute_sched[AMDGPU_MAX_COMPUTE_RINGS]; -	uint32_t                        num_compute_sched[AMDGPU_GFX_PIPE_PRIO_MAX];  	unsigned			num_compute_rings;  	struct amdgpu_irq_src		eop_irq;  	struct amdgpu_irq_src		priv_reg_irq; @@ -370,7 +364,7 @@ void amdgpu_gfx_graphics_queue_acquire(struct amdgpu_device *adev);  int amdgpu_gfx_mec_queue_to_bit(struct amdgpu_device *adev, int mec,  				int pipe, int queue); -void amdgpu_gfx_bit_to_mec_queue(struct amdgpu_device *adev, int bit, +void amdgpu_queue_mask_bit_to_mec_queue(struct amdgpu_device *adev, int bit,  				 int *mec, int *pipe, int *queue);  bool amdgpu_gfx_is_mec_queue_enabled(struct amdgpu_device *adev, int mec,  				     int pipe, int queue);  |