Displaying 20 results from an estimated 69 matches for "vfuncs".
Did you mean:
funcs
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
2016 Dec 27
1
Identify if a message_part is an attachment ?
Hello,
This is my first post to this group. I have read through the instructions
before posting. I hope am doing the right thing. If not my sincere
apologies.
I am in the process of developing a dovecot IMAP plugin (over v2.2.25). The
plugin works with mdbox/sdbox which has ability to keep attachments as
external references (via SiS POSIX). The plugin must enable fetching
attachment from REDIS
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
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
On Fri, Apr 05, 2019 at 19:33:57 +0800, Joan Moreau via dovecot wrote:
> Hi
>
> If you plan to fix the FTS part of Dovecot, I will be very gratefull.
I'm trying to figure out what is causing the 3rd issue you listed, so we can
decide how severe it is and therefore how quickly it needs to be fixed. At
the moment we are unable to reproduce it, and therefore we cannot fix it.
>
2020 Aug 31
1
[PATCH 1/2] drm/nouveau/kms/nv50-: Program notifier offset before requesting disp caps
On Wed, 26 Aug 2020 at 02:52, Lyude Paul <lyude at redhat.com> wrote:
>
> On Tue, 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
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
I have tried to spend some time of understanding the logic (if any !) of
the fts part
Honestly, the one who created this mess shall be the one to fix it, or
one shall refactor it totally.
Basically, the fts "core" should be able to do
- select the backend according to conf file
- send new emails/maiblox to backend
- send teh ID of the emails to be removed
- resend an entire
2017 Jun 22
0
[PATCH v2 14/14] drm: remove unused and redundant callbacks
Drivers no longer have any need for these callbacks, and there are no
users. Zap. Zap-zap-zzzap-p-pp-p.
Signed-off-by: Peter Rosin <peda at axentia.se>
---
include/drm/drm_fb_helper.h | 32 --------------------------------
include/drm/drm_modeset_helper_vtables.h | 16 ----------------
2 files changed, 48 deletions(-)
diff --git a/include/drm/drm_fb_helper.h
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
2017 Jan 11
0
[ANNOUNCE] xorg-server 1.19.1
First stable 1.19 release, including a few regression fixes. Thanks to
all who contributed!
Adam Jackson (3):
Revert "damage: Make damageRegionProcessPending take a damage not a drawable"
composite: Fix repaint of borders (v2)
xserver 1.19.1
Ben Crocker (1):
Fix a segfault that occurs if xorg.conf.d is absent:
Hans De Goede (1):
glamor: Trust
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/m...
2018 Oct 16
0
[ANNOUNCE] libdrm 2.4.96
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Andrey Grodzovsky (2):
amdgpu/test: Allow BO mapping flags to be passed in tests
amdgpu/test: Fix deadlock tests for AI and RV v2
Rob Clark (14):
xf86drmHash: remove redundant zero init
freedreno/msm: get rid of ring_bo unref hack
freedreno: expose refcnt'ing on ringbuffers
freedreno: add flags param
2018 Mar 30
0
[PATCH 00/24] drm_framebuffer boilerplate removal
On Fri, Mar 30, 2018 at 10:11 AM, Daniel Stone <daniels at collabora.com> wrote:
> Hi,
> I've been working on a getfb2[0] ioctl, which amongst other things
> supports multi-planar framebuffers as well as modifiers. getfb
> currently calls the framebuffer's handle_create hook, which doesn't
> support multiple planes.
>
> Thanks to Noralf's recent work,
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(-)
diff --git
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'
src/plugin.c | 8 ++++++++
src/plugin.h | 5 +++++
src/swfmoz_player.c | 15 ++++++++++++---
3 files changed, 25 insertions(+), 3 deletions(-)
New commits:
commit 6d2620bd539376e679b5b3c2832c7067bd8bc6d8
Author: Benjamin Otte <otte at gnome.org>
Date: Thu Oct 18 23:19:58 2007 +0200
update to new launch signal syntax
commit