mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-25 01:20:11 +01:00
backout alanh's broken commit
This commit is contained in:
parent
7c9e19ba55
commit
2352ec9bfa
1 changed files with 2 additions and 3 deletions
|
|
@ -70,10 +70,9 @@ static void intel_sdvo_write_sdvox(struct drm_output *output, u32 val)
|
|||
int i;
|
||||
|
||||
if (sdvo_priv->output_device == SDVOB)
|
||||
bval = I915_READ(SDVOB);
|
||||
else
|
||||
cval = I915_READ(SDVOC);
|
||||
|
||||
else
|
||||
bval = I915_READ(SDVOB);
|
||||
/*
|
||||
* Write the registers twice for luck. Sometimes,
|
||||
* writing them only once doesn't appear to 'stick'.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue