Re: [PATCH 1/1] drm/tegra: Add guard to avoid double disable/enable of RGB outputs

2014-02-12 Thread Thierry Reding
On Tue, Feb 11, 2014 at 09:12:27PM +0400, Dmitry Osipenko wrote: > Add guard to check whether RGB output is already enabled in the way it's > done for HDMI output. Fixes possible hang on trying to disable output twice > (first time during driver probe and second on fb registering). > >

Re: [PATCH 1/1] drm/tegra: Add guard to avoid double disable/enable of RGB outputs

2014-02-12 Thread Thierry Reding
On Tue, Feb 11, 2014 at 09:12:27PM +0400, Dmitry Osipenko wrote: Add guard to check whether RGB output is already enabled in the way it's done for HDMI output. Fixes possible hang on trying to disable output twice (first time during driver probe and second on fb registering). Signed-off-by:

Re: [PATCH 1/1] drm/tegra: Add guard to avoid double disable/enable of RGB outputs

2014-02-11 Thread Thierry Reding
On Tue, Feb 11, 2014 at 08:13:14PM +0100, Erik Faye-Lund wrote: > On Tue, Feb 11, 2014 at 6:12 PM, Dmitry Osipenko wrote: > > Add guard to check whether RGB output is already enabled in the way it's > > done for HDMI output. Fixes possible hang on trying to disable output twice > > (first time

Re: [PATCH 1/1] drm/tegra: Add guard to avoid double disable/enable of RGB outputs

2014-02-11 Thread Dmitry Osipenko
11.02.2014 23:13, Erik Faye-Lund пишет: > On Tue, Feb 11, 2014 at 6:12 PM, Dmitry Osipenko wrote: >> Add guard to check whether RGB output is already enabled in the way it's >> done for HDMI output. Fixes possible hang on trying to disable output twice >> (first time during driver probe and

Re: [PATCH 1/1] drm/tegra: Add guard to avoid double disable/enable of RGB outputs

2014-02-11 Thread Erik Faye-Lund
On Tue, Feb 11, 2014 at 6:12 PM, Dmitry Osipenko wrote: > Add guard to check whether RGB output is already enabled in the way it's > done for HDMI output. Fixes possible hang on trying to disable output twice > (first time during driver probe and second on fb registering). > > Signed-off-by:

[PATCH 1/1] drm/tegra: Add guard to avoid double disable/enable of RGB outputs

2014-02-11 Thread Dmitry Osipenko
Add guard to check whether RGB output is already enabled in the way it's done for HDMI output. Fixes possible hang on trying to disable output twice (first time during driver probe and second on fb registering). Signed-off-by: Dmitry Osipenko --- drivers/gpu/drm/tegra/rgb.c | 11 +++ 1

[PATCH 1/1] drm/tegra: Add guard to avoid double disable/enable of RGB outputs

2014-02-11 Thread Dmitry Osipenko
Add guard to check whether RGB output is already enabled in the way it's done for HDMI output. Fixes possible hang on trying to disable output twice (first time during driver probe and second on fb registering). Signed-off-by: Dmitry Osipenko dig...@gmail.com --- drivers/gpu/drm/tegra/rgb.c | 11

Re: [PATCH 1/1] drm/tegra: Add guard to avoid double disable/enable of RGB outputs

2014-02-11 Thread Erik Faye-Lund
On Tue, Feb 11, 2014 at 6:12 PM, Dmitry Osipenko dig...@gmail.com wrote: Add guard to check whether RGB output is already enabled in the way it's done for HDMI output. Fixes possible hang on trying to disable output twice (first time during driver probe and second on fb registering).

Re: [PATCH 1/1] drm/tegra: Add guard to avoid double disable/enable of RGB outputs

2014-02-11 Thread Dmitry Osipenko
11.02.2014 23:13, Erik Faye-Lund пишет: On Tue, Feb 11, 2014 at 6:12 PM, Dmitry Osipenko dig...@gmail.com wrote: Add guard to check whether RGB output is already enabled in the way it's done for HDMI output. Fixes possible hang on trying to disable output twice (first time during driver probe

Re: [PATCH 1/1] drm/tegra: Add guard to avoid double disable/enable of RGB outputs

2014-02-11 Thread Thierry Reding
On Tue, Feb 11, 2014 at 08:13:14PM +0100, Erik Faye-Lund wrote: On Tue, Feb 11, 2014 at 6:12 PM, Dmitry Osipenko dig...@gmail.com wrote: Add guard to check whether RGB output is already enabled in the way it's done for HDMI output. Fixes possible hang on trying to disable output twice