On 2018-07-20 05:14 PM, Alexandru Gheorghe wrote:
> Drivers that subclass drm_plane need to copy the logic for linking the
> drm_plane with its state and to initialize core properties to their
> default values. E.g (alpha and rotation)
>
> Having a helper to reset the plane_state makes sense becau
Drivers that subclass drm_plane need to copy the logic for linking the
drm_plane with its state and to initialize core properties to their
default values. E.g (alpha and rotation)
Having a helper to reset the plane_state makes sense because of multiple
reasons:
1. Eliminate code duplication.
2. Ad