Re: [PATCH 3/4] drm/ast: Rename struct ast_private to struct ast_device

2023-02-28 Thread Javier Martinez Canillas
Thomas Zimmermann writes: > The data structure struct ast_private represents an AST device. Its > name comes from the time when it was allocated and stored separately > in struct drm_device.dev_private. The DRM device is now embedded, so > rename struct ast_private to struct ast_device. > >

[PATCH 3/4] drm/ast: Rename struct ast_private to struct ast_device

2023-02-21 Thread Thomas Zimmermann
The data structure struct ast_private represents an AST device. Its name comes from the time when it was allocated and stored separately in struct drm_device.dev_private. The DRM device is now embedded, so rename struct ast_private to struct ast_device. Signed-off-by: Thomas Zimmermann ---