mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-27 18:43:12 -04:00
Pull drm updates from Dave Airlie:
"Highlights:
- dmemcg eviction support is good for low VRAM things like Steam
Machine
- AMD adds gfx6-8 modifier support for older GPUs that enables a
bunch of wayland stuff
- i915/xe has some new hw support but also a lot of display
refactoring
Everything:
perf:
- export perf_allow_ APIs for xe
udmabuf:
- remove default size limit of 64MB
rust:
- i/o rework (signed tag from driver-core tree)
- add registration guard and registration data
- fix unbounded lifetimes in ioctl handler args
- fix a drm_dev_register race
- gem_shmem: add DmaResvGuard helper
- gpuvm: require send/sync for driver data
- implement send/sync for GpuVaAlloc and GpuVmBo
- add SmContext lifetime
- rename dma_handle to dma_address
- change pci_sriov_get_totalvfs return to unsigned int
core:
- create drm_of_get_panel_orientation
- send per-connector hotplug events
- add thunderbolt UBHR tunneling support
connector:
- add color format property
dmem:
- introduce a peak file
- accept one region per limit
- add dmemcg support for eviction
gpusvm:
- reorg code to give drivers more flexibility
atomic:
- add create_state callback and helper
- add documentation on atomic commit lifetime
buddy:
- add per-order free
- add used block scoreboard
- fix UAF
- test buffer clearance on resume
- add phys_addr->block helper
gem:
- drop DRIVER_GEM_GPUVA flag
ttm:
- be more aggressive allocating below protection limit
sched:
- add test suite for concurrent job submissions
hdmi:
- hook the color format property in helpers
mipi-dsi:
- add MIPI_DSI_MODE_DSC_ALL_SLICES_IN_PKT
bridge:
- add atomic create callbacks
- drop atomic reset
- display-connector: don't autoenable HPD IRQ
- trigger initial HPD for DP
- ti-sn65dsi83: remove NO_HFP and NO_HBP mode flags
- analogix_dp: switch to DP link training helpers
dp:
- add support for DSC max delta BPP
edid:
- parse panel type from DisplayID 2.x Display Parameters
sysfb:
- improve panel, stride, framebuffer size validation
panel:
- implement ref counting for struct drm_panel
- himax-hx83121a: add backlight regulator support
- novatek-nt36672a: Inline panel init sequences
- visionox-vtdr6130: enable DSC
- novatek-nt37801: Use mipi_dsi_*_multi() functions
- samsung-s6d16d0: Fix prepare error handling
- support Novatek NT36536 plus DT bindings
- sofef00: fix backlight updates
- osd101t2587: use mipi_dsi_*_multi interface
- panel-edp: adjust timing for AUO displays
- panel-lvds: support Opto Logic SCX1001511GGC49
- panel-simple: support Kyocera tcg070wvlq
- panel-edp: quirks
- AUO B116XAT04.3, CMN N116BCP-EA2, CSW MNB601LS1-8
- BOE NV116WH2-M30, BOE NT116WHM-N21, BOE NV116FH1-M31
- BOE NV116FH1-M30, NV140FHM-N5B, TM156VDXP25
- BOE NE160QDM-NY1, MB116AS01
- new:
- Samsung ATNA40HQ08-0, Anbernic TD4310
- Chipone ICNA35XX, Ilitek ILI9488
- Ilitek ILI7807S, Renesas R63419
- MNE001BS6-2, MNF601BS4-1, Sharp LQ120P1JX51
virtio:
- add support for save/restore virtio_gpu_objects
- abort vq wait on device removal
amdgpu:
- add color format DRM property
- initial compute pipe reset support
- add GFX 6-8 modifier support
- initial DCN 6.0.0 support
- dmemcg eviction support
- improved boundary checking for bios parsing
- RAS updates and rework
- VCN secure submission fixes
- 8K panel fix
- Display KUNIT tests
- parse panel type from DisplayID
- Align IP discovery to pci device lifetime
- SOC15 register macro cleanups
- UVD memory placement fixes
- GFX9 mode2 reset fixes
- drop unnecessary BUG/BUG_ON
- GFX8 soft reset rework
- enable soft reset on GFX8
- PSP/SMU 15.0.9 update
- VI ASPM fix
- userq fixes
- amdgpu_vm_get_task_info_pasid lifetime fix
- DC CACP support
- change system_unbound_wq with system_dfl_wq
- Loosen VFCT bios parsing to deal with pci=realloc
- SI/SMU7 AC/DC switch fix
- VM fence handling fix
- GEM close optimisation
- Apple Studio Display fixes
- DC FRL fixes
amdkfd:
- initial compute pipe reset support
- allow applications to opt out of sigbus on fatal errors
- improve CRIU boundary checks
- MQD handling rework
- move TBA/TMA from system to device memory
- avoid topology-lock in kfd_mmap
- SVM eviction fixes
radeon:
- fix unset CONFIG_ACPI build
i915:
- Novalake (NVL display version 35) timing generator enabling
- NVL DC3CO enabling
- enable UBHR link rates on thunderbolt tunnels
- Reduce Xe3+ PM demand peak bandwidth
- enable pipe DMC error interrupts for display 30+
- add kunit tests for DP link config selection
- refactor and document DP link recovery
- i915/xe driver display probe/remove/suspend/resume/shutdown cleanup
and unification
- i915/xe display runtime PM unified
- Break i915 and xe panic dependency on struct intel_framebuffer
- Streamline Pre/Post-CSC LUT loops
- drop TGL DC3DO support
- CDCLK santization
- fix HDMI scrambling enable
- fix phys bo pread/pwrite with offset
- add missing nospec on parallel submit slot
- fix some NULL derefs
xe:
- drop force_execlist module param
- gate observation streams with perf_allow_cpu
- skip FORCE_WC and vm_bound check for external dma-bufs
- dmemcg eviction support
- remove unused NVL-S GuC
- TLB invalidation improvements
- NVL-S updated PCI-IDs and w/a
- madvise: optimise invalidation path
- fix infinite gt-reset loop in timeout recovery
- update TTM device benefical_order
- wait on external BO kernel fences in exec ioctl
- add/use more KLV helpers
- sriov: disable display in admin only PF mode
- add RAS GPU health indicator
- optimise TTM populate for DONTNEED BO
- drop force_probe for NVL-s
- add debugfs for pcode info
amdxdna:
- disable device buffer export
nova:
- build nova-core/nova-drm from drivers/gpu
- export nova-core rust symbols (workaround)
- GSP boot process consolidation
- Boot GSP with vGPU enabled
- TLV firmware image format support
- Hopper/Blackwell fixes and cleanups
- I/O projection adoption
tyr:
- firmware loading and MCU boot
- add generic slot manager + MMU
- GPU VM support ARM64 LPAE page tables
- add kernel buffer object for internal allocations
- add parser for Mali CSF
- add MCU booting
nouveau:
- race fixes
- check instmem iomapping at first use
- add dmemcg support
- expose NVDEC channels
- add scanline position/head state support for GSP
qxl:
- convert simple encoder to regular
ethosu:
- add perf counter support
etnaviv:
- force flush on power register ops
msm:
- support DSC configuration with slice_per_pkt > 1
mxsfb:
- fix disable sequence
panthor:
- support sparse mappings
rockchip:
- switch away from simple helpers
- support YUV background color
- fix layer config timeout
- add edp support for rk3576
- add batch command submission function
rocket:
- error handling and NULL ptr deref fixes
sun4i:
- switch away from simple helpers
imagination:
- mark BXM-4-64 MC1 as support
host1x:
- support tegra264
tegra:
- add DSI for tegra 20/30
v3d:
- reduce PM runtime autosuspend delay
- scheduler fixes and refactoring
- deprecate v3d 3.3 and 4.1
- validate CPU job query boundaries
hibmc:
- improve plane format handling
- switch to gem shmem
mediatek:
- cec: correct compat for mt7623-8167?
exynos:
- remove simple dependency
- add error handling to encoder paths
- take i2c adapter module reference"
* tag 'drm-next-2026-08-20' of https://gitlab.freedesktop.org/drm/kernel: (2074 commits)
drm/xe/mcr: Take vcs1/vecs1 into account for first media slice
drm/xe: Fix a bug in pc_adjust_freq_bounds()
drm/xe: Fix xe_device_probe() failure
drm/xe/drm_ras: Move has_drm_ras check to drm_ras layer
drm/xe/ras: Fix boot-time ras error processing
drm/amd/display: make DC_RUN_WITH_PREEMPTION_ENABLED misuse a build error
drm/amd/pm: silence uninitialized variable warnings
drm/amdgpu: skip BOs being torn down during GTT recovery
drm/amdgpu: Reject UVD message with invalid number of h265 refs
drm/amdgpu: keep PRT mappings off the vm_bo state lists
drm/amdgpu: fix nbif 6.3.1 l1 low power not functional
drm/amd/display: fix BT.2020 YCbCr output CSC matrices for DCE
drm/amd/display: fix BT.2020 YCbCr limited output CSC matrix
drm/amdgpu: Implement insert_end for VCE 3
drm/amdgpu: Fix UVD min buffer sizes
drm/amdgpu: Fix UVD decode image min size calculation
drm/amdgpu: Fix UVD dpb min size calculation for H264
drm/amdgpu: Reject UVD message with dimensions above 4096
drm/amdgpu: check ASPM on the dGPU host link
drm/radeon: fix autosuspend cleanup during teardown
...
546 lines
18 KiB
Rust
546 lines
18 KiB
Rust
// SPDX-License-Identifier: GPL-2.0
|
|
|
|
//! Abstractions for the PCI bus.
|
|
//!
|
|
//! C header: [`include/linux/pci.h`](srctree/include/linux/pci.h)
|
|
|
|
use crate::{
|
|
bindings,
|
|
container_of,
|
|
device,
|
|
device_id::{
|
|
RawDeviceId,
|
|
RawDeviceIdIndex, //
|
|
},
|
|
driver,
|
|
error::{
|
|
from_result,
|
|
to_result, //
|
|
},
|
|
prelude::*,
|
|
str::CStr,
|
|
types::Opaque,
|
|
ThisModule, //
|
|
};
|
|
use core::{
|
|
marker::PhantomData,
|
|
mem::offset_of,
|
|
num::NonZero,
|
|
ptr::{
|
|
addr_of_mut,
|
|
NonNull, //
|
|
},
|
|
};
|
|
|
|
mod id;
|
|
mod io;
|
|
mod irq;
|
|
|
|
pub use self::id::{
|
|
Class,
|
|
ClassMask,
|
|
Vendor, //
|
|
};
|
|
pub use self::io::{
|
|
Bar,
|
|
ConfigSpace,
|
|
ConfigSpaceSize,
|
|
DevresBar,
|
|
Extended,
|
|
Normal, //
|
|
};
|
|
pub use self::irq::{
|
|
IrqType,
|
|
IrqTypes,
|
|
IrqVector,
|
|
IrqVectorRegistration, //
|
|
};
|
|
|
|
/// An adapter for the registration of PCI drivers.
|
|
pub struct Adapter<T: Driver>(T);
|
|
|
|
// SAFETY:
|
|
// - `bindings::pci_driver` is a C type declared as `repr(C)`.
|
|
// - `T::Data` is the type of the driver's device private data.
|
|
// - `struct pci_driver` embeds a `struct device_driver`.
|
|
// - `DEVICE_DRIVER_OFFSET` is the correct byte offset to the embedded `struct device_driver`.
|
|
unsafe impl<T: Driver> driver::DriverLayout for Adapter<T> {
|
|
type DriverType = bindings::pci_driver;
|
|
type DriverData<'bound> = T::Data<'bound>;
|
|
const DEVICE_DRIVER_OFFSET: usize = core::mem::offset_of!(Self::DriverType, driver);
|
|
}
|
|
|
|
// SAFETY: A call to `unregister` for a given instance of `DriverType` is guaranteed to be valid if
|
|
// a preceding call to `register` has been successful.
|
|
unsafe impl<T: Driver> driver::RegistrationOps for Adapter<T> {
|
|
unsafe fn register(
|
|
pdrv: &Opaque<Self::DriverType>,
|
|
name: &'static CStr,
|
|
module: &'static ThisModule,
|
|
) -> Result {
|
|
// SAFETY: It's safe to set the fields of `struct pci_driver` on initialization.
|
|
unsafe {
|
|
(*pdrv.get()).name = name.as_char_ptr();
|
|
(*pdrv.get()).probe = Some(Self::probe_callback);
|
|
(*pdrv.get()).remove = Some(Self::remove_callback);
|
|
(*pdrv.get()).id_table = T::ID_TABLE.as_ptr();
|
|
}
|
|
|
|
// SAFETY: `pdrv` is guaranteed to be a valid `DriverType`.
|
|
to_result(unsafe {
|
|
bindings::__pci_register_driver(pdrv.get(), module.as_ptr(), name.as_char_ptr())
|
|
})
|
|
}
|
|
|
|
unsafe fn unregister(pdrv: &Opaque<Self::DriverType>) {
|
|
// SAFETY: `pdrv` is guaranteed to be a valid `DriverType`.
|
|
unsafe { bindings::pci_unregister_driver(pdrv.get()) }
|
|
}
|
|
}
|
|
|
|
impl<T: Driver> Adapter<T> {
|
|
extern "C" fn probe_callback(
|
|
pdev: *mut bindings::pci_dev,
|
|
id: *const bindings::pci_device_id,
|
|
) -> c_int {
|
|
// SAFETY: The PCI bus only ever calls the probe callback with a valid pointer to a
|
|
// `struct pci_dev`.
|
|
//
|
|
// INVARIANT: `pdev` is valid for the duration of `probe_callback()`.
|
|
let pdev = unsafe { &*pdev.cast::<Device<device::CoreInternal<'_>>>() };
|
|
|
|
// SAFETY: `DeviceId` is a `#[repr(transparent)]` wrapper of `struct pci_device_id` and
|
|
// does not add additional invariants, so it's safe to transmute.
|
|
let id = unsafe { &*id.cast::<DeviceId>() };
|
|
|
|
// SAFETY: `id` comes from `T::ID_TABLE` which is of type `IdArray<_, T::IdInfo>` or
|
|
// `pci_device_id_any` which has 0 as driver_data. It can also come from dynamic IDs, which
|
|
// will ensure that `driver_data` exists in `T::ID_TABLE`.
|
|
let info = unsafe { id.info_unchecked_opt::<T::IdInfo>() };
|
|
|
|
from_result(|| {
|
|
let data = T::probe(pdev, info);
|
|
|
|
pdev.as_ref().set_drvdata(data)?;
|
|
Ok(0)
|
|
})
|
|
}
|
|
|
|
extern "C" fn remove_callback(pdev: *mut bindings::pci_dev) {
|
|
// SAFETY: The PCI bus only ever calls the remove callback with a valid pointer to a
|
|
// `struct pci_dev`.
|
|
//
|
|
// INVARIANT: `pdev` is valid for the duration of `remove_callback()`.
|
|
let pdev = unsafe { &*pdev.cast::<Device<device::CoreInternal<'_>>>() };
|
|
|
|
// SAFETY: `remove_callback` is only ever called after a successful call to
|
|
// `probe_callback`, hence it's guaranteed that `Device::set_drvdata()` has been called
|
|
// and stored a `Pin<KBox<T::Data<'_>>>`.
|
|
let data = unsafe { pdev.as_ref().drvdata_borrow::<T::Data<'_>>() };
|
|
|
|
T::unbind(pdev, data);
|
|
}
|
|
}
|
|
|
|
/// Declares a kernel module that exposes a single PCI driver.
|
|
///
|
|
/// # Examples
|
|
///
|
|
///```ignore
|
|
/// kernel::module_pci_driver! {
|
|
/// type: MyDriver,
|
|
/// name: "Module name",
|
|
/// authors: ["Author name"],
|
|
/// description: "Description",
|
|
/// license: "GPL v2",
|
|
/// }
|
|
///```
|
|
#[macro_export]
|
|
macro_rules! module_pci_driver {
|
|
($($f:tt)*) => {
|
|
$crate::module_driver!(<T>, $crate::pci::Adapter<T>, { $($f)* });
|
|
};
|
|
}
|
|
|
|
/// Abstraction for the PCI device ID structure ([`struct pci_device_id`]).
|
|
///
|
|
/// [`struct pci_device_id`]: https://docs.kernel.org/PCI/pci.html#c.pci_device_id
|
|
#[repr(transparent)]
|
|
#[derive(Clone, Copy)]
|
|
pub struct DeviceId(bindings::pci_device_id);
|
|
|
|
impl DeviceId {
|
|
const PCI_ANY_ID: u32 = !0;
|
|
|
|
/// Equivalent to C's `PCI_DEVICE` macro.
|
|
///
|
|
/// Create a new `pci::DeviceId` from a vendor and device ID.
|
|
#[inline]
|
|
pub const fn from_id(vendor: Vendor, device: u32) -> Self {
|
|
Self(bindings::pci_device_id {
|
|
vendor: vendor.as_raw() as u32,
|
|
device,
|
|
subvendor: DeviceId::PCI_ANY_ID,
|
|
subdevice: DeviceId::PCI_ANY_ID,
|
|
class: 0,
|
|
class_mask: 0,
|
|
driver_data: 0,
|
|
override_only: 0,
|
|
})
|
|
}
|
|
|
|
/// Equivalent to C's `PCI_DEVICE_CLASS` macro.
|
|
///
|
|
/// Create a new `pci::DeviceId` from a class number and mask.
|
|
#[inline]
|
|
pub const fn from_class(class: u32, class_mask: u32) -> Self {
|
|
Self(bindings::pci_device_id {
|
|
vendor: DeviceId::PCI_ANY_ID,
|
|
device: DeviceId::PCI_ANY_ID,
|
|
subvendor: DeviceId::PCI_ANY_ID,
|
|
subdevice: DeviceId::PCI_ANY_ID,
|
|
class,
|
|
class_mask,
|
|
driver_data: 0,
|
|
override_only: 0,
|
|
})
|
|
}
|
|
|
|
/// Create a new [`DeviceId`] from a class number, mask, and specific vendor.
|
|
///
|
|
/// This is more targeted than [`DeviceId::from_class`]: in addition to matching by [`Vendor`],
|
|
/// it also matches the PCI [`Class`] (up to the entire 24 bits, depending on the
|
|
/// [`ClassMask`]).
|
|
#[inline]
|
|
pub const fn from_class_and_vendor(
|
|
class: Class,
|
|
class_mask: ClassMask,
|
|
vendor: Vendor,
|
|
) -> Self {
|
|
Self(bindings::pci_device_id {
|
|
vendor: vendor.as_raw() as u32,
|
|
device: DeviceId::PCI_ANY_ID,
|
|
subvendor: DeviceId::PCI_ANY_ID,
|
|
subdevice: DeviceId::PCI_ANY_ID,
|
|
class: class.as_raw(),
|
|
class_mask: class_mask.as_raw(),
|
|
driver_data: 0,
|
|
override_only: 0,
|
|
})
|
|
}
|
|
}
|
|
|
|
// SAFETY: `DeviceId` is a `#[repr(transparent)]` wrapper of `pci_device_id` and does not add
|
|
// additional invariants, so it's safe to transmute to `RawType`.
|
|
unsafe impl RawDeviceId for DeviceId {
|
|
type RawType = bindings::pci_device_id;
|
|
}
|
|
|
|
// SAFETY: `DRIVER_DATA_OFFSET` is the offset to the `driver_data` field.
|
|
unsafe impl RawDeviceIdIndex for DeviceId {
|
|
const DRIVER_DATA_OFFSET: usize = core::mem::offset_of!(bindings::pci_device_id, driver_data);
|
|
}
|
|
|
|
/// `IdTable` type for PCI.
|
|
pub type IdTable<T> = &'static dyn kernel::device_id::IdTable<DeviceId, T>;
|
|
|
|
/// Create a PCI `IdTable` with its alias for modpost.
|
|
#[macro_export]
|
|
macro_rules! pci_device_table {
|
|
($($tt:tt)*) => {
|
|
$crate::module_device_table!("pci", $crate::pci::DeviceId, $($tt)*);
|
|
};
|
|
}
|
|
|
|
/// The PCI driver trait.
|
|
///
|
|
/// # Examples
|
|
///
|
|
///```
|
|
/// # use kernel::{bindings, device::Core, pci};
|
|
///
|
|
/// struct MyDriver;
|
|
///
|
|
/// kernel::pci_device_table!(
|
|
/// PCI_TABLE,
|
|
/// <MyDriver as pci::Driver>::IdInfo,
|
|
/// [
|
|
/// (
|
|
/// pci::DeviceId::from_id(pci::Vendor::REDHAT, bindings::PCI_ANY_ID as u32),
|
|
/// (),
|
|
/// )
|
|
/// ]
|
|
/// );
|
|
///
|
|
/// impl pci::Driver for MyDriver {
|
|
/// type IdInfo = ();
|
|
/// type Data<'bound> = Self;
|
|
/// const ID_TABLE: pci::IdTable<Self::IdInfo> = &PCI_TABLE;
|
|
///
|
|
/// fn probe<'bound>(
|
|
/// _pdev: &'bound pci::Device<Core<'_>>,
|
|
/// _id_info: Option<&'bound Self::IdInfo>,
|
|
/// ) -> impl PinInit<Self::Data<'bound>, Error> + 'bound {
|
|
/// Err(ENODEV)
|
|
/// }
|
|
/// }
|
|
///```
|
|
/// Drivers must implement this trait in order to get a PCI driver registered. Please refer to the
|
|
/// `Adapter` documentation for an example.
|
|
pub trait Driver {
|
|
/// The type holding information about each device id supported by the driver.
|
|
// TODO: Use `associated_type_defaults` once stabilized:
|
|
//
|
|
// ```
|
|
// type IdInfo: 'static = ();
|
|
// ```
|
|
type IdInfo: 'static;
|
|
|
|
/// The type of the driver's bus device private data.
|
|
type Data<'bound>: Send + 'bound;
|
|
|
|
/// The table of device ids supported by the driver.
|
|
const ID_TABLE: IdTable<Self::IdInfo>;
|
|
|
|
/// PCI driver probe.
|
|
///
|
|
/// Called when a new pci device is added or discovered. Implementers should
|
|
/// attempt to initialize the device here.
|
|
fn probe<'bound>(
|
|
dev: &'bound Device<device::Core<'_>>,
|
|
id_info: Option<&'bound Self::IdInfo>,
|
|
) -> impl PinInit<Self::Data<'bound>, Error> + 'bound;
|
|
|
|
/// PCI driver unbind.
|
|
///
|
|
/// Called when a [`Device`] is unbound from its bound [`Driver`]. Implementing this callback
|
|
/// is optional.
|
|
///
|
|
/// This callback serves as a place for drivers to perform teardown operations that require a
|
|
/// `&Device<Core>` or `&Device<Bound>` reference. For instance, drivers may try to perform I/O
|
|
/// operations to gracefully tear down the device.
|
|
///
|
|
/// Otherwise, release operations for driver resources should be performed in `Drop`.
|
|
fn unbind<'bound>(dev: &'bound Device<device::Core<'_>>, this: Pin<&Self::Data<'bound>>) {
|
|
let _ = (dev, this);
|
|
}
|
|
}
|
|
|
|
/// The PCI device representation.
|
|
///
|
|
/// This structure represents the Rust abstraction for a C `struct pci_dev`. The implementation
|
|
/// abstracts the usage of an already existing C `struct pci_dev` within Rust code that we get
|
|
/// passed from the C side.
|
|
///
|
|
/// # Invariants
|
|
///
|
|
/// A [`Device`] instance represents a valid `struct pci_dev` created by the C portion of the
|
|
/// kernel.
|
|
#[repr(transparent)]
|
|
pub struct Device<Ctx: device::DeviceContext = device::Normal>(
|
|
Opaque<bindings::pci_dev>,
|
|
PhantomData<Ctx>,
|
|
);
|
|
|
|
impl<Ctx: device::DeviceContext> Device<Ctx> {
|
|
#[inline]
|
|
fn as_raw(&self) -> *mut bindings::pci_dev {
|
|
self.0.get()
|
|
}
|
|
}
|
|
|
|
impl Device {
|
|
/// Returns the PCI vendor ID as [`Vendor`].
|
|
///
|
|
/// # Examples
|
|
///
|
|
/// ```
|
|
/// # use kernel::{device::Core, pci::{self, Vendor}, prelude::*};
|
|
/// fn log_device_info(pdev: &pci::Device<Core<'_>>) -> Result {
|
|
/// // Get an instance of `Vendor`.
|
|
/// let vendor = pdev.vendor_id();
|
|
/// dev_info!(
|
|
/// pdev,
|
|
/// "Device: Vendor={}, Device=0x{:x}\n",
|
|
/// vendor,
|
|
/// pdev.device_id()
|
|
/// );
|
|
/// Ok(())
|
|
/// }
|
|
/// ```
|
|
#[inline]
|
|
pub fn vendor_id(&self) -> Vendor {
|
|
// SAFETY: `self.as_raw` is a valid pointer to a `struct pci_dev`.
|
|
let vendor_id = unsafe { (*self.as_raw()).vendor };
|
|
Vendor::from_raw(vendor_id)
|
|
}
|
|
|
|
/// Returns the PCI device ID.
|
|
#[inline]
|
|
pub fn device_id(&self) -> u16 {
|
|
// SAFETY: By its type invariant `self.as_raw` is always a valid pointer to a
|
|
// `struct pci_dev`.
|
|
unsafe { (*self.as_raw()).device }
|
|
}
|
|
|
|
/// Returns the PCI revision ID.
|
|
#[inline]
|
|
pub fn revision_id(&self) -> u8 {
|
|
// SAFETY: By its type invariant `self.as_raw` is always a valid pointer to a
|
|
// `struct pci_dev`.
|
|
unsafe { (*self.as_raw()).revision }
|
|
}
|
|
|
|
/// Returns the PCI bus device/function.
|
|
#[inline]
|
|
pub fn dev_id(&self) -> u16 {
|
|
// SAFETY: By its type invariant `self.as_raw` is always a valid pointer to a
|
|
// `struct pci_dev`.
|
|
unsafe { bindings::pci_dev_id(self.as_raw()) }
|
|
}
|
|
|
|
/// Returns the PCI subsystem vendor ID.
|
|
#[inline]
|
|
pub fn subsystem_vendor_id(&self) -> u16 {
|
|
// SAFETY: By its type invariant `self.as_raw` is always a valid pointer to a
|
|
// `struct pci_dev`.
|
|
unsafe { (*self.as_raw()).subsystem_vendor }
|
|
}
|
|
|
|
/// Returns the PCI subsystem device ID.
|
|
#[inline]
|
|
pub fn subsystem_device_id(&self) -> u16 {
|
|
// SAFETY: By its type invariant `self.as_raw` is always a valid pointer to a
|
|
// `struct pci_dev`.
|
|
unsafe { (*self.as_raw()).subsystem_device }
|
|
}
|
|
|
|
/// Returns the start of the given PCI BAR resource.
|
|
pub fn resource_start(&self, bar: u32) -> Result<bindings::resource_size_t> {
|
|
if !Bar::index_is_valid(bar) {
|
|
return Err(EINVAL);
|
|
}
|
|
|
|
// SAFETY:
|
|
// - `bar` is a valid bar number, as guaranteed by the above call to `Bar::index_is_valid`,
|
|
// - by its type invariant `self.as_raw` is always a valid pointer to a `struct pci_dev`.
|
|
Ok(unsafe { bindings::pci_resource_start(self.as_raw(), bar.try_into()?) })
|
|
}
|
|
|
|
/// Returns the size of the given PCI BAR resource.
|
|
pub fn resource_len(&self, bar: u32) -> Result<bindings::resource_size_t> {
|
|
if !Bar::index_is_valid(bar) {
|
|
return Err(EINVAL);
|
|
}
|
|
|
|
// SAFETY:
|
|
// - `bar` is a valid bar number, as guaranteed by the above call to `Bar::index_is_valid`,
|
|
// - by its type invariant `self.as_raw` is always a valid pointer to a `struct pci_dev`.
|
|
Ok(unsafe { bindings::pci_resource_len(self.as_raw(), bar.try_into()?) })
|
|
}
|
|
|
|
/// Returns the PCI class as a `Class` struct.
|
|
#[inline]
|
|
pub fn pci_class(&self) -> Class {
|
|
// SAFETY: `self.as_raw` is a valid pointer to a `struct pci_dev`.
|
|
Class::from_raw(unsafe { (*self.as_raw()).class })
|
|
}
|
|
}
|
|
|
|
impl<'a> Device<device::Core<'a>> {
|
|
/// Returns the total number of VFs, or [`None`] if SR-IOV is not available.
|
|
#[inline]
|
|
pub fn sriov_get_totalvfs(&self) -> Option<NonZero<u16>> {
|
|
// SAFETY: `self.as_raw()` is a valid pointer to a `struct pci_dev`.
|
|
let total_vfs = unsafe { bindings::pci_sriov_get_totalvfs(self.as_raw()) };
|
|
|
|
// CAST: The C function returns `unsigned int`, but the value originates
|
|
// from TotalVFs/driver_max_VFs (which are defined as `u16`), so this cast
|
|
// cannot truncate.
|
|
NonZero::new(total_vfs as u16)
|
|
}
|
|
|
|
/// Enable memory resources for this device.
|
|
pub fn enable_device_mem(&self) -> Result {
|
|
// SAFETY: `self.as_raw` is guaranteed to be a pointer to a valid `struct pci_dev`.
|
|
to_result(unsafe { bindings::pci_enable_device_mem(self.as_raw()) })
|
|
}
|
|
|
|
/// Enable bus-mastering for this device.
|
|
#[inline]
|
|
pub fn set_master(&self) {
|
|
// SAFETY: `self.as_raw` is guaranteed to be a pointer to a valid `struct pci_dev`.
|
|
unsafe { bindings::pci_set_master(self.as_raw()) };
|
|
}
|
|
}
|
|
|
|
// SAFETY: `pci::Device` is a transparent wrapper of `struct pci_dev`.
|
|
// The offset is guaranteed to point to a valid device field inside `pci::Device`.
|
|
unsafe impl<Ctx: device::DeviceContext> device::AsBusDevice<Ctx> for Device<Ctx> {
|
|
const OFFSET: usize = offset_of!(bindings::pci_dev, dev);
|
|
}
|
|
|
|
// SAFETY: `Device` is a transparent wrapper of a type that doesn't depend on `Device`'s generic
|
|
// argument.
|
|
kernel::impl_device_context_deref!(unsafe { Device });
|
|
kernel::impl_device_context_into_aref!(Device);
|
|
|
|
impl<'a> crate::dma::Device<'a> for Device<device::Core<'a>> {}
|
|
|
|
// SAFETY: Instances of `Device` are always reference-counted.
|
|
unsafe impl crate::sync::aref::AlwaysRefCounted for Device {
|
|
#[inline]
|
|
fn inc_ref(&self) {
|
|
// SAFETY: The existence of a shared reference guarantees that the refcount is non-zero.
|
|
unsafe { bindings::pci_dev_get(self.as_raw()) };
|
|
}
|
|
|
|
#[inline]
|
|
unsafe fn dec_ref(obj: NonNull<Self>) {
|
|
// SAFETY: The safety requirements guarantee that the refcount is non-zero.
|
|
unsafe { bindings::pci_dev_put(obj.cast().as_ptr()) }
|
|
}
|
|
}
|
|
|
|
impl<Ctx: device::DeviceContext> AsRef<device::Device<Ctx>> for Device<Ctx> {
|
|
fn as_ref(&self) -> &device::Device<Ctx> {
|
|
// SAFETY: By the type invariant of `Self`, `self.as_raw()` is a pointer to a valid
|
|
// `struct pci_dev`.
|
|
let dev = unsafe { addr_of_mut!((*self.as_raw()).dev) };
|
|
|
|
// SAFETY: `dev` points to a valid `struct device`.
|
|
unsafe { device::Device::from_raw(dev) }
|
|
}
|
|
}
|
|
|
|
impl<Ctx: device::DeviceContext> TryFrom<&device::Device<Ctx>> for &Device<Ctx> {
|
|
type Error = kernel::error::Error;
|
|
|
|
fn try_from(dev: &device::Device<Ctx>) -> Result<Self, Self::Error> {
|
|
// SAFETY: By the type invariant of `Device`, `dev.as_raw()` is a valid pointer to a
|
|
// `struct device`.
|
|
if !unsafe { bindings::dev_is_pci(dev.as_raw()) } {
|
|
return Err(EINVAL);
|
|
}
|
|
|
|
// SAFETY: We've just verified that the bus type of `dev` equals `bindings::pci_bus_type`,
|
|
// hence `dev` must be embedded in a valid `struct pci_dev` as guaranteed by the
|
|
// corresponding C code.
|
|
let pdev = unsafe { container_of!(dev.as_raw(), bindings::pci_dev, dev) };
|
|
|
|
// SAFETY: `pdev` is a valid pointer to a `struct pci_dev`.
|
|
Ok(unsafe { &*pdev.cast() })
|
|
}
|
|
}
|
|
|
|
// SAFETY: A `Device` is always reference-counted and can be released from any thread.
|
|
unsafe impl Send for Device {}
|
|
|
|
// SAFETY: `Device` can be shared among threads because all methods of `Device`
|
|
// (i.e. `Device<Normal>) are thread safe.
|
|
unsafe impl Sync for Device {}
|
|
|
|
// SAFETY: Same as `Device<Normal>` -- the underlying `struct pci_dev` is the same;
|
|
// `Bound` is a zero-sized type-state marker that does not affect thread safety.
|
|
unsafe impl Sync for Device<device::Bound> {}
|