commit | 4cbfa1e6c09e98450aab3240e5119b0ab2c9795b | [log] [tgz] |
---|---|---|
author | Thomas Hellstrom <thellstrom@vmware.com> | Mon Jan 28 10:31:33 2019 +0100 |
committer | Thomas Hellstrom <thellstrom@vmware.com> | Tue Feb 05 13:54:21 2019 +0100 |
tree | ca0c434a7697e4c2bf7158772b75a06ddf889f03 | |
parent | 479d59026fe44f89fa67efa01a4d47e00808e688 [diff] |
drm/vmwgfx: Fix setting of dma masks Previously we set only the dma mask and not the coherent mask. Fix that. Also, for clarity, make sure both are initially set to 64 bits. Cc: <stable@vger.kernel.org> Fixes: 0d00c488f3de: ("drm/vmwgfx: Fix the driver for large dma addresses") Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> Reviewed-by: Deepak Rawat <drawat@vmware.com>