Displaying 3 results from an estimated 3 matches for "hergert".
Did you mean:
herbert
2023 Mar 13
0
[PATCH] drm/virtio: Enable fb damage clips property for the primary plane
On Fri, Mar 10, 2023 at 01:59:42PM +0100, Javier Martinez Canillas wrote:
> Christian Hergert reports that the driver doesn't enable the property and
> that leads to always doing a full plane update, even when the driver does
> support damage clipping for the primary plane.
>
> Don't enable it for the cursor plane, because its .atomic_update callback
> doesn't ha...
2005 Apr 05
1
lvm/xen too many files opened
I have hopefully a quick question for the Xen masters out there. I have
a few xen domains running on moderate hardware (x86 p4 with HT). The
unprivileged domains are running on a LVM snapshots of a template to
save time in deploying test domains. While running nessus inside one of
the domains, there seems to be an issue with too many files getting
opened and my LVM snapshot (really a CowFS in
2007 Apr 20
4
prototype addClassName, toggleClassName
I have a question about prototype''s addClassName, removeClassName, and
toggleClassName. As expected, these functions add or remove a class
name from an element. When adding, the class names are appended to
the end of the class list of the element. Could this affect the
rendering of the element? Does the order of css class names in the
element''s class attribute matter?