DVO_ENABLE
if (!(tmp & DVO_ENABLE))
return tmp & DVO_ENABLE;
intel_de_rmw(display, DVO(port), DVO_ENABLE, 0);
intel_de_rmw(display, DVO(port), 0, DVO_ENABLE);