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

Commit b824b364 authored by Alex Deucher's avatar Alex Deucher Committed by Dave Airlie
Browse files

drm/radeon/kms: add back missing break in info ioctl



This seems to have gotten lost in the hyper-z merge.

Noticed by legume on IRC.

Signed-off-by: default avatarAlex Deucher <alexdeucher@gmail.com>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent da7be684
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -161,6 +161,7 @@ int radeon_info_ioctl(struct drm_device *dev, void *data, struct drm_file *filp)
			DRM_DEBUG_KMS("tiling config is r6xx+ only!\n");
			DRM_DEBUG_KMS("tiling config is r6xx+ only!\n");
			return -EINVAL;
			return -EINVAL;
		}
		}
		break;
	case RADEON_INFO_WANT_HYPERZ:
	case RADEON_INFO_WANT_HYPERZ:
		/* The "value" here is both an input and output parameter.
		/* The "value" here is both an input and output parameter.
		 * If the input value is 1, filp requests hyper-z access.
		 * If the input value is 1, filp requests hyper-z access.