drm/tegra: dsi: Make FIFO depths host parameters
authorThierry Reding <treding@nvidia.com>
Wed, 6 Aug 2014 07:14:28 +0000 (09:14 +0200)
committerThierry Reding <treding@nvidia.com>
Thu, 13 Nov 2014 15:12:07 +0000 (16:12 +0100)
Rather than hardcoding them as macros, make the host and video FIFO
depths parameters so that they can be more easily adjusted if a new
generation of the Tegra SoC changes them.

While at it, set the depth of the video FIFO to the correct value of
1920 *words* rather than *bytes*.

Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/tegra/dsi.c

Simple merge