Hello, As suggested by Ville, this version uses the already available TV margin props to define left/right/top/bottom margins insted of adding new underscan props. This works pretty well for what we want to do in VC4: allow one to define the visible area on a TV. The first 2 patches are fixing the existing doc, patch 3 is allowing one to create and attach TV margins independently of the TV connector props. Finally, patch 4 and 5 add support for those props to the VC4 driver. Regards, Boris Boris Brezillon (5): drm/connector: Fix drm_mode_create_tv_properties() doc drm/connector: Clarify the unit of TV margins drm/connector: Allow creation of margin props alone drm/vc4: Take margin setup into account when updating planes drm/vc4: Attach margin props to the HDMI connector drivers/gpu/drm/drm_connector.c | 83 +++++++++++++++++++++++++-------- drivers/gpu/drm/vc4/vc4_crtc.c | 43 +++++++++++++++++ drivers/gpu/drm/vc4/vc4_drv.h | 3 ++ drivers/gpu/drm/vc4/vc4_hdmi.c | 16 +++++++ drivers/gpu/drm/vc4/vc4_plane.c | 50 ++++++++++++++++++++ include/drm/drm_connector.h | 4 +- include/drm/drm_mode_config.h | 8 ++-- 7 files changed, 183 insertions(+), 24 deletions(-) -- 2.17.1 _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel