Displaying 20 results from an estimated 69 matches for "vfunc".
Did you mean:
func
2018 Jan 06
1
[PATCH] drm/nouveau/disp/gf119: add missing drive vfunc ptr
Fixes broken dp on GF119:
Call Trace:
? nvkm_dp_train_drive+0x183/0x2c0 [nouveau]
nvkm_dp_acquire+0x4f3/0xcd0 [nouveau]
nv50_disp_super_2_2+0x5d/0x470 [nouveau]
? nvkm_devinit_pll_set+0xf/0x20 [nouveau]
gf119_disp_super+0x19c/0x2f0 [nouveau]
process_one_work+0x193/0x3c0
worker_thread+0x35/0x3b0
kthread+0x125/0x140
? process_one_work+0x3c0/0x3c0
?
2016 Sep 19
0
[ANNOUNCE] xorg-server 1.18.99.901
Here's the official RC1 for 1.19. Thanks to Jonas and Peter for getting
these two ABI/API changes reviewed.
Jonas Ådahl (2):
dix: Introduce CursorWarpedTo vfunc in Screen
dix: Incroduce CursorConfinedTo vfunc in Screen
Keith Packard (1):
Bump to 1.18.99.901 (1.19 RC1)
git tag: xorg-server-1.18.99.901
http://xorg.freedesktop.org/archive/individual/xserver/xorg-server-1.18.99.901.tar.bz2
MD5: 2e72f0370479ea4faeea87a9cf46862a xorg-server-1.18...
2016 Dec 27
1
Identify if a message_part is an attachment ?
...--
Regards,
Sai Kiran
cmd_fetch()
|_ imap_fetch_more()
|_ imap_fetch_more_int()
|_
imap_fetch_state *state = &ctx->state;
state->cur_mail is NULL.
search mailbox
|_ mailbox_search_next(state->search_ctx, &state->cur_mail)
|_ mailbox_search_next_nonblock (via vfunc)
|_ index_storage_search_next_nonblock
|_ search_more_with_prefetching(ctx, mail_r)
|_
mail = index_search_get_mail(ctx)
|_ allocates mail (vfunc mail_alloc) and calls hook.
|_ also allocates index_mails
ret =...
2009 Dec 10
1
Overriding Default Subscription Behavior
...a script to swap the two characters. However, just
curious if there are any options for doing this within a plugin (since we're
already doing some things in a plugin) by overriding some of the
subscription code.something like the "next_line()" in subscriptions.c. I
don't see any vfuncs in this area, aside from set_subscribed() I believe.but
maybe there's a better spot I'm not thinking of? One thing I've learned
with Dovecot is that it somehow supports things I didn't believe it
could/would, so I thought I'd ask.
Tony
2020 Aug 24
2
[PATCH 1/2] drm/nouveau/kms/nv50-: Program notifier offset before requesting disp caps
On Tue, 25 Aug 2020 at 04:33, Lyude Paul <lyude at redhat.com> wrote:
>
> Not entirely sure why this never came up when I originally tested this
> (maybe some BIOSes already have this setup?) but the ->caps_init vfunc
> appears to cause the display engine to throw an exception on driver
> init, at least on my ThinkPad P72:
>
> nouveau 0000:01:00.0: disp: chid 0 mthd 008c data 00000000 0000508c 0000102b
>
> This is magic nvidia speak for "You need to have the DMA notifier offset
> progra...
2007 Aug 01
0
9 commits - doc/swfdec-sections.txt libswfdec/swfdec_as_frame.c libswfdec/swfdec_loader.c libswfdec/swfdec_loader.h libswfdec/swfdec_loader_internal.h libswfdec/swfdec_loadertarget.c libswfdec/swfdec_loadertarget.h libswfdec/swfdec_movie.c
...ss)->dispose (object);
diff-tree 5b36ea83a867d29e554cd2cfc1170f056c0fa52f (from de8205950a51b5bf5ad7645fb67eb9b9c21a0b4e)
Author: Benjamin Otte <otte at gnome.org>
Date: Wed Aug 1 16:33:57 2007 +0200
step 2 in loading reorg: SwfdecLoaderTarget
SwfdecLoaderTarget now has 3 vfuncs: open, parse, eof and error.
They are queued to be called whenever they were called on the loader.
diff --git a/libswfdec/swfdec_loader.c b/libswfdec/swfdec_loader.c
index 285ffc2..cddbe10 100644
--- a/libswfdec/swfdec_loader.c
+++ b/libswfdec/swfdec_loader.c
@@ -244,11 +244,27 @@ swfdec_file...
2020 Aug 24
4
[PATCH 0/2] drm/nouveau: Backport SOR/PIOR probing fixes for v5.8
These didn't apply cleanly to v5.8, so here's a backported version.
Lyude Paul (2):
drm/nouveau/kms/nv50-: Program notifier offset before requesting disp
caps
drm/nouveau/kms/nv50-: Log SOR/PIOR caps
drivers/gpu/drm/nouveau/dispnv50/core507d.c | 25 ++++++++++++++++-----
drivers/gpu/drm/nouveau/dispnv50/disp.c | 10 +++++++++
2 files changed, 29 insertions(+), 6 deletions(-)
2019 Apr 05
2
FTS delays
...ment it is to simply
delete the fts index and re-index all the mails. That is what currently
happens in the solr backend.
The lucene fts backend does a more complicated matching of the fts index
with the emails. Finally, the deprecated squat backend seem to ignore the
rescan requests (its rescan vfunc is NULL).
> 3 - the loop when body search (just do a "doveadm search -u user at domain
> mailbox inbox text whatevertexte")
>
> Refer to my email to Timo on 2019-04-03 18:30 on the same thread for bug
> details
>
> (especially the loop)
This seems to be the mos...
2020 Aug 31
1
[PATCH 1/2] drm/nouveau/kms/nv50-: Program notifier offset before requesting disp caps
...2020-08-25 at 08:28 +1000, Ben Skeggs wrote:
> > On Tue, 25 Aug 2020 at 04:33, Lyude Paul <lyude at redhat.com> wrote:
> > > Not entirely sure why this never came up when I originally tested this
> > > (maybe some BIOSes already have this setup?) but the ->caps_init vfunc
> > > appears to cause the display engine to throw an exception on driver
> > > init, at least on my ThinkPad P72:
> > >
> > > nouveau 0000:01:00.0: disp: chid 0 mthd 008c data 00000000 0000508c 0000102b
> > >
> > > This is magic nvidia speak fo...
2020 Jul 24
2
[PATCH 0/2] drm/probe_helper, drm/nouveau: Validate MST modes against PBN
Now that we've added the hooks that we've needed for this and used them
in i915, let's add one more hook (which I could use some feedback on,
I'm not sure if it's worth maybe just reworking how we do mode pruning
in nouveau instead...) and start using this in our mst ->mode_valid
callback to filter out impossible to set modes on MST connectors.
Lyude Paul (2):
2019 Apr 14
2
FTS delays
...te the fts index and re-index all the mails. That is what currently
> happens in the solr backend.
>
> The lucene fts backend does a more complicated matching of the fts index
> with the emails. Finally, the deprecated squat backend seem to ignore the
> rescan requests (its rescan vfunc is NULL).
>
> 3 - the loop when body search (just do a "doveadm search -u user at domain
> mailbox inbox text whatevertexte")
>
> Refer to my email to Timo on 2019-04-03 18:30 on the same thread for bug
> details
>
> (especially the loop)
> This seems to b...
2017 Jun 22
0
[PATCH v2 14/14] drm: remove unused and redundant callbacks
...85984b2..0773db9 100644
--- a/include/drm/drm_modeset_helper_vtables.h
+++ b/include/drm/drm_modeset_helper_vtables.h
@@ -267,22 +267,6 @@ struct drm_crtc_helper_funcs {
enum mode_set_atomic);
/**
- * @load_lut:
- *
- * Load a LUT prepared with the &drm_fb_helper_funcs.gamma_set vfunc.
- *
- * This callback is optional and is only used by the fbdev emulation
- * helpers.
- *
- * FIXME:
- *
- * This callback is functionally redundant with the core gamma table
- * support and simply exists because the fbdev hasn't yet been
- * refactored to use the core gamma table in...
2020 Aug 24
0
[PATCH 1/2] drm/nouveau/kms/nv50-: Program notifier offset before requesting disp caps
Not entirely sure why this never came up when I originally tested this
(maybe some BIOSes already have this setup?) but the ->caps_init vfunc
appears to cause the display engine to throw an exception on driver
init, at least on my ThinkPad P72:
nouveau 0000:01:00.0: disp: chid 0 mthd 008c data 00000000 0000508c 0000102b
This is magic nvidia speak for "You need to have the DMA notifier offset
programmed before you can call NV507D_G...
2017 Jan 11
0
[ANNOUNCE] xorg-server 1.19.1
...ients [v2]
Michal Srb (1):
xinerama: Swap the response in RRXineramaWriteMonitor
Michel Dänzer (1):
present: Only call present_flip_notify if vblank->queued == FALSE
Mihail Konev (1):
os,dix: Depend custom libs on libs, not objects
Olivier Fourdan (2):
glamor: restore vfunc handlers on init failure
xwayland: Fix use after free of cursors
Pekka Paalanen (1):
test: fix distributing scripts
Peter Hutterer (2):
Xi: when creating a new master device, update barries for all clients
os: return 0 from check_timers if we touched any of them
Qiang Yu...
2018 Apr 24
0
[ANNOUNCE] xorg-server 1.19.99.905
...disable itself
vnd: Disable GLX if no vendors successfully initialized
glx: Require depth > 12 for GLX visuals
vfb: Fix man page in re depth
xserver 1.20 RC5
Chris Wilson (1):
os/WaitFor: Check timers on every iteration
Daniel Stone (1):
dri3: Don't call vfuncs on old DRI3 screens
David Woodhouse (1):
glamor: fix glamor_xv_query_image_attributes() for odd-width images
Emil Velikov (1):
configure.ac: make use of wayland-scanner.pc
Lyude Paul (5):
meson: Ensure we always build Xext/hashtable.c for glx
meson: Fix indenting in glx/...
2018 Oct 16
0
[ANNOUNCE] libdrm 2.4.96
...expose refcnt'ing on ringbuffers
freedreno: add flags param for rb creation
freedreno/msm: support suballocation for stateobj rb's
freedreno: remove deprecated ringmarker API
freedreno/msm: remove reset of linked rings
freedreno/msm: simplify emit_reloc_ring() vfunc
freedreno/msm: use hashtable to track submit.cmds table
freedreno/msm: simplify msm_ringbuffer_flush()
freedreno/msm: handle ring-reloc to other stateobjs
freedreno/kgsl: fix build
freedreno/msm: fix c90 warning
Bump to version 2.4.96
Thomas Hellstrom (1):...
2018 Mar 30
0
[PATCH 00/24] drm_framebuffer boilerplate removal
...y calls the framebuffer's handle_create hook, which doesn't
> support multiple planes.
>
> Thanks to Noralf's recent work, drivers can just store GEM objects
> directly in drm_framebuffer. I use this directly in getfb2: we need
> direct access to the GEM objects and not a vfunc in order to not hand
> out duplicate GEM names for the same object.
>
> This series converts all drivers except for nouveau, which was a
> little too non-trivial for my comfort, to storing GEM objects directly
> in drm_framebuffer. For those drivers whose driver_framebuffer struct
&g...
2025 Feb 13
0
[PATCH 1/4] auth: Add KbdintResult definition to define result values explicitly
From: Marco Trevisan (Trevi?o) <mail at 3v1n0.net>
kbdint result vfunc may return various values, so use an enum to make it
clearer what each result means without having to dig into the struct
documentation.
---
auth-bsdauth.c | 2 +-
auth-pam.c | 10 +++++-----
auth.h | 5 +++++
auth2-chall.c | 4 ++--
4 files changed, 13 insertions(+), 8 deletions(-...
2009 Dec 14
2
Plugins
Hello everyone again.....
i try to do a plugin... and i see there is a lot of "hook_*" calls in
various places....
There is some documentation about this hooks ?
like:
hook_mail_storage_created = is calling when the email is....
and go on....
Tks.
2007 Oct 18
5
swfdec-mozilla: Changes to 'master'
...c2832c7067bd8bc6d8
Author: Benjamin Otte <otte at gnome.org>
Date: Thu Oct 18 23:19:58 2007 +0200
update to new launch signal syntax
commit 1024809da3e1287995c4acf28d2ad9959a93a80f
Author: Benjamin Otte <otte at gnome.org>
Date: Thu Oct 18 23:19:42 2007 +0200
bind PostURL vfunc