diff options
| author | Jani Nikula <[email protected]> | 2025-05-22 09:48:43 +0000 |
|---|---|---|
| committer | Jani Nikula <[email protected]> | 2025-05-27 08:25:53 +0000 |
| commit | 62384da2a04d7a61d840ad099fc9d0d065b31208 (patch) | |
| tree | c902effd412ea2ad67310f99b672098bf21ed0a4 /drivers/gpu/drm/i915/display/intel_fb_pin.c | |
| parent | drm/i915/display: allocate struct intel_display dynamically (diff) | |
| download | kernel-62384da2a04d7a61d840ad099fc9d0d065b31208.tar.gz kernel-62384da2a04d7a61d840ad099fc9d0d065b31208.zip | |
drm/i915: stop including display/intel_display_{core, limits}.h from i915_drv.h
Make i915->display pointer opaque to most of core i915 driver. Lots of
places now need explicit include of intel_display_core.h, or a more
specific header.
With this dependency broken, changes in display should cause radically
less recompilation of i915.
Reviewed-by: Chaitanya Kumar Borah <[email protected]>
Link: https://lore.kernel.org/r/b381b59acb7e4f600e0282935a68aedf77768109.1747907216.git.jani.nikula@intel.com
Signed-off-by: Jani Nikula <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/i915/display/intel_fb_pin.c')
| -rw-r--r-- | drivers/gpu/drm/i915/display/intel_fb_pin.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/display/intel_fb_pin.c b/drivers/gpu/drm/i915/display/intel_fb_pin.c index c648ab8a93d7..98a61a7b0b93 100644 --- a/drivers/gpu/drm/i915/display/intel_fb_pin.c +++ b/drivers/gpu/drm/i915/display/intel_fb_pin.c @@ -12,6 +12,7 @@ #include "i915_drv.h" #include "intel_atomic_plane.h" +#include "intel_display_core.h" #include "intel_display_rpm.h" #include "intel_display_types.h" #include "intel_dpt.h" |
