History log of /src/sys/external/bsd/drm2/dist/drm/i915/gem/i915_gem_mman.h
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: perseant-exfatfs-base-20250801 netbsd-11-base netbsd-10-1-RELEASE perseant-exfatfs-base-20240630 perseant-exfatfs-base netbsd-10-0-RELEASE netbsd-10-0-RC6 netbsd-10-0-RC5 netbsd-10-0-RC4 netbsd-10-0-RC3 netbsd-10-0-RC2 thorpej-ifq-base thorpej-altq-separation-base netbsd-10-0-RC1 netbsd-10-base bouyer-sunxi-drm-base
# 1.8 19-Dec-2021 riastradh

i915: Define i915_gem_uvm_ops.


# 1.7 19-Dec-2021 riastradh

i915: Declare, don't define, object in header file.


# 1.6 19-Dec-2021 riastradh

drm: Another pass over i915 and some supporting logic.

This makes a shim around sg_table, which essentially represents two
things:

1. an array of pages (roughly corresponding to bus_dma_segment_t[])
2. an array of DMA addresses stored in a bus_dmamap_t

Both parts are optional; different parts of i915 use sg_tables to
pass around one or both of the two parts. This helps to reduce the
ifdefs by quite a bit, although it's not always clear which part of
an sg_table any particular interface is actually using which is why I
was reluctant to do this before.


# 1.5 19-Dec-2021 riastradh

i915: Custom i915_gem_mmap_object, not fault routine, here.


# 1.4 19-Dec-2021 riastradh

Provide declarations, we use these from different files.


Author: Maya Rashish <maya@NetBSD.org>
Committer: Taylor R Campbell <riastradh@NetBSD.org>


# 1.3 19-Dec-2021 riastradh

no struct vm_are_struct, ifdef out declaration


Author: Maya Rashish <maya@NetBSD.org>
Committer: Taylor R Campbell <riastradh@NetBSD.org>


# 1.2 18-Dec-2021 riastradh

Merge linux-drm-v5-6-rc3


# 1.1 18-Dec-2021 riastradh

branches: 1.1.1;
Initial revision