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/vc4: vec: Add the margin properties to the connector

All the handling for the properties was present, but they
were never attached to the connector to allow userspace
to change them.

Add them to the connector.

Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
Reviewed-by: Maxime Ripard <mripard@kernel.org>
Signed-off-by: Maxime Ripard <mripard@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20240619153913.2804051-4-dave.stevenson@raspberrypi.com

authored by

Dave Stevenson and committed by
Maxime Ripard
fbe675b3 53c5da85

+2
+2
drivers/gpu/drm/vc4/vc4_vec.c
··· 529 529 530 530 drm_object_attach_property(&connector->base, prop, VC4_VEC_TV_MODE_NTSC); 531 531 532 + drm_connector_attach_tv_margin_properties(connector); 533 + 532 534 drm_connector_attach_encoder(connector, &vec->encoder.base); 533 535 534 536 return 0;