Re: [PATCH 3/8] drm/display: Introduce a DRM display-helper module

2022-04-18 Thread Thomas Zimmermann
Hi Jani Am 07.04.22 um 10:45 schrieb Jani Nikula: ... I think another idea that could work is to use an intermediate symbol. For DP, drivers would select the tristate DP_HELPER, which in turn selects tristate DISPLAY_HELPER and boolean DISPLAY_DP_HELPER. But this would require a 'useless'

Re: [PATCH 3/8] drm/display: Introduce a DRM display-helper module

2022-04-07 Thread Jani Nikula
On Thu, 07 Apr 2022, Thomas Zimmermann wrote: > Hi Javier > > Am 07.04.22 um 09:43 schrieb Javier Martinez Canillas: >> On 4/6/22 21:08, Thomas Zimmermann wrote: >>> Hi Javier >>> >>> Am 30.03.22 um 11:23 schrieb Javier Martinez Canillas: On 3/22/22 20:27, Thomas Zimmermann wrote: >

Re: [PATCH 3/8] drm/display: Introduce a DRM display-helper module

2022-04-07 Thread Thomas Zimmermann
Hi Javier Am 07.04.22 um 09:43 schrieb Javier Martinez Canillas: On 4/6/22 21:08, Thomas Zimmermann wrote: Hi Javier Am 30.03.22 um 11:23 schrieb Javier Martinez Canillas: On 3/22/22 20:27, Thomas Zimmermann wrote: Replace the DP-helper module with a display-helper module. Update all

Re: [PATCH 3/8] drm/display: Introduce a DRM display-helper module

2022-04-07 Thread Javier Martinez Canillas
On 4/6/22 21:08, Thomas Zimmermann wrote: > Hi Javier > > Am 30.03.22 um 11:23 schrieb Javier Martinez Canillas: >> On 3/22/22 20:27, Thomas Zimmermann wrote: >>> Replace the DP-helper module with a display-helper module. Update >>> all related Kconfig and Makefile rules. >>> >>> Besides the

Re: [PATCH 3/8] drm/display: Introduce a DRM display-helper module

2022-04-06 Thread Thomas Zimmermann
Hi Javier Am 30.03.22 um 11:23 schrieb Javier Martinez Canillas: On 3/22/22 20:27, Thomas Zimmermann wrote: Replace the DP-helper module with a display-helper module. Update all related Kconfig and Makefile rules. Besides the existing code for DisplayPort, the new module will contain helpers

Re: [PATCH 3/8] drm/display: Introduce a DRM display-helper module

2022-03-31 Thread Javier Martinez Canillas
Hello Thomas, On 3/30/22 12:32, Thomas Zimmermann wrote: > Hi > [snip] >>> >>> -obj-$(CONFIG_DRM_DP_HELPER) += drm_dp_helper.o >>> +obj-$(CONFIG_DRM_DISPLAY_HELPER) += drm_display_helper.o >> >> The drm_dp_helper.ko module has some parameters and this change will break >> existing kernel

Re: [PATCH 3/8] drm/display: Introduce a DRM display-helper module

2022-03-30 Thread Thomas Zimmermann
Hi Am 30.03.22 um 11:23 schrieb Javier Martinez Canillas: On 3/22/22 20:27, Thomas Zimmermann wrote: Replace the DP-helper module with a display-helper module. Update all related Kconfig and Makefile rules. Besides the existing code for DisplayPort, the new module will contain helpers for

Re: [PATCH 3/8] drm/display: Introduce a DRM display-helper module

2022-03-30 Thread Javier Martinez Canillas
On 3/22/22 20:27, Thomas Zimmermann wrote: > Replace the DP-helper module with a display-helper module. Update > all related Kconfig and Makefile rules. > > Besides the existing code for DisplayPort, the new module will > contain helpers for other video-output standards, such as HDMI. > Drivers