drm/i915: rip out helper->disable noop functions
Now that the driver is in control of whether it needs to disable everything at take-over or not, we can rip this all out. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
这个提交包含在:
@@ -1487,7 +1487,6 @@ out:
|
||||
static const struct drm_encoder_helper_funcs intel_tv_helper_funcs = {
|
||||
.mode_fixup = intel_tv_mode_fixup,
|
||||
.mode_set = intel_tv_mode_set,
|
||||
.disable = intel_encoder_noop,
|
||||
};
|
||||
|
||||
static const struct drm_connector_funcs intel_tv_connector_funcs = {
|
||||
|
在新工单中引用
屏蔽一个用户