drm/vc4: vec: Add the margin properties to the connector
authorDave Stevenson <dave.stevenson@raspberrypi.com>
Fri, 24 Nov 2023 16:22:10 +0000 (16:22 +0000)
committerDom Cobley <popcornmix@gmail.com>
Mon, 19 Feb 2024 11:35:15 +0000 (11:35 +0000)
commit953044ff355124ef6b9be686568fdaedcafeb4be
tree2ae05e7988c9d12d3f2bbaa587bfb0c8d1a0ab24
parentd0efccf976765cf3435bfcda3b73bc6d29969bb1
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>
drivers/gpu/drm/vc4/vc4_vec.c