Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

The default implementation should be used.

Signed-off-by: Peter Rosin <peda@axentia.se>
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1498107791-17450-2-git-send-email-peda@axentia.se

authored by

Peter Rosin and committed by
Boris Brezillon
ae7c59f0 55a0b9d7

+1
+1
drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c
··· 429 429 .atomic_destroy_state = atmel_hlcdc_crtc_destroy_state, 430 430 .enable_vblank = atmel_hlcdc_crtc_enable_vblank, 431 431 .disable_vblank = atmel_hlcdc_crtc_disable_vblank, 432 + .set_property = drm_atomic_helper_crtc_set_property, 432 433 }; 433 434 434 435 int atmel_hlcdc_crtc_create(struct drm_device *dev)