Displaying 20 results from an estimated 3881 matches for "ctrl".
Did you mean:
btrl
2024 Nov 11
1
[PATCH 2/2] nouveau/dp: handle retries for AUX CH transfers with GSP.
...u/drm/nouveau/nvkm/engine/disp/r535.c
index 8f9aa3463c3c..99110ab2f44d 100644
--- a/drivers/gpu/drm/nouveau/nvkm/engine/disp/r535.c
+++ b/drivers/gpu/drm/nouveau/nvkm/engine/disp/r535.c
@@ -1060,33 +1060,44 @@ r535_dp_aux_xfer(struct nvkm_outp *outp, u8 type, u32 addr, u8 *data, u8 *psize)
NV0073_CTRL_DP_AUXCH_CTRL_PARAMS *ctrl;
u8 size = *psize;
int ret;
+ int retries;
- ctrl = nvkm_gsp_rm_ctrl_get(&disp->rm.objcom, NV0073_CTRL_CMD_DP_AUXCH_CTRL, sizeof(*ctrl));
- if (IS_ERR(ctrl))
- return PTR_ERR(ctrl);
+ for (retries = 0; retries < 3; ++retries) {
+ ctrl = nvkm_gsp_rm_ctrl_...
2013 Apr 26
14
bug in xc_gntshr_munmap?
Hi,
Header says:
/*
* Unmaps the @count pages starting at @start_address, which were mapped by a
* call to xc_gntshr_share_*. Never logs.
*/
int xc_gntshr_munmap(xc_gntshr *xcg, void *start_address, uint32_t count);
But implementation calls:
static int linux_gntshr_munmap(xc_gntshr *xcg, xc_osdep_handle h,
void *start_address, uint32_t count)
{
return
2023 Dec 22
11
nouveau GSP fixes
This is a collection of nouveau debug prints, memory leak, a very
annoying race condition causing system hangs with prime scenarios,
and a fix from Lyude to get the panel on my laptop working.
I'd like to get these into 6.7,
Dave.
2014 Feb 22
2
showing informations in menu
...to show some bits of information in the menu, like
> > Syslinux version, MAC address and IP address? When the menu is loaded
> > at startup, this information is quickly erased and is not easily
> > readable.
>
> I suppose you use menu.c32. Exit the menu with ESC then press Ctrl-V
> and Ctrl-N. From syslinux.doc:
>
> ++++ COMMAND LINE KEYSTROKES ++++
>
> The command line prompt supports the following keystrokes:
>
> <Enter> boot specified command line
> <BackSpace> erase one character
> <Ctrl-U> erase the...
2018 Apr 19
1
[PATCH v2 net 1/3] virtio_net: split out ctrl buffer
....c b/drivers/net/virtio_net.c
index 7b187ec..3d0eff53 100644
--- a/drivers/net/virtio_net.c
+++ b/drivers/net/virtio_net.c
@@ -147,6 +147,17 @@ struct receive_queue {
struct xdp_rxq_info xdp_rxq;
};
+/* Control VQ buffers: protected by the rtnl lock */
+struct control_buf {
+ struct virtio_net_ctrl_hdr hdr;
+ virtio_net_ctrl_ack status;
+ struct virtio_net_ctrl_mq mq;
+ u8 promisc;
+ u8 allmulti;
+ u16 vid;
+ u64 offloads;
+};
+
struct virtnet_info {
struct virtio_device *vdev;
struct virtqueue *cvq;
@@ -192,14 +203,7 @@ struct virtnet_info {
struct hlist_node node;
struct hlist_node...
2024 Nov 11
4
[PATCH 1/2] nouveau: handle EBUSY and EAGAIN for GSP aux errors.
...drivers/gpu/drm/nouveau/nvkm/engine/disp/r535.c
index 027867c2a8c5..8f9aa3463c3c 100644
--- a/drivers/gpu/drm/nouveau/nvkm/engine/disp/r535.c
+++ b/drivers/gpu/drm/nouveau/nvkm/engine/disp/r535.c
@@ -992,7 +992,7 @@ r535_dp_train_target(struct nvkm_outp *outp, u8 target, bool mst, u8 link_nr, u8
ctrl->data = data;
ret = nvkm_gsp_rm_ctrl_push(&disp->rm.objcom, &ctrl, sizeof(*ctrl));
- if (ret == -EAGAIN && ctrl->retryTimeMs) {
+ if ((ret == -EAGAIN || ret == -EBUSY) && ctrl->retryTimeMs) {
/*
* Device (likely an eDP panel) isn't ready yet,...
2018 Apr 19
3
[PATCH net] virtio_net: split out ctrl buffer
...t.c b/drivers/net/virtio_net.c
index 7b187ec..82f50e5 100644
--- a/drivers/net/virtio_net.c
+++ b/drivers/net/virtio_net.c
@@ -147,6 +147,17 @@ struct receive_queue {
struct xdp_rxq_info xdp_rxq;
};
+/* Control VQ buffers: protected by the rtnl lock */
+struct control_buf {
+ struct virtio_net_ctrl_hdr hdr;
+ virtio_net_ctrl_ack status;
+ struct virtio_net_ctrl_mq mq;
+ u8 promisc;
+ u8 allmulti;
+ u16 vid;
+ u64 offloads;
+};
+
struct virtnet_info {
struct virtio_device *vdev;
struct virtqueue *cvq;
@@ -192,14 +203,7 @@ struct virtnet_info {
struct hlist_node node;
struct hlist_node...
2014 Sep 06
2
keystrokes
> Ady <ady-sf at hotmail.com> writes:
>
> >> On Sat, Sep 6, 2014 at 8:18 AM, Ady <ady-sf at hotmail.com> wrote:
> >>
> >>> What actions are _supposed_ to be triggered by each of:
> >>>
> >>> [Ctrl-J]
> >>> [Ctrl-M]
> >>>
> >>> in the Syslinux command line in version 6.03-pre20?
> >>
> >> They should do nothing special but either might be interpreted like
> >> an <enter>.
> >
> > Well, for a common user, &qu...
2014 Feb 21
3
showing informations in menu
Is there a way to show some bits of information in the menu, like Syslinux
version, MAC address and IP address? When the menu is loaded at startup,
this information is quickly erased and is not easily readable.
--
Alexandre Blanchette <blanalex at gmail.com>
2013 Jul 30
0
[PATCH] drm/nv50-/disp: use the number of dac, sor, pior rather than hardcoded values
...- for (i = 0; i < 3; i++) {
+ for (i = 0; i < priv->pior.nr; i++) {
tmp = nv_rd32(priv, 0x61e000 + (i * 0x800));
nv_wr32(priv, 0x6101f0 + (i * 0x04), tmp);
}
@@ -834,10 +834,11 @@ exec_script(struct nv50_disp_priv *priv, int head, int id)
u8 ver, hdr, cnt, len;
u16 data;
u32 ctrl = 0x00000000;
+ u32 reg;
int i;
/* DAC */
- for (i = 0; !(ctrl & (1 << head)) && i < 3; i++)
+ for (i = 0; !(ctrl & (1 << head)) && i < priv->dac.nr; i++)
ctrl = nv_rd32(priv, 0x610b5c + (i * 8));
/* SOR */
@@ -845,19 +846,18 @@ exec_script(...
2014 Sep 06
0
keystrokes
...writes:
>> Ady <ady-sf at hotmail.com> writes:
>>
>>>> On Sat, Sep 6, 2014 at 8:18 AM, Ady <ady-sf at hotmail.com> wrote:
>>>>
>>>>> What actions are _supposed_ to be triggered by each of:
>>>>>
>>>>> [Ctrl-J]
>>>>> [Ctrl-M]
>>>>>
>>>>> in the Syslinux command line in version 6.03-pre20?
>>>>
>>>> They should do nothing special but either might be interpreted like
>>>> an <enter>.
>>>
>>> Well...
2014 Feb 22
0
showing informations in menu
Correction:
Ctrl-J Bypasses labels and tries to load file
So at the prompt if one inputs foo<Ctrl-J>, pxelinux looks for a file in
the following order:
foo.c32
foo.img
foo.bss
foo.bin
foo.bs
foo.0
foo
On Sat, Feb 22, 2014 at 2:12 PM, Alexandre Blanchette <blanalex at gmail.com>wrote:
> On Fr...
2004 Apr 14
1
PPTP Server running behind Shorewall
...'ve configurate shorewall like http://www.shorewall.net/PPTP.htm.
I add only this lines in my rules
DNAT net loc:165.182.15.15 tcp 1723 - IPext
DNAT net loc:165.182.15.15 47 - - IPext
It isn''t working.
the log is :
Apr 13 19:28:32 FWONP pptpd[3118]: MGR: Launching /usr/sbin/pptpctrl to handle
client
Apr 13 19:28:32 FWONP pptpd[3118]: CTRL: local address = 10.200.10.2
Apr 13 19:28:32 FWONP pptpd[3118]: CTRL: remote address = 10.200.10.101
Apr 13 19:28:32 FWONP pptpd[3118]: CTRL: pppd speed = 115200
Apr 13 19:28:32 FWONP pptpd[3118]: CTRL: pppd options file
= /etc/ppp/options....
2013 Jan 22
5
[QEMU PATCH v5 0/3] virtio-net: fix of ctrl commands
...iov_len
V3: fix of migration compatibility
make mac field in config space read-only when new feature is acked
V4: add fix of descriptor layout assumptions, trivial rename
V5: fix endianness after iov_to_buf copy
Amos Kong (2):
virtio-net: introduce a new macaddr control
virtio-net: rename ctrl rx commands
Michael S. Tsirkin (1):
virtio-net: remove layout assumptions for ctrl vq
hw/pc_piix.c | 4 ++
hw/virtio-net.c | 142 +++++++++++++++++++++++++++++++++---------------------
hw/virtio-net.h | 26 +++++++----
3 files changed, 108 insertions(+), 64 deletions(-)
2013 Jan 22
5
[QEMU PATCH v5 0/3] virtio-net: fix of ctrl commands
...iov_len
V3: fix of migration compatibility
make mac field in config space read-only when new feature is acked
V4: add fix of descriptor layout assumptions, trivial rename
V5: fix endianness after iov_to_buf copy
Amos Kong (2):
virtio-net: introduce a new macaddr control
virtio-net: rename ctrl rx commands
Michael S. Tsirkin (1):
virtio-net: remove layout assumptions for ctrl vq
hw/pc_piix.c | 4 ++
hw/virtio-net.c | 142 +++++++++++++++++++++++++++++++++---------------------
hw/virtio-net.h | 26 +++++++----
3 files changed, 108 insertions(+), 64 deletions(-)
2007 Oct 24
9
how to press ctrl+alt+del on windows2003
hello,
i just installed windows2003 as domU on Xen 3.0.3 using virt-manager.
after finished install, now i can see windows login screen.
but i can''t send ctrl+alt+del signal to guestOS which is windows2003.
is there any key map for this?
thank you.
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2014 Sep 06
3
keystrokes
> On Sat, Sep 6, 2014 at 8:18 AM, Ady <ady-sf at hotmail.com> wrote:
> > Hello Syslinux Team,
> >
> > What actions are _supposed_ to be triggered by each of:
> >
> > [Ctrl-J]
> > [Ctrl-M]
> >
> > in the Syslinux command line in version 6.03-pre20?
>
> They should do nothing special but either might be interpreted like an <enter>.
>
Well, for a common user, "nothing special" doesn't seem exactly the
same as "...
2014 Sep 06
0
keystrokes
Ady <ady-sf at hotmail.com> writes:
>> On Sat, Sep 6, 2014 at 8:18 AM, Ady <ady-sf at hotmail.com> wrote:
>>
>>> What actions are _supposed_ to be triggered by each of:
>>>
>>> [Ctrl-J]
>>> [Ctrl-M]
>>>
>>> in the Syslinux command line in version 6.03-pre20?
>>
>> They should do nothing special but either might be interpreted like
>> an <enter>.
>
> Well, for a common user, "nothing special" doesn't see...
2010 Oct 02
6
Can't stop webrick with ctrl-c or ctrl-d on linux host
Hi All
I have setup a new dev system running LinuxMint 9 (Ubuntu 10.4). Running
ruby 1.9.2, rails 3.0, RVM etc.
One issue I have run into is that I can''t stop webrick with ctrl+c or ctrl+d
and killing the terminal always leaves a stranded ruby process.
Has anybody else run into this? Btw, webrick gets started by running "rails
s" in.
Also, ctrl+c works fine to stop a standalone ruby or python apps. I can also
exit irb with ctrl+d fine.
Anyhow, any help would...
2008 Sep 17
3
unix-type commandline keystrokes in the windows RGUI
Hi all,
I am generally quite fond of the unix commandline keystrokes (e.g. searching
back in your history with [CTRL]-R, and cutting/pasting with [CTRL]-K/Y)
which work in the R commandline in *nix. Does anyone know if there's any
way to get similar functionality in the Windows RGUI?
I know that as of now, [CTRL]-A and -E do the same as unix (beginning and
end of line) and [CTRL]-Y does a paste, but [CTRL]-...