Displaying 2 results from an estimated 2 matches for "f22973ea".
Did you mean:
f22737ea
2025 Jan 06
1
[PATCH v2 0/5] drm/connector: make mode_valid() callback accept const mode pointer
...We seem to lack an Acked-by for amdgpu though?
Maxime
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 273 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20250106/f22973ea/attachment.sig>
2025 Jan 05
3
[PATCH v2 0/5] drm/connector: make mode_valid() callback accept const mode pointer
On Sat, Dec 14, 2024 at 03:37:04PM +0200, Dmitry Baryshkov wrote:
> While working on the generic mode_valid() implementation for the HDMI
> Connector framework I noticed that unlike other DRM objects
> drm_connector accepts non-const pointer to struct drm_display_mode,
> while obviously mode_valid() isn't expected to modify the argument.
>
> Mass-change the DRM framework