diff options
author | Eric Anholt <eric@anholt.net> | 2007-03-20 23:58:48 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2007-03-20 23:58:48 -0700 |
commit | 3e9ec78b4f54defb9986e11e6f2ac3475755849d (patch) | |
tree | 17d4283709d739848b52eb05cd154be512e7fb79 /src/i810_reg.h | |
parent | a50009604152bf9237c40bd098b3b1da3d018929 (diff) |
Set the panel fitter to the right pipe on Crestline.
Diffstat (limited to 'src/i810_reg.h')
-rw-r--r-- | src/i810_reg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/i810_reg.h b/src/i810_reg.h index e4bebafa..eaa8bb52 100644 --- a/src/i810_reg.h +++ b/src/i810_reg.h @@ -830,6 +830,8 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #define PFIT_CONTROL 0x61230 # define PFIT_ENABLE (1 << 31) +# define PFIT_PIPE_MASK (3 << 29) +# define PFIT_PIPE_SHIFT 29 # define VERT_INTERP_DISABLE (0 << 10) # define VERT_INTERP_BILINEAR (1 << 10) # define VERT_INTERP_MASK (3 << 10) |