1. 03 12月, 2010 9 次提交
  2. 18 11月, 2010 1 次提交
  3. 05 10月, 2010 1 次提交
  4. 24 9月, 2010 6 次提交
  5. 06 8月, 2010 1 次提交
  6. 26 7月, 2010 4 次提交
  7. 13 7月, 2010 7 次提交
  8. 19 5月, 2010 1 次提交
  9. 18 5月, 2010 1 次提交
    • D
      drm/fbdev: rework output polling to be back in the core. (v4) · eb1f8e4f
      Dave Airlie 提交于
      After thinking it over a lot it made more sense for the core to deal with
      the output polling especially so it can notify X.
      
      v2: drop plans for fake connector - per Michel's comments - fix X patch sent to xorg-devel, add intel polled/hpd setting, add initial nouveau polled/hpd settings.
      
      v3: add config lock take inside polling, add intel/nouveau poll init/fini calls
      
      v4: config lock was a bit agressive, only needed around connector list reading.
      otherwise it could re-enter.
      
      glisse: discard drm_helper_hpd_irq_event
      
      v3: Reviewed-by: Michel Dänzer <michel@daenzer.net>
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      eb1f8e4f
  10. 09 4月, 2010 3 次提交
  11. 07 4月, 2010 1 次提交
    • D
      drm/kms/fb: use slow work mechanism for normal hotplug also. · 4abe3520
      Dave Airlie 提交于
      a) slow work is always used now for any fbcon hotplug, as its not
         a fast task and is more suited to being ran under slow work.
      
      b) attempt to not do any fbdev changes when X is running as we'll
         just mess it up. This hooks set_par to hopefully do the changes
         once X hands control to fbdev.
      
      This also adds the nouveau/intel hotplug support.
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      4abe3520
  12. 10 3月, 2010 1 次提交
    • B
      drm/nv50: fix connector table parsing for some cards · d544d623
      Ben Skeggs 提交于
      The connector table index in the DCB entry for each output type is an
      index into the connector table, and does *not* necessarily match up
      with what was previously called "index" in the connector table entries
      themselves.
      
      Not real sure what that index is exactly, renamed to "index2" as we
      still use it to prevent creating multiple TV connectors.
      Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
      d544d623
  13. 25 2月, 2010 4 次提交