Home
last modified time | relevance | path

Searched refs:pci_revision_id (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/
Ddc_types.h81 uint32_t pci_revision_id; member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/calcs/
Ddcn_calcs.c739 unsigned int get_highest_allowed_voltage_level(uint32_t hw_internal_rev, uint32_t pci_revision_id) in get_highest_allowed_voltage_level() argument
743 switch (pci_revision_id) { in get_highest_allowed_voltage_level()
1328 dc->ctx->asic_id.pci_revision_id)) in dcn_validate_bandwidth()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c983 init_data.asic_id.pci_revision_id = adev->pdev->revision; in amdgpu_dm_init()