commit | 7cf321d118a825c1541b43ca45294126fd474efa | [log] [tgz] |
---|---|---|
author | Dave Airlie <airlied@redhat.com> | Mon Oct 24 15:37:48 2016 +1000 |
committer | Dave Airlie <airlied@redhat.com> | Wed Oct 26 16:48:01 2016 +1000 |
tree | b9e21afa3815a4609610b16c6ae8402f363fb804 | |
parent | 8ef4227615e158faa4ee85a1d6466782f7e22f2f [diff] |
drm/drivers: add support for using the arch wc mapping API. This fixes a regression in all these drivers since the cache mode tracking was fixed for mixed mappings. It uses the new arch API to add the VRAM range to the PAT mapping tracking tables. Fixes: 87744ab3832 (mm: fix cache mode tracking in vm_insert_mixed()) Reviewed-by: Christian König <christian.koenig@amd.com>. Signed-off-by: Dave Airlie <airlied@redhat.com>