Re: [syzbot] BUG: unable to handle kernel paging request in vga16fb_fillrect

2021-08-29 Thread Randy Dunlap
On 8/29/21 7:27 PM, Tetsuo Handa wrote: On 2021/08/30 9:24, Randy Dunlap wrote: Note that yres_virtual is set to 0x1000. Is there no practical limit (hence limit check) that can be used here? Also, in vga16fb_check_var(), beginning at line 404:   404    if (yres > vyres)  

[PATCH] drm/ttm: provide default page protection for UML

2021-09-01 Thread Randy Dunlap
:24: error: ‘struct cpuinfo_um’ has no member named ‘x86’ else if (boot_cpu_data.x86 > 3) ^ Fixes: 3bf3710e3718 ("drm/ttm: Add a generic TTM memcpy move for page-based iomem") Signed-off-by: Randy Dunlap Cc: Thomas Hellström Cc: Christian König Cc: H

[PATCH] drm/r128: fix build for UML

2021-09-01 Thread Randy Dunlap
=implicit-function-declaration] wbinvd(); ^~ Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2") # pre-git Signed-off-by: Randy Dunlap Cc: David Airlie Cc: Daniel Vetter Cc: dri-devel@lists.freedesktop.org Cc: Jeff Dike Cc: Richard Weinberger Cc: Anton Ivanov Cc: linux...@lists.inf

Re: [PATCH] drm/ttm: provide default page protection for UML

2021-09-01 Thread Randy Dunlap
On 9/1/21 10:48 PM, Anton Ivanov wrote: On 02/09/2021 03:01, Randy Dunlap wrote: boot_cpu_data [struct cpuinfo_um (on UML)] does not have a struct member named 'x86', so provide a default page protection mode for CONFIG_UML. Mends this build error: ../drivers/gpu/drm/ttm/ttm_mo

Intel UHD resolutions

2021-09-10 Thread Randy Dunlap
Hi, I would like to use QHD resolution (2560x1440) with my shiny new computer and display. That resolution works if I boot Windows 10 (cough). What do I need to do to use that resolution in Linux? I first tried openSUSE 15.3 (kernel 5.3.18-59.19-default) then I build a v5.14 kernel and tried th

Re: Intel UHD resolutions

2021-09-11 Thread Randy Dunlap
On 9/11/21 4:37 AM, o1bigtenor wrote: On Fri, Sep 10, 2021 at 9:50 PM Randy Dunlap mailto:rdun...@infradead.org>> wrote: Hi, I would like to use QHD resolution (2560x1440) with my shiny new computer and display. That resolution works if I boot Windows 10 (cough). W

Re: [PATCH] drm/rockchip: cdn-dp-core: Fix cdn_dp_resume unused warning

2021-09-13 Thread Randy Dunlap
n_dp_device *dp = dev_get_drvdata(dev); @@ -1133,6 +1134,7 @@ static int cdn_dp_resume(struct device *dev) return 0; } +#endif static int cdn_dp_probe(struct platform_device *pdev) { Acked-by: Randy Dunlap # build-tested Is someone going to merge this patch from January? thanks. -- ~Randy

Re: [PATCH] dma-buf: remove restriction of IOCTL:DMA_BUF_SET_NAME

2021-10-08 Thread Randy Dunlap
On 10/8/21 7:47 PM, guangming@mediatek.com wrote: From: Guangming Cao If dma-buf don't want userspace users to touch the dmabuf buffer, it seems we should add this restriction into dma_buf_ops.mmap, not in this IOCTL:DMA_BUF_SET_NAME. With this restriction, we can only know the kernel user

[PATCH v2] drm/r128: fix build for UML

2021-10-10 Thread Randy Dunlap
=implicit-function-declaration] wbinvd(); ^~ Fixes: 68f5d3f3b654 ("um: add PCI over virtio emulation driver") Signed-off-by: Randy Dunlap Cc: David Airlie Cc: Daniel Vetter Cc: dri-devel@lists.freedesktop.org Cc: Jeff Dike Cc: Richard Weinberger Cc: Anton Ivanov

Re: [PATCH v2] drm/r128: fix build for UML

2021-10-10 Thread Randy Dunlap
On 10/10/21 12:49 PM, Sam Ravnborg wrote: Hi Randy, On Sun, Oct 10, 2021 at 10:29:55AM -0700, Randy Dunlap wrote: Fix a build error on CONFIG_UML, which does not support (provide) wbinvd(). UML can use the generic mb() instead. ../drivers/gpu/drm/r128/ati_pcigart.c: In function

Re: [PATCH -next] drm/connector: fix all kernel-doc warnings

2021-10-10 Thread Randy Dunlap
Hi Sam, On 10/10/21 1:04 PM, Sam Ravnborg wrote: Hi Randy, I noticed a few things that in my opinion could be improved. See below. Sam On Wed, Oct 06, 2021 at 05:53:05PM -0700, Randy Dunlap wrote: Clean up all of the kernel-doc issues in drm_connector.c: drivers/gpu/drm

[PATCH -next v2] drm/connector: fix all kernel-doc warnings

2021-10-10 Thread Randy Dunlap
drm/connector: Allow creation of margin props alone") Fixes: 69654c632d80 ("drm/connector: Split out orientation quirk detection (v2)") Fixes: 72ad49682dde ("drm/connector: Add support for out-of-band hotplug notification (v3)") Signed-off-by: Randy Dunlap Cc: David Airl

[PATCH v2] drm/r128: fix build for UML

2021-10-11 Thread Randy Dunlap
=implicit-function-declaration] wbinvd(); ^~ Fixes: 68f5d3f3b654 ("um: add PCI over virtio emulation driver") Signed-off-by: Randy Dunlap Cc: David Airlie Cc: Daniel Vetter Cc: dri-devel@lists.freedesktop.org Cc: Jeff Dike Cc: Richard Weinberger Cc: Anton Ivanov

Re: [PATCH v2] drm/r128: fix build for UML

2021-10-11 Thread Randy Dunlap
On 10/11/21 1:00 AM, Randy Dunlap wrote: Fix a build error on CONFIG_UML, which does not support (provide) wbinvd(). UML can use the generic mb() instead. ../drivers/gpu/drm/r128/ati_pcigart.c: In function ‘drm_ati_pcigart_init’: ../drivers/gpu/drm/r128/ati_pcigart.c:218:2: error: implicit

Re: linux-next: Tree for Oct 22 (drivers/gpu/drm/i915/gem/i915_gem_dmabuf.c)

2021-10-22 Thread Randy Dunlap
On 10/22/21 2:15 AM, Stephen Rothwell wrote: Hi all, Changes since 20211021: on x86_64: ../drivers/gpu/drm/i915/gem/i915_gem_dmabuf.c: In function ‘i915_gem_object_get_pages_dmabuf’: ../drivers/gpu/drm/i915/gem/i915_gem_dmabuf.c:248:3: error: implicit declaration of function ‘wbinvd_on_all

Re: [RFC 06/13] soc: mediatek: apu: Add apu core driver

2021-10-23 Thread Randy Dunlap
Hi, On 10/23/21 4:14 AM, Flora Fu wrote: diff --git a/drivers/soc/mediatek/Kconfig b/drivers/soc/mediatek/Kconfig index d9bac2710494..074b0cf24c44 100644 --- a/drivers/soc/mediatek/Kconfig +++ b/drivers/soc/mediatek/Kconfig @@ -24,6 +24,24 @@ config MTK_APU_PM APU power domain shall be

Re: gpu: drm_fb_cma_helper.c:46: undefined reference to `drm_gem_fb_get_obj'

2021-10-26 Thread Randy Dunlap
On 10/26/21 11:21 AM, Thomas Zimmermann wrote: Hi Am 25.10.21 um 14:13 schrieb Naresh Kamboju: Regression found on arm gcc-11 built with multi_v5_defconfig Following build warnings / errors reported on linux next 20211025. metadata: git_describe: next-20211025 git_repo: https://gitla

Re: gpu: drm_fb_cma_helper.c:46: undefined reference to `drm_gem_fb_get_obj'

2021-10-26 Thread Randy Dunlap
On 10/26/21 11:19 PM, Arnd Bergmann wrote: On Wed, Oct 27, 2021 at 2:58 AM Randy Dunlap wrote: Looking at this config, there is: CONFIG_DRM=y # CONFIG_DRM_DP_AUX_CHARDEV is not set # CONFIG_DRM_DEBUG_MM is not set # CONFIG_DRM_DEBUG_SELFTEST is not set CONFIG_DRM_KMS_HELPER=m

Re: [PATCH 2/3] fbdev: rework backlight dependencies

2021-10-27 Thread Randy Dunlap
+++--- 5 files changed, 15 insertions(+), 4 deletions(-) Acked-by: Randy Dunlap Thanks. -- ~Randy

[PATCH -next] i915/gem/dmabuf: add to fix build error

2021-10-27 Thread Randy Dunlap
f function 'wbinvd_on_all_cpus'; did you mean 'wrmsr_on_cpus'? [-Werror=implicit-function-declaration] wbinvd_on_all_cpus(); Fixes: a035154da45d ("drm/i915/dmabuf: add paranoid flush-on-acquire") Signed-off-by: Randy Dunlap To: Jani Nikula Cc: Thomas Hellström C

Re: [PATCH v3 1/6] drm/vc4: select PM (openrisc)

2021-09-19 Thread Randy Dunlap
On 8/19/21 6:59 AM, Maxime Ripard wrote: We already depend on runtime PM to get the power domains and clocks for most of the devices supported by the vc4 driver, so let's just select it to make sure it's there, and remove the ifdef. Signed-off-by: Maxime Ripard --- drivers/gpu/drm/vc4/Kconfig

Re: [PATCH] drm/edid: Fix EDID quirk compile error on older compilers

2021-09-24 Thread Randy Dunlap
14 ++-- 3 files changed, 81 insertions(+), 77 deletions(-) Works for me. Thanks. Acked-by: Randy Dunlap # build-tested -- ~Randy

Re: [PATCH] drm/edid: Fix drm_edid_encode_panel_id() kerneldoc warning

2021-09-27 Thread Randy Dunlap
d-by: Stephen Rothwell Signed-off-by: Douglas Anderson Acked-by: Randy Dunlap Thanks. --- include/drm/drm_edid.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/drm/drm_edid.h b/include/drm/drm_edid.h index 4d17cd04fff7..18f6c700f6d0 100644 --- a/include/drm/d

Re: linux-next: Tree for Sep 28 [drivers/gpu/drm/vc4/vc4.ko]

2021-09-28 Thread Randy Dunlap
On 9/28/21 12:23 AM, Stephen Rothwell wrote: Hi all, Changes since 20210927: on x86_64: ERROR: modpost: "devm_drm_of_get_bridge" [drivers/gpu/drm/vc4/vc4.ko] undefined! Full randconfig file is attached. -- ~Randy config-r5051.gz Description: application/gzip

Re: [PATCH] drm/bridge: Add stubs for devm_drm_of_get_bridge when OF is disabled

2021-09-28 Thread Randy Dunlap
On 9/28/21 11:13 AM, Maxime Ripard wrote: If CONFIG_OF is disabled, devm_drm_of_get_bridge won't be compiled in and drivers using that function will fail to build. Add an inline stub so that we can still build-test those cases. Reported-by: Randy Dunlap Signed-off-by: Maxime Ripard

Re: linux-next: Tree for Oct 1 [drivers/gpu/drm/amd/amdgpu/amdgpu.ko]

2021-10-01 Thread Randy Dunlap
On 10/1/21 12:09 AM, Stephen Rothwell wrote: Hi all, News: there will be no linux-next release on Monday. Changes since 20210930: on i386: ERROR: modpost: "dm_ip_block" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined! Full randconfig file is attached. -- ~Randy config-r5146.gz Descript

[PATCH] drm/i915/gvt: clean up kernel-doc in gtt.c

2021-10-02 Thread Randy Dunlap
page gtt.c:2209: warning: expecting prototype for intel_vgpu_emulate_gtt_mmio_read(). Prototype was for intel_vgpu_emulate_ggtt_mmio_read() instead Fixes: a752b070a678 ("drm/i915/gvt: Fix function comment doc errors") Fixes: 2707e4446688 ("drm/i915/gvt: vGPU graphics memory virtual

[PATCH] DRM: delete DRM IRQ legacy midlayer docs

2021-10-04 Thread Randy Dunlap
("drm: IRQ midlayer is now legacy") Signed-off-by: Randy Dunlap Cc: Thomas Zimmermann Cc: Sam Ravnborg Cc: dri-devel@lists.freedesktop.org Cc: Jonathan Corbet Cc: linux-...@vger.kernel.org Cc: David Airlie Cc: Daniel Vetter --- Documentation/gpu/drm-internals.rst |9 - 1 file

[PATCH v2] host1x: bus.c: drop excess kernel-doc entry @key

2021-10-04 Thread Randy Dunlap
Fix kernel-doc warning in host1x: ../drivers/gpu/host1x/bus.c:774: warning: Excess function parameter 'key' description in '__host1x_client_register' Fixes: 0cfe5a6e758f ("gpu: host1x: Split up client initalization and registration") Signed-off-by: Randy Dunla

Re: mmotm 2021-10-05-19-53 uploaded (drivers/gpu/drm/msm/hdmi/hdmi_phy.o)

2021-10-05 Thread Randy Dunlap
On 10/5/21 7:53 PM, a...@linux-foundation.org wrote: The mm-of-the-moment snapshot 2021-10-05-19-53 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 my -mm patch queue. U

Re: mmotm 2021-10-05-19-53 uploaded (drivers/gpu/drm/msm/hdmi/hdmi_phy.o)

2021-10-06 Thread Randy Dunlap
On 10/6/21 12:24 AM, Christian König wrote: Am 06.10.21 um 09:20 schrieb Stephen Rothwell: Hi Randy, On Tue, 5 Oct 2021 22:48:03 -0700 Randy Dunlap wrote: on i386: ld: drivers/gpu/drm/msm/hdmi/hdmi_phy.o:(.rodata+0x3f0): undefined reference to `msm_hdmi_phy_8996_cfg' Full randc

[PATCH -next] drm/connector: fix all kernel-doc warnings

2021-10-06 Thread Randy Dunlap
drm/connector: Allow creation of margin props alone") Fixes: 69654c632d80 ("drm/connector: Split out orientation quirk detection (v2)") Fixes: 72ad49682dde ("drm/connector: Add support for out-of-band hotplug notification (v3)") Signed-off-by: Randy Dunlap Cc: David Airli

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

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

2022-01-21 Thread Randy Dunlap
_bw_support' drivers/gpu/drm/amd/amdgpu/../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

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

2022-01-25 Thread Randy Dunlap
le changed, 4 insertions(+), 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

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 my

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 fo

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 f

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: 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 mai

Re: mmotm 2021-10-27-18-32 uploaded (drivers/gpu/drm/i915/gem/i915_gem_dmabuf.c)

2021-10-28 Thread Randy Dunlap
On 10/27/21 6:33 PM, a...@linux-foundation.org wrote: The mm-of-the-moment snapshot 2021-10-27-18-32 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 my -mm patch queue.

Re: linux-next: Tree for Nov 1 [drivers/gpu/drm/msm/msm.ko]

2021-11-01 Thread Randy Dunlap
On 11/1/21 2:44 AM, Stephen Rothwell wrote: Hi all, Changes since 20211029: On i386, when # CONFIG_COMMON_CLK is not set ERROR: modpost: "msm_hdmi_phy_8996_cfg" [drivers/gpu/drm/msm/msm.ko] undefined! Full randconfig file is attached. -- ~Randy config-r1095b.gz Description: application/

Re: [PATCH] [RESEND] drm/rcar: stop using 'imply' for dependencies

2021-11-09 Thread Randy Dunlap
rework the DRM dependencies in a more logical way. The rest of the series is still open, but this one is needed as a bug fix regardless of the rest. --- drivers/gpu/drm/rcar-du/Kconfig | 25 - 1 file changed, 16 insertions(+), 9 deletions(-) Yes Yes Yes. Reviewed-by: Randy Dunlap Thanks. -- ~Randy

Re: AUTOSEL series truncated was -- Re: [PATCH AUTOSEL 5.15 001/146] dma-buf: WARN on dmabuf release with pending attachments

2021-11-09 Thread Randy Dunlap
On 11/8/21 11:54 PM, Pavel Machek wrote: Hi! This series is truncated .. I only got first patches. Similary, 5.10 series is truncated, [PATCH AUTOSEL 5.10 035/101] media: s5p-mfc: Add checking to s5p_mfc_probe... is last one I got. I got all the patches before that, so I believe it is not probl

[PATCH] backlight: ili922x: fix kernel-doc warnings & notation

2021-11-14 Thread Randy Dunlap
:382: warning: No description found for return value of 'ili922x_poweroff' Fixes: 4cfbfa971478 ("video: backlight: add ili922x lcd driver") Signed-off-by: Randy Dunlap Reported-by: kernel test robot Cc: Lee Jones Cc: Daniel Thompson Cc: Jingoo Han Cc: dri-devel@lists.fr

[PATCH] fbdev: sh7760fb: document fallthrough cases

2021-11-14 Thread Randy Dunlap
60fb.c:143:23: warning: this statement may fall through [-Wimplicit-fallthrough=] 143 | lgray = 1; Just document the current state of code execution/flow. Fixes: 4a25e41831ee ("video: sh7760fb: SH7760/SH7763 LCDC framebuffer driver") Signed-off-by: Randy Dunlap Cc:

Re: [PATCH] backlight: ili922x: fix kernel-doc warnings & notation

2021-11-15 Thread Randy Dunlap
On 11/15/21 3:38 AM, Daniel Thompson wrote: Thanks for the fixes. Just a could of quibbles about full stops/periods. --- drivers/video/backlight/ili922x.c | 29 ++-- 1 file changed, 19 insertions(+), 10 deletions(-) --- linux-next-20211102.orig/drivers/video/bac

[PATCH v2] backlight: ili922x: fix kernel-doc warnings & notation

2021-11-15 Thread Randy Dunlap
:382: warning: No description found for return value of 'ili922x_poweroff' Fixes: 4cfbfa971478 ("video: backlight: add ili922x lcd driver") Signed-off-by: Randy Dunlap Reported-by: kernel test robot Cc: Lee Jones Cc: Daniel Thompson Cc: Jingoo Han Cc: dri-devel@lists.freedeskto

Re: Build regressions/improvements in v5.16-rc1

2021-11-16 Thread Randy Dunlap
On 11/16/21 5:59 PM, Nick Terrell wrote: On Nov 15, 2021, at 8:44 AM, Helge Deller wrote: On 11/15/21 17:12, Geert Uytterhoeven wrote: On Mon, Nov 15, 2021 at 4:54 PM Geert Uytterhoeven wrote: Below is the list of build error/warning regressions/improvements in v5.16-rc1[1] compared to v5

[PATCH] drm/panel-edp: modify Kconfig to prevent build error

2021-11-16 Thread Randy Dunlap
ix this by limiting DRM_PANEL_DEP by the value of the DRM_KMS_HELPER symbol. Fixes: 5f04e7ce392d ("drm/panel-edp: Split eDP panels out of panel-simple") Signed-off-by: Randy Dunlap Reported-by: kernel test robot Cc: Arnd Bergmann Cc: Daniel Vetter Cc: Javier Martinez Canillas Cc: Sam R

Re: [PATCH] drm/panel-edp: modify Kconfig to prevent build error

2021-11-17 Thread Randy Dunlap
On 11/16/21 11:58 PM, Arnd Bergmann wrote: On Wed, Nov 17, 2021 at 7:27 AM Randy Dunlap wrote: When CONFIG_DRM_KMS_HELPER=m and CONFIG_DRM_PANEL_EDP=y, there is a build error in gpu/drm/panel/panel-edp.o: arm-linux-gnueabi-ld: drivers/gpu/drm/panel/panel-edp.o: in function `panel_edp_probe

[PATCH] drm: ttm: correct ttm_range_manager kernel-doc notation

2021-11-21 Thread Randy Dunlap
ttm_range_man_fini(). Prototype was for ttm_range_man_fini_nocheck() instead Also fix subsequent warnings from scripts/kernel-doc. Signed-off-by: Randy Dunlap Reported-by: kernel test robot Cc: Christian König Cc: Huang Rui Cc: dri-devel@lists.freedesktop.org --- drivers/gpu/drm/ttm/ttm_range_manager.c

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

2021-11-22 Thread Randy Dunlap
cription found for return 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

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] 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

[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 -next] drm/rockchip: cdn-dp-core: fix function not used when not PM_SLEEP

2020-12-14 Thread Randy Dunlap
spend/resume static") Signed-off-by: Randy Dunlap Cc: Sandy Huang Cc: Heiko Stübner Cc: dri-devel@lists.freedesktop.org Cc: David Airlie Cc: Daniel Vetter --- drivers/gpu/drm/rockchip/cdn-dp-core.c |2 ++ 1 file changed, 2 insertions(+) --- linux-next-20201210.orig/drivers/gpu/drm/rockc

[PATCH v2 -next] drm/rockchip: cdn-dp-core: fix function not used when PM_SLEEP is not set

2020-12-15 Thread Randy Dunlap
spend/resume static") Signed-off-by: Randy Dunlap Cc: Sandy Huang Cc: Heiko Stübner Cc: dri-devel@lists.freedesktop.org Cc: David Airlie Cc: Daniel Vetter --- v2: use preferred __maybe_unused instead of ifdeffery: https://lore.kernel.org/patchwork/patch/732981/ drivers/gpu/drm/rockc

Re: linux-next: Tree for Dec 18 (drm/i915/display/intel_panel)

2020-12-20 Thread Randy Dunlap
tion `intel_backlight_device_unregister': intel_panel.c:(.text+0x2fc8): undefined reference to `backlight_device_unregister' CONFIG_BACKLIGHT_CLASS_DEVICE=m CONFIG_DRM_I915=y Full randconfig file is attached. -- ~Randy Reported-by: Randy Dunlap config-r6825.xz Description: application/xz _

Re: [PATCH 2/2] drivers/gpu/drm/ast: Fix infinite loop if read fails

2020-12-28 Thread Randy Dunlap
On 12/25/20 12:13 AM, Defang Bo wrote: > [Why] Similar to commit <298360af3> ast_init_dram_reg() configures a window > in order to access BMC memory. > A BMC register can be configured to disallow this, and if so, causes > an infinite loop in the ast driver which renders the system unusable. > [Ho

Re: [PATCH] drm/agpsupport: Fix warning in functions documentation

2021-01-06 Thread Randy Dunlap
s(+), 52 deletions(-) > LGTM. Thanks. Reviewed-by: Randy Dunlap -- ~Randy ___ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel

Re: linux-next: Tree for Jan 6 (drivers/gpu/drm/imx/dw_hdmi-imx.o)

2021-01-07 Thread Randy Dunlap
-- ~Randy Reported-by: Randy Dunlap config-r7066.gz Description: application/gzip ___ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel

Re: [PATCH] drm/imx: dw_hdmi-imx: depend on OF to fix randconfig compile tests on x86_64

2021-01-07 Thread Randy Dunlap
defined reference to `of_drm_find_bridge' > > Reported-by: Randy Dunlap > Fixes: c805ec7eb210 ("drm/imx: dw_hdmi-imx: move initialization into probe") > Signed-off-by: Philipp Zabel Acked-by: Randy Dunlap # build-tested Thanks. > --- > drivers/gpu/drm/imx/Kconfig | 2 +- >

Re: linux-next: Tree for Jan 7 (drivers/gpu/drm/imx/parallel-display.o)

2021-01-08 Thread Randy Dunlap
ull randconfig file is attached. -- ~Randy Reported-by: Randy Dunlap config-r7085.gz Description: application/gzip ___ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel

Re: [PATCH] drm/modes: add non-OF stub for of_get_drm_display_mode

2021-01-09 Thread Randy Dunlap
(.text+0x8d): undefined reference to > `of_get_drm_display_mode' > > Add an inline stub so they can be build-tested with non-OF > configurations. > > Reported-by: Randy Dunlap > Signed-off-by: Philipp Zabel Acked-by: Randy Dunlap Thanks. > --- > include/drm/drm_m

[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 C

[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

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 my

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: 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 `drivers/

[PATCH] dma-buf: fix kernel-doc warning and typos

2016-08-16 Thread Randy Dunlap
From: Randy Dunlap Fix dma-buf kernel-doc warning and 2 minor typos in fence_array_create(). Fixes this warning: ..//drivers/dma-buf/fence-array.c:124: warning: No description found for parameter 'signal_on_any' Signed-off-by: Randy Dunlap Cc: Sumit Semwal Cc: linu

Re: [PATCH v2 3/7] lib/hexdump.c: Optionally suppress lines of repeated bytes

2019-05-09 Thread Randy Dunlap
On 5/8/19 12:01 AM, Alastair D'Silva wrote: > From: Alastair D'Silva > > Some buffers may only be partially filled with useful data, while the rest > is padded (typically with 0x00 or 0xff). > > This patch introduces a flag to allow the supression of lines of repeated > bytes, which are replaced

Re: [PATCH v2 14/17] Documentation: kunit: add documentation for KUnit

2019-05-09 Thread Randy Dunlap
Hi, On 5/1/19 4:01 PM, Brendan Higgins wrote: > Add documentation for KUnit, the Linux kernel unit testing framework. > - Add intro and usage guide for KUnit > - Add API reference > > Signed-off-by: Felix Guo > Signed-off-by: Brendan Higgins > --- > Documentation/index.rst | 1 + >

Re: linux-next: Tree for May 20 (amdgpu)

2019-05-20 Thread Randy Dunlap
gt; http://neuling.org/linux-next-size.html . > > Status of my local build tests will be at > http://kisskb.ellerman.id.au/linux-next . If maintainers want to give > advice about cross compilers/configs that work, we are always open to add > more builds. > > Thanks to Randy Dunlap fo

Re: [mmotm:master 227/248] lima_gem.c:undefined reference to `vmf_insert_mixed'

2019-04-08 Thread Randy Dunlap
On 4/5/19 11:47 PM, kbuild test robot wrote: > Hi Andrew, > > It's probably a bug fix that unveils the link errors. > > tree: git://git.cmpxchg.org/linux-mmotm.git master > head: b09c000f671826e6f073a7f89b266e4ac998952b > commit: 39a08f353e1f30f7ba2e8b751a9034010a99666c [227/248] > linux-nex

[PATCH -next] MAINTAINERS: mark lima mailing list as moderated

2019-04-08 Thread Randy Dunlap
From: Randy Dunlap Note that the lima mailing list is moderated. Signed-off-by: Randy Dunlap Cc: Qiang Yu Cc: dri-devel@lists.freedesktop.org Cc: l...@lists.freedesktop.org --- MAINTAINERS |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- mmotm-2019-0405-1828.orig/MAINTAINERS

Re: [PATCH -next] MAINTAINERS: mark lima mailing list as moderated

2019-04-08 Thread Randy Dunlap
thing here, but maybe Daniel or someone else there can answer this. Thanks. > Regards, > Qiang > > On Mon, Apr 8, 2019 at 3:12 AM Randy Dunlap wrote: >> >> From: Randy Dunlap >> >> Note that the lima mailing list is moderated. >> >>

Re: [mmotm:master 227/248] lima_gem.c:undefined reference to `vmf_insert_mixed'

2019-04-08 Thread Randy Dunlap
On 4/7/19 6:30 PM, Qiang Yu wrote: > Thanks Randy, I can add these. > > Where should I send/submit the patch to in this case? Still drm-misc? Sounds good to me. Thanks. > Regards, > Qiang > > > On Mon, Apr 8, 2019 at 3:08 AM Randy Dunlap wrote: >> >> O

Re: [PATCH v2 0/14] drm: minimize drmP.h dependencies

2019-01-01 Thread Randy Dunlap
On 12/30/18 11:08 AM, Sam Ravnborg wrote: > On Sun, Dec 30, 2018 at 06:48:24PM +0100, Sam Ravnborg wrote: >> The goal with this small series > > The series should have been a reply to this cover letter, > but my tooling lost me - sorry! > > Sam > Hi Sam, And the $subjects that say "reply

Re: [PATCH] drm/nouveau: fix incorrect FB_BACKLIGHT usage in Kconfig

2019-01-01 Thread Randy Dunlap
_IOMEM [=y] && FB [=m] && PCI [=y] && > FB_NVIDIA_BACKLIGHT [=y] > > Fix it by making DRM_NOUVEAU select BACKLIGHT_CLASS_DEVICE and > BACKLIGHT_LCD_SUPPORT instead of FB_BACKLIGHT. > > Fixes: b4a1ed0cd18b ("fbdev: make FB_BACKLIGHT a tristate"

Re: [PATCH 1/4] component: Add documentation

2019-02-18 Thread Randy Dunlap
On 2/7/19 3:27 PM, Daniel Vetter wrote: Hi Daniel, I have a few possible changes for this documentation (see below). > --- > Documentation/driver-api/component.rst | 17 > Documentation/driver-api/device_link.rst | 3 + > Documentation/driver-api/index.rst | 1 + > drivers/bas

Re: [PATCH] drivers/component: kerneldoc polish

2019-02-19 Thread Randy Dunlap
On 2/18/19 8:36 AM, Daniel Vetter wrote: > Polish the kerneldoc a bit with suggestions from Randy. > > v2: Randy found another typo: s/compent/component/ > > Cc: Randy Dunlap > Signed-off-by: Daniel Vetter > Cc: Greg Kroah-Hartman > Cc: "Rafael J. Wysock

Re: [PATCH] drivers/component: kerneldoc polish

2019-02-19 Thread Randy Dunlap
On 2/18/19 12:52 AM, Daniel Vetter wrote: > Polish the kerneldoc a bit with suggestions from Randy. > Hi Daniel, There are 2 more typos below. With those fixed, you or Greg can add: Acked-by: Randy Dunlap Thanks. > Cc: Randy Dunlap > Signed-off-by: Daniel Vetter > Cc: Gre

Re: [PATCHv16 3/3] ARM:drm ivip Intel FPGA Video and Image Processing Suite

2019-06-07 Thread Randy Dunlap
On 6/7/19 7:30 AM, Hean-Loong, Ong wrote: > diff --git a/drivers/gpu/drm/ivip/Kconfig b/drivers/gpu/drm/ivip/Kconfig > new file mode 100644 > index ..1b2af85fe757 > --- /dev/null > +++ b/drivers/gpu/drm/ivip/Kconfig > @@ -0,0 +1,14 @@ > +config DRM_IVIP > +tristate "Intel FGPA V

Re: linux-next: Tree for Jun 12 (amdgpu: dcn10_hw_sequencer)

2019-06-12 Thread Randy Dunlap
On 6/12/19 12:00 AM, Stephen Rothwell wrote: > Hi all, > > Changes since 20190611: > on x86_64: ../drivers/gpu/drm/amd/amdgpu/../display/dc/dcn10/dcn10_hw_sequencer.c: In function ‘dcn10_apply_ctx_for_surface’: ../drivers/gpu/drm/amd/amdgpu/../display/dc/dcn10/dcn10_hw_sequencer.c:2378:3: err

Re: [PATCH v3 2/7] lib/hexdump.c: Relax rowsize checks in hex_dump_to_buffer

2019-06-18 Thread Randy Dunlap
Hi, Just a comment style nit below... On 6/16/19 7:04 PM, Alastair D'Silva wrote: > From: Alastair D'Silva > > This patch removes the hardcoded row limits and allows for > other lengths. These lengths must still be a multiple of > groupsize. > > This allows structs that are not 16/32 bytes to d

[PATCH] drm: bridge: DRM_SIL_SII8620 should depend on, not select INPUT

2019-07-01 Thread Randy Dunlap
From: Randy Dunlap A single driver should not enable (select) an entire subsystem, such as INPUT, so change the 'select' to "depends on". Fixes: d6abe6df706c ("drm/bridge: sil_sii8620: do not have a dependency of RC_CORE") Signed-off-by: Randy Dunlap Cc: I

Re: linux-next: Tree for Jul 3 (amdgpu)

2019-07-04 Thread Randy Dunlap
On 7/3/19 4:49 AM, Stephen Rothwell wrote: > Hi all, > > Changes since 20190702: > on i386 or x86_64: ERROR: "dm_ip_block" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined! or ld: drivers/gpu/drm/amd/amdgpu/nv.o: in function `nv_set_ip_blocks': nv.c:(.text+0x1660): undefined reference to `dm_i

Re: mmotm 2019-07-04-15-01 uploaded (gpu/drm/i915/oa/)

2019-07-04 Thread Randy Dunlap
On 7/4/19 3:01 PM, a...@linux-foundation.org wrote: > The mm-of-the-moment snapshot 2019-07-04-15-01 has been uploaded to > >http://www.ozlabs.org/~akpm/mmotm/ > > mmotm-readme.txt says > > README for mm-of-the-moment: > > http://www.ozlabs.org/~akpm/mmotm/ I get a lot of these but don't s

Re: mmotm 2019-07-04-15-01 uploaded (gpu/drm/i915/oa/)

2019-07-04 Thread Randy Dunlap
On 7/4/19 6:09 PM, Randy Dunlap wrote: > On 7/4/19 3:01 PM, a...@linux-foundation.org wrote: >> The mm-of-the-moment snapshot 2019-07-04-15-01 has been uploaded to >> >>http://www.ozlabs.org/~akpm/mmotm/ >> >> mmotm-readme.txt says >> >> README for

Re: mmotm 2019-07-04-15-01 uploaded (gpu/drm/i915/oa/)

2019-07-04 Thread Randy Dunlap
On 7/4/19 8:09 PM, Masahiro Yamada wrote: > On Fri, Jul 5, 2019 at 12:05 PM Masahiro Yamada > wrote: >> >> On Fri, Jul 5, 2019 at 10:09 AM Randy Dunlap wrote: >>> >>> On 7/4/19 3:01 PM, a...@linux-foundation.org wrote: >>>> The mm-of-the-momen

Re: mmotm 2019-07-04-15-01 uploaded (gpu/drm/i915/oa/)

2019-07-04 Thread Randy Dunlap
On 7/4/19 8:44 PM, Masahiro Yamada wrote: > On Fri, Jul 5, 2019 at 12:23 PM Randy Dunlap wrote: >> >> On 7/4/19 8:09 PM, Masahiro Yamada wrote: >>> On Fri, Jul 5, 2019 at 12:05 PM Masahiro Yamada >>> wrote: >>>> >>>> On Fri, Jul 5, 2019 at

Re: [PATCHv14 3/3] ARM:drm ivip Intel FPGA Video and Image Processing Suite

2019-03-14 Thread Randy Dunlap
On 3/13/19 1:22 PM, Hean-Loong, Ong wrote: > diff --git a/drivers/gpu/drm/ivip/Kconfig b/drivers/gpu/drm/ivip/Kconfig > new file mode 100644 > index 000..1d08b90 > --- /dev/null > +++ b/drivers/gpu/drm/ivip/Kconfig > @@ -0,0 +1,14 @@ > +config DRM_IVIP > +tristate "Intel FGPA Video and

Re: linux-next: Tree for Mar 20 (drivers/gpu/drm/i915/)

2019-03-21 Thread Randy Dunlap
On 3/19/19 8:18 PM, Stephen Rothwell wrote: > Hi all, > > Changes since 20190319: > using: gcc (SUSE Linux) 4.8.5 beginning yesterday (20190319), I am seeing problems in i915_reg.h on x86_64: (multiple instances of one macro in the header file) ../drivers/gpu/drm/i915/i915_reg.h:167:27: error

Re: linux-next: Tree for Mar 29 (i915, no ACPI)

2019-03-31 Thread Randy Dunlap
On 3/28/19 8:18 PM, Stephen Rothwell wrote: > Hi all, > > Changes since 20190328: > > The pidfd tree lost its build failures. > on x86_64, when # CONFIG_ACPI is not set/enabled: ld: drivers/gpu/drm/i915/intel_panel.o: in function `intel_backlight_device_register': intel_panel.c:(.text+0x2c49)

Re: linux-next: Tree for Jul 24 (amdgpu)

2019-07-25 Thread Randy Dunlap
dpps Full randconfig file is attached. Reported-by: Randy Dunlap -- ~Randy # # Automatically generated file; DO NOT EDIT. # Linux/i386 5.3.0-rc1 Kernel Configuration # # # Compiler: gcc (SUSE Linux) 7.4.0 # CONFIG_CC_IS_GCC=y CONFIG_GCC_VERSION=70400 CONFIG_CLA

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 >

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 Therm

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 t

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 dri

<    1   2   3   4   5   6   7   8   9   >