History log of /netbsd/sys/external/bsd/drm2/include/drm/intel-gtt.h (Results 1 – 9 of 9)
Revision Date Author Comments
# f41a5bb1 19-Dec-2021 riastradh <riastradh@NetBSD.org>

i915: Make intel_gtt_get prototype match Linux.


# 38ad7c77 19-Dec-2021 riastradh <riastradh@NetBSD.org>

i915: ggtt


# a4727246 19-Dec-2021 riastradh <riastradh@NetBSD.org>

Update intel gtt API.

TODO: Find where the stolen memory base is in agp_i810.


# 286f3442 27-Aug-2018 riastradh <riastradh@NetBSD.org>

Linux uses uint64 for these parameters now, so follow suit.


# b430f7bd 27-Aug-2018 riastradh <riastradh@NetBSD.org>

Call it intel_gtt_insert_sg_entries for expedience.

It uses a bus_dmamap, not a Linux scatterlist a.k.a. sg, but
otherwise it functions the same way and this avoids patching
upstream.


# 72dbb12e 06-Mar-2015 riastradh <riastradh@NetBSD.org>

Pass cache-related flags through to the GTT on pre-SNB devices.

I had assumed for ages this would increase the amount of caching and
thereby increase the chance of stale caches leading to rendering

Pass cache-related flags through to the GTT on pre-SNB devices.

I had assumed for ages this would increase the amount of caching and
thereby increase the chance of stale caches leading to rendering
glitches. But apparently I was wrong, and failing to pass these
through was causing all sorts of problems!

show more ...


# fceff80c 16-Jul-2014 riastradh <riastradh@NetBSD.org>

Make it build and boot on my test machines.

Screen blanks on boot on the Ivy Bridge system with

DRM error in cpt_serr_int_handler: PCH transcoder A FIFO underrun

But after that everything is OK

Make it build and boot on my test machines.

Screen blanks on boot on the Ivy Bridge system with

DRM error in cpt_serr_int_handler: PCH transcoder A FIFO underrun

But after that everything is OK. Appears to be an upstream problem.
To investigate...

I think there's a cache flushing issue somewhere -- there are little
display artefacts on my T60.

show more ...


# d5050f17 28-May-2014 riastradh <riastradh@NetBSD.org>

Explain the fields of struct intel_gtt for future reference.


# 2adb3a73 18-Mar-2014 riastradh <riastradh@NetBSD.org>

Merge riastradh-drm2 to HEAD.