Displaying 2 results from an estimated 2 matches for "1e613f3c630c".
2019 May 21
2
[PATCH 1/1] drm/bochs: Fix connector leak during driver unload
...e crtc enabled state in drm_atomic_remove_fb, v2.")
Fixes: 6579c39594ae ("drm/bochs: atomic: switch planes to atomic, wire up helpers.")
Signed-off-by: Sam Bobroff <sbobroff at linux.ibm.com>
---
Hello,
This seems to be similar to an issue I recently fixed for the AST driver:
1e613f3c630c ("drm/ast: Fix connector leak during driver unload")
Which is similar to at least one other recent fix:
192b4af6cd28 ("drm/tegra: Shutdown on driver unbind")
The fix seems to be the same, but this time I've tried to dig a little deeper
and use an appropriate Fixes tag to as...
2019 May 21
2
[PATCH 1/1] drm/bochs: Fix connector leak during driver unload
...e crtc enabled state in drm_atomic_remove_fb, v2.")
Fixes: 6579c39594ae ("drm/bochs: atomic: switch planes to atomic, wire up helpers.")
Signed-off-by: Sam Bobroff <sbobroff at linux.ibm.com>
---
Hello,
This seems to be similar to an issue I recently fixed for the AST driver:
1e613f3c630c ("drm/ast: Fix connector leak during driver unload")
Which is similar to at least one other recent fix:
192b4af6cd28 ("drm/tegra: Shutdown on driver unbind")
The fix seems to be the same, but this time I've tried to dig a little deeper
and use an appropriate Fixes tag to as...