mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 07:03:03 +02:00
drm/i915: move display/intel_plane_initial.c to i915_initial_plane.c
intel_plane_initial.c is i915 specific. Move it to i915 core. Start renaming stuff with the slightly more natural "initial plane" rather than "plane initial". Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patch.msgid.link/cdad733192690a61fbb44921c57fc68cc1cd809f.1765812266.git.jani.nikula@intel.com Signed-off-by: Jani Nikula <jani.nikula@intel.com>
This commit is contained in:
parent
a61bf068f1
commit
0734802d61
|
|
@ -78,6 +78,7 @@ i915-$(CONFIG_PERF_EVENTS) += \
|
|||
i915-y += \
|
||||
i915_display_pc8.o \
|
||||
i915_hdcp_gsc.o \
|
||||
i915_initial_plane.o \
|
||||
i915_panic.o
|
||||
|
||||
# "Graphics Technology" (aka we talk to the gpu)
|
||||
|
|
@ -301,7 +302,6 @@ i915-y += \
|
|||
display/intel_pch_display.o \
|
||||
display/intel_pch_refclk.o \
|
||||
display/intel_plane.o \
|
||||
display/intel_plane_initial.o \
|
||||
display/intel_pmdemand.o \
|
||||
display/intel_psr.o \
|
||||
display/intel_quirks.o \
|
||||
|
|
|
|||
|
|
@ -5,17 +5,18 @@
|
|||
|
||||
#include <drm/drm_print.h>
|
||||
|
||||
#include "display/intel_crtc.h"
|
||||
#include "display/intel_display.h"
|
||||
#include "display/intel_display_core.h"
|
||||
#include "display/intel_display_types.h"
|
||||
#include "display/intel_fb.h"
|
||||
#include "display/intel_frontbuffer.h"
|
||||
#include "display/intel_plane.h"
|
||||
#include "display/intel_plane_initial.h"
|
||||
#include "gem/i915_gem_lmem.h"
|
||||
#include "gem/i915_gem_region.h"
|
||||
|
||||
#include "i915_drv.h"
|
||||
#include "intel_crtc.h"
|
||||
#include "intel_display.h"
|
||||
#include "intel_display_core.h"
|
||||
#include "intel_display_types.h"
|
||||
#include "intel_fb.h"
|
||||
#include "intel_frontbuffer.h"
|
||||
#include "intel_plane.h"
|
||||
#include "intel_plane_initial.h"
|
||||
|
||||
void intel_plane_initial_vblank_wait(struct intel_crtc *crtc)
|
||||
{
|
||||
Loading…
Reference in New Issue
Block a user