commit | 4b71a570f2a7ace7bc3eef3ea7c261aa7db32674 | [log] [tgz] |
---|---|---|
author | Paulo Zanoni <paulo.r.zanoni@intel.com> | Fri Mar 22 14:19:21 2013 -0300 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Sat Mar 23 13:32:56 2013 +0100 |
tree | 179524b6ea56a5648306a43beea187f45fa9a58b | |
parent | ad1c0b1974c31f16407f983b7e6ea3511ec2a726 [diff] |
drm/i915: fix DSPADDR Gen check The first version of commit "drm/i915: there's no DSPADDR register on Haswell" added 2 "!IS_HASWELL" checks. When reviewing the patch, Ben suggested to make these checks more future-proof, so when Daniel applied the patch he fixed the first check but not the second. This commit makes the second check also "future-proof". Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>