search for: rv730_pfp

Displaying 6 results from an estimated 6 matches for "rv730_pfp".

2010 Aug 16
9
Re: [GIT PULL] devel/pat + devel/kms.fixes-0.5 on RV730 PRO [Radeon HD 4650]
...ombining mtrr: type mismatch for d0000000,10000000 old: write-back new: write-combining mtrr: type mismatch for d0000000,10000000 old: write-back new: write-combining [drm] Setting GART location based on new memory map [drm] Loading RV730 CP Microcode platform r600_cp.0: firmware: requesting radeon/RV730_pfp.bin platform r600_cp.0: firmware: requesting radeon/RV730_me.bin [drm] Resetting GPU [drm] writeback test succeeded in 1 usecs Boris. --- On Sun, 8/15/10, Pasi Kärkkäinen <pasik@iki.fi> wrote: From: Pasi Kärkkäinen <pasik@iki.fi> Subject: Re: [Xen-devel] [GIT PULL] devel/pat + deve...
2010 Aug 17
0
Re: [GIT PULL] devel/pat + devel/kms.fixes-0.5 on RV730 PRO [Radeon HD 4650]
...bject: Re: [Xen-devel] [GIT PULL] devel/pat + devel/kms.fixes-0.5 on RV730 PRO [Radeon HD 4650] > To: "Konrad Rzeszutek Wilk" <konrad.wilk@oracle.com> > Cc: xen-devel@lists.xensource.com > Date: Tuesday, August 17, 2010, 3:09 AM > > > How about -v? See if the file RV730_pfp.bin gets put in the initramfs > image. >  > > I unzipped and uncpio  initramfs :- >       file is not there. > Tried --fware option of dracut. No luck. > File gets installed in /lib/fmware/radeon folder , but doesn''t get > included in "initramfs" >...
2010 Aug 18
2
Re: [GIT PULL] devel/pat + devel/kms.fixes-0.5 on RV730 PRO [Radeon HD 4650] Stack trace
...bject: Re: [Xen-devel] [GIT PULL] devel/pat + devel/kms.fixes-0.5 on RV730 PRO [Radeon HD 4650] > To: "Konrad Rzeszutek Wilk" <konrad.wilk@oracle.com> > Cc: xen-devel@lists.xensource.com > Date: Tuesday, August 17, 2010, 3:09 AM > > > How about -v? See if the file RV730_pfp.bin gets put in the initramfs > image. >  > > I unzipped and uncpio  initramfs :- >       file is not there. > Tried --fware option of dracut. No luck. > File gets installed in /lib/fmware/radeon folder , but doesn''t get > included in "initramfs" >...
2010 Aug 18
0
Re: [GIT PULL] devel/pat + devel/kms.fixes-0.5 on RV730 PRO [Radeon HD 4650] Issue resolved
...5 root root     4096 2010-08-18 16:55 lib drwxr-xr-x 2 root root     4096 2010-08-18 16:55 lib64 drwxr-xr-x 2 root root     4096 2010-08-18 16:55 sbin drwxr-xr-x 9 root root     4096 2010-08-18 16:55 scripts drwxr-xr-x 3 root root     4096 2010-08-18 16:55 var root@ServerLDX:~/test# find . -name RV730_pfp.bin -print root@ServerLDX:~/test# However , ./lib/firmware structure in decompressed folder is different from what "dracut" does 1.) root@ServerLDX:~/test/lib/firmware# ls -l total 864 =>  drwxr-xr-x 6 root root   4096 2010-08-18 16:55 2.6.32.19-xen -rw-r--r-- 1 root root  22622 2010...
2010 Aug 18
1
Re: [GIT PULL] devel/pat + devel/kms.fixes-0.5 on RV730 PRO [Radeon HD 4650]
> Can you try fiddling with the dracut options to force it include the > proper firmware bits? Build kernel 2.6.32.19 with 1. CONFIG_DRM_RADEON=y 2. Drivers->Staging Drivers-> Enable modesetting on radeon by default <*> ( otherwise KMS switches to userspace modesetting ) Whatever option like --add , --install i tried with dracut. initramfs been uncompressed # cd /root/test #
2010 Feb 25
3
[PATCH 1/3] drm/nv50: Implement ctxprog/state generation.
This removes dependence on external firmware for NV50 generation cards. If the generated ctxprogs don't work for you for some reason, please report it. Signed-off-by: Marcin Ko?cielnicki <koriakin at 0x04.net> --- drivers/gpu/drm/nouveau/Makefile | 2 +- drivers/gpu/drm/nouveau/nouveau_drv.h | 1 + drivers/gpu/drm/nouveau/nv50_graph.c | 74 +-