Message ID | 20250325212823.669459-1-lyude@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | drm: Make some resolution info unsigned | expand |
On Tue, 25 Mar 2025 17:27:03 -0400, Lyude Paul wrote: > During the review of some of my patches for KMS bindings in Rust, it was > pointed out we have some areas of DRM that are storing resolutions as > signed integers when it doesn't really make sense. Since there's no real > usecase for this and it's a bit more obvious when writing rust code then > it is in C, let's fix this. > > [ ... ] Reviewed-by: Maxime Ripard <mripard@kernel.org> Thanks! Maxime