History log of /netbsd-src/sys/external/bsd/drm2/linux/linux_module.c (Results 1 – 13 of 13)
Revision Date Author Comments
# d83a40f3 01-Sep-2022 riastradh <riastradh@NetBSD.org>

drm: Fix dma fence stub so it works with locking operations.


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

drm: linux kthread stubs


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

linux: Draft irq_work shims, in terms of a softint.

Doesn't actually run in hardirq context, but who's gonna notice...


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

linux/wait_bit.h


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

Draft Linux tasklet implementation.


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

Hash-locked atomic64 to give ports like powerpc32 a chance at radeon.


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

Draft implementation of the Linux reservation and fence APIs.


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

Implement some of the Linux RCU API.


# 1252d3ce 13-Apr-2015 pgoyette <pgoyette@NetBSD.org>

Update module dependencies:

drmkms does not depend on iic
drmkms_linux depends on i2cexec


# bc2ce81a 11-Nov-2014 christos <christos@NetBSD.org>

finalize the idr code.


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

First whack at radeon driver.

No hardware to test yet, but it builds.


# 77b5597a 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 ...


# 6cb10275 18-Mar-2014 riastradh <riastradh@NetBSD.org>

Merge riastradh-drm2 to HEAD.