1. 02 7月, 2010 3 次提交
  2. 19 6月, 2010 2 次提交
  3. 15 6月, 2010 2 次提交
  4. 05 6月, 2010 2 次提交
    • A
      drm/i915/gen4: Fix interrupt setup ordering · c496fa1f
      Adam Jackson 提交于
      Unmask, then enable interrupts, then enable interrupt sources; matches
      PCH ordering.  The old way (sources, enable, unmask) gives a window
      during which interrupt conditions would appear in ISR but would never
      reach IIR and thus never raise an IRQ.  Since interrupts only trigger
      on rising edges in ISR, this would lead to conditions where (for
      example) output hotplugging would never fire an interrupt because it
      was already stuck on in ISR.
      
      Also, since we know IIR and PIPExSTAT have been cleared during
      irq_preinstall, don't clear them again during irq_postinstall, nothing
      good can come of that.
      Signed-off-by: NAdam Jackson <ajax@redhat.com>
      Signed-off-by: NEric Anholt <eric@anholt.net>
      c496fa1f
    • D
      drm/i915: Use RSEN instead of HTPLG for tfp410 monitor detection. · f458823b
      Dave Müller 提交于
      Presence detection of a digital monitor seems not to be reliable using
      the HTPLG bit.
      
      Dave Müller <dave.mueller@gmx.ch>
      f458823b
  5. 03 6月, 2010 2 次提交
  6. 02 6月, 2010 8 次提交
  7. 01 6月, 2010 15 次提交
  8. 31 5月, 2010 6 次提交