[PATCH 03/17] drm/tegra: dsi: Make FIFO depths host parameters

2014-11-04 Thread Thierry Reding
On Mon, Nov 03, 2014 at 12:20:24PM -0500, Sean Paul wrote: > On Mon, Nov 3, 2014 at 4:27 AM, Thierry Reding > wrote: > > From: Thierry Reding > > > > 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 > >

[PATCH 03/17] drm/tegra: dsi: Make FIFO depths host parameters

2014-11-03 Thread Sean Paul
On Mon, Nov 3, 2014 at 4:27 AM, Thierry Reding wrote: > From: Thierry Reding > > 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. > > Signed-off-by: Thierry

[PATCH 03/17] drm/tegra: dsi: Make FIFO depths host parameters

2014-11-03 Thread Thierry Reding
From: Thierry Reding 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. Signed-off-by: Thierry Reding --- drivers/gpu/drm/tegra/dsi.c | 10