Re: [PATCH v3 9/9] drm/dp: Revert "drm/dp: Introduce EDID-based quirks"

2020-12-05 Thread kernel test robot
submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch] url: https://github.com/0day-ci/linux/commits/Lyude-Paul/drm-i915-Add-support-for-Intel-s-eDP-backlight-controls/20201205-063902 base: git://anongit.freedesktop.org/drm-intel for-

[PATCH] phy: mediatek: statify mtk_hdmi_phy_driver

2020-12-05 Thread Vinod Koul
mtk_hdmi_phy_driver is not declared as static, so statify it. drivers/phy/mediatek/phy-mtk-hdmi.c:204:24: warning: symbol 'mtk_hdmi_phy_driver' was not declared. Should it be static? Signed-off-by: Vinod Koul --- drivers/phy/mediatek/phy-mtk-hdmi.c | 2 +- 1 file changed, 1 insertion(+), 1 del

Re: [PATCH v3 1/4] irq: export kstat_irqs

2020-12-05 Thread Jarkko Sakkinen
On Fri, Dec 04, 2020 at 06:43:37PM -0700, Jerry Snitselaar wrote: > To try and detect potential interrupt storms that > have been occurring with tpm_tis devices it was suggested > to use kstat_irqs() to get the number of interrupts. > Since tpm_tis can be built as a module it needs kstat_irqs > exp

[PATCH] drm/panel: s6e63m0: Fix init sequence again

2020-12-05 Thread Linus Walleij
The DSI version of the panel behaved instable and close scrutiny of the vendor driver from the Samsung GT-S8190 shows a different initialization sequence for the DSI mode panel than the DPI mode panel. Make the initialization depend on whether we are in DSI or DPI mode and handle the differences.

[Bug 210495] New: CPU: 12 PID: 3302 at drivers/gpu/drm/amd/amdgpu/../display/dc/dcn20/dcn20_hwseq.c:1555 dcn20_program_front_end_for_ctx+0x574/0x580 [amdgpu]

2020-12-05 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=210495 Bug ID: 210495 Summary: CPU: 12 PID: 3302 at drivers/gpu/drm/amd/amdgpu/../display/dc/dcn20/dcn20_h wseq.c:1555 dcn20_program_front_end_for_ctx+0x574/0x580 [amdgpu]

Re: [PATCH] drm/panel: s6e63m0: Fix init sequence again

2020-12-05 Thread Sam Ravnborg
Hi Linus On Sat, Dec 05, 2020 at 01:22:29PM +0100, Linus Walleij wrote: > The DSI version of the panel behaved instable and close > scrutiny of the vendor driver from the Samsung > GT-S8190 shows a different initialization sequence for > the DSI mode panel than the DPI mode panel. > > Make the in

Re: [PATCH v10 17/19] ARM: tegra: Add EMC OPP properties to Tegra20 device-trees

2020-12-05 Thread Krzysztof Kozlowski
On Fri, Dec 04, 2020 at 04:54:55PM +0100, Thierry Reding wrote: > On Tue, Dec 01, 2020 at 01:57:44AM +0300, Dmitry Osipenko wrote: > > 01.12.2020 00:17, Jon Hunter пишет: > > > Hi Dmitry, > > > > > > On 23/11/2020 00:27, Dmitry Osipenko wrote: > > >> Add EMC OPP DVFS tables and update board device

Re: [PATCH v11 00/10] Introduce memory interconnect for NVIDIA Tegra SoCs

2020-12-05 Thread Krzysztof Kozlowski
On Thu, 3 Dec 2020 22:24:29 +0300, Dmitry Osipenko wrote: > This series brings initial support for memory interconnect to Tegra20, > Tegra30 and Tegra124 SoCs. > > For the starter only display controllers and devfreq devices are getting > interconnect API support, others could be supported later o

Re: [PATCH] phy: mediatek: statify mtk_hdmi_phy_driver

2020-12-05 Thread Chun-Kuang Hu
Hi, Vinod: Vinod Koul 於 2020年12月5日 週六 下午5:11寫道: > > mtk_hdmi_phy_driver is not declared as static, so statify it. > > drivers/phy/mediatek/phy-mtk-hdmi.c:204:24: warning: symbol > 'mtk_hdmi_phy_driver' was not declared. Should it be static? > Acked-by: Chun-Kuang Hu > Signed-off-by: Vinod Kou

Re: [PATCH v3 1/7] drm: add drmm_encoder_alloc()

2020-12-05 Thread Laurent Pinchart
Hi Philipp, On Fri, Dec 04, 2020 at 11:12:20AM +0100, Philipp Zabel wrote: > On Fri, 2020-12-04 at 11:17 +0200, Laurent Pinchart wrote: > > On Fri, Sep 11, 2020 at 03:57:18PM +0200, Philipp Zabel wrote: > > > Add an alternative to drm_encoder_init() that allocates and initializes > > > an encoder

Re: [PATCH v3 2/7] drm/simple_kms_helper: add drmm_simple_encoder_alloc()

2020-12-05 Thread Laurent Pinchart
Hi Philipp, On Fri, Dec 04, 2020 at 11:13:33AM +0100, Philipp Zabel wrote: > On Fri, 2020-12-04 at 11:19 +0200, Laurent Pinchart wrote: > > On Fri, Sep 11, 2020 at 03:57:19PM +0200, Philipp Zabel wrote: > > > Add an alternative to drm_simple_encoder_init() that allocates and > > > initializes a si

Re: [PATCH] drm: Remove drmm_add_final_kfree() declaration from public headers

2020-12-05 Thread Sam Ravnborg
Hi Laurent, On Fri, Dec 04, 2020 at 11:29:32AM +0200, Laurent Pinchart wrote: > The drmm_add_final_kfree() function is declared in the > include/drm/drm_managed.h public header, but has become an internal API > not exposed to drivers. Drop it from drm_managed.h as it's already > declared in drm_in

Re: [PATCH v2 2/2] drm: panel: add Khadas TS050 panel driver

2020-12-05 Thread Sam Ravnborg
Hi Neil, > + > +static int khadas_ts050_panel_probe(struct mipi_dsi_device *dsi) > +{ > + struct khadas_ts050_panel *khadas_ts050; > + int err; > + > + dsi->lanes = 4; > + dsi->format = MIPI_DSI_FMT_RGB888; > + dsi->mode_flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_BURST |

Re: [PATCH 1/1] dt-bindings: eliminate yamllint warnings

2020-12-05 Thread Sam Ravnborg
On Fri, Dec 04, 2020 at 10:42:26AM +0800, Zhen Lei wrote: > All warnings are related only to "wrong indentation", except one: > Documentation/devicetree/bindings/media/i2c/mipi-ccs.yaml:4:1: \ > [error] missing document start "---" (document-start) > > Signed-off-by: Zhen Lei > Cc: Rob Herring >

Re: [PATCH] drm: panel: Fully transition panel_desc kerneldoc to inline style

2020-12-05 Thread Sam Ravnborg
Hi Douglas, On Tue, Dec 01, 2020 at 12:59:12PM -0800, Douglas Anderson wrote: > In commit 131f909ad55f ("drm: panel: simple: Fixup the struct > panel_desc kernel doc") I transitioned the more deeply nested > kerneldoc comments into the inline style. Apparently it is desirable > to continue the jo

Re: [PATCH v2] drm: panel: add flags to BOE NV110WTM-N61

2020-12-05 Thread Sam Ravnborg
Hi Douglas, On Tue, Dec 01, 2020 at 12:56:11PM -0800, Douglas Anderson wrote: > I forgot to add these when posting up the support for BOE > NV110WTM-N61. Add them now. > > Fixes: a96ee0f6b58d ("drm: panel: simple: Add BOE NV110WTM-N61") > Signed-off-by: Douglas Anderson > Cc: Douglas Anderson

Re: [PATCH v6 1/8] dt-bindings: display: simple: fix alphabetical order for EDT compatibles

2020-12-05 Thread Sam Ravnborg
Hi Oleksij On Wed, Dec 02, 2020 at 09:18:19AM +0100, Oleksij Rempel wrote: > Reorder it alphabetically and remove one double entry. > > Signed-off-by: Oleksij Rempel > --- > .../bindings/display/panel/panel-simple.yaml | 16 +++- > 1 file changed, 7 insertions(+), 9 deletions(-)

Re: [PATCH v6 2/8] dt-bindings: display: simple: add EDT compatibles already supported by the driver

2020-12-05 Thread Sam Ravnborg
Hi Oleksij, On Wed, Dec 02, 2020 at 09:18:20AM +0100, Oleksij Rempel wrote: > Some EDT compatibles are already supported by the driver but will fail > on checkpatch script. Fix it by syncing dt-bindings documentation with the > driver. > > Signed-off-by: Oleksij Rempel > --- > .../devicetree/bi

Re: [PATCH v6 3/8] dt-bindings: display: simple: Add Kyocera tcg070wvlq panel

2020-12-05 Thread Sam Ravnborg
On Wed, Dec 02, 2020 at 09:18:21AM +0100, Oleksij Rempel wrote: > So far, this panel seems to be compatible with "lg,lb070wv8", on other > hand it is better to set this compatible in the devicetree. So, let's > add it for now only to the dt-binding documentation to fix the > checkpatch warnings. >

Re: [PATCH 2/4] dt-bindings: display: Add ABT Y030XX067A panel bindings

2020-12-05 Thread Sam Ravnborg
Hi Paul > > > >> >> + > > > >> >> +maintainers: > > > >> >> + - Paul Cercueil > > > >> >> + > > > >> >> +allOf: > > > >> >> + - $ref: panel-common.yaml# > > > >> >> + > > > >> >> +properties: > > > >> >> + compatible: > > > >> >> +const: abt,y030xx067a > > >

Re: [PATCH] drm/kmb: fix array bounds warning

2020-12-05 Thread Sam Ravnborg
Hi Anitha, On Mon, Nov 30, 2020 at 10:19:13PM +, Chrisanthus, Anitha wrote: > Hi Arnd, > Thanks for your patch. > > > -Original Message- > > From: Arnd Bergmann > > Sent: Sunday, November 29, 2020 12:09 PM > > To: Chrisanthus, Anitha ; Dea, Edmund J > > ; David Airlie ; Daniel Vetter

Re: [PATCH v2 27/28] video: fbdev: cirrusfb: Fix kernel-doc and set but not used warnings

2020-12-05 Thread Sam Ravnborg
Hi Thomas. On Tue, Dec 01, 2020 at 03:21:59PM +0100, Thomas Zimmermann wrote: > Hi > > Am 28.11.20 um 23:41 schrieb Sam Ravnborg: > > Fix warnings: > > - drop kernel-doc for the two debug functions to avoid the warnings > > - delete unused code > > > > v2: > >- Updated subject (Lee) > > > >

Re: [PATCH v2 23/28] video: fbdev: omapfb: Fix set but not used warnings in hdmi*_core

2020-12-05 Thread Sam Ravnborg
On Tue, Dec 01, 2020 at 11:06:15AM +0100, Thomas Zimmermann wrote: > Hi > > Am 28.11.20 um 23:41 schrieb Sam Ravnborg: > > Fix a few W=1 warnings about unused assignments. > > Drop the unused error code. > > > > v2: > >- Subject updated (Lee) > > > > Signed-off-by: Sam Ravnborg > > Cc: Sam