index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
external
/
bsd
/
drm2
/
amdgpu
Age
Commit message (
Expand
)
Author
2022-07-24
amdgpu: Sprinkle missing COPTS.amdgpu_float options.
riastradh
2022-07-23
drm: Split scheduler into separate module.
riastradh
2022-07-19
drm: Propagate CPPFLAGS.drmkms into all the drm drivers.
riastradh
2022-07-18
drm: Simplify async framebuffer child task attachment logic.
riastradh
2022-07-18
drm: Fix asynchronous attach logic for drm framebuffer devices.
riastradh
2022-07-17
amdgpu: Depend on drmkms_ttm module.
riastradh
2021-12-19
drm: Make scheduler mandatory to make amdgpu module simpler.
riastradh
2021-12-19
amdgpu: Run module initialization.
riastradh
2021-12-19
amdgpu: Disable atomic modeset like upstream does for now.
riastradh
2021-12-19
drm: Rework attach/detach and deferred task logic.
riastradh
2021-12-19
amdgpu: Factor out float build options.
riastradh
2021-12-19
amdgpu: Stub out irq domain stuff with a finer grain.
riastradh
2021-12-19
amdgpu: Tie up some loose ends.
riastradh
2021-12-19
amdgpu: Another pass through.
riastradh
2021-12-19
amdgpu_fb.c
riastradh
2021-12-19
amdgpu: amdgpu_drv.c
riastradh
2021-12-19
amdgpu: amdgpu_dm.c, amdgpu_dm_hdcp.c, amdgpu_dm_helpers.c
riastradh
2021-12-19
amdgpu: More files need hardfloat.
riastradh
2021-12-19
drm: Omit needless pci_attach_args from our drm_pci_attach.
riastradh
2021-12-19
amdgpu: Take a short pass over amdgpu.
riastradh
2021-12-19
amdgpu: Compile with CONFIG_DRM_AMD_DC_DCN defined for now.
riastradh
2021-12-19
amdgpu: Ifdef out audio stuff for now.
riastradh
2021-12-19
Split drm_dev_alloc/register out of drm_pci_attach.
riastradh
2021-12-19
Give up and use -Wno-missing-prototypes, ugh.
riastradh
2021-12-19
First whack at amdgpu. Long way to go.
riastradh
2021-12-19
Update amdgpu include path.
riastradh
2021-12-19
Narrow the CPPFLAGS for drm subsystems.
riastradh
2021-12-19
Remove last users of drmP.h.
riastradh
2021-12-19
Merge updated amdgpu2netbsd output.
riastradh
2021-12-19
Switch amdgpu2netbsd to gmake and set a few more variables.
riastradh
2021-12-19
Disable *_trace_points.c.
riastradh
2021-12-19
Generate files.* using the 2netbsd scripts.
riastradh
2020-02-14
Eliminate -Wpointer-arith patches; use -Wno-pointer-arith instead.
riastradh
2018-08-28
Move decl of drm_guarantee_initialized to drmP.h.
riastradh
2018-08-28
Eliminate drm_pci_init/exit. Empty for a while, no need.
riastradh
2018-08-27
Tag files.* with newer config version where needed.
riastradh
2018-08-27
Include amdgpu_prime.c now that it will compile.
riastradh
2018-08-27
Delete spurious file accidentally committed.
riastradh
2018-08-27
At mrg@'s suggestion, make amdgpu win over radeon.
riastradh
2018-08-27
Just disable -Wshadow and -Wmissing-field-initializers for all amdgpu.
riastradh
2018-08-27
Options are lowercase in config conditions.
riastradh
2018-08-27
Update amdgpu2netbsd. Make idempotent.
riastradh
2018-08-27
New option AMDGPU_CIK for devices covered by radeon and amdgpu.
riastradh
2018-08-27
amdgpu.kmod depends on drmkms.kmod, not on amdgpu.kmod.
riastradh
2018-08-27
Call linux_pci_dev_destroy on detach.
riastradh
2018-08-27
Pass the parent explicitly to linux_pci_dev_init.
riastradh
2018-08-27
Move linux_pci_dev_init into callers of drm_pci_attach.
riastradh
2018-08-27
Update amdgpu2netbsd script.
riastradh
2018-08-27
Rename amdgpu files to avoid clashes with radeon.
riastradh
2018-08-27
Add some amdgpu goo.
riastradh