#ifndef __INTEL_DISPLAY_REG_DEFS_H__
#define __INTEL_DISPLAY_REG_DEFS_H__
#include "i915_reg_defs.h"
#define DISPLAY_MMIO_BASE(dev_priv) …
#define VLV_DISPLAY_BASE …
#define _PIPE(pipe, a, b) …
#define _PLANE(plane, a, b) …
#define _TRANS(tran, a, b) …
#define _PORT(port, a, b) …
#define _PLL(pll, a, b) …
#define _PHY(phy, a, b) …
#define _MMIO_PIPE(pipe, a, b) …
#define _MMIO_PLANE(plane, a, b) …
#define _MMIO_TRANS(tran, a, b) …
#define _MMIO_PORT(port, a, b) …
#define _MMIO_PLL(pll, a, b) …
#define _MMIO_PHY(phy, a, b) …
#define _MMIO_BASE_PIPE3(base, pipe, a, b, c) …
#define _MMIO_BASE_PORT3(base, pipe, a, b, c) …
#define _MMIO_PIPE2(display, pipe, reg) …
#define _MMIO_TRANS2(display, tran, reg) …
#define _MMIO_CURSOR2(display, pipe, reg) …
#endif