mbox series

[0/4] drm/sun4i: rgb: Relax the pixel clock check

Message ID cover.3a2868d9beb0d45f77f844aa8707810909ffebed.1551191081.git-series.maxime.ripard@bootlin.com (mailing list archive)
Headers show
Series drm/sun4i: rgb: Relax the pixel clock check | expand

Message

Maxime Ripard Feb. 26, 2019, 2:25 p.m. UTC
Hi,

This implements roughly what we discussed as part of the ANX6345 series to
relax the pixel clock validation while still filtering out the modes we
can't reach using the bridges.

Let me know what you think,
Maxime

Maxime Ripard (4):
  drm/sun4i: Move the panel pointer from the TCON to the encoders
  drm/sun4i: rgb: Store the bridge pointer
  drm/sun4i: Move rate variables to long long
  drm/sun4i: rgb: Change the pixel clock validation check

 drivers/gpu/drm/sun4i/sun4i_lvds.c | 29 ++++--------
 drivers/gpu/drm/sun4i/sun4i_rgb.c  | 74 +++++++++++++++++++++----------
 drivers/gpu/drm/sun4i/sun4i_tcon.h |  2 +-
 3 files changed, 64 insertions(+), 41 deletions(-)

base-commit: bfeffd155283772bbe78c6a05dec7c0128ee500c

Comments

Vasily Khoruzhick March 6, 2019, 5:50 a.m. UTC | #1
On Tue, Feb 26, 2019 at 6:25 AM Maxime Ripard <maxime.ripard@bootlin.com> wrote:
>
> Hi,
>
> This implements roughly what we discussed as part of the ANX6345 series to
> relax the pixel clock validation while still filtering out the modes we
> can't reach using the bridges.
>
> Let me know what you think,
> Maxime

With last patch fixed (s/DEFINE/#define), for whole series:

Tested-by: Vasily Khoruzhick <anarsoul@gmail.com> # tested on pinebook

> Maxime Ripard (4):
>   drm/sun4i: Move the panel pointer from the TCON to the encoders
>   drm/sun4i: rgb: Store the bridge pointer
>   drm/sun4i: Move rate variables to long long
>   drm/sun4i: rgb: Change the pixel clock validation check
>
>  drivers/gpu/drm/sun4i/sun4i_lvds.c | 29 ++++--------
>  drivers/gpu/drm/sun4i/sun4i_rgb.c  | 74 +++++++++++++++++++++----------
>  drivers/gpu/drm/sun4i/sun4i_tcon.h |  2 +-
>  3 files changed, 64 insertions(+), 41 deletions(-)
>
> base-commit: bfeffd155283772bbe78c6a05dec7c0128ee500c
> --
> git-series 0.9.1
Maxime Ripard March 7, 2019, 1:50 p.m. UTC | #2
On Tue, Feb 26, 2019 at 03:25:45PM +0100, Maxime Ripard wrote:
> Hi,
> 
> This implements roughly what we discussed as part of the ANX6345 series to
> relax the pixel clock validation while still filtering out the modes we
> can't reach using the bridges.
> 
> Let me know what you think,
> Maxime

Applied with Paul comments taken into account, thanks!
Maxime