On Thu, Oct 04, 2018 at 10:24:44PM +0200, Daniel Vetter wrote:
> Didn't get updated in a rework of the original patch.

Oops.  Thanks for fixing,

>  /**
>   * drm_driver_legacy_fb_format - compute drm fourcc code from legacy 
> description
> + * @dev: DRM device
>   * @bpp: bits per pixels
>   * @depth: bit depth per pixel
> - * @native: use host native byte order
>   *
>   * Computes a drm fourcc pixel format code for the given @bpp/@depth values.
>   * Unlike drm_mode_legacy_fb_format() this looks at the drivers mode_config,
> - * and depending on the quirk_addfb_prefer_host_byte_order flag it returns
> - * little endian byte order or host byte order framebuffer formats.
> + * and depending on the &drm_mode_config.quirk_addfb_prefer_host_byte_order 
> flag
> + * it returns little endian byte order or host byte order framebuffer 
> formats.
>   */

Reviewed-by: Gerd Hoffmann <kra...@redhat.com>

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to