diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2017-01-26 08:55:33 -0800 | 
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-01-26 08:55:33 -0800 | 
| commit | bed7b016091d2f9bdc3f3c28899b33adab7c4786 (patch) | |
| tree | b76b67d650728454d8b0779ccf4d685550bda24e /include | |
| parent | 49e555a932de57611eb27edf2d1ad03d9a267bdd (diff) | |
| parent | 54a07c7bb0da0343734c78212bbe9f3735394962 (diff) | |
| download | linux-bed7b016091d2f9bdc3f3c28899b33adab7c4786.tar.bz2 | |
Merge tag 'drm-fixes-for-v4.10-rc6-revert-one' of git://people.freedesktop.org/~airlied/linux
Pull drm revert from Dave Airlie:
 "Revert one patch missing some prereqs.
  One of the connector fixes was missing some prereqs, we have an
  alternate driver fix that should work that I'll send tomorrow.
  Today is a holiday here so quickly smashing this out"
Daniel Vetter explains:
 "I pushed a locking change to fix a nouveau rpm issue to -fixes that
  needed the connector_list rework. And that's only in -next, but I
  missed that. Dave has the revert in a pull, and he'll follow-up with
  the hack nouveau patch for 4.10, and then we'll reapply the proper fix
  again for -next and revert the hacks. A bit a mess, but should be
  sorted soon"
* tag 'drm-fixes-for-v4.10-rc6-revert-one' of git://people.freedesktop.org/~airlied/linux:
  Revert "drm/probe-helpers: Drop locking from poll_enable"
Diffstat (limited to 'include')
| -rw-r--r-- | include/drm/drm_crtc_helper.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/drm/drm_crtc_helper.h b/include/drm/drm_crtc_helper.h index d026f5017c33..982c299e435a 100644 --- a/include/drm/drm_crtc_helper.h +++ b/include/drm/drm_crtc_helper.h @@ -73,5 +73,6 @@ extern void drm_kms_helper_hotplug_event(struct drm_device *dev);  extern void drm_kms_helper_poll_disable(struct drm_device *dev);  extern void drm_kms_helper_poll_enable(struct drm_device *dev); +extern void drm_kms_helper_poll_enable_locked(struct drm_device *dev);  #endif |