]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
drm/i915: Push audio_{enable,disable}() to the pre/post pane update stage
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 21 Nov 2023 05:43:23 +0000 (07:43 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 23 Nov 2023 12:33:29 +0000 (14:33 +0200)
commit109e1e898abd2c68ceb02058c56db7cf6b9c18d7
tree89fd94a7ad3365cac3921461a07aac0e1dab0bfb
parentcff742cc6851f469ae1192877a308884a6439005
drm/i915: Push audio_{enable,disable}() to the pre/post pane update stage

Relocate the audio enable/disable from the full modeset hooks into
the common pre/post plane update stage of the commit. Audio fastset
is within easy reach now.

Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20231121054324.9988-11-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/display/intel_display.c