mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 07:03:03 +02:00
drm/i915/display: drop a few unnecessary i915_drv.h includes
We've stopped using struct drm_i915_private in intel_fb.c and skl_universal_plane.c, so we can drop the i915_drv.h includes. Reviewed-by: Jouni Högander <jouni.hogander@intel.com> Link: https://lore.kernel.org/r/20251022121450.452649-1-jani.nikula@intel.com Signed-off-by: Jani Nikula <jani.nikula@intel.com>
This commit is contained in:
parent
6b1209d158
commit
9987033428
|
|
@ -10,7 +10,6 @@
|
|||
#include <drm/drm_gem.h>
|
||||
#include <drm/drm_modeset_helper.h>
|
||||
|
||||
#include "i915_drv.h"
|
||||
#include "i915_utils.h"
|
||||
#include "intel_bo.h"
|
||||
#include "intel_display.h"
|
||||
|
|
|
|||
|
|
@ -7,9 +7,9 @@
|
|||
#include <drm/drm_blend.h>
|
||||
#include <drm/drm_damage_helper.h>
|
||||
#include <drm/drm_fourcc.h>
|
||||
#include <drm/drm_print.h>
|
||||
|
||||
#include "pxp/intel_pxp.h"
|
||||
#include "i915_drv.h"
|
||||
#include "i915_utils.h"
|
||||
#include "intel_bo.h"
|
||||
#include "intel_de.h"
|
||||
|
|
@ -24,6 +24,7 @@
|
|||
#include "intel_plane.h"
|
||||
#include "intel_psr.h"
|
||||
#include "intel_psr_regs.h"
|
||||
#include "intel_step.h"
|
||||
#include "skl_scaler.h"
|
||||
#include "skl_universal_plane.h"
|
||||
#include "skl_universal_plane_regs.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user