linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Alan Cox <alan@linux.jf.intel.com>
To: greg@kroah.com, linux-kernel@vger.kernel.org
Subject: [PATCH 2/5] gma500: prepare to do some actual memory management
Date: Wed, 13 Apr 2011 10:35:50 +0100	[thread overview]
Message-ID: <20110413093546.28527.84724.stgit@localhost.localdomain> (raw)
In-Reply-To: <20110413093519.28527.36552.stgit@localhost.localdomain>

Signed-off-by: Alan Cox <alan@linux.intel.com>
---

 drivers/staging/gma500/psb_drv.c |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/drivers/staging/gma500/psb_drv.c b/drivers/staging/gma500/psb_drv.c
index df50553..d87e00d 100644
--- a/drivers/staging/gma500/psb_drv.c
+++ b/drivers/staging/gma500/psb_drv.c
@@ -1425,12 +1425,8 @@ static struct drm_driver driver = {
 	.lastclose = psb_lastclose,
 	.open = psb_driver_open,
 	.postclose = psb_driver_close,
-#if 0	/* ACFIXME */
-	.get_map_ofs = drm_core_get_map_ofs,
-	.get_reg_ofs = drm_core_get_reg_ofs,
-	.proc_init = psb_proc_init,
-	.proc_cleanup = psb_proc_cleanup,
-#endif
+	.reclaim_buffers = drm_core_reclaim_buffers,
+
 	.preclose = psb_driver_preclose,
 	.fops = {
 		 .owner = THIS_MODULE,


  reply	other threads:[~2011-04-13  9:57 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-13  9:35 [PATCH 1/5] gma500: ioctl first pass Alan Cox
2011-04-13  9:35 ` Alan Cox [this message]
2011-04-13  9:36 ` [PATCH 3/5] gma500: backlight warning Alan Cox
2011-04-13 13:17   ` Matthew Garrett
2011-04-13 13:20     ` Alan Cox
2011-04-13 13:23       ` Matthew Garrett
2011-04-13  9:37 ` [PATCH 4/5] gma500: Add a gtt allocator Alan Cox
2011-04-13 10:37   ` Thierry Reding
2011-04-13  9:37 ` [PATCH 5/5] gma500: Tidy up the allocations Alan Cox

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110413093546.28527.84724.stgit@localhost.localdomain \
    --to=alan@linux.jf.intel.com \
    --cc=greg@kroah.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).