diff options
author | Maxime Ripard <maxime@cerno.tech> | 2022-11-17 10:28:48 +0100 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2022-11-24 12:42:39 +0100 |
commit | 7d63cd8526f1b70d1438b1aa90620cde941162c3 (patch) | |
tree | 4efda8e5074edd5336e00c22c0ad29069494e357 /.gitignore | |
parent | 80ed86d4b6d7cf91f4fd588bd7be2fa382724d2d (diff) | |
download | lwn-7d63cd8526f1b70d1438b1aa90620cde941162c3.tar.gz lwn-7d63cd8526f1b70d1438b1aa90620cde941162c3.zip |
drm/connector: Add TV standard property
The TV mode property has been around for a while now to select and get the
current TV mode output on an analog TV connector.
Despite that property name being generic, its content isn't and has been
driver-specific which makes it hard to build any generic behaviour on top
of it, both in kernel and user-space.
Let's create a new enum tv norm property, that can contain any of the
analog TV standards currently supported by kernel drivers. Each driver can
then pass in a bitmask of the modes it supports, and the property
creation function will filter out the modes not supported.
We'll then be able to phase out the older tv mode property.
Tested-by: Mateusz Kwiatkowski <kfyatek+publicgit@gmail.com>
Acked-in-principle-or-something-like-that-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://lore.kernel.org/r/20220728-rpi-analog-tv-properties-v10-5-256dad125326@cerno.tech
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions