commit | 023f807989f4d6a076258f4efe6d1da0d7aaeb29 | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed Jul 19 12:00:43 2017 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed Jul 19 14:04:03 2017 +0200 |
tree | 1ca4a5c1ca66ef275a0f6735b74153e1ee126158 | |
parent | 54d20ed1fff23c7d2633f01fc788111bf9c51c5d [diff] |
drm/i915: More stolen quirking I've found a bios with an off-by-one at the other end. There's a pnp reservation for 0xc5400000-0xc7fffffe and we want stolen in 0xc6000000 through 0xc8000000. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=99872 Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=98683 Cc: Martin Peres <martin.peres@linux.intel.com> Reviewed-by: Martin Peres <martin.peres@linux.intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20170719100043.30851-1-daniel.vetter@ffwll.ch