1. 01 7月, 2010 1 次提交
  2. 19 5月, 2010 1 次提交
  3. 18 5月, 2010 2 次提交
  4. 05 5月, 2010 1 次提交
  5. 23 4月, 2010 1 次提交
  6. 07 4月, 2010 3 次提交
    • D
      drm/kms/fb: add polling support for when nothing is connected. · 5c4426a7
      Dave Airlie 提交于
      When we are running in a headless environment we have no idea what
      output the user might plug in later, we only have hotplug detect
      from the digital outputs. So if we detect no connected outputs at
      initialisation, start a slow work operation to poll every 5 seconds
      for an output.
      
      this is only hooked up for radeon so far, on hw where we have full
      hotplug detection there is no need for this.
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      5c4426a7
    • D
      drm/kms/fb: move to using fb helper crtc grouping instead of core crtc list · 8be48d92
      Dave Airlie 提交于
      This move to using the list of crtcs in the fb helper and cleans up the
      whole picking code, now we store the crtc/connectors we want directly
      into the modeset and we use the modeset directly to set the mode.
      
      Fixes from James Simmons and Ben Skeggs.
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      8be48d92
    • D
      drm/fb: fix fbdev object model + cleanup properly. · 38651674
      Dave Airlie 提交于
      The fbdev layer in the kms code should act like a consumer of the kms services and avoid having relying on information being store in the kms core structures in order for it to work.
      
      This patch
      
      a) removes the info pointer/psuedo palette from the core drm_framebuffer structure and moves it to the fbdev helper layer, it also removes the core drm keeping a list of kernel kms fbdevs.
      b) migrated all the fb helper functions out of the crtc helper file into the fb helper file.
      c) pushed the fb probing/hotplug control into the driver
      d) makes the surface sizes into a structure for ease of passing
      This changes the intel/radeon/nouveau drivers to use the new helper.
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      38651674
  7. 31 3月, 2010 1 次提交
  8. 15 3月, 2010 2 次提交
  9. 25 2月, 2010 1 次提交
  10. 09 2月, 2010 3 次提交
  11. 05 2月, 2010 1 次提交
  12. 01 2月, 2010 1 次提交
    • D
      drm/kms/radeon: pick digitial encoders smarter. (v3) · f28cf339
      Dave Airlie 提交于
      booting a Lenovo W500 with LVDS + DP outputs showed up a TODO we had
      on our list, to pick a correct digital encoder block. The LVTMA
      encoder requires the second digital encoder, all others can use any
      encoder at all.
      
      This fixes the digital encoder selection logic to enable LVDS/DP combos
      to work okay.
      
      V2: fix silly addition of connector dig_block and cleanup the other
      places in the code that pick the encoder.
      
      V3: rename to dig_encoder and clean up further - also fix
      the picking algorithm.
      
      tested on Lenovo W500 + desktop 3650 cards.
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      f28cf339
  13. 24 1月, 2010 1 次提交
  14. 21 1月, 2010 1 次提交
  15. 08 1月, 2010 1 次提交
  16. 23 12月, 2009 1 次提交
  17. 16 12月, 2009 1 次提交
  18. 10 12月, 2009 1 次提交
  19. 08 12月, 2009 9 次提交
  20. 02 12月, 2009 6 次提交
  21. 06 11月, 2009 1 次提交