Developer Reference
Intel® Graphics for Linux* - Programmer's Reference Manuals
ID
772629
Date
4/12/2022
Public
Hardware Specifications
2023 Intel® Processors - Alchemist/Arctic Sound-M Platform
2021 Intel® Processors (Formerly Rocket Lake)
2020-2021 Intel® Processors (Formerly Tiger Lake)
2020 Intel® Processors with Intel® Hybrid Technology (Formerly Lakefield)
2020 Intel® Iris® Xe MAX GPU (formerly DG1)
2019 Intel® Processors (Formerly Ice Lake)
2018-2019 Intel® Processors (Formerly Whiskey Lake)
2017-2019 Intel® Processors (Formerly Amber Lake)
2017-2019 Intel® Processors (Formerly Coffee Lake)
2019-2020 Intel® Processors (Formerly Comet Lake)
2016 Intel® Processors (Formerly Kaby Lake)
2016 Intel® Processors (Formerly Apollo Lake and Broxton)
2015-2016 Intel® Processors (Formerly Skylake)
2014 Intel® Processors (Formerly Bay Trail)
2014-2015 Intel® Processors (Formerly Cherry Trail and Braswell)
2014-2015 Intel® Processors (Formerly Broadwell)
2013 Intel® Core™ Processor Family (Formerly Haswell)
2012 Intel® Core™ Processor Family (Formerly IvyBridge)
2011 Intel® Core™ Processor Family (Formerly SandyBridge)
2010 Intel® Core™ Processor Family (Formerly Iron Lake)
Code Documentation
Bugs and Debugging
Intel® G45 Express Chipset
Intel® 965 Express Chipset Family and Intel® G35 Express Chipset Graphics Controller
Intel® Integrated Graphics Device - OpRegion Specification
Archived Documentation
Build Guide
Introduction
This page is for experienced Linux users. If you are not familiar with building software components using autotools, we recommend that you use a pre-compiled and tested version available on your current distro.
Building Kernel
Please refer to https://kernelnewbies.org/KernelBuildfor detailed instruction on kernel building.
The only exception is that you should use drm-tip repository. The following is a short example to get you started:
git clone git://anongit.freedesktop.org/drm-tip cd drm-tip cp /boot/config-`uname -r`* .config # or, depending on your distribution gunzip -c /proc/config.gz > .config make olddefconfig make sudo make modules_install sudo make install
Building User Space Components
Please refer to the README files available inside each of the user space components in order to get the most updated building instructions for that code.
Parent topic: Code Documentation