[PATCH 3/3] drm/lease: look at ->universal_planes only once
Keith Packard
keithp at keithp.com
Fri Nov 2 15:04:32 UTC 2018
Daniel Vetter <daniel.vetter at ffwll.ch> writes:
> @@ -359,7 +359,8 @@ void drm_lease_revoke(struct drm_master *top)
> static int validate_lease(struct drm_device *dev,
> struct drm_file *lessor_priv,
> int object_count,
> - struct drm_mode_object **objects)
> + struct drm_mode_object **objects,
> + bool universal_planes)
It looks like you can remove the lessor_priv argument here, which would
ensure that we didn't reference any fields in it in the future.
--
-keith
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 832 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20181102/c993bafb/attachment.sig>
More information about the dri-devel
mailing list