[PATCH v2 3/9] drm/tinydrm: Rename remaining variable mipi -> dbidev

David Lechner david at lechnology.com
Mon Jul 22 20:19:29 UTC 2019


On 7/22/19 5:43 AM, Noralf Trønnes wrote:
> struct mipi_dbi is going to be split into an interface part and a display
> pipeline part. The interface part can be used by drivers that need to
> initialize the controller, but that won't upload the framebuffer over
> this interface.
> 
> tinydrm uses the variable name 'mipi' but this is not a good name since
> MIPI refers to a lot of standards. This patch changes the variable name
> to 'dbidev' where it refers to the pipeline part of struct mipi_dbi.
> 
> Cc: Eric Anholt <eric at anholt.net>
> Cc: David Lechner <david at lechnology.com>
> Reviewed-by: Sam Ravnborg <sam at ravnborg.org>
> Signed-off-by: Noralf Trønnes <noralf at tronnes.org>
> ---

Acked-by: David Lechner <david at lechnology.com>



More information about the dri-devel mailing list