intel_extreme: Add pipe base register

This commit is contained in:
Alexander von Gluck IV 2015-10-27 19:49:17 -05:00
parent 9e631adad6
commit 163e66f763

View File

@ -478,9 +478,10 @@ struct intel_free_graphics_memory {
#define PORT_DETECTED (1 << 2)
// planes
#define INTEL_PIPE_BASE_REGISTER (0x0000 | REGS_NORTH_PLANE_CONTROL)
#define INTEL_PIPE_ENABLED (1UL << 31)
#define INTEL_PIPE_CONTROL 0x08
#define INTEL_PIPE_STATUS 0x24
#define INTEL_PIPE_CONTROL 0x0008
#define INTEL_PIPE_STATUS 0x0024
#define INTEL_PIPE_OFFSET 0x1000
#define INTEL_DISPLAY_A_PIPE_CONTROL (0x0008 | REGS_NORTH_PLANE_CONTROL)
#define INTEL_DISPLAY_B_PIPE_CONTROL (0x1008 | REGS_NORTH_PLANE_CONTROL)