linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [git pull] DRM driver updates
@ 2006-06-24  7:52 Dave Airlie
  2006-06-24 21:41 ` Linus Torvalds
  0 siblings, 1 reply; 3+ messages in thread
From: Dave Airlie @ 2006-06-24  7:52 UTC (permalink / raw)
  To: torvalds, Andrew Morton; +Cc: linux-kernel


Hi Linus,
 	Can you please pull the 'drm-patches' branch from:
git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git

It contains just driver updates from DRM CVS for i915 and radeon.

Dave.

  drivers/char/drm/i915_dma.c     |    4 ++
  drivers/char/drm/i915_drm.h     |   13 +++++++
  drivers/char/drm/i915_drv.h     |    6 +++
  drivers/char/drm/i915_irq.c     |   69 +++++++++++++++++++++++++++++++++++++--
  drivers/char/drm/radeon_cp.c    |    6 ++-
  drivers/char/drm/radeon_drm.h   |    7 +++-
  drivers/char/drm/radeon_drv.h   |   10 +++++-
  drivers/char/drm/radeon_state.c |   39 +++++++++++++++++++++-
  8 files changed, 142 insertions(+), 12 deletions(-)

commit c499aeb08cb24bed60e5bfc80720597bcf1a720d
Author: Dave Airlie <airlied@linux.ie>
Date:   Sat Jun 24 17:37:48 2006 +1000

     drm: radeon constify radeon microcode

     From: Tilman (DRM CVS)
     Signed-off-by: Dave Airlie <airlied@linux.ie>

commit 702880f24373dfb31edb0bcd997ff924d07decc3
Author: Dave Airlie <airlied@linux.ie>
Date:   Sat Jun 24 17:07:34 2006 +1000

     Add i915 ioctls to configure pipes for vblank interrupt.

     i915 vblanks can be generated from either pipe a or b, however a disabled
     pipe generates no interrupts. This change allows the X server to select
     which pipe generates vblank interrupts.

     From: Keith Packard <keith.packard@intel.com> via DRM CVS
     Signed-off-by: Dave Airlie <airlied@linux.ie>

commit d6fece051a4ef330922bfafb9d64e3e133e3a8a6
Author: Dave Airlie <airlied@linux.ie>
Date:   Sat Jun 24 17:04:07 2006 +1000

     drm: update radeon to 1.25 add r200 vertex program support

     Add support for r200 vertex programs (R200_EMIT_VAP_PVS_CNTL, and new
     packet type for making it possible to address whole tcl vector space
     and have a larger count)

     From: Roland Scheidegger (DRM CVS)
     Signed-off-by: Dave Airlie <airlied@linux.ie>

commit f2a2279ffc0dfd27f6909184a29910e40ae7eebd
Author: Dave Airlie <airlied@linux.ie>
Date:   Sat Jun 24 16:55:34 2006 +1000

     drm: radeon add a tcl state flush before accessing tcl vector space

     Do a tcl state flush before accessing tcl vector space. This fixes some
     more problems with flickering (bug #6637). drm may not be appropriate
     place for this, since doing that flush there might both be overkill and
     insufficient in some cases. However, it's hard to figure out when that
     flush is needed, so this has to suffice. There does not seem to be a
     performance penalty associated with it.

     From: Roland Scheidegger (DRM CVS)
     Signed-off-by: Dave Airlie <airlied@linux.ie>

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

* Re: [git pull] DRM driver updates
  2006-06-24  7:52 [git pull] DRM driver updates Dave Airlie
@ 2006-06-24 21:41 ` Linus Torvalds
  2006-06-24 23:42   ` Dave Airlie
  0 siblings, 1 reply; 3+ messages in thread
From: Linus Torvalds @ 2006-06-24 21:41 UTC (permalink / raw)
  To: Dave Airlie; +Cc: Andrew Morton, linux-kernel



On Sat, 24 Jun 2006, Dave Airlie wrote:
> 
> commit c499aeb08cb24bed60e5bfc80720597bcf1a720d
> Author: Dave Airlie <airlied@linux.ie>
> Date:   Sat Jun 24 17:37:48 2006 +1000
> 
>     drm: radeon constify radeon microcode
> 
>     From: Tilman (DRM CVS)
>     Signed-off-by: Dave Airlie <airlied@linux.ie>

Your commits have the authorship information, but it's in a bad format, 
and whatever tools you've used to turn them into git don't turn it into 
git authorship.

Please please fix.

And doggone, if you're really using CVS for DRM maintenance, hit somebody 
with a clue-stick already ;)

		Linus

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

* Re: [git pull] DRM driver updates
  2006-06-24 21:41 ` Linus Torvalds
@ 2006-06-24 23:42   ` Dave Airlie
  0 siblings, 0 replies; 3+ messages in thread
From: Dave Airlie @ 2006-06-24 23:42 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Andrew Morton, linux-kernel


>>     From: Tilman (DRM CVS)
>>     Signed-off-by: Dave Airlie <airlied@linux.ie>
>
> Your commits have the authorship information, but it's in a bad format,
> and whatever tools you've used to turn them into git don't turn it into
> git authorship.

I know, I'm moving DRM CVS to a DRM GIT quite soon, it just hasn't 
happened yet, once I do that we should get proper patch formatting for 
git,

It also comes from CVS not storing that info, and me not having a lookup 
for every drm username to e-mail address...

Hopefully Ill sort it out this week...

Dave

-- 
David Airlie, Software Engineer
http://www.skynet.ie/~airlied / airlied at skynet.ie
Linux kernel - DRI, VAX / pam_smb / ILUG


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

end of thread, other threads:[~2006-06-24 23:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-06-24  7:52 [git pull] DRM driver updates Dave Airlie
2006-06-24 21:41 ` Linus Torvalds
2006-06-24 23:42   ` Dave Airlie

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).