Re: [PATCH v4 09/12] drm/atomic: Add a function to reset connector TV properties

2019-06-15 Thread Noralf Trønnes
Den 14.06.2019 14.13, skrev Maxime Ripard: > During the connector reset, if that connector has a TV property, it needs > to be reset to the value provided on the command line. > > Provide a helper to do that. > > Signed-off-by: Maxime Ripard > --- This patch uses drm_cmdline_mode->tv_margins

[PATCH v4 09/12] drm/atomic: Add a function to reset connector TV properties

2019-06-14 Thread Maxime Ripard
During the connector reset, if that connector has a TV property, it needs to be reset to the value provided on the command line. Provide a helper to do that. Signed-off-by: Maxime Ripard --- drivers/gpu/drm/drm_atomic_state_helper.c | 18 ++ include/drm/drm_atomic_state_helper.h