Re: [PATCH] drm: override detected status for connectors which are forced on

2023-01-20 Thread Michael Rodin
Hi Maxime, thank you for your feedback! On Thu, Dec 22, 2022 at 06:40:54PM +0100, Maxime Ripard wrote: > Hi, > > On Thu, Dec 15, 2022 at 06:03:59PM +0100, Michael Rodin wrote: > > The detected status of a connector should be ignored when a connector is > > forced as

[PATCH] drm: override detected status for connectors which are forced on

2022-12-15 Thread Michael Rodin
ected To avoid similar issues this commit adapts functions which call "detect" so they check additionally if a connector is forced and override the status returned by "detect". Fixes: 816da85a0990 ("drm: handle HPD and polled connectors separately") Signed-off-by:

[PATCH] drm: do not call detect for connectors which are forced on

2022-08-26 Thread Michael Rodin
robe_single_connector_modes] [CONNECTOR:76:HDMI-A-1] status updated from disconnected to connected To avoid similar issues this commit adapts functions which call "detect" so they check if a connector is forced and return the correct status. Fixes: 949f08862d66 ("drm: Make the con

[PATCH] drm: rcar-du: do not restart rcar-du groups on gen3

2021-11-23 Thread Michael Rodin
ic_enable: rcar_du_crtc_atomic_enable rcar_du_crtc_start rcar_du_group_start_stop(rcrtc->group, true); To avoid flickers in all use cases, do not restart DU groups on the Gen3 SoCs at all, since it is not required any more. Signed-off-by: Michael Rodin --- drivers/gpu/drm/rcar-du/rcar_du