diff options
| author | Jani Nikula <[email protected]> | 2021-10-14 10:28:57 +0000 |
|---|---|---|
| committer | Jani Nikula <[email protected]> | 2021-10-14 15:04:17 +0000 |
| commit | 4dd4375bc4ff217f0a4a931772400c987720fb65 (patch) | |
| tree | 07345426e298bbc175219a2bd529c79869709bc5 /drivers/gpu/drm/i915/intel_pm.c | |
| parent | drm/i915/bios: gracefully disable dual eDP for now (diff) | |
| download | kernel-4dd4375bc4ff217f0a4a931772400c987720fb65.tar.gz kernel-4dd4375bc4ff217f0a4a931772400c987720fb65.zip | |
drm/i915: split out intel_pcode.[ch] to separate file
The snb+ pcode mailbox code is not sideband, so split it out to a
separate file. As can be seen from the #include changes, very few places
use both sideband and pcode.
Code movement only.
Cc: Ville Syrjälä <[email protected]>
Reviewed-by: Ville Syrjälä <[email protected]>
Reviewed-by: Lucas De Marchi <[email protected]>
Signed-off-by: Jani Nikula <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/185deb18eb739e5ae019e27834b9997dcc1347bc.1634207064.git.jani.nikula@intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/intel_pm.c')
| -rw-r--r-- | drivers/gpu/drm/i915/intel_pm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_pm.c b/drivers/gpu/drm/i915/intel_pm.c index c7831bb76862..f90fe39cf8ca 100644 --- a/drivers/gpu/drm/i915/intel_pm.c +++ b/drivers/gpu/drm/i915/intel_pm.c @@ -47,8 +47,8 @@ #include "i915_fixed.h" #include "i915_irq.h" #include "i915_trace.h" +#include "intel_pcode.h" #include "intel_pm.h" -#include "intel_sideband.h" #include "vlv_sideband.h" #include "../../../platform/x86/intel_ips.h" |
