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