]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/i915/dmc: Shuffle code around
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 17 Jun 2025 17:07:53 +0000 (20:07 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 23 Jun 2025 14:50:07 +0000 (17:50 +0300)
commitf9875cc9e2a5edc1fbc30bd90f5f845018be877d
treedb36fabee9dbbfa1bdfe3c61ccc1200da45072df
parenteddc8a0572b951af5a9da464d763bf2f81bad1c1
drm/i915/dmc: Shuffle code around

Shuffle the DMC_EVT_CTL related stuff around once more. We'll need
this stuff during intel_dmc_enable_pipe(), and this lets us avoid
forward declarations.

Reviewed-by: Uma Shankar <uma.shankar@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250617170759.19552-4-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/display/intel_dmc.c