mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 16:12:59 +02:00
drm/i915/gvt_mmio_table: Use the gvt versions of the display macros
Include gvt/display_helpers.h so that the display register macros in intel_gvt_mmio_table.c expand through the exported display functions. This lets us keep the existing macro calls while avoiding direct access to display internals, helping the display modularization work. Signed-off-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com> Reviewed-by: Jani Nikula <jani.nikula@intel.com> Link: https://patch.msgid.link/20260114025456.1639171-1-ankit.k.nautiyal@intel.com
This commit is contained in:
parent
6695dc2798
commit
37d5f4da49
|
|
@ -11,12 +11,12 @@
|
|||
#include "display/intel_color_regs.h"
|
||||
#include "display/intel_crt_regs.h"
|
||||
#include "display/intel_cursor_regs.h"
|
||||
#include "display/intel_display_core.h"
|
||||
#include "display/intel_display_regs.h"
|
||||
#include "display/intel_display_types.h"
|
||||
#include "display/intel_dmc_regs.h"
|
||||
#include "display/intel_dp_aux_regs.h"
|
||||
#include "display/intel_dpio_phy.h"
|
||||
#include "display/intel_fbc.h"
|
||||
#include "display/intel_fbc_regs.h"
|
||||
#include "display/intel_fdi_regs.h"
|
||||
#include "display/intel_lvds_regs.h"
|
||||
|
|
@ -32,6 +32,7 @@
|
|||
#include "gt/intel_engine_regs.h"
|
||||
#include "gt/intel_gt_regs.h"
|
||||
|
||||
#include "gvt/display_helpers.h"
|
||||
#include "gvt/reg.h"
|
||||
|
||||
#include "i915_drv.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user