summaryrefslogtreecommitdiff
path: root/include/drm
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2023-08-25 00:35:23 +0300
committerDave Airlie <airlied@redhat.com>2023-08-25 02:12:02 +0300
commit59fe2029b9e05cd490eaf972053dd86f96f77869 (patch)
tree8f1e1cc0fe3fbec9a938090d4699c7cafbc270f7 /include/drm
parentce22e89eb0f541b9998f67bd51d311275a3ee51a (diff)
parent1dcc437427bbcebc8381226352f7ade08a271191 (diff)
downloadlinux-59fe2029b9e05cd490eaf972053dd86f96f77869.tar.xz
Merge tag 'drm-intel-fixes-2023-08-24' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
- Fix power consumption at s2idle on DG2 (Anshuman) - Fix documentation build warning (Jani) - Fix Display HPD (Imre) Signed-off-by: Dave Airlie <airlied@redhat.com> From: Rodrigo Vivi <rodrigo.vivi@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/ZOdPRFSJpo0ErPX/@intel.com
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/drm_probe_helper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/drm_probe_helper.h b/include/drm/drm_probe_helper.h
index 4977e0ab72db..fad3c4003b2b 100644
--- a/include/drm/drm_probe_helper.h
+++ b/include/drm/drm_probe_helper.h
@@ -25,6 +25,7 @@ void drm_kms_helper_connector_hotplug_event(struct drm_connector *connector);
void drm_kms_helper_poll_disable(struct drm_device *dev);
void drm_kms_helper_poll_enable(struct drm_device *dev);
+void drm_kms_helper_poll_reschedule(struct drm_device *dev);
bool drm_kms_helper_is_poll_worker(void);
enum drm_mode_status drm_crtc_helper_mode_valid_fixed(struct drm_crtc *crtc,