From: Geoff Levand <geoffrey.levand@am.sony.com>
To: paulus@samba.org
Cc: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>,
linuxppc-dev@ozlabs.org
Subject: [PATCH 12/14] ps3: fix gpu_context_allocate hcall
Date: Wed, 24 Jan 2007 18:40:24 -0800 [thread overview]
Message-ID: <45B81898.8000801@am.sony.com> (raw)
From: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
PS3: lv1_gpu_context_allocate() takes only one input parameter
Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
---
include/asm-powerpc/lv1call.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
--- ps3-linux-dev.orig/include/asm-powerpc/lv1call.h
+++ ps3-linux-dev/include/asm-powerpc/lv1call.h
@@ -307,7 +307,7 @@ LV1_CALL(gpu_device_map,
LV1_CALL(gpu_device_unmap, 1, 0, 213 )
LV1_CALL(gpu_memory_allocate, 5, 2, 214 )
LV1_CALL(gpu_memory_free, 1, 0, 216 )
-LV1_CALL(gpu_context_allocate, 2, 5, 217 )
+LV1_CALL(gpu_context_allocate, 1, 5, 217 )
LV1_CALL(gpu_context_free, 1, 0, 218 )
LV1_CALL(gpu_context_iomap, 5, 0, 221 )
LV1_CALL(gpu_context_attribute, 6, 0, 225 )
next reply other threads:[~2007-01-25 4:31 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-01-25 2:40 Geoff Levand [this message]
2007-01-25 6:25 ` [PATCH 12/14] ps3: fix gpu_context_allocate hcall Arnd Bergmann
2007-01-25 16:36 ` Geoff Levand
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=45B81898.8000801@am.sony.com \
--to=geoffrey.levand@am.sony.com \
--cc=Geert.Uytterhoeven@sonycom.com \
--cc=linuxppc-dev@ozlabs.org \
--cc=paulus@samba.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).