commit | 0de98709896d9c02ce3121ec3afb524253a5853f | [log] [tgz] |
---|---|---|
author | Zhou, Wenjia <zhiyuan_zhu@htc.com> | Tue Jul 04 15:47:00 2017 +0800 |
committer | Zhenyu Wang <zhenyuw@linux.intel.com> | Tue Jul 11 13:46:58 2017 +0800 |
tree | 74f0b71e56d1d016b6fffd9fec71d2932246daaa | |
parent | 7581d5ca2bb269cfc2ce2d0cb489aac513167f6b [diff] |
drm/i915/gvt: Fix a memory leak in intel_gvt_init_gtt() It will causes memory leak, if the function setup_spt_oos() fail, in the function intel_gvt_init_gtt(), which allocated by get_zeroed_page() and mapped by dma_map_page(). Unmap and free the page, after STP oos initialize fail, it will fix this issue. Signed-off-by: Zhou, Wenjia <zhiyuan_zhu@htc.com> Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>