From 120c854f185c1e7711cf0dee19303fdb8894d49d Mon Sep 17 00:00:00 2001 From: Roland Scheidegger Date: Fri, 8 Dec 2006 02:51:52 +0100 Subject: radeon: avoid unnecessary OUTPLL/INPLL calls when displaying video It is not necessary to always emit a OUTPLL/INPLL pair when we display a video frame. On some chips there are erratas for which the workarounds cause a 10ms delay by those calls. This is related to #5876 though those affected may suffer from other slowness issues too. --- src/radeon_video.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/radeon_video.h') diff --git a/src/radeon_video.h b/src/radeon_video.h index 4b97d51b..b6d5d2d9 100644 --- a/src/radeon_video.h +++ b/src/radeon_video.h @@ -22,7 +22,6 @@ typedef struct { int red_intensity; int green_intensity; int blue_intensity; - int ecp_div; /* overlay composition mode */ int alpha_mode; /* 0 = key mode, 1 = global mode */ -- cgit v1.2.3