diff options
author | Dave Airlie <airlied@redhat.com> | 2023-08-25 12:55:49 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2023-08-25 12:55:55 +1000 |
commit | 3698a75f5a98d0a6599e2878ab25d30a82dd836a (patch) | |
tree | 153cf6b942da7b01f7f3d3d35e1546893d407514 /include/drm | |
parent | bc609f4867f6a14db0efda55a7adef4dca16762e (diff) | |
parent | cfd48ad8c4a9137b0fde7f0ecf463d44b01875dc (diff) | |
download | lwn-3698a75f5a98d0a6599e2878ab25d30a82dd836a.tar.gz lwn-3698a75f5a98d0a6599e2878ab25d30a82dd836a.zip |
Merge tag 'drm-intel-next-fixes-2023-08-24' of git://anongit.freedesktop.org/drm/drm-intel into drm-next
- Fix TLB invalidation (Alan)
- Fix Display HPD polling (Imre)
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Rodrigo Vivi <rodrigo.vivi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/ZOdOP31OE/Cf1ojo@intel.com
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/drm_probe_helper.h | 1 |
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, |