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

Merge linux-drm-v5-6-rc3


# 1cb26435 14-Feb-2020 riastradh <riastradh@NetBSD.org>

Use a header file hack to cope with Linux/NetBSD namespace clashes.

Currently serves for:

ALIGN
mutex_init
mutex_destroy


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

Restore chunk of code including close brace that got lost in merge.


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

Mark unused variable.


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

merge linux-drm-v4-4-143


# 5437c446 03-Apr-2015 riastradh <riastradh@NetBSD.org>

Use pmap_pv(9) to remove mappings of device pages in TTM.

Adapt nouveau and radeon to do pmap_pv_track for their device pages.

Proposed on tech-kern with no objections:

https://mail-index.netbsd.o

Use pmap_pv(9) to remove mappings of device pages in TTM.

Adapt nouveau and radeon to do pmap_pv_track for their device pages.

Proposed on tech-kern with no objections:

https://mail-index.netbsd.org/tech-kern/2015/03/26/msg018561.html

Further background at:

https://mail-index.netbsd.org/tech-kern/2014/07/23/msg017392.html

show more ...


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