Re: [PATCH v1 03/35] drm/atomic: Add TV subconnector property to get/set_property

2022-08-15 Thread Noralf Trønnes
Den 15.08.2022 09.35, skrev Maxime Ripard: > Hi Noralf, > > Thanks for your review > > On Mon, Aug 08, 2022 at 02:30:42PM +0200, Noralf Trønnes wrote: >> Den 29.07.2022 18.34, skrev Maxime Ripard: >>> The subconnector property was created by drm_mode_create_tv_properties(), >>> but wasn't expo

Re: [PATCH v1 03/35] drm/atomic: Add TV subconnector property to get/set_property

2022-08-15 Thread Maxime Ripard
Hi Noralf, Thanks for your review On Mon, Aug 08, 2022 at 02:30:42PM +0200, Noralf Trønnes wrote: > Den 29.07.2022 18.34, skrev Maxime Ripard: > > The subconnector property was created by drm_mode_create_tv_properties(), > > but wasn't exposed to the userspace through the generic > > atomic_get/s

Re: [PATCH v1 03/35] drm/atomic: Add TV subconnector property to get/set_property

2022-08-08 Thread Noralf Trønnes
Den 29.07.2022 18.34, skrev Maxime Ripard: > The subconnector property was created by drm_mode_create_tv_properties(), > but wasn't exposed to the userspace through the generic > atomic_get/set_property implementation, and wasn't stored in any generic > state structure. > > Let's solve this. >

[PATCH v1 03/35] drm/atomic: Add TV subconnector property to get/set_property

2022-07-29 Thread Maxime Ripard
The subconnector property was created by drm_mode_create_tv_properties(), but wasn't exposed to the userspace through the generic atomic_get/set_property implementation, and wasn't stored in any generic state structure. Let's solve this. Signed-off-by: Maxime Ripard diff --git a/drivers/gpu/drm