Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ae7c59f0 authored by Peter Rosin's avatar Peter Rosin Committed by Boris Brezillon
Browse files

drm: atmel-hlcdc: add missing .set_property helper to the crtc

parent 55a0b9d7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -429,6 +429,7 @@ static const struct drm_crtc_funcs atmel_hlcdc_crtc_funcs = {
	.atomic_destroy_state = atmel_hlcdc_crtc_destroy_state,
	.enable_vblank = atmel_hlcdc_crtc_enable_vblank,
	.disable_vblank = atmel_hlcdc_crtc_disable_vblank,
	.set_property = drm_atomic_helper_crtc_set_property,
};

int atmel_hlcdc_crtc_create(struct drm_device *dev)