1. 19 3月, 2006 1 次提交
  2. 10 1月, 2006 1 次提交
    • D
      drm: fix radeon warnings on 64-bit · f8e0f290
      Dave Airlie 提交于
      From: Andrew Morton <akpm@osdl.org>
      
      drivers/char/drm/radeon_state.c: In function `radeon_cp_dispatch_texture':
      drivers/char/drm/radeon_state.c:1653: warning: int format, different type arg
      (arg 3)
      drivers/char/drm/radeon_state.c:1661: warning: int format, different type arg
      (arg 3)
      drivers/char/drm/radeon_state.c:1689: warning: int format, different type arg
      (arg 3)
      
      sizeof() doesn't return an int.
      
      Cc: Dave Airlie <airlied@linux.ie>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NDave Airlie <airlied@linux.ie>
      f8e0f290
  3. 02 1月, 2006 2 次提交
  4. 10 11月, 2005 1 次提交
    • D
      drm: rename driver hooks more understandably · 22eae947
      Dave Airlie 提交于
      Rename the driver hooks in the DRM to something a little more understandable:
      preinit         ->      load
      postinit        ->      (removed)
      presetup        ->      firstopen
      postsetup       ->      (removed)
      open_helper     ->      open
      prerelease      ->      preclose
      free_filp_priv  ->      postclose
      pretakedown     ->      lastclose
      postcleanup     ->      unload
      release         ->      reclaim_buffers_locked
      version         ->      (removed)
      
      postinit and version were replaced with generic code in the Linux DRM (drivers
      now set their version numbers and description in the driver structure, like on
      BSD).  postsetup wasn't used at all.  Fixes the savage hooks for
      initializing and tearing down mappings at the right times.  Testing involved at
      least starting X, running glxgears, killing glxgears, exiting X, and repeating.
      
      Tested on:      FreeBSD (g200, g400, r200, r128)
                      Linux (r200, savage4)
      
      From: Eric Anholt <anholt@freebsd.org>
      Signed-off-by: NDave Airlie <airlied@linux.ie>
      22eae947
  5. 30 9月, 2005 1 次提交
  6. 25 9月, 2005 2 次提交
  7. 11 9月, 2005 2 次提交
  8. 20 8月, 2005 1 次提交
  9. 16 8月, 2005 1 次提交
  10. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4