search for: readback

Displaying 20 results from an estimated 57 matches for "readback".

2008 May 12
1
Double Buffer in Medieval II ?
Hi total wine noob here - please spell things out a bit... the error i get that stops me from from loading medieval II is > fixme:d3d:IWineD3DDeviceImpl_CreateAdditionalSwapChain The app requests more than one back buffer, this can't be supported properly. Please configure the application to use double buffering(=1 back buffer) if possible and the how-to for this game says to go to
2020 Apr 17
10
[PATCH i-g-t v3 0/5] Add nouveau-crc tests
From: Lyude Paul <lyude at redhat.com> Nouveau has finally gotten CRC support, hooray! Well, it's under review at least: https://patchwork.freedesktop.org/series/74804/ (it has a cover letter, but nouveau's mailing list configuration has blocked the email so I'm waiting for a moderator to fix that) So, this series adds the relevant tests for it since nvidia's CRC
2015 Oct 16
0
Wine release 1.7.53
...the texture coordinates in the FFP replacement VS when there are enough varyings. wined3d: Initialize unwritten color varyings. d3d9/tests: Fix color_match(). d3d9/tests: Test uninitialized texture varyings with transformed vertices. d3d9/tests: Add helpers to avoid multiple readbacks of the render target surface. d3d9/tests: Use the new readback helpers in test_pointsize(). maintainers: Update Direct3D-related sections. wined3d: Fully initialize partially written varyings in SM3 shaders. d3d9/tests: Uninitialized varyings tests. d3d8/tests: Add he...
2020 Apr 17
5
[PATCH i-g-t v2 0/5] Add nouveau-crc tests
From: Lyude Paul <lyude at redhat.com> (Just forwarding this to nouveau's ml, since I completely forgot to before) Nouveau has finally gotten CRC support, hooray! Well, it's under review at least: https://patchwork.freedesktop.org/series/74804/ (it has a cover letter, but nouveau's mailing list configuration has blocked the email so I'm waiting for a moderator to fix that)
2020 Mar 18
0
[PATCH i-g-t 3/4] lib/igt_kms: Hook up connector dithering prop
...ticeable in the CRC output for all available tap points, and can be seen as CRC values for identical frames cycling between either 2 or 4 values repeatedly (each one of these values is a different dithering phase applied to the source output). Of course, this is very likely to break tests using CRC readback since we don't expect the CRC to change if the source content hasn't changed. So, hook up support for configuring the dithering property and reset it to off from igt_display_reset() when applicable. Signed-off-by: Lyude Paul <lyude at redhat.com> --- lib/igt_kms.c | 6 ++++++ lib/i...
2020 Apr 17
0
[PATCH i-g-t v3 4/5] lib/igt_kms: Hook up connector dithering prop
...ticeable in the CRC output for all available tap points, and can be seen as CRC values for identical frames cycling between either 2 or 4 values repeatedly (each one of these values is a different dithering phase applied to the source output). Of course, this is very likely to break tests using CRC readback since we don't expect the CRC to change if the source content hasn't changed. So, hook up support for configuring the dithering property and reset it to off from igt_display_reset() when applicable. Signed-off-by: Lyude Paul <lyude at redhat.com> --- lib/igt_kms.c | 6 ++++++ lib/i...
2011 Oct 23
0
[nut-Bugs][313395] apcsmart issue with USB-Serial adapter on Mac OS X
Michal, Could we make this error a warning, or make the readback configurable? - Charles On Oct 21, 2011, at 7:56 PM, <nut-bugs at alioth.debian.org> <nut-bugs at alioth.debian.org > wrote: > Bugs item #313395, was opened at 2011-10-21 16:56 by Jesse Peterson > You can respond by visiting: > https://alioth.debian.org/tracker/?func=detai...
2020 Mar 18
0
[PATCH i-g-t 4/4] tests: Add nouveau-crc tests
...igt_describe("Make sure that igt_pipe_crc_get_current() works even " + "when the CRC for the current frame index is lost."); + pipe_test("ctx-flip-skip-current-frame") + test_ctx_flip_skip_current_frame(&data); + + igt_describe("Check that basic CRC readback using the outp-complete " + "source works."); + pipe_test("source-outp-complete") + test_source(&data, "outp-complete"); + + igt_describe("Check that basic CRC readback using the rg source " + "works."); + pipe_test(&quot...
2018 Mar 09
0
[ANNOUNCE] intel-gpu-tools 1.22
...nnector override igt/gem_softpin: Only expect EINVAL for color-overlaps for user objects lib: Export kmsg() igt/debugfs_tests: Record which file is being opened in kmsg lib/dummyload: Avoid assertions in lowlevel spin constructor lib: Provide an accelerated routine for readback from WC igt/gem_exec_capture: Exercise readback of userptr igt/gem_ctx_switch: Exercise all engines at once lib: Fix MI_BATCH_BUFFER_START for hang injection tests/perf_pmu: Handle CPU hotplug failures better igt/gem_spin_batch: Avoid waiting when running concurrently...
2020 Apr 17
0
[PATCH i-g-t v3 5/5] tests: Add nouveau-crc tests
...igt_describe("Make sure that igt_pipe_crc_get_current() works even " + "when the CRC for the current frame index is lost."); + pipe_test("ctx-flip-skip-current-frame") + test_ctx_flip_skip_current_frame(&data); + + igt_describe("Check that basic CRC readback using the outp-complete " + "source works."); + pipe_test("source-outp-complete") + test_source(&data, "outp-complete"); + + igt_describe("Check that basic CRC readback using the rg source " + "works."); + pipe_test(&quot...
2020 Mar 18
6
[PATCH i-g-t 0/4] Add nouveau-crc tests
From: Lyude Paul <lyude at redhat.com> Nouveau has finally gotten CRC support, hooray! Well, it's under review at least: https://patchwork.freedesktop.org/series/74804/ (it has a cover letter, but nouveau's mailing list configuration has blocked the email so I'm waiting for a moderator to fix that) So, this series adds the relevant tests for it since nvidia's CRC
2005 Sep 08
1
(OT) Dialplan Standards for Business/Offices
Are there any standards for setting up pbx dialplans for businesses/offices? What I mean is that, which numbers are reserved for a specific use ex. 0 for operator ? Putting Zero for operator in the dialplan seems to be the common practice of businesses. If there is such a standard, * and # are used for what ? -------------- next part -------------- An HTML attachment was scrubbed... URL:
2020 Aug 18
2
[PATCH i-g-t v4] tests: Add nouveau-crc tests
...igt_describe("Make sure that igt_pipe_crc_get_current() works even " + "when the CRC for the current frame index is lost."); + pipe_test("ctx-flip-skip-current-frame") + test_ctx_flip_skip_current_frame(&data); + + igt_describe("Check that basic CRC readback using the outp-complete " + "source works."); + pipe_test("source-outp-complete") + test_source(&data, "outp-complete"); + + igt_describe("Check that basic CRC readback using the rg source " + "works."); + pipe_test(&quot...
2017 Jun 09
1
[ANNOUNCE] intel-gpu-tools 1.19
...Chris Wilson (132): Revert "Always expose IGT subtests for known kernel selftests" Revert "lib: Add i915 and drm-mm selftest headers from the kernel" igt/kms_pipe_crc_basic: Skip test before hang injection igt/kms_pipe_crc_basic: Tighten timings for CRC readback lib: Update i915_pciids.h lib: Squelch a pair of ignore result warnings lib: Remove requirements spam from gem_set_tiling() igt/gem_userptr_blits: Move assert to caller igt/gem_exec_schedule: Never use STORE_DWORD_IMM on SNB bsd engine igt/drv_hangman: Setting we...
2020 Jul 01
0
[PATCH v3 3/5] nouveau: fix mapping 2MB sysmem pages
...b/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c index 199f94e15c5f..19a6804e3989 100644 --- a/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c +++ b/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c @@ -1204,7 +1204,6 @@ nvkm_vmm_pfn_unmap(struct nvkm_vmm *vmm, u64 addr, u64 size) /*TODO: * - Avoid PT readback (for dma_unmap etc), this might end up being dealt * with inside HMM, which would be a lot nicer for us to deal with. - * - Multiple page sizes (particularly for huge page support). * - Support for systems without a 4KiB page size. */ int @@ -1220,8 +1219,8 @@ nvkm_vmm_pfn_map(struct nvkm_...
2013 Feb 20
0
[ANNOUNCE] xf86-video-intel 2.21.3
...sna/dri: Update flush status for tear-free exported GPU bo sna/dri: Assert that the old scanout is clear before overwriting sna/dri: Assert that we are not passed deceased DRI2Buffers sna: Only use the inplace read fallback if we have no CPU bo support sna: Prefer inplace readback if the GPU doesn't support cacheable BLTs sna/dri: Validate that the scanout flag is set sna: Handle scanouts still active at the time of destruction sna/dri: Fix typo limiting gen4 to TILING_X depth buffers Revert "sna: Avoid promoting SHM CPU bo to GPU to maintain...
2020 Sep 30
0
[PATCH i-g-t v5 5/5] tests: Add nouveau-crc tests
...igt_describe("Make sure that igt_pipe_crc_get_current() works even " + "when the CRC for the current frame index is lost."); + pipe_test("ctx-flip-skip-current-frame") + test_ctx_flip_skip_current_frame(&data); + + igt_describe("Check that basic CRC readback using the outp-complete " + "source works."); + pipe_test("source-outp-complete") + test_source(&data, "outp-complete"); + + igt_describe("Check that basic CRC readback using the rg source " + "works."); + pipe_test(&quot...
2020 Sep 29
1
[igt-dev] [PATCH i-g-t v4] tests: Add nouveau-crc tests
...; > even " > > + "when the CRC for the current frame index is > > lost."); > > + pipe_test("ctx-flip-skip-current-frame") > > + test_ctx_flip_skip_current_frame(&data); > > + > > + igt_describe("Check that basic CRC readback using the outp- > > complete " > > + "source works."); > > + pipe_test("source-outp-complete") > > + test_source(&data, "outp-complete"); > > + > > + igt_describe("Check that basic CRC readback using the rg &...
2020 Sep 28
0
[igt-dev] [PATCH i-g-t v4] tests: Add nouveau-crc tests
...ure that igt_pipe_crc_get_current() works even " > + "when the CRC for the current frame index is lost."); > + pipe_test("ctx-flip-skip-current-frame") > + test_ctx_flip_skip_current_frame(&data); > + > + igt_describe("Check that basic CRC readback using the outp-complete " > + "source works."); > + pipe_test("source-outp-complete") > + test_source(&data, "outp-complete"); > + > + igt_describe("Check that basic CRC readback using the rg source " > + "wor...
2012 Oct 14
0
[ANNOUNCE] xf86-video-intel 2.20.10
...;cpu assertion that was not true sna/gen2: Tidy DBG code for disabling composite operations sna: Refactor the fallback CopyArea to use the common region computation configure: Make rebuilding of the gen4 assembly files explicit sna: Do not create an unsnooped CPU mapping for readbacks sna/gen2: Add a couple of assertions to track down a batch overflow sna/gen2: Compile fix sna/gen2: And the other compile failure Use path for intel-gen4asm derived from pkg-config sna/gen2: Count the number of dwords required for the invariant sna: Only reduce...