dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] radeon_asic header cleanup, part 2
@ 2010-11-28 18:06 Daniel Vetter
  2010-11-28 18:06 ` [PATCH 1/7] radeon: consolidate asic-specific function decls for pre-r600 Daniel Vetter
                   ` (6 more replies)
  0 siblings, 7 replies; 15+ messages in thread
From: Daniel Vetter @ 2010-11-28 18:06 UTC (permalink / raw)
  To: dri-devel; +Cc: Daniel Vetter

Hi all,

This is the second part of the header cleanup I've done a few months back
(already merged way back then). Somehow my wish-fairy let me down and this
didn't happen on it's own ;)

I've tacked two let's-kill-some-indirection patches on top of it.

As usual, tested on my agp rv570. Comments highly welcome.

Please review and consider merging for -next - I'm hoping this is a
convenient for cleanups like this after most in-flight stuff has landed in
-next.

Cheers, Daniel

Daniel Vetter (7):
  radeon: consolidate asic-specific function decls for pre-r600
  radeon: consolidate asic-specific function decls for r600 & later
  radeon: drop extern from function decls
  radeon: kill decls for inline functions
  radeon: move blit functions to radeon_asic.h
  radeon: kill r100_io_(r|w)reg
  radeon: kill rdev->pciep_(r|w)reg

 drivers/gpu/drm/radeon/r300.c          |    3 +-
 drivers/gpu/drm/radeon/r600.c          |    8 -
 drivers/gpu/drm/radeon/r600_audio.c    |    1 +
 drivers/gpu/drm/radeon/r600_hdmi.c     |    1 +
 drivers/gpu/drm/radeon/radeon.h        |  165 +---------------------
 drivers/gpu/drm/radeon/radeon_asic.c   |    6 -
 drivers/gpu/drm/radeon/radeon_asic.h   |  243 ++++++++++++++++++++++----------
 drivers/gpu/drm/radeon/radeon_device.c |   16 ++-
 8 files changed, 193 insertions(+), 250 deletions(-)

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2010-11-29 15:43 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-28 18:06 [PATCH 0/7] radeon_asic header cleanup, part 2 Daniel Vetter
2010-11-28 18:06 ` [PATCH 1/7] radeon: consolidate asic-specific function decls for pre-r600 Daniel Vetter
2010-11-29 15:29   ` Alex Deucher
2010-11-28 18:06 ` [PATCH 2/7] radeon: consolidate asic-specific function decls for r600 & later Daniel Vetter
2010-11-29 15:34   ` Alex Deucher
2010-11-28 18:06 ` [PATCH 3/7] radeon: drop extern from function decls Daniel Vetter
2010-11-29 15:36   ` Alex Deucher
2010-11-28 18:06 ` [PATCH 4/7] radeon: kill decls for inline functions Daniel Vetter
2010-11-29 15:37   ` Alex Deucher
2010-11-28 18:06 ` [PATCH 5/7] radeon: move blit functions to radeon_asic.h Daniel Vetter
2010-11-29 15:37   ` Alex Deucher
2010-11-28 18:06 ` [PATCH 6/7] radeon: kill r100_io_(r|w)reg Daniel Vetter
2010-11-29 15:40   ` Alex Deucher
2010-11-28 18:06 ` [PATCH 7/7] radeon: kill rdev->pciep_(r|w)reg Daniel Vetter
2010-11-29 15:43   ` Alex Deucher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).