Re: [PATCH 09/19] drm/gma500: Unify *_intel_lvds_mode_fixup()

2022-06-14 Thread Thomas Zimmermann
Hi Am 14.06.22 um 14:42 schrieb Patrik Jakobsson: On Tue, Jun 14, 2022 at 9:23 AM Thomas Zimmermann wrote: Hi Am 13.06.22 um 14:34 schrieb Patrik Jakobsson: These functions mostly do the same thing so unify them. Change a check of !IS_MRST() to IS_PSB() to not change the behaviour for CDV.

Re: [PATCH 09/19] drm/gma500: Unify *_intel_lvds_mode_fixup()

2022-06-14 Thread Patrik Jakobsson
On Tue, Jun 14, 2022 at 9:23 AM Thomas Zimmermann wrote: > > Hi > > Am 13.06.22 um 14:34 schrieb Patrik Jakobsson: > > These functions mostly do the same thing so unify them. Change a check > > of !IS_MRST() to IS_PSB() to not change the behaviour for CDV. > > > > Signed-off-by: Patrik Jakobsson

Re: [PATCH 09/19] drm/gma500: Unify *_intel_lvds_mode_fixup()

2022-06-14 Thread Thomas Zimmermann
Hi Am 13.06.22 um 14:34 schrieb Patrik Jakobsson: These functions mostly do the same thing so unify them. Change a check of !IS_MRST() to IS_PSB() to not change the behaviour for CDV. Signed-off-by: Patrik Jakobsson --- drivers/gpu/drm/gma500/cdv_intel_lvds.c | 51 +-- drive

[PATCH 09/19] drm/gma500: Unify *_intel_lvds_mode_fixup()

2022-06-13 Thread Patrik Jakobsson
These functions mostly do the same thing so unify them. Change a check of !IS_MRST() to IS_PSB() to not change the behaviour for CDV. Signed-off-by: Patrik Jakobsson --- drivers/gpu/drm/gma500/cdv_intel_lvds.c | 51 +-- drivers/gpu/drm/gma500/gma_lvds.c | 59 +++