[Intel-gfx] [PATCH 3/3] drm/i915/tv: Fix modeset flickering introduced in 7f58aabc3

Jesse Barnes jbarnes at virtuousgeek.org
Tue Apr 12 17:16:12 CEST 2011


On Tue, 12 Apr 2011 06:51:39 +0100
Chris Wilson <chris at chris-wilson.co.uk> wrote:

> From: Sitsofe Wheeler <sitsofe at yahoo.com>
> 
> The tidy ups in 7f58aabc369014fda3a4a33604ba0a1b63b941ac ("drm/i915:
> cleanup per-pipe reg usage") changed intel_crtc->plane to intel_crtc->pipe in
> intel_tv_mode_set(). This caused the screen to quickly turn off before
> returning whenever modesetting/mode probing took place on my 915GM EeePC
> 900 creating a flickering effect. This patch changes intel_crtc->pipe back
> to intel_crtc->plane which solves the problem for me.
> 
> References: https://bugs.freedesktop.org/show_bug.cgi?id=35903
> Signed-off-by: Sitsofe Wheeler <sitsofe at yahoo.com>
> Cc: Jesse Barnes <jbarnes at virtuousgeek.org>
> Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>
> ---
>  drivers/gpu/drm/i915/intel_tv.c |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)

Doh!  Thanks Sitsofe.

Humbly-acked-by: Jesse Barnes <jbarnes at virtuousgeek.org>



More information about the Intel-gfx mailing list