search for: simliar

Displaying 20 results from an estimated 97 matches for "simliar".

Did you mean: similar
2019 Apr 29
2
[Spice-devel] [PATCH] Revert "drm/qxl: drop prime import/export callbacks"
On Fri, Apr 26, 2019 at 04:21:37PM +0200, Daniel Vetter wrote: > On Fri, Apr 26, 2019 at 7:33 AM Gerd Hoffmann <kraxel at redhat.com> wrote: > > > > This reverts commit f4c34b1e2a37d5676180901fa6ff188bcb6371f8. > > > > Simliar to commit a0cecc23cfcb Revert "drm/virtio: drop prime > > import/export callbacks". We have to do the same with qxl, > > for the same reasons (it breaks DRI3). > > > > Drop the WARN_ON_ONCE(). > > > > Fixes: f4c34b1e2a37d5676180901fa6ff188bcb6371f8 &gt...
2019 Apr 29
2
[Spice-devel] [PATCH] Revert "drm/qxl: drop prime import/export callbacks"
On Fri, Apr 26, 2019 at 04:21:37PM +0200, Daniel Vetter wrote: > On Fri, Apr 26, 2019 at 7:33 AM Gerd Hoffmann <kraxel at redhat.com> wrote: > > > > This reverts commit f4c34b1e2a37d5676180901fa6ff188bcb6371f8. > > > > Simliar to commit a0cecc23cfcb Revert "drm/virtio: drop prime > > import/export callbacks". We have to do the same with qxl, > > for the same reasons (it breaks DRI3). > > > > Drop the WARN_ON_ONCE(). > > > > Fixes: f4c34b1e2a37d5676180901fa6ff188bcb6371f8 &gt...
2019 Apr 26
3
[PATCH] Revert "drm/qxl: drop prime import/export callbacks"
This reverts commit f4c34b1e2a37d5676180901fa6ff188bcb6371f8. Simliar to commit a0cecc23cfcb Revert "drm/virtio: drop prime import/export callbacks". We have to do the same with qxl, for the same reasons (it breaks DRI3). Drop the WARN_ON_ONCE(). Fixes: f4c34b1e2a37d5676180901fa6ff188bcb6371f8 Signed-off-by: Gerd Hoffmann <kraxel at redhat.com> ---...
2019 Apr 26
3
[PATCH] Revert "drm/qxl: drop prime import/export callbacks"
This reverts commit f4c34b1e2a37d5676180901fa6ff188bcb6371f8. Simliar to commit a0cecc23cfcb Revert "drm/virtio: drop prime import/export callbacks". We have to do the same with qxl, for the same reasons (it breaks DRI3). Drop the WARN_ON_ONCE(). Fixes: f4c34b1e2a37d5676180901fa6ff188bcb6371f8 Signed-off-by: Gerd Hoffmann <kraxel at redhat.com> ---...
2003 May 14
2
rsync + ssh or what?
Hey guys sorry for this newbie type post but I'm not getting it really. I see other posts that r asking a simliar question but I'm not understanding. Currently I have working boxA and BoxC. SSH is the only thing accepted. So currenty I'm backing up files on boxC with "rsync -e ssh user@publicIPforB:/home/backup/back_me_up /home/backup". Now I have added boxB in front of boxC. boxA(publicIPf...
2023 Feb 16
2
[PATCH 17/17] drm/cirrus: Use VGA macro constants to unblank
...king a look at the patches. Am 16.02.23 um 12:33 schrieb Gerd Hoffmann: > On Wed, Feb 15, 2023 at 05:15:17PM +0100, Thomas Zimmermann wrote: >> Set the VGA bit for unblanking with macro constants instead of magic >> values. No functional changes. > > blank/unblank should work simliar to bochs (see commit 250e743915d4), > that is maybe a nice thing to add of you modernize the driver anyway. Yeah, it's the VGA PAS field. [1] But is it really called blanking? PAS controls palette access, but blanking is sounds more like DPMS. The PAS setting is actually part of the primar...
2023 Feb 16
2
[PATCH 17/17] drm/cirrus: Use VGA macro constants to unblank
...gt; Am 16.02.23 um 12:33 schrieb Gerd Hoffmann: > > On Wed, Feb 15, 2023 at 05:15:17PM +0100, Thomas Zimmermann wrote: > >> Set the VGA bit for unblanking with macro constants instead of magic > >> values. No functional changes. > > > > blank/unblank should work simliar to bochs (see commit 250e743915d4), > > that is maybe a nice thing to add of you modernize the driver anyway. > Yeah, it's the VGA PAS field. [1] But is it really called blanking? PAS > controls palette access, but blanking is sounds more like DPMS. Why aren't people just usin...
2006 Mar 16
4
calling an actionview method from inside a model
Hi, I would like my model instance to produce it''s own list of options for a form select. This is from a product model that has_many variations def alts_for_select(current_id) the_map = variations.map{|v| [v.name, v.id]} options_for_select(the_map, current_id) end the model cannot see the options_for_select method I tried to use
2012 Jul 26
2
xm top shows high CPU load on domU when passed PCI NICs after hypervisor update
...as mentioned earlier, it is unable to create a PPPoe connection over the passed network cards. Other than troubleshooting, I haven''t made any configuration changes to either the dom0 or domU. Searching through the mailing list and google in general hasn''t turned up reports of a simliar issue. Any suggestions would be greatly appreciated. - Ben
2005 Jul 27
3
[LLVMdev] How to define complicated instruction in TableGen (Direct3D shader instruction)
...ister. They are actually defined as llvm packed [4xfloat]. The instruction: add_sat r0.a, r1_bias.xxyy, r3_x2.zzzz Explaination: '.a' is a writemask. only the specified component will be update '.xxyy' and '.zzzz' are swizzle masks, specify the component permutation, simliar to the Intel SSE permutation instruction SHUFPD '_bias' and '_x2' are modifiers. they modify the value of source operands and send the modified values to the adder. '_bias' = source - 0.5, '_x2' = source * 2 '_sat' is an instruction modifier. when specified...
2018 Jun 08
2
Fail to install llvm/clang on debian
....dir/all' failed make[1]: *** [tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/all] Error 2 make[1]: *** 正在等待未完成的任务.... [ 75%] Building CXX object tools/clang/lib/Rewrite/CMakeFiles/clangRewrite.dir/Rewr Even thought i follow install instructions from llvm home-page, i get it simliar.What am i missing? kernel version:4.17.0-rc7+ cmake -version cmake version 3.7.2 gcc version 6.3.0 20170516 (Debian 6.3.0-18+deb9u1) debian os Thank you in advance. Please cc me i am not subscribe the lists, thx!
2019 Apr 29
0
[Spice-devel] [PATCH] Revert "drm/qxl: drop prime import/export callbacks"
...m> wrote: > > On Fri, Apr 26, 2019 at 04:21:37PM +0200, Daniel Vetter wrote: > > On Fri, Apr 26, 2019 at 7:33 AM Gerd Hoffmann <kraxel at redhat.com> wrote: > > > > > > This reverts commit f4c34b1e2a37d5676180901fa6ff188bcb6371f8. > > > > > > Simliar to commit a0cecc23cfcb Revert "drm/virtio: drop prime > > > import/export callbacks". We have to do the same with qxl, > > > for the same reasons (it breaks DRI3). > > > > > > Drop the WARN_ON_ONCE(). > > > > > > Fixes: f4c34b1e2a37d5...
2023 Feb 16
2
[PATCH 17/17] drm/cirrus: Use VGA macro constants to unblank
On Wed, Feb 15, 2023 at 05:15:17PM +0100, Thomas Zimmermann wrote: > Set the VGA bit for unblanking with macro constants instead of magic > values. No functional changes. blank/unblank should work simliar to bochs (see commit 250e743915d4), that is maybe a nice thing to add of you modernize the driver anyway. take care, Gerd
2002 Oct 19
1
Date: Sat, 19 Oct 2002 09:44:55 +0800
hi all, i'v got a question here: i'm writing a *.bat file using Rterm.exe to several simliar R files, which all contain functions from some outside package (eg. quantreg). my question is, how to invoke the package in my *.bat file. Anyone give a hand to me? regards, chenwj Dept. of Statistics Fudan Univerisity, China email: chenwj at online.sh.cn -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-...
2012 Jun 18
2
Unable to boot 9 stable/release on HP EliteBook 8560p
Hi, I have an Elitebook but I am unable to even load the kernel or get to a point where user interaction is posible. The bootloader reboots the machine just before or after the amount of memory is shown. Anyone with simliar problems an newer HP notebooks? Gr Matthias
2000 Apr 28
1
Print Page by Page
...that will generate a lot of outputs. For example, the function "aov()" will print out lots of outputs on screen. I am just wondering, if it is possible to make these outputs shown page by page instead of throwing everything on screen and I have to scroll back up. I know in UNIX this is simliar to the command "more", can I do this in R? Thanks. -- ----------------------------------------------------------------------------------- Ko-Kang Wang Undergraduate Student Computer Science/Statistics Double Major University of Auckland Auckland 1005 New Zealand -----------------...
2004 May 30
1
Multi-stream vorbis...
I've been testing my multi-stream mux directshow filter. And have created some files with 2 tracks of vorbis... varying from 2 mp3s transcoding to vorbis interleaved to one mp3 transcode to vorbis in one stream, and live muxed spoken audio encoded to vorbis in the other. Simliarly some with vorbis in one stram and speex encoded voice-overs in the other. My directshow filters can play these files just fine, but that's no assurance that they are correctly muxed. But my problem is i can't find any other media player on windows that can handle these streams. I've...
2018 Feb 01
3
[PATCH v3 1/2] drm/virtio: Add window server support
...ients will use the communication > protocol that the compositor supports, and virtio-gpu will assist with > making buffers available in both sides, and copying content as needed. Why not use virtio-vsock to run the wayland protocol? I don't like the idea to duplicate something with very simliar functionality in virtio-gpu. > It is expected that a service in the guest will act as a proxy, > interacting with virtio-gpu to support unmodified clients. If you have a guest proxy anyway using virtio-sock for the protocol stream and virtio-gpu for buffer sharing (and some day 3d rendering...
2018 Feb 01
3
[PATCH v3 1/2] drm/virtio: Add window server support
...ients will use the communication > protocol that the compositor supports, and virtio-gpu will assist with > making buffers available in both sides, and copying content as needed. Why not use virtio-vsock to run the wayland protocol? I don't like the idea to duplicate something with very simliar functionality in virtio-gpu. > It is expected that a service in the guest will act as a proxy, > interacting with virtio-gpu to support unmodified clients. If you have a guest proxy anyway using virtio-sock for the protocol stream and virtio-gpu for buffer sharing (and some day 3d rendering...
2005 Jul 29
0
[LLVMdev] How to define complicated instruction in TableGen (Direct3D shader instruction)
...at]. > > The instruction: > > add_sat r0.a, r1_bias.xxyy, r3_x2.zzzz > > Explaination: > > '.a' is a writemask. only the specified component will be update > > '.xxyy' and '.zzzz' are swizzle masks, specify the component > permutation, simliar to the Intel SSE permutation instruction SHUFPD > > '_bias' and '_x2' are modifiers. they modify the value of source > operands and send the modified values to the adder. '_bias' = source - > 0.5, '_x2' = source * 2 > > '_sat' is an instru...