.. |
huge_gem_object.c
|
c0a51fd07b
drm: move read_domains and write_domain into i915
|
7 лет назад |
huge_gem_object.h
|
44653988ef
drm/i915: Create a fake object for testing huge allocations
|
8 лет назад |
huge_pages.c
|
f79401b477
drm/i915/selftests: scrub 64K
|
7 лет назад |
i915_gem_coherency.c
|
e61e0f51ba
drm/i915: Rename drm_i915_gem_request to i915_request
|
7 лет назад |
i915_gem_context.c
|
7c2f5bc5f0
drm/i915/selftests: Flush GPU activity before completing live_contexts
|
7 лет назад |
i915_gem_dmabuf.c
|
1a13a2ec3e
drm/i915: Fix an error checking test
|
8 лет назад |
i915_gem_evict.c
|
e61e0f51ba
drm/i915: Rename drm_i915_gem_request to i915_request
|
7 лет назад |
i915_gem_gtt.c
|
c0a51fd07b
drm: move read_domains and write_domain into i915
|
7 лет назад |
i915_gem_object.c
|
e61e0f51ba
drm/i915: Rename drm_i915_gem_request to i915_request
|
7 лет назад |
i915_live_selftests.h
|
f4ecfbfc32
drm/i915: Check whitelist registers across resets
|
7 лет назад |
i915_mock_selftests.h
|
74419daaae
drm/i915: add a selftest for the mmio_bases table
|
7 лет назад |
i915_random.c
|
9861b66828
drm/i915/selftests: Allow random array allocation to fail
|
7 лет назад |
i915_random.h
|
7ce5b6850b
drm/i915/selftests: Use mul_u32_u32() for 32b x 32b -> 64b result
|
8 лет назад |
i915_request.c
|
e61e0f51ba
drm/i915: Rename drm_i915_gem_request to i915_request
|
7 лет назад |
i915_selftest.c
|
188540137a
drivers/gpu/drm/i915/selftests/i915_selftest.c: fix build with gcc-4.4.4
|
8 лет назад |
i915_sw_fence.c
|
ba02f4c26b
drm/i915/selftests: Wait for the dma-fence timeout
|
7 лет назад |
i915_syncmap.c
|
6e1281412a
drm/i915/selftests: Always initialise err
|
7 лет назад |
i915_timeline.c
|
a89d1f921c
drm/i915: Split i915_gem_timeline into individual timelines
|
7 лет назад |
i915_vma.c
|
dc74f6fec6
drm/i915/selftests: fix spelling mistake: "parmaters" -> "parameters"
|
7 лет назад |
igt_flush_test.c
|
b9777c6f86
drm/i915/selftests: Only switch to kernel context when locked
|
7 лет назад |
igt_flush_test.h
|
98dc0454c0
drm/i915/selftests: Refactor common flush_test()
|
7 лет назад |
intel_breadcrumbs.c
|
77cbe925bf
drm/i915/selftests: Fix error checking for wait_var_timeout
|
7 лет назад |
intel_engine_cs.c
|
74419daaae
drm/i915: add a selftest for the mmio_bases table
|
7 лет назад |
intel_guc.c
|
e78c91754d
drm/i915/guc: Allow preempt-client to be NULL
|
7 лет назад |
intel_hangcheck.c
|
98dc0454c0
drm/i915/selftests: Refactor common flush_test()
|
7 лет назад |
intel_lrc.c
|
98dc0454c0
drm/i915/selftests: Refactor common flush_test()
|
7 лет назад |
intel_uncore.c
|
6396bb2215
treewide: kzalloc() -> kcalloc()
|
7 лет назад |
intel_workarounds.c
|
a399715913
drm/i915/selftests: Fix uninitialized variable
|
7 лет назад |
lib_sw_fence.c
|
2ea5b4def9
drm/i915/selftests: Convert timers to use timer_setup()
|
7 лет назад |
lib_sw_fence.h
|
214707fc2c
drm/i915/selftests: Wrap a timer into a i915_sw_fence
|
7 лет назад |
mock_context.c
|
8ec21a7c4b
drm/i915/selftests: Use a sacrificial context for hang testing
|
7 лет назад |
mock_context.h
|
8ec21a7c4b
drm/i915/selftests: Use a sacrificial context for hang testing
|
7 лет назад |
mock_dmabuf.c
|
f9b67f0014
dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macro
|
8 лет назад |
mock_dmabuf.h
|
6cca22ede8
drm/i915: Add some mock tests for dmabuf interop
|
8 лет назад |
mock_drm.c
|
b162d47e14
drm/i915/selftests: Allocate inode/file dynamically
|
8 лет назад |
mock_drm.h
|
66d9cb5d80
drm/i915: Mock the GEM device for self-testing
|
8 лет назад |
mock_engine.c
|
a89d1f921c
drm/i915: Split i915_gem_timeline into individual timelines
|
7 лет назад |
mock_engine.h
|
3ec0af7f22
drm/i915: Supply the engine-id for our mock_engine()
|
8 лет назад |
mock_gem_device.c
|
1d7a99f514
drm/i915/selftests: Create mock_engine() under struct_mutex
|
7 лет назад |
mock_gem_device.h
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
7 лет назад |
mock_gem_object.h
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
7 лет назад |
mock_gtt.c
|
65fcb8064d
drm/i915: Move timeline from GTT to ring
|
7 лет назад |
mock_gtt.h
|
3b5bb0a376
drm/i915: Mock a GGTT for self-testing
|
8 лет назад |
mock_request.c
|
e61e0f51ba
drm/i915: Rename drm_i915_gem_request to i915_request
|
7 лет назад |
mock_request.h
|
e61e0f51ba
drm/i915: Rename drm_i915_gem_request to i915_request
|
7 лет назад |
mock_timeline.c
|
a89d1f921c
drm/i915: Split i915_gem_timeline into individual timelines
|
7 лет назад |
mock_timeline.h
|
a89d1f921c
drm/i915: Split i915_gem_timeline into individual timelines
|
7 лет назад |
mock_uncore.c
|
0757ac8fc7
drm/i915: Add stub mmio read/write routines to mock device
|
8 лет назад |
mock_uncore.h
|
0757ac8fc7
drm/i915: Add stub mmio read/write routines to mock device
|
8 лет назад |
scatterlist.c
|
7924d9d4dc
drm/i915/selftests: mix huge pages
|
7 лет назад |