mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-20 20:59:34 +07:00
drm/msm/hdmi: atomic
Signed-off-by: Rob Clark <robdclark@gmail.com>
This commit is contained in:
parent
cf3a7e4ce0
commit
3e7849efe0
@ -401,6 +401,9 @@ static const struct drm_connector_funcs hdmi_connector_funcs = {
|
||||
.detect = hdmi_connector_detect,
|
||||
.fill_modes = drm_helper_probe_single_connector_modes,
|
||||
.destroy = hdmi_connector_destroy,
|
||||
.reset = drm_atomic_helper_connector_reset,
|
||||
.atomic_duplicate_state = drm_atomic_helper_connector_duplicate_state,
|
||||
.atomic_destroy_state = drm_atomic_helper_connector_destroy_state,
|
||||
};
|
||||
|
||||
static const struct drm_connector_helper_funcs hdmi_connector_helper_funcs = {
|
||||
|
Loading…
Reference in New Issue
Block a user