[PATCH] fbdev: make offb driver tristate

2022-11-25 Thread Randy Dunlap
:(.data.rel.ro+0x60): undefined reference to `cfb_copyarea' powerpc64-linux-ld: drivers/video/fbdev/offb.o:(.data.rel.ro+0x68): undefined reference to `cfb_imageblit' Signed-off-by: Randy Dunlap Suggested-by: Arnd Bergmann Cc: Masahiro Yamada Cc: Thomas Zimmermann Cc: Michal Suchánek Cc

[PATCH -next] drm/amdgpu: update docum. filename following rename

2022-11-25 Thread Randy Dunlap
with return code 2 Fixes: d9483ecd327b ("drm/amdgpu: rename the files for HMM handling") Signed-off-by: Randy Dunlap Cc: Christian König Cc: Alex Deucher Cc: Felix Kuehling Cc: David Airlie Cc: Daniel Vetter Cc: Jonathan Corbet Cc: amd-...@lists.freedesktop.org Cc: dri-devel@lists.freed

Re: [PATCH] dma-buf: A collection of typo and documentation fixes

2022-11-23 Thread Randy Dunlap
On 11/23/22 11:35, T.J. Mercier wrote: > I've been collecting these typo fixes for a while and it feels like > time to send them in. > > Signed-off-by: T.J. Mercier Reviewed-by: Randy Dunlap Thanks. (although I would prefer to see CPU instead of cpu, but that's no reaso

Re: [PATCH -next] fbdev: offb: allow build when DRM_OFDRM=m

2022-11-23 Thread Randy Dunlap
On 11/23/22 02:02, Randy Dunlap wrote: > Hi Arnd, > > On 11/23/22 01:08, Arnd Bergmann wrote: >> On Wed, Nov 23, 2022, at 04:16, Randy Dunlap wrote: >>> Fix build when CONFIG_FB_OF=y and CONFIG_DRM_OFDRM=m. >>> When the latter symbol is =m, kconfig downgrades

Re: [PATCH -next] fbdev: offb: allow build when DRM_OFDRM=m

2022-11-23 Thread Randy Dunlap
Hi Arnd, On 11/23/22 01:08, Arnd Bergmann wrote: > On Wed, Nov 23, 2022, at 04:16, Randy Dunlap wrote: >> Fix build when CONFIG_FB_OF=y and CONFIG_DRM_OFDRM=m. >> When the latter symbol is =m, kconfig downgrades (limits) the 'select's >> under FB_OF to modular (=m). This ca

[PATCH -next] fbdev: offb: allow build when DRM_OFDRM=m

2022-11-22 Thread Randy Dunlap
xes: c8a17756c425 ("drm/ofdrm: Add ofdrm for Open Firmware framebuffers") Signed-off-by: Randy Dunlap Suggested-by: Masahiro Yamada Cc: Thomas Zimmermann Cc: Michal Suchánek Cc: linuxppc-...@lists.ozlabs.org Cc: Daniel Vetter Cc: Helge Deller Cc: linux-fb...@vger.kernel.org

Re: Build regressions/improvements in v6.1-rc6

2022-11-22 Thread Randy Dunlap
On 11/22/22 07:00, Johannes Berg wrote: > On Tue, 2022-11-22 at 08:55 -0500, Alex Deucher wrote: >>> >>>+ /kisskb/src/arch/um/include/asm/processor-generic.h: error: called >>> object is not a function or function pointer: => 94:18 >>>+

[PATCH] drm/doc: make drm-uapi igt-tests more readable

2022-11-18 Thread Randy Dunlap
Correct grammar and make the use of the igt-tests more readable. Signed-off-by: Randy Dunlap Cc: Gabriela Bittencourt Cc: Rodrigo Siqueira Cc: David Airlie Cc: Daniel Vetter Cc: Maarten Lankhorst Cc: Maxime Ripard Cc: Thomas Zimmermann Cc: dri-devel@lists.freedesktop.org Cc: Jonathan

[PATCH -next] drm/amd/display: fix kernel-doc issues in dc.h

2022-11-17 Thread Randy Dunlap
' not described in enum 'pipe_split_policy' dc.h:532: warning: Incorrect use of kernel-doc format: * @fw_based_mclk_switching Fixes: ea76895ffab1 ("drm/amd/display: Document pipe split policy") Fixes: 1682bd1a6b5f ("drm/amd/display: Expand kernel doc for DC") Signed-off-

Re: [RFC PATCH v2 1/3] drivers/accel: define kconfig and register a new major

2022-11-03 Thread Randy Dunlap
On 11/3/22 13:39, Oded Gabbay wrote: > On Thu, Nov 3, 2022 at 3:31 PM Oded Gabbay wrote: >> >> On Thu, Nov 3, 2022 at 2:31 AM Greg Kroah-Hartman >> wrote: >>> >>> On Wed, Nov 02, 2022 at 10:34:03PM +0200, Oded Gabbay wrote: --- /dev/null +++ b/drivers/accel/Kconfig @@ -0,0

Re: [PATCH] drm: rcar_du: DRM_RCAR_DU optionally depends on RCAR_MIPI_DSI

2022-11-03 Thread Randy Dunlap
Hi, On 11/3/22 04:53, Javier Martinez Canillas wrote: > Hello Kieran, > > On 11/3/22 11:59, Kieran Bingham wrote: >> Hi Randy, >> >> Quoting Randy Dunlap (2022-11-03 06:06:45) >>> ping. I have verified (on linux-next-20221103) that this is still needed. &

Re: [PATCH] drm: rcar_du: DRM_RCAR_DU optionally depends on RCAR_MIPI_DSI

2022-11-03 Thread Randy Dunlap
ping. I have verified (on linux-next-20221103) that this is still needed. Thanks. On 10/18/22 11:18, Randy Dunlap wrote: > When CONFIG_DRM_RCAR_DU=y and CONFIG_DRM_RCAR_MIPI_DSI=m, calls > from the builtin driver to the mipi driver fail due to linker > errors. > Since the RCAR_MIP

Re: [RFC PATCH v2 1/3] drivers/accel: define kconfig and register a new major

2022-11-02 Thread Randy Dunlap
On 11/2/22 13:34, Oded Gabbay wrote: > diff --git a/drivers/accel/Kconfig b/drivers/accel/Kconfig > new file mode 100644 > index ..282ea24f90c5 > --- /dev/null > +++ b/drivers/accel/Kconfig > @@ -0,0 +1,24 @@ > +# SPDX-License-Identifier: GPL-2.0-only > +# > +# Compute Acceleration

Re: [PATCH] drm: xlnx: zynqmp_dpsub: Modify mismatched function name

2022-10-30 Thread Randy Dunlap
nel-doc. Acked-by: Randy Dunlap Thanks. > Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=2666 > Reported-by: Abaci Robot > Signed-off-by: Jiapeng Chong > --- > drivers/gpu/drm/xlnx/zynqmp_dp.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

[PATCH] drm: rcar_du: DRM_RCAR_DU optionally depends on RCAR_MIPI_DSI

2022-10-18 Thread Randy Dunlap
: drivers/gpu/drm/rcar-du/rcar_du_crtc.o: in function `rcar_du_crtc_atomic_disable': rcar_du_crtc.c:(.text+0x47cc): undefined reference to `rcar_mipi_dsi_pclk_disable' Fixes: 957fe62d7d15 ("drm: rcar-du: Fix DSI enable & disable sequence") Signed-off-by: Randy Dunlap Cc: Tomi Valkeine

[PATCH] drm: amd: clean up dcn32_fpu.c kernel-doc

2022-09-30 Thread Randy Dunlap
() instead Reported-by: kernel test robot Signed-off-by: Randy Dunlap Cc: George Shen Cc: Alvin Lee Cc: Nevenko Stupar Cc: Harry Wentland Cc: Leo Li Cc: Rodrigo Siqueira Cc: amd-...@lists.freedesktop.org Cc: dri-devel@lists.freedesktop.org Cc: Alex Deucher Cc: Christian König Cc: &quo

Re: [PATCH] drm/msm: Fix build break with recent mm tree

2022-09-29 Thread Randy Dunlap
On 9/29/22 09:14, Rob Clark wrote: > From: Rob Clark > > 9178e3dcb121 ("mm: discard __GFP_ATOMIC") removed __GFP_ATOMIC, > replacing it with a check for not __GFP_DIRECT_RECLAIM. > > Reported-by: Randy Dunlap > Reported-by: Stephen Rothwell > Signed-o

Re: linux-next: Tree for Sep 28 (drivers/gpu/drm/msm/msm_gem_shrinker.c)

2022-09-29 Thread Randy Dunlap
On 9/28/22 12:26, broo...@kernel.org wrote: > Hi all, > > Changes since 20220927: > on x86_64: ../drivers/gpu/drm/msm/msm_gem_shrinker.c: In function ‘can_block’: ../drivers/gpu/drm/msm/msm_gem_shrinker.c:29:28: error: ‘__GFP_ATOMIC’ undeclared (first use in this function); did you mean

[PATCH] drm/atomic_helper: correct kernel-doc function name warning

2022-09-19 Thread Randy Dunlap
() instead Signed-off-by: Randy Dunlap Cc: David Airlie Cc: Daniel Vetter Cc: dri-devel@lists.freedesktop.org Cc: airl...@gmail.com --- drivers/gpu/drm/drm_atomic_helper.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/gpu/drm/drm_atomic_helper.c +++ b/drivers/gpu/drm

Re: [PATCH] drm/vmwgfx: fix repeated words in comments

2022-09-08 Thread Randy Dunlap
On 9/8/22 06:15, wangjianli wrote: > Delete the redundant word 'to'. > > Signed-off-by: wangjianli > --- > drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c >

Re: [PATCH v2] drm/scheduler: quieten kernel-doc warnings

2022-08-31 Thread Randy Dunlap
ping? On 4/4/22 14:58, Andrey Grodzovsky wrote: > Reviewed-by: Andrey Grodzovsky > Andrey > > On 2022-04-04 17:30, Randy Dunlap wrote: >> Fix kernel-doc warnings in gpu_scheduler.h and sched_main.c. >> >> Quashes these warnings: >> >> include/drm/gpu

[PATCH v2] Documentation: fb: udlfb: clean up text and formatting

2022-08-28 Thread Randy Dunlap
Clean up punctuation, spelling, and formatting for command line usage and modprobe config file usage in udlfb.rst. Signed-off-by: Randy Dunlap Cc: Bernie Thompson Cc: linux-fb...@vger.kernel.org Cc: dri-devel@lists.freedesktop.org Cc: Helge Deller Cc: Jonathan Corbet Cc: linux

Re: [PATCH] Documentation: fb: udlfb: clean up text and formatting

2022-08-27 Thread Randy Dunlap
On 8/27/22 18:51, Bagas Sanjaya wrote: > On 8/28/22 02:39, Randy Dunlap wrote: >> -From the command line, pass options to modprobe >> -modprobe udlfb fb_defio=0 console=1 shadow=1 >> +From the command line, pass options to modprobe:: >> >> -Or modify option

[PATCH] Documentation: fb: udlfb: clean up text and formatting

2022-08-27 Thread Randy Dunlap
Clean up punctuation, spelling, and formatting for command line usage and modprobe config file usage in udlfb.rst. Signed-off-by: Randy Dunlap Cc: Bernie Thompson Cc: linux-fb...@vger.kernel.org Cc: dri-devel@lists.freedesktop.org Cc: Helge Deller Cc: Jonathan Corbet Cc: linux

Re: [PATCH -next] drm/hisilicon/hibmc: Fix COMPILE_TEST building without MMU

2022-08-22 Thread Randy Dunlap
On 8/22/22 19:09, YueHaibing wrote: > WARNING: unmet direct dependencies detected for DRM_TTM > Depends on [n]: HAS_IOMEM [=y] && DRM [=y] && MMU [=n] > Selected by [y]: > - DRM_TTM_HELPER [=y] && HAS_IOMEM [=y] && DRM [=y] > - DRM_HISI_HIBMC [=y] && HAS_IOMEM [=y] && DRM [=y] && PCI

[PATCH 2/2] drm: fix drm_mipi_dbi build errors

2022-08-22 Thread Randy Dunlap
' Fixes: 174102f4de23 ("drm/tinydrm: Move mipi-dbi") Signed-off-by: Randy Dunlap Reported-by: kernel test robot Cc: Dillon Min Cc: Linus Walleij Cc: Sam Ravnborg Cc: Noralf Trønnes Cc: Thomas Zimmermann Cc: Thierry Reding Cc: dri-devel@lists.freedesktop.org Cc: David Airlie Cc: Dan

[PATCH 1/2] drm/panel: use 'select' for Ili9341 panel driver helpers

2022-08-22 Thread Randy Dunlap
Signed-off-by: Randy Dunlap Cc: Dillon Min Cc: Linus Walleij Cc: Sam Ravnborg Cc: Noralf Trønnes Cc: Thomas Zimmermann Cc: Thierry Reding Cc: dri-devel@lists.freedesktop.org Cc: David Airlie Cc: Daniel Vetter --- drivers/gpu/drm/panel/Kconfig |4 ++-- 1 file changed, 2 insertions(+), 2

Re: [PATCH] drm: Move radeon and amdgpu Kconfig options into their directories

2022-08-22 Thread Randy Dunlap
Hi-- On 8/22/22 17:01, Andrew Davis wrote: > Most Kconfig options to enable a driver are in the Kconfig file > inside the relevant directory, move these two to the same. > > Signed-off-by: Andrew Davis > --- > drivers/gpu/drm/Kconfig| 42 -- >

Re: build failure of next-20220817 for amdgpu due to 7bc913085765 ("drm/amdkfd: Try to schedule bottom half on same core")

2022-08-18 Thread Randy Dunlap
Hi-- On 8/18/22 12:15, Sudip Mukherjee wrote: > On Thu, Aug 18, 2022 at 4:10 PM Randy Dunlap wrote: >> >> >> >> On 8/18/22 03:43, Sudip Mukherjee wrote: >>> On Thu, Aug 18, 2022 at 3:09 AM Randy Dunlap wrote: >>>> >>>> >>>&g

Re: build failure of next-20220817 for amdgpu

2022-08-18 Thread Randy Dunlap
On 8/18/22 03:43, Sudip Mukherjee wrote: > On Thu, Aug 18, 2022 at 3:09 AM Randy Dunlap wrote: >> >> >> >> On 8/17/22 19:01, Alex Deucher wrote: >>> On Wed, Aug 17, 2022 at 6:03 PM Sudip Mukherjee (Codethink) >>> wrote: >>>> >&

Re: build failure of next-20220817 for amdgpu

2022-08-17 Thread Randy Dunlap
On 8/17/22 19:01, Alex Deucher wrote: > On Wed, Aug 17, 2022 at 6:03 PM Sudip Mukherjee (Codethink) > wrote: >> >> Hi All, >> >> Not sure if it has been reported, build of next-20220817 fails with the >> error: >> >> ERROR: modpost: "cpu_smallcore_map" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko]

Re: [PATCH v3 3/3] drm/i915/gt: document TLB cache invalidation functions

2022-08-04 Thread Randy Dunlap
Hi Mauro, On 8/4/22 00:37, Mauro Carvalho Chehab wrote: > Add a description for the TLB cache invalidation algorithm and for > the related kAPI functions. > > Signed-off-by: Mauro Carvalho Chehab > --- > > To avoid mailbombing on a large number of people, only mailing lists were C/C > on the

Re: linux-next: Tree for Jul 8 (FRAMEBUFFER_CONSOLE without VT)

2022-07-08 Thread Randy Dunlap
On 7/8/22 03:15, Stephen Rothwell wrote: > Hi all, > > Changes since 20220707: > on uml/x86_64: WARNING: unmet direct dependencies detected for FRAMEBUFFER_CONSOLE Depends on [n]: VT [=n] && FB [=y] && !UML [=y] Selected by [y]: - DRM_FBDEV_EMULATION [=y] && HAS_IOMEM [=y] &&

Re: [PATCH] drm: xlnx: add for readl/writel

2022-07-06 Thread Randy Dunlap
On 7/6/22 12:12, Ville Syrjälä wrote: > On Wed, Jul 06, 2022 at 11:42:24AM -0700, Randy Dunlap wrote: >> Add a header file to prevent build errors: >> >> ../drivers/gpu/drm/xlnx/zynqmp_dp.c: In function ‘zynqmp_dp_write’: >> ../drivers/gpu/drm/xlnx/zynqmp_dp.c:335:9:

[PATCH] drm: xlnx: add for readl/writel

2022-07-06 Thread Randy Dunlap
/KMS driver for Xilinx ZynqMP DisplayPort Subsystem") Signed-off-by: Randy Dunlap Cc: Hyun Kwon Cc: Laurent Pinchart Cc: "Ville Syrjälä" Cc: David Airlie Cc: Daniel Vetter Cc: Michal Simek Cc: linux-arm-ker...@lists.infradead.org --- drivers/gpu/drm/xlnx/zynqmp_dp.c |1 + 1

Re: linux-next: Tree for Jun 29 (gpu/drm/amd/display/dc/)

2022-06-29 Thread Randy Dunlap
On 6/29/22 00:23, Stephen Rothwell wrote: > Hi all, > > Changes since 20220628: > on i386: ld: drivers/gpu/drm/amd/display/dc/clk_mgr/dcn32/dcn32_clk_mgr.o: in function `dcn32_init_clocks': dcn32_clk_mgr.c:(.text+0x70d): undefined reference to `__nedf2' ld: dcn32_clk_mgr.c:(.text+0x9bf):

Re: [PATCH v3 12/14] leds: mt6370: Add Mediatek MT6370 current sink type LED Indicator support

2022-06-23 Thread Randy Dunlap
On 6/23/22 04:56, ChiaEn Wu wrote: > diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig > index a49979f..a8c58c3 100644 > --- a/drivers/leds/Kconfig > +++ b/drivers/leds/Kconfig > @@ -244,6 +244,17 @@ config LEDS_MT6323 > This option enables support for on-chip LED drivers found

Re: [DRM/hisilicon/hibmc] kernel robot reports build errors, patch(es) available but not merged

2022-06-19 Thread Randy Dunlap
On 6/19/22 07:27, Javier Martinez Canillas wrote: > Hello Randy, > > On 6/19/22 00:49, Randy Dunlap wrote: >> >> kernel robot reports today: >> >> * riscv64-linux-ld: ttm_bo_vm.c:undefined reference to `vmf_insert_pfn_prot' >> https://lore.kernel.org/l

[DRM/hisilicon/hibmc] kernel robot reports build errors, patch(es) available but not merged

2022-06-18 Thread Randy Dunlap
kernel robot reports today: * riscv64-linux-ld: ttm_bo_vm.c:undefined reference to `vmf_insert_pfn_prot' https://lore.kernel.org/lkml/202206190651.smtms3ay-...@intel.com/T/#u * ttm_bo_vm.c:undefined reference to `vmf_insert_pfn_prot'

Re: [PATCH 04/11] drm/r128: Fix undefined behavior due to shift overflowing the constant

2022-06-16 Thread Randy Dunlap
On 5/19/22 06:05, Daniel Vetter wrote: > On Mon, Apr 25, 2022 at 11:46:53AM -0700, Randy Dunlap wrote: >> >> >> On 4/5/22 08:15, Borislav Petkov wrote: >>> From: Borislav Petkov >>> >>> Fix: >>> >>> drivers/gpu/drm/r128/r128

Re: [PATCH V2 2/2] drm: xlnx: dsi: Add Xilinx MIPI DSI-Tx subsystem driver

2022-06-16 Thread Randy Dunlap
On 6/16/22 07:17, Venkateshwar Rao Gannavarapu wrote: > diff --git a/drivers/gpu/drm/xlnx/Kconfig b/drivers/gpu/drm/xlnx/Kconfig > index f9cf93c..a75bd76 100644 > --- a/drivers/gpu/drm/xlnx/Kconfig > +++ b/drivers/gpu/drm/xlnx/Kconfig > @@ -1,3 +1,15 @@ > +config DRM_XLNX_DSI > + tristate

Re: linux-next: Tree for Jun 15 (drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c)

2022-06-15 Thread Randy Dunlap
Hi-- On 6/15/22 13:13, Alex Deucher wrote: > On Wed, Jun 15, 2022 at 3:44 PM Randy Dunlap wrote: >> >> >> >> On 6/15/22 12:28, Alex Deucher wrote: >>> On Wed, Jun 15, 2022 at 3:01 PM Randy Dunlap wrote: >>>> >>>> >

Re: linux-next: Tree for Jun 15 (drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c)

2022-06-15 Thread Randy Dunlap
On 6/15/22 12:28, Alex Deucher wrote: > On Wed, Jun 15, 2022 at 3:01 PM Randy Dunlap wrote: >> >> >> >> On 6/14/22 23:01, Stephen Rothwell wrote: >>> Hi all, >>> >>> Changes since 20220614: >>> >> >> on i386: >&g

Re: linux-next: Tree for Jun 15 (drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c)

2022-06-15 Thread Randy Dunlap
On 6/14/22 23:01, Stephen Rothwell wrote: > Hi all, > > Changes since 20220614: > on i386: # CONFIG_DEBUG_FS is not set ../drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c: In function ‘amdgpu_dm_crtc_late_register’:

Re: [PATCH] drm/amd/display: add stub for crtc_debugfs_init()

2022-06-14 Thread Randy Dunlap
On 6/14/22 10:45, Harry Wentland wrote: > On 2022-06-14 11:57, Randy Dunlap wrote: >> Fix build error when CONFIG_DEBUG_FS is not enabled by adding a >> stub function for crtc_debugfs_init(). >> >> Eliminates this build error: >> >> ../drivers/gpu/drm/amd/

[PATCH] drm/amd/display: add stub for crtc_debugfs_init()

2022-06-14 Thread Randy Dunlap
egion") Signed-off-by: Randy Dunlap Cc: Wayne Lin Cc: Alex Deucher Cc: Christian König Cc: "Pan, Xinhui" Cc: amd-...@lists.freedesktop.org Cc: dri-devel@lists.freedesktop.org --- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c |2 -- drivers/gpu/drm/amd/display/amdgpu_dm

Re: [PATCH v2 15/15] video: backlight: mt6370: Add Mediatek MT6370 support

2022-06-13 Thread Randy Dunlap
On 6/13/22 04:11, ChiaEn Wu wrote: > diff --git a/drivers/video/backlight/Kconfig b/drivers/video/backlight/Kconfig > index a003e02e13ce..ec1589ad88bb 100644 > --- a/drivers/video/backlight/Kconfig > +++ b/drivers/video/backlight/Kconfig > @@ -268,6 +268,15 @@ config BACKLIGHT_MAX8925 >

Re: [PATCH v2 13/15] leds: mt6370: Add Mediatek MT6370 current sink type LED Indicator support

2022-06-13 Thread Randy Dunlap
Hi-- On 6/13/22 04:11, ChiaEn Wu wrote: > diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig > index 6090e647daee..61e6ec416cb0 100644 > --- a/drivers/leds/Kconfig > +++ b/drivers/leds/Kconfig > @@ -244,6 +244,17 @@ config LEDS_MT6323 > This option enables support for on-chip LED

Re: [PATCH v2 11/15] iio: adc: mt6370: Add Mediatek MT6370 support

2022-06-13 Thread Randy Dunlap
Hi, On 6/13/22 04:11, ChiaEn Wu wrote: > diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig > index 71ab0a06aa82..09576fb478ad 100644 > --- a/drivers/iio/adc/Kconfig > +++ b/drivers/iio/adc/Kconfig > @@ -737,6 +737,15 @@ config MEDIATEK_MT6360_ADC > is used in smartphones and

Re: [PATCH v2 10/15] regulator: mt6370: Add mt6370 DisplayBias and VibLDO support

2022-06-13 Thread Randy Dunlap
On 6/13/22 04:11, ChiaEn Wu wrote: > diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig > index cbe0f96ca342..dcb6866dab53 100644 > --- a/drivers/regulator/Kconfig > +++ b/drivers/regulator/Kconfig > @@ -804,6 +804,14 @@ config REGULATOR_MT6360 > 2-channel buck with

Re: [PATCH v2 08/15] mfd: mt6370: Add Mediatek MT6370 support

2022-06-13 Thread Randy Dunlap
On 6/13/22 04:11, ChiaEn Wu wrote: > diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig > index 3b59456f5545..d9a7524a3e0e 100644 > --- a/drivers/mfd/Kconfig > +++ b/drivers/mfd/Kconfig > @@ -937,6 +937,19 @@ config MFD_MT6360 > PMIC part includes 2-channel BUCKs and 2-channel LDOs

[PATCH] drm: hisilicon: depends on MMU

2022-05-30 Thread Randy Dunlap
amp; DRM [=m] - DRM_HISI_HIBMC [=m] && HAS_IOMEM [=y] && DRM [=m] && PCI [=y] && (ARM64 || COMPILE_TEST [=y]) Fixes: 4f7f1973b0c8 ("drm/vram: fix Kconfig") Signed-off-by: Randy Dunlap Cc: Gerd Hoffmann Cc: Thomas Zimmermann Cc: Xinliang Liu Cc: Tian T

Re: linux-next: Tree for May 24 (drivers/gpu/drm/i915/display/intel_backlight.o)

2022-05-24 Thread Randy Dunlap
On 5/24/22 02:26, Stephen Rothwell wrote: > Hi all, > > Note: please do not add any v5.20 material to your linux-next included > branches until after v5.19-rc1 has been related. > > Changes since 20220523: > on i386: drivers/gpu/drm/i915/display/intel_backlight.o: in function

Re: [PATCH -next] drm/msm: DRM_DP_AUX_BUS depends on OF

2022-05-23 Thread Randy Dunlap
On 5/23/22 15:23, Dmitry Baryshkov wrote: > Hi, > > On Mon, 23 May 2022 at 23:43, Randy Dunlap wrote: >> >> Fix a Kconfig warning for DRM_MSM by making it depend on OF, >> since 'select' does not follow any dependency chaings. >> >> WARN

[PATCH -next] drm/msm: DRM_DP_AUX_BUS depends on OF

2022-05-23 Thread Randy Dunlap
DB [=n]=n) Fixes: f5d01644921b ("drm/msm: select DRM_DP_AUX_BUS for the AUX bus support") Signed-off-by: Randy Dunlap Cc: Rob Clark Cc: Abhinav Kumar Cc: Dmitry Baryshkov Cc: Sean Paul Cc: linux-arm-...@vger.kernel.org Cc: dri-devel@lists.freedesktop.org Cc: freedr...@lists.freedes

Re: [RFC PATCH] procfs: Add file path and size to /proc//fdinfo

2022-05-19 Thread Randy Dunlap
Hi-- On 5/19/22 14:40, Kalesh Singh wrote: > diff --git a/Documentation/filesystems/proc.rst > b/Documentation/filesystems/proc.rst > index 061744c436d9..ad66d78aca51 100644 > --- a/Documentation/filesystems/proc.rst > +++ b/Documentation/filesystems/proc.rst > @@ -1922,13 +1922,16 @@ if precise

Re: [PATCH 11/11] drm/i915: Fix undefined behavior due to shift overflowing the constant

2022-05-17 Thread Randy Dunlap
.@zn.tnic for the gory > details as to why it triggers with older gccs only. > Acked-by: Randy Dunlap Tested-by: Randy Dunlap Is this merged anywhere? It could/should at least be in linux-next so that other people don't waste time on it. thanks. > Signed-off-by: Borislav Petkov > Cc:

Re: linux-next: Tree for May 16 (drm/i915/gt/intel_gt_sysfs_pm.c)

2022-05-17 Thread Randy Dunlap
On 5/17/22 00:35, Tvrtko Ursulin wrote: > > Hi, > > On 16/05/2022 22:22, Randy Dunlap wrote: >> >> >> On 5/16/22 03:57, Stephen Rothwell wrote: >>> Hi all, >>> >>> Changes since 20220513: >>> >> >> on i386: >

Re: linux-next: Tree for May 16 (drm/i915/gt/intel_gt_sysfs_pm.c)

2022-05-16 Thread Randy Dunlap
On 5/16/22 03:57, Stephen Rothwell wrote: > Hi all, > > Changes since 20220513: > on i386: CC drivers/gpu/drm/i915/gt/intel_gt_sysfs_pm.o ../drivers/gpu/drm/i915/gt/intel_gt_sysfs_pm.c: In function ‘act_freq_mhz_show’: ../drivers/gpu/drm/i915/gt/intel_gt_sysfs_pm.c:276:20: error:

Re: linux-next: Tree for May 16 (drm/msm: kconfig warning)

2022-05-16 Thread Randy Dunlap
On 5/16/22 03:57, Stephen Rothwell wrote: > Hi all, > > Changes since 20220513: > on i386 or x86_64: WARNING: unmet direct dependencies detected for DRM_DP_AUX_BUS Depends on [n]: HAS_IOMEM [=y] && DRM [=y] && OF [=n] Selected by [y]: - DRM_MSM [=y] && HAS_IOMEM [=y] && DRM [=y] &&

Re: [PATCH 2/2] drm/amdgpu: debugfs: fix NULL dereference in ta_if_invoke_debugfs_write()

2022-04-26 Thread Randy Dunlap
Alex-- On 4/26/22 07:47, Alex Deucher wrote: > Applied the series. Thanks! > > Alex > I just saw a build warning here when CONFIG_DEBUG_FS is not enabled: ../drivers/gpu/drm/amd/amdgpu/amdgpu_psp_ta.c:281:23: warning: 'amdgpu_ta_if_debugfs_create' defined but not used [-Wunused-function]

Re: [PATCH 04/11] drm/r128: Fix undefined behavior due to shift overflowing the constant

2022-04-25 Thread Randy Dunlap
tails as to why it triggers with older gccs only. > > Signed-off-by: Borislav Petkov > Cc: David Airlie > Cc: Daniel Vetter > Cc: Alex Deucher > Cc: dri-devel@lists.freedesktop.org Reviewed-by: Randy Dunlap Thanks. > --- > drivers/gpu/drm/r128/r128_drv.h | 4 ++-- > 1

[PATCH] drm/amd/display: fix non-kernel-doc comment warnings

2022-04-22 Thread Randy Dunlap
description on line: * Set PSR power optimization flags. Fixes: e5dfcd272722 ("drm/amd/display: dc_link_set_psr_allow_active refactoring") Signed-off-by: Randy Dunlap Reported-by: kernel test robot Cc: Robin Chen Cc: Alex Deucher Cc: Anthony Koo Cc: amd-...@lists.freedesktop.o

Re: [PATCH v3] drm/gma500: depend on framebuffer

2022-04-08 Thread Randy Dunlap
Hi-- On 4/8/22 21:23, James Hilliard wrote: > Select the efi framebuffer if efi is enabled. > > This appears to be needed for video output to function correctly. > > Signed-off-by: James Hilliard Acked-by: Randy Dunlap > --- > Changes v2 -> v3: > - select

Re: [PATCH v2] drm/gma500: depend on framebuffer

2022-04-08 Thread Randy Dunlap
On 4/8/22 20:44, James Hilliard wrote: > This appears to be needed for video output to function correctly. > > Signed-off-by: James Hilliard > --- > Changes v1 -> v2: > - use depends instead of select Thanks. > --- > drivers/gpu/drm/gma500/Kconfig | 2 ++ > 1 file changed, 2

Re: [PATCH] drm/gma500: select framebuffer dependency

2022-04-08 Thread Randy Dunlap
Hi, On 4/8/22 19:59, James Hilliard wrote: > This appears to be needed for video output to function correctly. More proof/justification? > Signed-off-by: James Hilliard > --- > drivers/gpu/drm/gma500/Kconfig | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git

[PATCH] drm/hisilicon/hibmc: add back depends on MMU

2022-04-08 Thread Randy Dunlap
ot;drm/hisilicon/hibmc: Allow to be built if COMPILE_TEST is enabled") Signed-off-by: Randy Dunlap Reported-by: kernel test robot Cc: Javier Martinez Canillas Cc: Thomas Zimmermann Cc: Xinliang Liu Cc: Tian Tao Cc: John Stultz Cc: Xinwei Kong Cc: Chen Feng Cc: David Airlie Cc: Daniel

Re: [PATCH] drm/format_helper: fix a kernel-doc typo

2022-04-05 Thread Randy Dunlap
On 4/5/22 11:47, Simon Ser wrote: > On Tuesday, April 5th, 2022 at 19:58, Randy Dunlap > wrote: > >> On 4/5/22 08:05, Simon Ser wrote: >> >>> On Tuesday, April 5th, 2022 at 16:39, Randy Dunlap rdun...@infradead.org >>> wrote: >>> >

Re: [PATCH] drm/format_helper: fix a kernel-doc typo

2022-04-05 Thread Randy Dunlap
Hi Simon, On 4/5/22 08:05, Simon Ser wrote: > On Tuesday, April 5th, 2022 at 16:39, Randy Dunlap > wrote: > >> On 4/4/22 23:26, Javier Martinez Canillas wrote: >> >>> On 4/5/22 08:12, Simon Ser wrote: >>> >>>> On Monday, April 4th, 2022 at 23

Re: [PATCH] drm/format_helper: fix a kernel-doc typo

2022-04-05 Thread Randy Dunlap
On 4/4/22 23:26, Javier Martinez Canillas wrote: > On 4/5/22 08:12, Simon Ser wrote: >> On Monday, April 4th, 2022 at 23:35, Randy Dunlap >> wrote: >> >>> On 4/4/22 09:04, Simon Ser wrote: >>> >>>> Both doc patches pushed, thanks. I had to

Re: [PATCH] drm/format_helper: fix a kernel-doc typo

2022-04-04 Thread Randy Dunlap
Hi Simon, On 4/4/22 09:04, Simon Ser wrote: > Both doc patches pushed, thanks. I had to manually edit them because they > wouldn't apply cleanly. Next time, please use git-send-email (see > https://git-send-email.io/ for setup instructions). That's odd. I did use 'git send-email' and I don't

[PATCH v2] drm/scheduler: quieten kernel-doc warnings

2022-04-04 Thread Randy Dunlap
lt on killing a processes") Signed-off-by: Randy Dunlap Cc: David Airlie Cc: Daniel Vetter Cc: Andrey Grodzovsky Cc: Nayan Deshmukh Cc: Alex Deucher Cc: Christian König Cc: Jiawei Gu Cc: dri-devel@lists.freedesktop.org Acked-by: Christian König --- Feel free to make changes or sugg

Re: [PATCH] drm/scheduler: quieten kernel-doc warnings

2022-04-04 Thread Randy Dunlap
On 4/4/22 07:34, Andrey Grodzovsky wrote: > On 2022-04-04 00:25, Randy Dunlap wrote: >> Fix kernel-doc warnings in gpu_scheduler.h and sched_main.c. >> >> Quashes these warnings: >> >> include/drm/gpu_scheduler.h:316: warning: Function parameter o

[PATCH] drm/scheduler: quieten kernel-doc warnings

2022-04-03 Thread Randy Dunlap
;drm/sched: Add device pointer to drm_gpu_scheduler") Fixes: 542cff7893a3 ("drm/sched: Avoid lockdep spalt on killing a processes") Signed-off-by: Randy Dunlap Cc: David Airlie Cc: Daniel Vetter Cc: Andrey Grodzovsky Cc: Nayan Deshmukh Cc: Alex Deucher Cc: Christian König

[PATCH] drm/format_helper: fix a kernel-doc typo

2022-04-03 Thread Randy Dunlap
in 'drm_fb_xrgb_to_mono_reversed' drivers/gpu/drm/drm_format_helper.c:640: warning: Excess function parameter 'src' description in 'drm_fb_xrgb_to_mono_reversed' Fixes: bcf8b616deb8 ("drm/format-helper: Add drm_fb_xrgb_to_mono_reversed()") Signed-off-by: Randy Dunlap Cc: David Airlie

[PATCH v2] drm: drm/drm_file.h: fix a kernel-doc typo

2022-04-03 Thread Randy Dunlap
Fix a build warning from 'make htmldocs' by correcting the lock name in the kernel-doc comment. include/drm/drm_file.h:369: warning: Function parameter or member 'master_lookup_lock' not described in 'drm_file' Signed-off-by: Randy Dunlap Cc: David Airlie Cc: Daniel Vetter Cc: dri-devel

[PATCH] gpu: host1x: fix a kernel-doc warning

2022-04-03 Thread Randy Dunlap
Add @cache description to eliminate a kernel-doc warning. include/linux/host1x.h:104: warning: Function parameter or member 'cache' not described in 'host1x_client' Fixes: 1f39b1dfa53c ("drm/tegra: Implement buffer object cache") Signed-off-by: Randy Dunlap Cc: Thierry Reding Cc

[PATCH] drm/bridge: fix it6505 Kconfig terms

2022-04-03 Thread Randy Dunlap
Fix around 50 undefined references when DRM_ITE_IT6505=y while DRM_DP_AUX_BUS=m and DRM_DP_HELPER=m. Fixes: b5c84a9edcd4 ("drm/bridge: add it6505 driver") Signed-off-by: Randy Dunlap Reported-by: kernel test robot Cc: Allen Chen Cc: Robert Foss Cc: Hermes Wu Cc: AngeloGioacchino

[PATCH] drm: sti: don't use kernel-doc markers

2022-03-26 Thread Randy Dunlap
/kernel-doc.rst * Software reset of the hdmi subsystem Fixes: 5402626c83a2 ("drm: sti: add HDMI driver") Signed-off-by: Randy Dunlap Cc: Aditya Srivastava Cc: Benjamin Gaignard Cc: Alain Volmat Cc: David Airlie Cc: Daniel Vetter --- drivers/gpu/drm/sti/sti_hdm

[PATCH] drm/amd/display: DCN3.1: don't mark as kernel-doc

2022-03-26 Thread Randy Dunlap
: Add DCN3.1 OPTC") Signed-off-by: Randy Dunlap Cc: Alex Deucher Cc: Nicholas Kazlauskas Cc: amd-...@lists.freedesktop.org Cc: Christian König Cc: "Pan, Xinhui" Cc: Harry Wentland Cc: Leo Li Cc: Rodrigo Siqueira --- drivers/gpu/drm/amd/display/dc/dcn31/dcn31_optc.c |3 +-

Re: Kconfig CONFIG_FB dependency regression

2022-02-08 Thread Randy Dunlap
Hi-- On 2/8/22 12:10, Thinh Nguyen wrote: > Randy Dunlap wrote: >> >> >> On 2/3/22 19:21, Thinh Nguyen wrote: >>> Arnd Bergmann wrote: >>>> On Thu, Feb 3, 2022 at 12:55 AM Thinh Nguyen >>>> wrote: >>>>> Arnd Bergmann wro

Re: Kconfig CONFIG_FB dependency regression

2022-02-03 Thread Randy Dunlap
On 2/3/22 19:21, Thinh Nguyen wrote: > Arnd Bergmann wrote: >> On Thu, Feb 3, 2022 at 12:55 AM Thinh Nguyen >> wrote: >>> Arnd Bergmann wrote: On Wed, Feb 2, 2022 at 1:14 AM Thinh Nguyen wrote: > Fabio Estevam wrote: CONFIG_FB should not normally be needed for

Re: Kconfig CONFIG_FB dependency regression

2022-02-02 Thread Randy Dunlap
Hi-- On 2/2/22 15:55, Thinh Nguyen wrote: > Arnd Bergmann wrote: >> On Wed, Feb 2, 2022 at 1:14 AM Thinh Nguyen >> wrote: >>> Fabio Estevam wrote: >>>> On Tue, Feb 1, 2022 at 8:06 PM Randy Dunlap wrote: >>>>> >>>>> On 2/1/22 1

Re: Kconfig CONFIG_FB dependency regression

2022-02-01 Thread Randy Dunlap
On 2/1/22 15:01, Thinh Nguyen wrote: > Hi, > > One of our test setups is unable to boot (stuck at initramfs). Git > bisection points to the commit below: > > f611b1e7624c ("drm: Avoid circular dependencies for CONFIG_FB") > > Reverting this patch resolves the issue. This issue persists in

Re: [PATCH v3 1/1] drm/lsdc: add drm driver for loongson display controller

2022-01-30 Thread Randy Dunlap
Hi, The Kconfig text is looking good. Just one minor nit below: On 1/30/22 11:37, Sui Jingfeng wrote: > diff --git a/drivers/gpu/drm/lsdc/Kconfig b/drivers/gpu/drm/lsdc/Kconfig > new file mode 100644 > index ..8c908787b4aa > --- /dev/null > +++ b/drivers/gpu/drm/lsdc/Kconfig > @@ -0,0

Re: [PATCH v2 1/1] drm/lsdc: add drm driver for loongson display controller

2022-01-29 Thread Randy Dunlap
Hi-- On 1/29/22 22:04, Sui Jingfeng wrote: > diff --git a/drivers/gpu/drm/lsdc/Kconfig b/drivers/gpu/drm/lsdc/Kconfig > new file mode 100644 > index ..f470892ddf60 > --- /dev/null > +++ b/drivers/gpu/drm/lsdc/Kconfig > @@ -0,0 +1,38 @@ > +config DRM_LSDC > + tristate "DRM Support

Re: [PATCH 1/1] drm/lsdc: add drm driver for loongson display controller

2022-01-29 Thread Randy Dunlap
Hi-- On 1/29/22 12:33, suijingfeng wrote: > diff --git a/drivers/gpu/drm/lsdc/Kconfig b/drivers/gpu/drm/lsdc/Kconfig > new file mode 100644 > index ..744009dfcdde > --- /dev/null > +++ b/drivers/gpu/drm/lsdc/Kconfig > @@ -0,0 +1,32 @@ > +config DRM_LSDC > + tristate "DRM Support

Re: mmotm 2022-01-26-21-04 uploaded (gpu/drm/i915/i915_gem_evict.h)

2022-01-26 Thread Randy Dunlap
On 1/26/22 21:04, a...@linux-foundation.org wrote: > The mm-of-the-moment snapshot 2022-01-26-21-04 has been uploaded to > >https://www.ozlabs.org/~akpm/mmotm/ > > mmotm-readme.txt says > > README for mm-of-the-moment: > > https://www.ozlabs.org/~akpm/mmotm/ > > This is a snapshot of

Re: [PATCH v1 4/4] fbtft: Replace 'depends on FB_TFT' by 'if FB_TFT ... endif'

2022-01-25 Thread Randy Dunlap
ions(+), 29 deletions(-) > > diff --git a/drivers/video/fbtft/Kconfig b/drivers/video/fbtft/Kconfig > index 4d29e8c1014e..14ea3c6a60da 100644 > --- a/drivers/video/fbtft/Kconfig > +++ b/drivers/video/fbtft/Kconfig > @@ -10,87 +10,75 @@ menuconfig FB_TFT Reviewed-by: Randy Dunlap thanks. -- ~Randy

[PATCH -next] drm/amd/display: don't use /** for non-kernel-doc comments

2022-01-21 Thread Randy Dunlap
u/../display/dc/core/dc_link_dp.c:4343: warning: expecting prototype for Return PCON's post FRL link training supported BW if its non(). Prototype was for intersect_frl_link_bw_support() instead Fixes: c022375ae095 ("drm/amd/display: Add DP-HDMI FRL PCON Support in DC") Signed-off-by: Randy Du

Re: [RFC 2/6] cgroup: gpu: Add a cgroup controller for allocator attribution of GPU memory

2022-01-19 Thread Randy Dunlap
Hi-- On 1/14/22 17:06, Hridya Valsaraju wrote: > diff --git a/init/Kconfig b/init/Kconfig > index cd23faa163d1..408910b21387 100644 > --- a/init/Kconfig > +++ b/init/Kconfig > @@ -990,6 +990,13 @@ config BLK_CGROUP > > See Documentation/admin-guide/cgroup-v1/blkio-controller.rst for more

Re: Unable to unselect VGA_ARB (VGA Arbitration)

2022-01-11 Thread Randy Dunlap
Hi Paul, On 1/11/22 12:28, Paul Menzel wrote: > Dear Linux folks, > > > I am using Linux 5.16, and I am unable to unset `VGA_ARB` in Kconfig (`make > menuconfig`). I have an Asus F2A85-M PRO with an AMD A6-6400K APU (integrated > Radeon graphics device), so no legacy stuff. > > From

question about an intel-gfx issue (4447)

2021-12-28 Thread Randy Dunlap
Hi, For https://gitlab.freedesktop.org/drm/intel/-/issues/4447, are people aware of it or do I need to make people aware of it somehow? Do I need to provide more information? If so, what? thanks. -- ~Randy

Re: mmotm 2021-12-22-19-02 uploaded (drivers/gpu/drm/i915/display/intel_backlight.o)

2021-12-22 Thread Randy Dunlap
On 12/22/21 19:02, a...@linux-foundation.org wrote: > The mm-of-the-moment snapshot 2021-12-22-19-02 has been uploaded to > >https://www.ozlabs.org/~akpm/mmotm/ > > mmotm-readme.txt says > > README for mm-of-the-moment: > > https://www.ozlabs.org/~akpm/mmotm/ > > This is a snapshot of

[PATCH] drm: drm/drm_modeset_lock.h: add a kernel-doc entry

2021-12-19 Thread Randy Dunlap
Add @stack_depot to the kernel-doc comments to prevent a kernel-doc build warning. ../include/drm/drm_modeset_lock.h:74: warning: Function parameter or member 'stack_depot' not described in 'drm_modeset_acquire_ctx' Signed-off-by: Randy Dunlap Cc: David Airlie Cc: Daniel Vetter --- include

[PATCH] drm: drm/drm_file.h: fix a kernel-doc typo

2021-12-19 Thread Randy Dunlap
Fix a build warning from 'make htmldocs' by correcting the lock name in the kernel-doc comment. ../include/drm/drm_file.h:369: warning: Function parameter or member 'master_lookup_lock' not described in 'drm_file' Signed-off-by: Randy Dunlap Cc: David Airlie Cc: Daniel Vetter --- include

[PATCH -next] drm/vmwgfx: use %zu to print size_t

2021-12-10 Thread Randy Dunlap
: 8afa13a0583f ("drm/vmwgfx: Implement DRIVER_GEM") Signed-off-by: Randy Dunlap Cc: Zack Rusin Cc: VMware Graphics Cc: David Airlie Cc: Daniel Vetter Cc: Martin Krastev Cc: dri-devel@lists.freedesktop.org --- drivers/gpu/drm/vmwgfx/vmwgfx_gem.c |2 +- 1 file changed, 1 inser

[PATCH] agp: parisc-agp: fix section mismatch warning

2021-11-26 Thread Randy Dunlap
parisc_agp_setup.isra.0(). This is often because init_module lacks a __init annotation or the annotation of parisc_agp_setup.isra.0 is wrong. Fixes: 08a6436816f7 ("[PARISC] Add support for Quicksilver AGPGART") Signed-off-by: Randy Dunlap Reported-by: kernel test robot Cc: Kyle McMartin Cc: David

Re: linux-next: Tree for Nov 24 (drivers/gpu/drm/amd/display/dc/dsc/rc_calc_dpi.o)

2021-11-24 Thread Randy Dunlap
On 11/23/21 9:16 PM, Stephen Rothwell wrote: Hi all, Changes since 20211123: on i386: ld: drivers/gpu/drm/amd/display/dc/dsc/rc_calc_dpi.o: in function `dscc_compute_dsc_parameters': rc_calc_dpi.c:(.text+0x31f): undefined reference to `__udivdi3' -- ~Randy

[PATCH] drm/i915/gem: placate scripts/kernel-doc

2021-11-22 Thread Randy Dunlap
value of 'i915_gem_object_read_from_page' Signed-off-by: Randy Dunlap Reported-by: kernel test robot Cc: Thomas Hellström Cc: Matthew Auld Cc: Jani Nikula Cc: Joonas Lahtinen Cc: Rodrigo Vivi Cc: Tvrtko Ursulin Cc: intel-...@lists.freedesktop.org --- drivers/gpu/drm/i915/gem/i915_gem_object.c

<    1   2   3   4   5   6   7   8   9   >