drm/connector: Introduce a TV margins structure
authorMaxime Ripard <maxime.ripard@bootlin.com>
Wed, 19 Jun 2019 10:17:51 +0000 (12:17 +0200)
committerPhil Elwell <pelwell@users.noreply.github.com>
Mon, 5 Aug 2019 11:38:54 +0000 (12:38 +0100)
commite5f25780cd3af08542c64fbdbe4d266b6e355b7d
treed985dd645ccefa2a47c8bd396890886ba434e3be
parent119273663afb44806748f42af20333ce8b6cfa08
drm/connector: Introduce a TV margins structure

Commit 22045e8e52bd802f743f0471242782fc3b479707 upstream.

The TV margins has been defined as a structure inside the
drm_connector_state structure so far. However, we will need it in other
structures as well, so let's move that structure definition so that it can
be reused.

Reviewed-by: Noralf Trønnes <noralf@tronnes.org>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Link: https://patchwork.freedesktop.org/patch/msgid/38b773b03f15ec7a135cdf8f7db669e5ada20cf2.1560783090.git-series.maxime.ripard@bootlin.com
include/drm/drm_connector.h