search for: pfw

Displaying 11 results from an estimated 11 matches for "pfw".

Did you mean: fw
2015 Apr 13
3
[PATCH v4] pmu/gk20a: PMU boot support
...define to_gk20a_priv(ptr) container_of(ptr, struct gk20a_pmu_priv, base) + struct gk20a_pmu_dvfs_dev_status { unsigned long total; unsigned long busy; @@ -48,6 +231,59 @@ struct gk20a_pmu_dvfs_dev_status { }; static int +gk20a_pmu_load_firmware(struct nvkm_pmu *pmu, const struct firmware **pfw) +{ + struct nvkm_device *dev; + char fw[32]; + + dev = nv_device(pmu); + snprintf(fw, sizeof(fw), "nvidia/tegra124/%s", GK20A_PMU_UCODE_IMAGE); + return request_firmware(pfw, fw, nv_device_base(dev)); +} + +static void +gk20a_pmu_release_firmware(struct nvkm_pmu *pmu, const struct firmwa...
2015 Apr 08
3
[PATCH V2] pmu/gk20a: PMU boot support.
...efine to_gk20a_priv(ptr) container_of(ptr, struct gk20a_pmu_priv, base) + struct gk20a_pmu_dvfs_dev_status { unsigned long total; unsigned long busy; @@ -48,6 +229,61 @@ struct gk20a_pmu_dvfs_dev_status { }; static int +gk20a_pmu_load_firmware(struct nvkm_pmu *ppmu, const struct firmware **pfw) +{ + struct nvkm_device *dev; + char name[32]; + + dev = nv_device(ppmu); + snprintf(name, sizeof(name), "nvidia/tegra124/%s", + GK20A_PMU_UCODE_IMAGE); + return request_firmware(pfw, name, nv_device_base(dev)); +} + +static void +gk20a_pmu_release_firmware(struct nvkm_pmu *ppmu,...
2006 May 27
1
Allow ESP Traffic
Hi shorewall users, could you please help me with this fw message? May 27 11:19:17 pfw Shorewall:net2all:DROP:IN=eth0 OUT=eth2 SRC=80.178.213.211 DST=81.200.153.71 LEN=152 TOS=0x00 PREC=0x00 TTL=54 ID=256 DF PROTO=ESP SPI=0xdb45daed Where DST=81.200.153.71 is my VPN gateway and SRC=80.178.213.211 is my mobile with public ppp ip. The VPN tunnel is established with udp 500 allowed b...
2015 Apr 30
2
[PATCH v4] pmu/gk20a: PMU boot support
...k20a_pmu_dvfs_dev_status { >> unsigned long total; >> unsigned long busy; >> @@ -48,6 +231,59 @@ struct gk20a_pmu_dvfs_dev_status { >> }; >> >> static int >> +gk20a_pmu_load_firmware(struct nvkm_pmu *pmu, const struct firmware >> **pfw) >> +{ >> + struct nvkm_device *dev; >> + char fw[32]; >> + >> + dev = nv_device(pmu); >> + snprintf(fw, sizeof(fw), "nvidia/tegra124/%s", >> GK20A_PMU_UCODE_IMAGE); >> + return request_firmware(pfw, fw, nv_devi...
2004 Sep 09
0
multiple users from the same machine?
...) 7750 btalbot users accountingii (10.2.240.147) 31394 mlugo users border01 (10.2.240.188) 1566 btalbot users accountingiii (10.2.240.134) Service pid machine Connected at ------------------------------------------------------- pfw-import 2727 bbeerman1 Thu Sep 9 09:52:03 2004 accounting 1566 accountingiii Thu Sep 9 09:00:41 2004 accounting 2727 bbeerman1 Thu Sep 9 09:52:03 2004 IPC$ 10434 accounting3 Tue Sep 7 08:04:04 2004 IPC$ 7750 accountingii Fri Sep 3 16:41:57 2004 lo...
2003 Dec 01
0
No subject
...t > Dynamic Business Solutions > 380 Hurricane Lane, Suite 101 > Williston, VT 05495 > 802-872-0694x223 > Rick@d-b-s.com > > -----Original Message----- > From: Scott Saunders [mailto:ssaunders@epicor.com] > Sent: Monday, August 28, 2000 9:44 AM > To: Rick@d-b-s.com; L-PFW VAR Support > Subject: RE: Support for Linux > > Rick, > > We have not looked into this platform at all. My last > discussions with development was that they would look at it only if there was > enough demand but the thought was that accounting did not belong on a free > f...
2015 Mar 11
0
[PATCH] pmu/gk20a: PMU boot support.
...+ > +static int > +gk20a_pmu_init_vm(struct nvkm_pmu *ppmu, const struct firmware *fw); > +static void > +gk20a_pmu_dump_firmware_info(struct nvkm_pmu *ppmu, const struct firmware *fw); > + > +static int > +gk20a_pmu_load_firmware(struct nvkm_pmu *ppmu, const struct firmware **pfw); > +static int gk20a_init_pmu_setup_sw(struct nvkm_pmu *ppmu); > +static int gk20a_init_pmu_setup_hw1(struct nvkm_pmu *ppmu, struct nvkm_mc *pmc); > +static void gk20a_pmu_intr(struct nvkm_subdev *subdev); > > +static void gk20a_pmu_pgob(struct nvkm_pmu *ppmu, bool enable); > st...
2015 Mar 11
3
[PATCH] pmu/gk20a: PMU boot support.
..._message(struct work_struct *work); + +static int +gk20a_pmu_init_vm(struct nvkm_pmu *ppmu, const struct firmware *fw); +static void +gk20a_pmu_dump_firmware_info(struct nvkm_pmu *ppmu, const struct firmware *fw); + +static int +gk20a_pmu_load_firmware(struct nvkm_pmu *ppmu, const struct firmware **pfw); +static int gk20a_init_pmu_setup_sw(struct nvkm_pmu *ppmu); +static int gk20a_init_pmu_setup_hw1(struct nvkm_pmu *ppmu, struct nvkm_mc *pmc); +static void gk20a_pmu_intr(struct nvkm_subdev *subdev); +static void gk20a_pmu_pgob(struct nvkm_pmu *ppmu, bool enable); struct gk20a_pmu_dvfs_data {...
2015 Mar 12
2
[PATCH] pmu/gk20a: PMU boot support.
...+ > +static int > +gk20a_pmu_init_vm(struct nvkm_pmu *ppmu, const struct firmware *fw); > +static void > +gk20a_pmu_dump_firmware_info(struct nvkm_pmu *ppmu, const struct firmware *fw); > + > +static int > +gk20a_pmu_load_firmware(struct nvkm_pmu *ppmu, const struct firmware **pfw); > +static int gk20a_init_pmu_setup_sw(struct nvkm_pmu *ppmu); > +static int gk20a_init_pmu_setup_hw1(struct nvkm_pmu *ppmu, struct nvkm_mc *pmc); > +static void gk20a_pmu_intr(struct nvkm_subdev *subdev); > > +static void gk20a_pmu_pgob(struct nvkm_pmu *ppmu, bool enable); > st...
2008 May 21
0
Errors in using gdb (PR#11496)
...4449PmDDh4YcfFg685ZZbKpXK9ddfT+2Hwimcwilc Ea6Ids011xx59DG33nrrpZde+rhEX9xu+59s+L6zpk+/fKNp52089cg1g4OiOmxHTQgu2GTd KzacNmva9J9s9L5/3e7jmYfvtt32R31iwzv+971LD5n0+PGTnjptg2fO3Pjpszb+0+kbPDFz 0tLDJt2x13tP/ez7dttuu8zDP/7p7Tf7t00+eeiGO502+b/OX3uvSzf+yeXv//GvN9vrso2/ d9HUnc+Y/InDN4QIEO1xEolEGg0BtO+xxx64/6lPfWqHHXYoJdkDDzxw+vTpJ510EoD3aqut tttuuz366KMQftlll+24446TJ0+Gb2fMmMHi//znP3/ve9/barU+//nP8ylceOGF73//+9de e+0DDjigrCKfeeaZG2ywwe677z516tQvfelLUHzP8yCHH//4x3feeed0/Pvuuw+gHXJCrYVE IpHsdOhhhy1ZsuTGG2+cO3fuMol2XH3CzI02u3LjDW/e8oOnbrDWUZNbh0/0YTt67fbp09a6 bavNr95kI4jwuTUmZh6+x9QJV3x304cPm/zsiWu8fPZGr12yxR...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...r`cM&2Dxg-TVU6I+57;??Em}WV-0-f3x4Hq<Q>rKDs0wx^?Nr z&@gs+`%XcgX?v7b`3e%Y{DSfzHttZJ at JI`Wd$H)?T=*&qhFAG&3L at Z+FD@Cpk%CqQ z{p2B{02?}({NVz)F$IxeL0R39f@?Z;{=*HO+EZc2UGiOmEE{&q-#CTMFQZ2Ext%V) zoR;YFn~fn3gO%d>fU|es0sV_SV!L;k(E<I^aXw3UEXmM!nB5dH?NKc;%>5CYE@|%) zE|)xe^{pfw3~6lS?}uQ+!mPZa1c4i8vgpU|X12 at NrCTTn-$`neb)V#_4Z_OT_kc!( zd4+$7FO1DZT&{&3;=XwZdfhU?DZc3W!ljAXjof>*jJDtC7pv%nSEFB-;%;dZuW6gb zWhCD+HvP3iok%+!>gJDRCf>zBuwgx1<*$s`C)W0HFZ41if;dcyWl=uVI^?E`1q;2a z_Q`wg470W3*o97t{Y1=sj^M{M_JKFnAC3zXJt+5OSf6oXPHBpzmevo6pcygCK!s4K z*ydAxII78~xpM2r*;ih...