[PATCH v2 2/9] drm/tinydrm: Rename variable mipi -> dbi

David Lechner david at lechnology.com
Mon Jul 22 20:19:04 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 'dbi' where it refers to the interface part of struct mipi_dbi.
> 
> Functions that use both future parts will have both variables temporarily
> pointing to the same structure.
> 
> 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