History log of /netbsd/sys/external/bsd/drm2/dist/drm/radeon/radeon_irq_kms.c (Results 1 – 6 of 6)
Revision Date Author Comments
# 677dec6e 18-Dec-2021 riastradh <riastradh@NetBSD.org>

Merge linux-drm-v5-6-rc3


# f03a931c 27-Feb-2020 riastradh <riastradh@NetBSD.org>

Take a mutex around mode config logic as the comment advises.

XXX pullup


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

struct drm_bus abstraction is no more. Cope.

struct drm_driver now has the bus-specific intr establish routine
(called request_irq/free_irq to match Linux's style).


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

merge linux-drm-v4-4-143


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

First whack at radeon driver.

No hardware to test yet, but it builds.


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

Import drm from Linux 3.15 (commitid 1860e379875dfe7271c649058aeddffe5afd9d0d).

drivers/gpu/drm -> sys/external/bsd/drm2/dist/drm
include/drm -> sys/external/bsd/drm2/dist/includ

Import drm from Linux 3.15 (commitid 1860e379875dfe7271c649058aeddffe5afd9d0d).

drivers/gpu/drm -> sys/external/bsd/drm2/dist/drm
include/drm -> sys/external/bsd/drm2/dist/include/drm
include/uapi/drm -> sys/external/bsd/drm2/dist/uapi/drm

GPL sources excluded.

show more ...