Re: [PATCH v4 4/9] drm: vkms: Rename `vkms_composer` to `vkms_frame_info`

2022-02-08 Thread Melissa Wen
On 01/21, Igor Torrente wrote: > Changes the name of this struct to a more meaningful name. > A name that represents better what this struct is about. > > Composer is the code that do the compositing of the planes. > This struct is contains information of the frame that is > being used in the outp

[PATCH v4 4/9] drm: vkms: Rename `vkms_composer` to `vkms_frame_info`

2022-01-21 Thread Igor Torrente
Changes the name of this struct to a more meaningful name. A name that represents better what this struct is about. Composer is the code that do the compositing of the planes. This struct is contains information of the frame that is being used in the output composition. Thus, vkms_frame_info is a