drm/radeon: Remove initialization of shared_resources.num_mec
Dead code. Change-Id: I2383e0b541ed55288570b6a0ec8a0d49cdd4df89 Signed-off-by: Jay Cornwall <Jay.Cornwall@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
This commit is contained in:
parent
13c4a2c78e
commit
1ff036dc39
@ -184,7 +184,6 @@ void radeon_kfd_device_init(struct radeon_device *rdev)
|
||||
if (rdev->kfd) {
|
||||
struct kgd2kfd_shared_resources gpu_resources = {
|
||||
.compute_vmid_bitmap = 0xFF00,
|
||||
.num_mec = 1,
|
||||
.num_pipe_per_mec = 4,
|
||||
.num_queue_per_pipe = 8
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user