]> Git Repo - linux.git/commit
drm/xe: Use the encoder suspend helper also used by the i915 driver
authorImre Deak <[email protected]>
Tue, 18 Jun 2024 12:52:55 +0000 (15:52 +0300)
committerImre Deak <[email protected]>
Thu, 20 Jun 2024 16:48:01 +0000 (19:48 +0300)
commitb1d90a862c890152bbaf847b7a78fc59af54159b
tree9c3ade7eef9088201d28f70de970b07d9aad8970
parentb2c42f9d5ef0159635ba23f4dc2798c1fbcb7cb5
drm/xe: Use the encoder suspend helper also used by the i915 driver

Use the suspend encoders helper which is also used by the i915 driver.
This fixes an issue in the xe driver where the encoder
suspend_complete() hook is not called and was an overlook when this hook
was added in commit b61fad5f7e5d ("drm/i915/tc: Call TypeC port
flush_work/cleanup without modeset locks held") for i915, but not added
to the xe driver (which was still in a separate source tree at the above
point).

v2: Fix checkpatch warn in commit log. (Rodrigo)

Reviewed-by: Rodrigo Vivi <[email protected]>
Reviewed-by: Jani Nikula <[email protected]>
Signed-off-by: Imre Deak <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/xe/display/xe_display.c
This page took 0.047752 seconds and 4 git commands to generate.