~ubuntu-branches/ubuntu/precise/linux-lts-quantal/precise-updates

« back to all changes in this revision

Viewing changes to drivers/gpu/drm/i915/i915_reg.h

  • Committer: Package Import Robot
  • Author(s): Luis Henriques, Luis Henriques, Tim Gardner
  • Date: 2013-02-07 12:08:38 UTC
  • Revision ID: package-import@ubuntu.com-20130207120838-8jaukepmb85dkevq
Tags: 3.5.0-24.37~precise1
[Luis Henriques]

* Release Tracking Bug
  - LP: #1118287

[ Tim Gardner ]

* [Config] CONFIG_ALX=m for x86 only
  - LP: #927782

Show diffs side-by-side

added added

removed removed

Lines of Context:
1712
1712
 
1713
1713
/* Video Data Island Packet control */
1714
1714
#define VIDEO_DIP_DATA          0x61178
 
1715
/* Read the description of VIDEO_DIP_DATA (before Haswel) or VIDEO_DIP_ECC
 
1716
 * (Haswell and newer) to see which VIDEO_DIP_DATA byte corresponds to each byte
 
1717
 * of the infoframe structure specified by CEA-861. */
 
1718
#define   VIDEO_DIP_DATA_SIZE   32
1715
1719
#define VIDEO_DIP_CTL           0x61170
1716
1720
/* Pre HSW: */
1717
1721
#define   VIDEO_DIP_ENABLE              (1 << 31)
3187
3191
#define _PFA_CTL_1               0x68080
3188
3192
#define _PFB_CTL_1               0x68880
3189
3193
#define  PF_ENABLE              (1<<31)
 
3194
#define  PF_PIPE_SEL_MASK_IVB   (3<<29)
 
3195
#define  PF_PIPE_SEL_IVB(pipe)  ((pipe)<<29)
3190
3196
#define  PF_FILTER_MASK         (3<<23)
3191
3197
#define  PF_FILTER_PROGRAMMED   (0<<23)
3192
3198
#define  PF_FILTER_MED_3x3      (1<<23)