mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:57:35 +00:00
Kernel/IntelGraphics: Add Generation enum to the Definitions file
This will be used to annotate which Generation is being used for each Intel iGPU we discover.
This commit is contained in:
parent
8042ae43c3
commit
e393071a9b
4 changed files with 13 additions and 12 deletions
|
@ -10,6 +10,11 @@
|
|||
|
||||
namespace Kernel::IntelGraphics {
|
||||
|
||||
enum class Generation {
|
||||
Gen4,
|
||||
Gen9,
|
||||
};
|
||||
|
||||
struct PLLSettings;
|
||||
|
||||
struct PLLParameterLimit {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue