Re: [PATCH v2 3/4] drm/modes: Add a function to clear preferred modes

2023-11-06 Thread Maxime Ripard
On Fri, Nov 03, 2023 at 09:02:33AM -0700, Doug Anderson wrote: > Hi, > > On Thu, Nov 2, 2023 at 3:13 PM Hsin-Yi Wang wrote: > > > > Add a function to clear the preferred bit of a connector's existing modes. > > This is useful for edp panel to unset the preferred modes read from edid > > if the pa

Re: [PATCH v2 3/4] drm/modes: Add a function to clear preferred modes

2023-11-03 Thread Doug Anderson
Hi, On Thu, Nov 2, 2023 at 3:13 PM Hsin-Yi Wang wrote: > > Add a function to clear the preferred bit of a connector's existing modes. > This is useful for edp panel to unset the preferred modes read from edid > if the panel has hard-coded modes. > > Signed-off-by: Hsin-Yi Wang > --- > v1->v2: >

[PATCH v2 3/4] drm/modes: Add a function to clear preferred modes

2023-11-02 Thread Hsin-Yi Wang
Add a function to clear the preferred bit of a connector's existing modes. This is useful for edp panel to unset the preferred modes read from edid if the panel has hard-coded modes. Signed-off-by: Hsin-Yi Wang --- v1->v2: - fix doc string (reported by kernel test robot). - split mode and panel p