linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [bk tree] drm minor fix for i810/i830
@ 2005-01-01 12:26 Dave Airlie
  0 siblings, 0 replies; only message in thread
From: Dave Airlie @ 2005-01-01 12:26 UTC (permalink / raw)
  To: torvalds, Andrew Morton; +Cc: linux-kernel


Please do a

	bk pull bk://drm.bkbits.net/drm-linus

This will include the latest DRM changes and will update the following files:

 drivers/char/drm/i810_drv.c |    2 +-
 drivers/char/drm/i830_drv.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

through these ChangeSets:

<airlied@starflyer.(none)> (05/01/01 1.2090)
   drm: core changes broke i810/830

   Reported by Joseph Fannin during -mm, revert incorrect change.

   Signed-off-by: Dave Airlie <airlied@linux.ie>

diff -Nru a/drivers/char/drm/i810_drv.c b/drivers/char/drm/i810_drv.c
--- a/drivers/char/drm/i810_drv.c	2005-01-01 23:25:09 +11:00
+++ b/drivers/char/drm/i810_drv.c	2005-01-01 23:25:09 +11:00
@@ -112,7 +112,7 @@
 		.open = drm_open,
 		.release = drm_release,
 		.ioctl = drm_ioctl,
-		.mmap = i810_mmap_buffers,
+		.mmap = drm_mmap,
 		.poll = drm_poll,
 		.fasync = drm_fasync,
 	},
diff -Nru a/drivers/char/drm/i830_drv.c b/drivers/char/drm/i830_drv.c
--- a/drivers/char/drm/i830_drv.c	2005-01-01 23:25:09 +11:00
+++ b/drivers/char/drm/i830_drv.c	2005-01-01 23:25:09 +11:00
@@ -121,7 +121,7 @@
 		.open = drm_open,
 		.release = drm_release,
 		.ioctl = drm_ioctl,
-		.mmap = i830_mmap_buffers,
+		.mmap = drm_mmap,
 		.poll = drm_poll,
 		.fasync = drm_fasync,
 	},

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-01-01 12:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-01 12:26 [bk tree] drm minor fix for i810/i830 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).