What does PCI bus 0, device 2, function 0 in Intel HD Graphic properties mean?
I bought new laptop and explore on device manager (Windows 10) What is it mean.
laptop drivers intel-graphics
add a comment |
I bought new laptop and explore on device manager (Windows 10) What is it mean.
laptop drivers intel-graphics
add a comment |
I bought new laptop and explore on device manager (Windows 10) What is it mean.
laptop drivers intel-graphics
I bought new laptop and explore on device manager (Windows 10) What is it mean.
laptop drivers intel-graphics
laptop drivers intel-graphics
edited Jan 14 '17 at 19:59
fixer1234
19k144982
19k144982
asked Jan 14 '17 at 17:18
gongsungongsun
113
113
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
It is not "properties", it is your video card topological location in terms of PCI: bus/device/functuion.
You have PCI Express bus whose controller (aka "Root Complex") is built directly into your CPU. Integrated GPU is also there. All other PCI-Express devices (like your 802.11(wifi) adapter) are also on this bus although they are not built-it like GPU.
On each boot Windows pnp manager (subsystem running in kernel space) builds device tree. It uses ACPI tables provided by motherboard firmware to find Root Complex and some built-in devices. It then asks Root Complex to list all devices it has, and finally creates device tree.
On PCI and PCI express each device has unique topological address.
1) Bus: There could be several buses connected to first pci bus using bridge: https://en.wikipedia.org/wiki/PCI_Express#/media/File:Example_PCI_Express_Topology.svg
Your device is connected to bus0 (first bus).
2) Device (physical): There can be several devices on bus, Video adapter is device number 2.
3) Function (logical device) Each device may host several functions: Sound card may have PCM and MIDI, multi-card may have several serial ports etc. This is function number 0 (first function)
add a comment |
These are the slots in the computer:
If you want to read further on PCI, some useful info: http://computer.howstuffworks.com/pci.htm
Intel HD Graphics are generally integrated into the CPU itself, so it is probably why it says that also
These are the slots in the computer: google.co.uk/… Some useful info: computer.howstuffworks.com/pci.htm
– user283187
Jan 14 '17 at 20:01
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1167298%2fwhat-does-pci-bus-0-device-2-function-0-in-intel-hd-graphic-properties-mean%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
It is not "properties", it is your video card topological location in terms of PCI: bus/device/functuion.
You have PCI Express bus whose controller (aka "Root Complex") is built directly into your CPU. Integrated GPU is also there. All other PCI-Express devices (like your 802.11(wifi) adapter) are also on this bus although they are not built-it like GPU.
On each boot Windows pnp manager (subsystem running in kernel space) builds device tree. It uses ACPI tables provided by motherboard firmware to find Root Complex and some built-in devices. It then asks Root Complex to list all devices it has, and finally creates device tree.
On PCI and PCI express each device has unique topological address.
1) Bus: There could be several buses connected to first pci bus using bridge: https://en.wikipedia.org/wiki/PCI_Express#/media/File:Example_PCI_Express_Topology.svg
Your device is connected to bus0 (first bus).
2) Device (physical): There can be several devices on bus, Video adapter is device number 2.
3) Function (logical device) Each device may host several functions: Sound card may have PCM and MIDI, multi-card may have several serial ports etc. This is function number 0 (first function)
add a comment |
It is not "properties", it is your video card topological location in terms of PCI: bus/device/functuion.
You have PCI Express bus whose controller (aka "Root Complex") is built directly into your CPU. Integrated GPU is also there. All other PCI-Express devices (like your 802.11(wifi) adapter) are also on this bus although they are not built-it like GPU.
On each boot Windows pnp manager (subsystem running in kernel space) builds device tree. It uses ACPI tables provided by motherboard firmware to find Root Complex and some built-in devices. It then asks Root Complex to list all devices it has, and finally creates device tree.
On PCI and PCI express each device has unique topological address.
1) Bus: There could be several buses connected to first pci bus using bridge: https://en.wikipedia.org/wiki/PCI_Express#/media/File:Example_PCI_Express_Topology.svg
Your device is connected to bus0 (first bus).
2) Device (physical): There can be several devices on bus, Video adapter is device number 2.
3) Function (logical device) Each device may host several functions: Sound card may have PCM and MIDI, multi-card may have several serial ports etc. This is function number 0 (first function)
add a comment |
It is not "properties", it is your video card topological location in terms of PCI: bus/device/functuion.
You have PCI Express bus whose controller (aka "Root Complex") is built directly into your CPU. Integrated GPU is also there. All other PCI-Express devices (like your 802.11(wifi) adapter) are also on this bus although they are not built-it like GPU.
On each boot Windows pnp manager (subsystem running in kernel space) builds device tree. It uses ACPI tables provided by motherboard firmware to find Root Complex and some built-in devices. It then asks Root Complex to list all devices it has, and finally creates device tree.
On PCI and PCI express each device has unique topological address.
1) Bus: There could be several buses connected to first pci bus using bridge: https://en.wikipedia.org/wiki/PCI_Express#/media/File:Example_PCI_Express_Topology.svg
Your device is connected to bus0 (first bus).
2) Device (physical): There can be several devices on bus, Video adapter is device number 2.
3) Function (logical device) Each device may host several functions: Sound card may have PCM and MIDI, multi-card may have several serial ports etc. This is function number 0 (first function)
It is not "properties", it is your video card topological location in terms of PCI: bus/device/functuion.
You have PCI Express bus whose controller (aka "Root Complex") is built directly into your CPU. Integrated GPU is also there. All other PCI-Express devices (like your 802.11(wifi) adapter) are also on this bus although they are not built-it like GPU.
On each boot Windows pnp manager (subsystem running in kernel space) builds device tree. It uses ACPI tables provided by motherboard firmware to find Root Complex and some built-in devices. It then asks Root Complex to list all devices it has, and finally creates device tree.
On PCI and PCI express each device has unique topological address.
1) Bus: There could be several buses connected to first pci bus using bridge: https://en.wikipedia.org/wiki/PCI_Express#/media/File:Example_PCI_Express_Topology.svg
Your device is connected to bus0 (first bus).
2) Device (physical): There can be several devices on bus, Video adapter is device number 2.
3) Function (logical device) Each device may host several functions: Sound card may have PCM and MIDI, multi-card may have several serial ports etc. This is function number 0 (first function)
answered Apr 13 '18 at 0:50
user996142user996142
1,120715
1,120715
add a comment |
add a comment |
These are the slots in the computer:
If you want to read further on PCI, some useful info: http://computer.howstuffworks.com/pci.htm
Intel HD Graphics are generally integrated into the CPU itself, so it is probably why it says that also
These are the slots in the computer: google.co.uk/… Some useful info: computer.howstuffworks.com/pci.htm
– user283187
Jan 14 '17 at 20:01
add a comment |
These are the slots in the computer:
If you want to read further on PCI, some useful info: http://computer.howstuffworks.com/pci.htm
Intel HD Graphics are generally integrated into the CPU itself, so it is probably why it says that also
These are the slots in the computer: google.co.uk/… Some useful info: computer.howstuffworks.com/pci.htm
– user283187
Jan 14 '17 at 20:01
add a comment |
These are the slots in the computer:
If you want to read further on PCI, some useful info: http://computer.howstuffworks.com/pci.htm
Intel HD Graphics are generally integrated into the CPU itself, so it is probably why it says that also
These are the slots in the computer:
If you want to read further on PCI, some useful info: http://computer.howstuffworks.com/pci.htm
Intel HD Graphics are generally integrated into the CPU itself, so it is probably why it says that also
edited Jan 14 '17 at 20:16
answered Jan 14 '17 at 18:59
user283187user283187
12
12
These are the slots in the computer: google.co.uk/… Some useful info: computer.howstuffworks.com/pci.htm
– user283187
Jan 14 '17 at 20:01
add a comment |
These are the slots in the computer: google.co.uk/… Some useful info: computer.howstuffworks.com/pci.htm
– user283187
Jan 14 '17 at 20:01
These are the slots in the computer: google.co.uk/… Some useful info: computer.howstuffworks.com/pci.htm
– user283187
Jan 14 '17 at 20:01
These are the slots in the computer: google.co.uk/… Some useful info: computer.howstuffworks.com/pci.htm
– user283187
Jan 14 '17 at 20:01
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1167298%2fwhat-does-pci-bus-0-device-2-function-0-in-intel-hd-graphic-properties-mean%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown