commit | 20c476010d19758e98edf0bf9192121636f910dc | [log] [tgz] |
---|---|---|
author | benjamin.gaignard@linaro.org <benjamin.gaignard@linaro.org> | Thu Jan 07 14:30:37 2016 +0100 |
committer | Vincent Abriou <vincent.abriou@st.com> | Fri Feb 26 10:03:55 2016 +0100 |
tree | 7862c887aaa1b1e6be5891aa3625607edd766817 | |
parent | 44ab4042178bd596275927ea050980aa4257581b [diff] |
drm/sti: fix potential crash in gdp In some cases last_close() could be called before sti_gdp_disable() and make kernel crash because mixer structure has been destroy. Let's gdp keep a reference on vtg to fix that (like it is already done in HQVDP) Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org> Reviewed-by: Vincent Abriou <vincent.abriou@st.com>