On 11/23/22 16:25, Maxime Ripard wrote:
The current helper to allocate a DRM device doesn't allow for any subclassing by drivers, which is going to be troublesome as we work on getting some kunit testing on atomic modesetting code.
Let's use a similar pattern to the other allocation helpers by providing the structure size and offset as arguments.
Signed-off-by: Maxime Ripard maxime@cerno.tech
Reviewed-by: Javier Martinez Canillas javierm@redhat.com