| .. | .. |
|---|
| 56 | 56 | int drm_helper_connector_dpms(struct drm_connector *connector, int mode); |
|---|
| 57 | 57 | |
|---|
| 58 | 58 | void drm_helper_resume_force_mode(struct drm_device *dev); |
|---|
| 59 | | - |
|---|
| 60 | | -int drm_helper_crtc_mode_set(struct drm_crtc *crtc, struct drm_display_mode *mode, |
|---|
| 61 | | - struct drm_display_mode *adjusted_mode, int x, int y, |
|---|
| 62 | | - struct drm_framebuffer *old_fb); |
|---|
| 63 | | -int drm_helper_crtc_mode_set_base(struct drm_crtc *crtc, int x, int y, |
|---|
| 64 | | - struct drm_framebuffer *old_fb); |
|---|
| 65 | | - |
|---|
| 66 | | -/* drm_probe_helper.c */ |
|---|
| 67 | | -int drm_helper_probe_single_connector_modes(struct drm_connector |
|---|
| 68 | | - *connector, uint32_t maxX, |
|---|
| 69 | | - uint32_t maxY); |
|---|
| 70 | | -int drm_helper_probe_detect(struct drm_connector *connector, |
|---|
| 71 | | - struct drm_modeset_acquire_ctx *ctx, |
|---|
| 72 | | - bool force); |
|---|
| 73 | | -void drm_kms_helper_poll_init(struct drm_device *dev); |
|---|
| 74 | | -void drm_kms_helper_poll_fini(struct drm_device *dev); |
|---|
| 75 | | -bool drm_helper_hpd_irq_event(struct drm_device *dev); |
|---|
| 76 | | -void drm_kms_helper_hotplug_event(struct drm_device *dev); |
|---|
| 77 | | - |
|---|
| 78 | | -void drm_kms_helper_poll_disable(struct drm_device *dev); |
|---|
| 79 | | -void drm_kms_helper_poll_enable(struct drm_device *dev); |
|---|
| 80 | | -bool drm_kms_helper_is_poll_worker(void); |
|---|
| 59 | +int drm_helper_force_disable_all(struct drm_device *dev); |
|---|
| 81 | 60 | |
|---|
| 82 | 61 | #endif |
|---|