On Thu, 29 Sep 2022 18:30:58 +0200, Maxime Ripard wrote: > We currently have two sets of TV properties. > > The first one is there to deal with analog TV properties, creating > properties such as the TV mode, subconnectors, saturation, hue and so on. > It's created by calling the drm_mode_create_tv_properties() function. > > The second one is there to deal with properties that might be useful on a > TV, creating the overscan margins for example. It's created by calling the > drm_mode_create_tv_margin_properties(). > > [...] Applied to drm/drm-misc (drm-misc-next). Thanks! Maxime