Lines Matching +full:capture +full:- +full:only
4 Starting from DG2 we will have resizable BAR support for device local-memory(i.e
6 smaller than the total probed_size. In such cases, only some subset of
8 while the remainder is only accessible via the GPU.
11 ----------------------------------------------
14 underneath the device has a small BAR, meaning only some portion of it is CPU
16 required, and prioritize using the non-CPU visible portion of
19 .. kernel-doc:: Documentation/gpu/rfc/i915_small_bar.h
23 ---------------------------------
25 CPU accessible portion, for the particular region. This should only be
34 .. kernel-doc:: Documentation/gpu/rfc/i915_small_bar.h
37 Error Capture restrictions
38 --------------------------
39 With error capture we have two new restrictions:
41 1) Error capture is best effort on small BAR systems; if the pages are not
42 CPU accessible, at the time of capture, then the kernel is free to skip
43 trying to capture them.
45 2) On discrete and newer integrated platforms we now reject error capture
47 error capture, when for example something is not currently CPU accessible.