mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 17:13:52 +02:00
drm/i915/dsb: move i915 specific DSB buffer implementation to i915
The DSB buffer implementation is different for both i915 and xe. Move the i915 specific implementation from display to i915 core. Reviewed-by: Michał Grzelak <michal.grzelak@intel.com> Link: https://patch.msgid.link/a01b3e69a3f79713eacf437af00dbe23d2f9c8dd.1768923917.git.jani.nikula@intel.com Signed-off-by: Jani Nikula <jani.nikula@intel.com>
This commit is contained in:
parent
ced8299146
commit
1617f5955c
|
|
@ -77,6 +77,7 @@ i915-$(CONFIG_PERF_EVENTS) += \
|
|||
# core display adaptation
|
||||
i915-y += \
|
||||
i915_display_pc8.o \
|
||||
i915_dsb_buffer.o \
|
||||
i915_hdcp_gsc.o \
|
||||
i915_initial_plane.o \
|
||||
i915_panic.o
|
||||
|
|
@ -275,7 +276,6 @@ i915-y += \
|
|||
display/intel_dram.o \
|
||||
display/intel_drrs.o \
|
||||
display/intel_dsb.o \
|
||||
display/intel_dsb_buffer.o \
|
||||
display/intel_fb.o \
|
||||
display/intel_fb_bo.o \
|
||||
display/intel_fb_pin.o \
|
||||
|
|
|
|||
|
|
@ -3,11 +3,11 @@
|
|||
* Copyright 2023, Intel Corporation.
|
||||
*/
|
||||
|
||||
#include "display/intel_dsb_buffer.h"
|
||||
#include "gem/i915_gem_internal.h"
|
||||
#include "gem/i915_gem_lmem.h"
|
||||
#include "i915_drv.h"
|
||||
#include "i915_vma.h"
|
||||
#include "intel_dsb_buffer.h"
|
||||
|
||||
struct intel_dsb_buffer {
|
||||
u32 *cmd_buf;
|
||||
Loading…
Reference in New Issue
Block a user