Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1ff036dc authored by Jay Cornwall's avatar Jay Cornwall Committed by Oded Gabbay
Browse files

drm/radeon: Remove initialization of shared_resources.num_mec



Dead code.

Change-Id: I2383e0b541ed55288570b6a0ec8a0d49cdd4df89
Signed-off-by: default avatarJay Cornwall <Jay.Cornwall@amd.com>
Reviewed-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: default avatarOded Gabbay <oded.gabbay@gmail.com>
parent 13c4a2c7
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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
		};