mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 02:00:12 +01:00
vmware/xorg: Also stop ports on close
This commit is contained in:
parent
124f4bc977
commit
6f1db18f14
1 changed files with 2 additions and 1 deletions
|
|
@ -346,7 +346,8 @@ vmw_video_close(ScrnInfoPtr pScrn, struct vmw_driver *vmw)
|
|||
return TRUE;
|
||||
|
||||
for (i = 0; i < VMWARE_VID_NUM_PORTS; ++i) {
|
||||
vmw_video_port_cleanup(pScrn, &video->port[i]);
|
||||
/* make sure the port is stoped as well */
|
||||
vmw_xv_stop_video(pScrn, &video->port[i], TRUE);
|
||||
}
|
||||
|
||||
/* XXX: I'm sure this function is missing code for turning off Xv */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue