DVO_ENABLE
if (!(tmp & DVO_ENABLE))
return tmp & DVO_ENABLE;
I915_WRITE(dvo_reg, temp & ~DVO_ENABLE);
I915_WRITE(dvo_reg, temp | DVO_ENABLE);