]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
drm/connector: Introduce a TV margins structure
authorMaxime Ripard <maxime.ripard@bootlin.com>
Wed, 19 Jun 2019 10:17:51 +0000 (12:17 +0200)
committerMaxime Ripard <maxime.ripard@bootlin.com>
Wed, 19 Jun 2019 10:17:51 +0000 (12:17 +0200)
commit22045e8e52bd802f743f0471242782fc3b479707
treeea490d0ffd1acde03ccc2a1caeec9ecdd038e395
parent1bf4e09227c345e246062285eba4b8fe660e512e
drm/connector: Introduce a TV margins structure

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