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
/
pci
Age
Commit message (
Expand
)
Author
2022-10-28
drm(4): Mark PCI interrupt handlers as MP-safe.
riastradh
2022-07-23
drm: Go back to using device_unit(pciN) for pci busid.
riastradh
2022-07-20
drm: Use real pci segment number, not pciN device unit.
riastradh
2022-07-19
drm: Propagate CPPFLAGS.drmkms into all the drm drivers.
riastradh
2022-02-17
drm/vmwgfx: First draft. Passes make depend, doesn't build yet.
riastradh
2021-12-19
drm: Simplify -- remove drm_pci_agp_destroy.
riastradh
2021-12-19
drm: Omit needless pci_attach_args from our drm_pci_attach.
riastradh
2021-12-19
drm: Remove local diffs for drm_pci_set_busid.
riastradh
2021-12-19
Split drm_dev_alloc/register out of drm_pci_attach.
riastradh
2021-12-19
drm_dev_alloc now returns ERR_PTR, check for that.
riastradh
2021-12-19
Revert part of previous: no separate CPPFLAGS.drmkms.
riastradh
2021-12-19
Narrow the CPPFLAGS for drm subsystems.
riastradh
2021-12-19
linux/pci.h so we can dereference struct pci_dev
riastradh
2021-12-19
delete unused drm_pci_set_unique (entire ioctl removed)
riastradh
2021-12-19
Remove last users of drmP.h.
riastradh
2021-12-19
Remove drm_pcie_get_speed_cap_mask unused stub
riastradh
2021-12-19
Move some drm PCI stuff off drmP.h
riastradh
2021-12-19
drm_dev_unref -> drm_dev_put
riastradh
2021-12-19
missing includes
riastradh
2021-12-19
struct pci_dev::pd_drm_dev kludge is no more.
riastradh
2021-12-19
drm_pci_agp_destroy is now in drm_internal.h.
riastradh
2021-12-19
drm_pci_device_is_agp is no more; just test PCI cap.
riastradh
2020-02-14
New stub to reduce diff.
riastradh
2018-11-15
Don't try to interpret the second half of a 64-bit BAR as another one.
riastradh
2018-08-28
Rework PCI and AGP conditionalization.
riastradh
2018-08-28
Eliminate drm_pci_init/exit. Empty for a while, no need.
riastradh
2018-08-27
Tread carefully around DMA subregions.
riastradh
2018-08-27
Make drmkms build without drmkms_pci.
riastradh
2018-08-27
Work around broken null bus_dmatag_destroy expansion.
riastradh
2018-08-27
Convert to long for format expedience.
riastradh
2018-08-27
Sprinkle AGP conditionals where needed.
riastradh
2018-08-27
Move linux_pci_dev_init into callers of drm_pci_attach.
riastradh
2018-08-27
Add some amdgpu goo.
riastradh
2018-08-27
Upstream nixed __OS_HAS_AGP; use CONFIG_AGP instead.
riastradh
2018-08-27
Add drm_pci_set_unique.
riastradh
2018-08-27
Define dummy drm_irq_by_busid, legacy function for legacy UMS API.
riastradh
2018-08-27
struct drm_bus abstraction is no more. Cope.
riastradh
2018-08-27
Namespace our private fields in Linux struct pci_device.
riastradh
2018-08-27
Rename drm_core_ioremap -> drm_legacy_ioremap as upstream.
riastradh
2018-08-27
match linux side loading of headers
riastradh
2017-07-27
PR/52409: Avoid panic at resume.
nonaka
2017-06-01
remove checks for failure after memory allocation calls that cannot fail:
chs
2017-03-02
drmkms_pci: Use MSI if available (Take 2)
nonaka
2017-02-27
Revert "drmkms_pci: use MSI if available."
nonaka
2017-02-21
drmkms_pci: use MSI if available.
nonaka
2015-04-29
Hook up viadrmums and include it it i386/ALL.
riastradh
2015-04-29
Just use `drm' for DRM/UMS PCI attachments at PCI devices.
riastradh
2015-04-29
Make viadrm (UMS) almost build.
riastradh
2015-04-29
Replace drm_ioremap by drm_core_ioremap, reducing diff a little.
riastradh
2015-03-06
Simplify drm shenanigans with irrelevant irq numbers.
riastradh
[next]