diff options
| author | Paulo Zanoni <paulo.r.zanoni@intel.com> | 2013-02-19 02:00:27 +0400 |
|---|---|---|
| committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2013-03-05 02:14:35 +0400 |
| commit | e2debe919a859a350a542a361705a51e4567b6db (patch) | |
| tree | 7ac8d43538b3b542dac0b0f9e44a48d0334c321f /tools/perf/scripts/python | |
| parent | da1a62acd01c1fe09bc7019b36412f50a43d0e2d (diff) | |
| download | linux-e2debe919a859a350a542a361705a51e4567b6db.tar.xz | |
drm/i915: clarify confusion between SDVO and HDMI registers
Some HDMI registers can be used for SDVO, so saying "HDMIB" should be
the same as saying "SDVOB" for a given HW generation. This was not
true and led to confusions and even a regression.
Previously we had:
- SDVO{B,C} defined as the Gen3+ registers
- HDMI{B,C,D} and PCH_SDVOB defined as the PCH registers
But now:
- SDVO{B,C} became GEN3_SDVO{B,C} on SDVO code
- SDVO{B,C} became GEN4_HDMI{B,C} on HDMI code
- HDMI{B,C,D} became PCH_HDMI{B,C,D}
- PCH_SDVOB is still the same thing
v2: Rebase (v1 was sent in May 2012).
Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
