search for: commandlist

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

Did you mean: commandline
2019 Apr 02
2
Questions on GPU syncpoint handling from inside the GPU
Hi guys how are you doing? I have some questions on how the GPU handles syncpoints from the commandlist. I do know the register 0xB2 is the one written in the Maxwell3D Engine. As far as I know bits 0:15 are the syncpoint id, bit 16 is unknown for me, bit 20 is increment? What other bits are set and what should be done on increment? Thanks in advance. -------------- next part -------------- An HTML...
2019 Apr 10
0
Questions on GPU syncpoint handling from inside the GPU
bump El mar., 2 abr. 2019 a las 11:11, Fernando Sahmkow (<fsahmkow27 at gmail.com>) escribió: > Hi guys how are you doing? I have some questions on how the GPU handles > syncpoints from the commandlist. > > I do know the register 0xB2 is the one written in the Maxwell3D Engine. As > far as I know bits 0:15 are the syncpoint id, bit 16 is unknown for me, bit > 20 is increment? What other bits are set and what should be done on > increment? > > Thanks in advance. > -- Ate...
2020 Mar 11
0
[PATCH RFC v2 12/24] hpsa: use reserved commands
...const struct scsi_cmnd hpsa_cmd_idle; > static int number_of_controllers; > > static irqreturn_t do_hpsa_intr_intx(int irq, void *dev_id); > @@ -342,7 +338,7 @@ static inline struct ctlr_info *shost_to_hba(struct Scsi_Host *sh) > > static inline bool hpsa_is_cmd_idle(struct CommandList *c) > { > - return c->scsi_cmd == SCSI_CMD_IDLE; > + return c->scsi_cmd == NULL; > } > > /* extract sense key, asc, and ascq from sense data. -1 means invalid. */ > @@ -2445,7 +2441,12 @@ static void hpsa_cmd_resolve_events(struct ctlr_info *h, > * this comman...
2001 Apr 05
0
Fw: good bandwith example?
> does somebody have a working tc commandlist with bandwith limit for > internet>lan use? The following is a snippet that I got from my linux router vendor. I will be putting it in place this week. They ensure me that it will work. This takes an IP block that uses eth0 and limits the bw for that IP block to 3Mbit. I hope this is what yo...
2013 Sep 12
10
[PATCH] xen/build: Remove hacked up version of figlet
...************************************/ - -typedef struct cfn { - char *thename; - struct cfn *next; - } cfnamenode; - -cfnamenode *cfilelist,**cfilelistend; - -typedef struct cm { - int thecommand; - inchr rangelo; - inchr rangehi; - inchr offset; - struct cm *next; - } comnode; - -comnode *commandlist,**commandlistend; - -/**************************************************************************** - - Globals affected by command line options - -****************************************************************************/ - -int deutschflag,justification,paragraphflag,right2left,multibyte; -int...
2008 Nov 07
0
Wine release 1.1.8
...EnumProtocols instead of forwarding directly. inetcomm: Add a stub implementation of IPOP3Transport. inetcomm: Add a stub implementation of ISMTPTransport2. inetcomm: Add an implementation of the pop3 USER and PASS commands. inetcomm: Add an implementation of IPOP3Transport::CommandLIST. inetcomm: Add an implementation of IPOP3Transport::CommandQUIT. inetcomm: Add an implementation of IPOP3Transport::CommandSTAT. inetcomm: Add an implementation of IPOP3Transport::CommandUIDL. inetcomm: Implement IPOP3Transport::Disconnect. inetcomm: Add an implementat...