forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

ps3vram-driver and ps3vram-proc-fs

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PS3 Linux Development
View previous topic :: View next topic  
Author Message
zbowling



Joined: 22 May 2008
Posts: 2

PostPosted: Thu May 22, 2008 2:10 pm    Post subject: ps3vram-driver and ps3vram-proc-fs Reply with quote

Anyone else see these patches that Geoff is working on?

Quote:

1 Subject: PS3: ps3vram driver for accessing video RAM as MTD
2
3 From: Jim Paris <jim@jtan.com>
4
5 Add ps3vram driver, which exposes unused video RAM on the PS3 as a MTD
6 device suitable for storage or swap. Fast data transfer is achieved
7 using a local cache in system RAM and DMA transfers via the GPU.




http://git.kernel.org/?p=linux/kernel/git/geoff/ps3-linux-patches.git;a=tree;f=ps3-wip
Back to top
View user's profile Send private message
jimparis



Joined: 10 Jun 2005
Posts: 1179
Location: Boston

PostPosted: Sat May 24, 2008 12:19 am    Post subject: Reply with quote

I have... but I guess that's obvious.
Back to top
View user's profile Send private message
Nismobeach



Joined: 16 Aug 2007
Posts: 9

PostPosted: Fri Jun 06, 2008 4:35 pm    Post subject: Reply with quote

Wasn't support for this blocked in FW 2.10? If so, does this mean that once his patch is complete that he will also release an updated otheros.bld file to allow this to be implemented again?
Back to top
View user's profile Send private message
jimparis



Joined: 10 Jun 2005
Posts: 1179
Location: Boston

PostPosted: Sat Jun 07, 2008 3:38 am    Post subject: Reply with quote

No, the ps3vram driver in geoff's ps3-linux.git works on all firmware versions.
(And otheros.bld has nothing to do with hypervisor security anyway)
Back to top
View user's profile Send private message
sandworm



Joined: 18 Jun 2007
Posts: 4

PostPosted: Sun Oct 19, 2008 3:14 am    Post subject: Reply with quote

After update gameos to 2.50 ps3vram starts hang a machine.
Log (repeated 3 times before freeze):
Code:
Oct 17 22:56:41 sandworm-ps3 kernel: ps3vram: allocated 245 MiB of DDR memory
Oct 17 22:56:41 sandworm-ps3 kernel: creating cache: 7 entries, 262144 bytes pages
Oct 17 22:56:41 sandworm-ps3 kernel: ps3vram mtd device registered, 256901120 bytes
Oct 17 22:56:41 sandworm-ps3 kernel: notifier timeout
Oct 17 22:56:41 sandworm-ps3 kernel: PUT = 00000000 GET = 00000000
Oct 17 22:56:41 sandworm-ps3 kernel: c000000008a00000: 00042000
Oct 17 22:56:41 sandworm-ps3 kernel: c000000008a00004: 31337333
....
Oct 17 22:56:41 sandworm-ps3 kernel: d0000800805e13c0: 00000000
Oct 17 22:56:41 sandworm-ps3 kernel: failed to download from 0xf4c0000 to 0x180000 size 0x40000
Oct 17 22:56:41 sandworm-ps3 kernel: ps3fb ioc0_01: ps3fb_sync_image: lv1_gpu_context_attribute FB_BLIT failed: -24
Oct 17 22:56:42 sandworm-ps3 last message repeated 5 times

Appears both on 2.6.25.4 from cl-sdk and latest 2.6.27-rc8 from Geoff's git.
On FW 2.43 and any previous everything worked ok.
Back to top
View user's profile Send private message
unsolo



Joined: 16 Apr 2007
Posts: 155
Location: OSLO Norway

PostPosted: Tue Oct 21, 2008 3:30 am    Post subject: Reply with quote

sandworm wrote:
After update gameos to 2.50 ps3vram starts hang a machine.
Log (repeated 3 times before freeze):
Code:
Oct 17 22:56:41 sandworm-ps3 kernel: ps3vram: allocated 245 MiB of DDR memory
Oct 17 22:56:41 sandworm-ps3 kernel: creating cache: 7 entries, 262144 bytes pages
Oct 17 22:56:41 sandworm-ps3 kernel: ps3vram mtd device registered, 256901120 bytes
Oct 17 22:56:41 sandworm-ps3 kernel: notifier timeout
Oct 17 22:56:41 sandworm-ps3 kernel: PUT = 00000000 GET = 00000000
Oct 17 22:56:41 sandworm-ps3 kernel: c000000008a00000: 00042000
Oct 17 22:56:41 sandworm-ps3 kernel: c000000008a00004: 31337333
....
Oct 17 22:56:41 sandworm-ps3 kernel: d0000800805e13c0: 00000000
Oct 17 22:56:41 sandworm-ps3 kernel: failed to download from 0xf4c0000 to 0x180000 size 0x40000
Oct 17 22:56:41 sandworm-ps3 kernel: ps3fb ioc0_01: ps3fb_sync_image: lv1_gpu_context_attribute FB_BLIT failed: -24
Oct 17 22:56:42 sandworm-ps3 last message repeated 5 times

Appears both on 2.6.25.4 from cl-sdk and latest 2.6.27-rc8 from Geoff's git.
On FW 2.43 and any previous everything worked ok.

Please report this to the cbe-oss-dev mailing list
https://ozlabs.org/mailman/listinfo/cbe-oss-dev
_________________
Don't do it alone.
Back to top
View user's profile Send private message
ps3fanboy



Joined: 06 Jul 2008
Posts: 66

PostPosted: Sat Jan 10, 2009 8:03 pm    Post subject: Reply with quote

is ps3vram still working with the latest firmware?
I tried it:
Quote:
modprobe mtdblock
modprobe ps3vram

and get
Quote:
ps3vram: lv1_gpu_memory_allocate failed

any help?
thanks.
_________________
http://playstation3-homebrew-multimedia.blogspot.com/
Back to top
View user's profile Send private message
ps3fanboy



Joined: 06 Jul 2008
Posts: 66

PostPosted: Sat Jan 10, 2009 8:24 pm    Post subject: Reply with quote

ps3fanboy wrote:
is ps3vram still working with the latest firmware?
I tried it:
Quote:
modprobe mtdblock
modprobe ps3vram

and get
Quote:
ps3vram: lv1_gpu_memory_allocate failed

any help?
thanks.

please ignore... used the ps3vram contained in the latest 2.6.28 kernel... and it seems to work. i hope :-)
Code:
Adding 250872k swap on /dev/mtdblock0.  Priority:10 extents:1 across:250872k

_________________
http://playstation3-homebrew-multimedia.blogspot.com/
Back to top
View user's profile Send private message
ps3fanboy



Joined: 06 Jul 2008
Posts: 66

PostPosted: Tue Jan 27, 2009 5:47 am    Post subject: Reply with quote

....
_________________
http://playstation3-homebrew-multimedia.blogspot.com/
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PS3 Linux Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group