Kernel/IntelGraphics: Move pipe management to the Transcoder class

It became apparent to me that future generations of the Intel graphics
chipset utilize the same register set as part of the Transcoder register
set. Therefore, it should be included now in the Transcoder class.
This commit is contained in:
Liav A 2022-04-01 12:52:49 +03:00 committed by Andrew Kaster
commit 8042ae43c3
Notes: sideshowbarker 2024-07-17 10:54:57 +09:00
7 changed files with 95 additions and 122 deletions

View file

@ -10,11 +10,6 @@
namespace Kernel::IntelGraphics {
enum class GlobalGenerationRegister {
PipeAConf = 0x70008,
PipeBConf = 0x71008,
};
struct PLLSettings;
struct PLLParameterLimit {