Re: [PATCH v2 0/2] drm: Make some resolution info unsigned

2025-04-01 Thread Thomas Zimmermann
Hi Reviewed-by: Thomas Zimmermann for the series. Best regards Thomas Am 01.04.25 um 00:23 schrieb Lyude Paul: 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

[PATCH v2 0/2] drm: Make some resolution info unsigned

2025-03-31 Thread Lyude Paul
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 Rust has arithematic overflow checking by default in the kernel, let's change these to unsigned so