]> www.infradead.org Git - users/willy/xarray.git/commit
drm/i915/fbc: Convert to intel_display, mostly
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 5 Jul 2024 14:52:36 +0000 (17:52 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 12 Jul 2024 12:05:23 +0000 (15:05 +0300)
commitfd5a9b950ea8ba2c08ce07418b36b296a04d712b
treee092d3f59562f72d0e489fc6db1db90994ef04bd
parentbc34d310b578952d37b5200a7fa7475ab2a2bd5e
drm/i915/fbc: Convert to intel_display, mostly

Switch the FBC code over to intel_display from i915, as
much as possible. This is the future direction so that
the display code can be shared between i915 and xe more
cleanly.

Some of the platform checks and the stolen mem facing stiff
still need i915 around though.

v2: Drop some redundant to_i915() casts

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240705145254.3355-3-ville.syrjala@linux.intel.com
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/i915/display/intel_display_debugfs.c
drivers/gpu/drm/i915/display/intel_display_driver.c
drivers/gpu/drm/i915/display/intel_fbc.c
drivers/gpu/drm/i915/display/intel_fbc.h
drivers/gpu/drm/i915/display/intel_fifo_underrun.c
drivers/gpu/drm/i915/display/intel_modeset_setup.c