1. 22 Jan, 2009 1 commit
    • Jesse Barnes's avatar
      drm: create mode_config idr lock · ad2563c2
      Jesse Barnes authored
      Create a separate mode_config IDR lock for simplicity.  The core DRM
      config structures (connector, mode, etc. lists) are still protected by
      the mode_config mutex, but the CRTC IDR (used for the various identifier
      IDs) is now protected by the mode_config idr_mutex.  Simplifies the
      locking a bit and removes a warning.
      
      All objects are protected by the config mutex, we may in the future,
      split the object further to have reference counts.
      Signed-off-by: default avatarJesse Barnes <jbarnes@virtuousgeek.org>
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      ad2563c2
  2. 19 Jan, 2009 1 commit
  3. 16 Jan, 2009 38 commits