Re: [PATCH] drm/amdgpu/display: Use u64 divide macro for round up division

2020-01-16 Thread Randy Dunlap
>> Switch DIV_ROUND_UP to DIV64_U64_ROUND_UP >> >> Reported-by: Randy Dunlap >> Signed-off-by: Mikita Lipski >> --- >> drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --g

[PATCH] MAINTAINERS: nouveau mailing list is moderated

2020-01-17 Thread Randy Dunlap
From: Randy Dunlap Mark the nouveau@ mailing list as moderated for non-subscribers. Signed-off-by: Randy Dunlap --- MAINTAINERS |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- linux-next-20200116.orig/MAINTAINERS +++ linux-next-20200116/MAINTAINERS @@ -5315,7 +5315,7 @@ F

Re: linux-next: Tree for Jan 16 (drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gp10b.c)

2020-01-17 Thread Randy Dunlap
-conversion] spec = dev_iommu_fwspec_get(device->dev); ^ ../drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gp10b.c:39:17: error: ‘struct iommu_fwspec’ has no member named ‘ids’ u32 sid = spec->ids[0] & 0x; ^~ Full randconfig file is attached. -- ~Randy Reported-by

Re: mmotm 2020-01-21-13-28 uploaded (nouveau)

2020-01-22 Thread Randy Dunlap
pointer from integer without a cast [-Wint-conversion] spec = dev_iommu_fwspec_get(device->dev); ^ ../drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gp10b.c:39:17: error: ‘struct iommu_fwspec’ has no member named ‘ids’ u32 sid = spec->ids[0] & 0x; ^~ Full randcon

Re: linux-next: Tree for Jan 23 (gpu/drm/panel/)

2020-01-24 Thread Randy Dunlap
On 1/23/20 11:49 AM, Sam Ravnborg wrote: > Hi Randy. > > Thanks - I think (kidding, this has bugged of for a long time). > > On Thu, Jan 23, 2020 at 12:44:25AM -0800, Randy Dunlap wrote: >> On 1/22/20 10:21 PM, Stephen Rothwell wrote: >>> Hi all, >>> >

Re: linux-next: Tree for Sep 19 (amdgpu)

2019-09-20 Thread Randy Dunlap
On 9/19/19 9:06 AM, Mark Brown wrote: > Hi all, > > Changes since 20190918: > ../drivers/gpu/drm/amd/amdgpu/../display/dc/dml/Makefile:70: *** missing 'endif'. Stop. -- ~Randy ___ dri-devel mailing list dri-devel@lists.freedesktop.org https://lis

Re: linux-next: Tree for Sep 20 (amd/display)

2019-09-20 Thread Randy Dunlap
On 9/20/19 9:36 AM, Mark Brown wrote: > Hi all, > > News: There will likely be no more -next builds until Stephen returns on > the 30th, I *may* do some next week but it's more likely that I won't > and it certainly won't be every day. > > Changes since 20190919: > on i386: ld: drivers/gpu/dr

Re: [PATCH v17 07/19] kunit: test: add initial tests

2019-09-22 Thread Randy Dunlap
On 9/20/19 5:18 PM, Brendan Higgins wrote: > Add a test for string stream along with a simpler example. > > Signed-off-by: Brendan Higgins > Reviewed-by: Greg Kroah-Hartman > Reviewed-by: Logan Gunthorpe > Reviewed-by: Stephen Boyd > --- > lib/kunit/Kconfig | 25 ++ > lib

Re: linux-next: Tree for Sep 20 (amdgpu-2)

2019-09-22 Thread Randy Dunlap
On 9/20/19 9:36 AM, Mark Brown wrote: > Hi all, > > News: There will likely be no more -next builds until Stephen returns on > the 30th, I *may* do some next week but it's more likely that I won't > and it certainly won't be every day. > > Changes since 20190919: > on x86_64: (1) where is func

Re: [PATCH v18 15/19] Documentation: kunit: add documentation for KUnit

2019-09-23 Thread Randy Dunlap
On 9/23/19 2:02 AM, 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 > Cc: Jonathan Corbet > Reviewed-by: Greg Kroah-Hartman

Re: [PATCH v18 15/19] Documentation: kunit: add documentation for KUnit

2019-09-23 Thread Randy Dunlap
On 9/23/19 11:06 AM, Brendan Higgins wrote: > On Mon, Sep 23, 2019 at 8:48 AM Randy Dunlap wrote: >> >> On 9/23/19 2:02 AM, Brendan Higgins wrote: >>> Add documentation for KUnit, the Linux kernel unit testing framework. >>> - Add intro and usage guide

Re: [PATCH v18 15/19] Documentation: kunit: add documentation for KUnit

2019-09-23 Thread Randy Dunlap
On 9/23/19 2:18 PM, shuah wrote: > I would like to apply the series very soon so it gets some soak time > after this move in linux-next and it can still make the rc1. > > Since there changes can be addressed after rc1, I would like to not > require Brendan to do another version before I apply. >

Re: [PATCH v18 15/19] Documentation: kunit: add documentation for KUnit

2019-09-23 Thread Randy Dunlap
On 9/23/19 2:02 AM, Brendan Higgins wrote: > diff --git a/Documentation/dev-tools/kunit/usage.rst > b/Documentation/dev-tools/kunit/usage.rst > new file mode 100644 > index ..c6e69634e274 > --- /dev/null > +++ b/Documentation/dev-tools/kunit/usage.rst > @@ -0,0 +1,576 @@ > +.. SPDX-Li

Re: linux-next: Tree for Nov 19 (i915)

2019-11-19 Thread Randy Dunlap
On 11/19/19 12:46 AM, Stephen Rothwell wrote: > Hi all, > > Changes since 20191118: on x86_64: ERROR: "pm_suspend_target_state" [drivers/gpu/drm/i915/i915.ko] undefined! # CONFIG_SUSPEND is not set -- ~Randy Reported-by: Randy Dunlap

Re: [Intel-gfx] linux-next: Tree for Nov 19 (i915)

2019-11-20 Thread Randy Dunlap
On 11/20/19 8:56 AM, Chris Wilson wrote: > Quoting Jani Nikula (2019-11-20 16:15:08) >> On Tue, 19 Nov 2019, Randy Dunlap wrote: >>> On 11/19/19 12:46 AM, Stephen Rothwell wrote: >>>> Hi all, >>>> >>>> Changes since 20191118: >>

Re: linux-next: Tree for Aug 21 (gpu/drm/i915/)

2019-08-21 Thread Randy Dunlap
On 8/21/19 1:49 AM, Stephen Rothwell wrote: > Hi all, > > Changes since 20190820: > on x86_64: ../drivers/gpu/drm/i915/i915_gem_gtt.c: In function ‘ggtt_restore_mappings’: ../drivers/gpu/drm/i915/i915_gem_gtt.c::3: error: implicit declaration of function ‘wbinvd_on_all_cpus’; did you mean

Re: mmotm 2019-08-24-16-02 uploaded (intel_drv.h header check)

2019-08-27 Thread Randy Dunlap
On 8/24/19 4:03 PM, a...@linux-foundation.org wrote: > The mm-of-the-moment snapshot 2019-08-24-16-02 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/ > > This is a snapshot of my -m

Re: linux-next: Tree for Aug 27 (amdgpu)

2019-08-28 Thread Randy Dunlap
On 8/27/19 2:05 AM, Stephen Rothwell wrote: > Hi all, > > Changes since 20190826: > on i386: ../drivers/gpu/drm/amd/amdgpu/../display/dc/dcn20/dcn20_hwseq.c: In function ‘dcn20_hw_sequencer_construct’: ../drivers/gpu/drm/amd/amdgpu/../display/dc/dcn20/dcn20_hwseq.c:2127:28: error: ‘dcn20_dsc_

Re: linux-next: Tree for Sep 3 (gpu/drm/amd/display/)

2019-09-04 Thread Randy Dunlap
On 9/3/19 3:17 AM, Stephen Rothwell wrote: > Hi all, > > News: I will only be doing 1 more release before I leave for Kernel > Summit (there may be some reports on Thursday, but I doubt I will have > time to finish the full release) and then no more until Sept 30. > > Changes since 20190902: >

Re: linux-next: Tree for Sep 4 (amd/display/)

2019-09-05 Thread Randy Dunlap
On 9/4/19 6:34 AM, Stephen Rothwell wrote: > Hi all, > > News: this will be the last linux-next I will release until Sept 30. > > Changes since 20190903: > on x86_64: In file included from ../drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn20/display_rq_dlg_calc_20v2.c:77:0: ../drivers/gpu/dr

Re: linux-next: Tree for Sep 4 (amd/display/)

2019-09-06 Thread Randy Dunlap
On 9/5/19 6:17 AM, Harry Wentland wrote: > > > On 2019-09-04 4:58 p.m., Randy Dunlap wrote: >> On 9/4/19 6:34 AM, Stephen Rothwell wrote: >>> Hi all, >>> >>> News: this will be the last linux-next I will release until Sept 30. >>> >>>

Re: Linux Kernel 5.1.21 (i915)

2019-08-04 Thread Randy Dunlap
On 8/4/19 8:11 PM, Nathaniel Russell wrote: > I'm getting an error message when the uvcvideo module is loaded into > the kernel. Can somebody help me figure this out please? > Looks more like it is related to i915 driver: [ 18.728238] [ cut here ] [ 18.728248] timed o

Re: Linux Kernel 5.2.8 (uvc or i915?)

2019-08-15 Thread Randy Dunlap
On 8/15/19 6:15 PM, Nathaniel Russell wrote: > I would really like help with the kernel error with my uvcvideo driver. > Hi again. What makes you think that the problem is related to the uvcvideo driver? Does some previous kernel version work correctly? If so, what version(s)? Does this warni

Re: Linux Kernel 5.2.8 (uvc or i915? <<<)

2019-08-15 Thread Randy Dunlap
[adding mailing lists etc. with Nathaniel's test info] On 8/15/19 7:21 PM, Nathaniel Russell wrote: > Well i surpressed the uvcvideo driver and you are right Randy it > definitely is not the uvcvideo driver. There is something going on in > the i915 driver. > > > O

Re: linux-next: Tree for Aug 19 (amdgpu)

2019-08-20 Thread Randy Dunlap
On 8/19/19 2:18 AM, Stephen Rothwell wrote: > Hi all, > > Changes since 20190816: > on x86_64: ../drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c: In function ‘amdgpu_exit’: ../drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c:1471:2: error: implicit declaration of function ‘mmu_notifier_synchronize’; did you m

Re: linux-next: Tree for Aug 19 (gpu/drm/amd/display/)

2019-08-20 Thread Randy Dunlap
On 8/19/19 2:18 AM, Stephen Rothwell wrote: > Hi all, > > Changes since 20190816: > on i386: ld: drivers/gpu/drm/amd/display/dc/core/dc_link.o: in function `wait_for_alt_mode': dc_link.c:(.text+0x1f38): undefined reference to `__udivdi3' ld: dc_link.c:(.text+0x1f71): undefined reference to `_

Re: [PATCH] drm/amd/display: Fix 32-bit divide error in wait_for_alt_mode

2019-08-21 Thread Randy Dunlap
ivers/built-in.a >>>> referenced by dc_link.c >>>> gpu/drm/amd/display/dc/core/dc_link.o:(wait_for_alt_mode) in archive >>>> drivers/built-in.a > > time_taken_in_ns is of type unsigned long long so we need to use div_u64 > to avoid this error. > > Fixe

Re: linux-next: Tree for Jun 8 (drivers/gpu/drm/vmwgfx/vmwgfx_drv.c)

2021-06-08 Thread Randy Dunlap
n_fini’; did you mean ‘ttm_pool_mgr_fini’? [-Werror=implicit-function-declaration] ttm_range_man_fini(&dev_priv->bdev, TTM_PL_VRAM); Full randconfig file is attached. -- ~Randy Reported-by: Randy Dunlap config-r9858.gz Description: application/gzip

Re: linux-next: Tree for Jun 8 (drm_fb_helper.c)

2021-06-08 Thread Randy Dunlap
: drm_fb_helper.c:(.text+0x24b0): undefined reference to `fb_alloc_cmap' ld: drm_fb_helper.c:(.text+0x24bd): undefined reference to `framebuffer_release' ld: drm_fb_helper.c:(.text+0x250d): undefined reference to `fb_dealloc_cmap' ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fb_he

Re: linux-next: Tree for Jun 10 (drivers/gpu/drm/nouveau/dispnv50/disp.c)

2021-06-10 Thread Randy Dunlap
On 6/10/21 2:48 AM, Stephen Rothwell wrote: Hi all, Changes since 20210609: on x86_64: ../drivers/gpu/drm/nouveau/dispnv50/disp.c: In function ‘nv50_sor_atomic_disable’: ../drivers/gpu/drm/nouveau/dispnv50/disp.c:1665:52: error: ‘struct nouveau_connector’ has no member named ‘backlight’

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

2021-06-27 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

[PATCH -next] : correct a function name in kernel-doc

2021-06-27 Thread Randy Dunlap
Fix kernel-doc function name warning: ../include/linux/dma-resv.h:227: warning: expecting prototype for dma_resv_exclusive(). Prototype was for dma_resv_excl_fence() instead Fixes: 6edbd6abb783d ("ma-buf: rename and cleanup dma_resv_get_excl v3") Signed-off-by: Randy Dunlap Cc: Su

Re: linux-next: Tree for Jun 28 (drm/vmwgfx/)

2021-06-28 Thread Randy Dunlap
~ ttm_pool_mgr_fini The randconfig seed for this build is: KCONFIG_SEED=0x96D160F4 or do you want the full randconfig file? -- ~Randy Reported-by: Randy Dunlap

[PATCH 07/35] Documentation: fb: correct spelling

2023-01-26 Thread Randy Dunlap
Correct spelling problems for Documentation/fb/ as reported by codespell. Signed-off-by: Randy Dunlap Cc: Helge Deller Cc: linux-fb...@vger.kernel.org Cc: dri-devel@lists.freedesktop.org Cc: Jonathan Corbet Cc: linux-...@vger.kernel.org --- Documentation/fb/sm712fb.rst |2

[PATCH 00/35] Documentation: correct lots of spelling errors (series 1)

2023-01-27 Thread Randy Dunlap
Correct many spelling errors in Documentation/ as reported by codespell. Maintainers of specific kernel subsystems are only Cc-ed on their respective patches, not the entire series. [if all goes well] These patches are based on linux-next-20230125. [PATCH 01/35] Documentation: arm64: correct s

[PATCH -next] drm/client: fix kernel-doc warning in drm_client.h

2023-01-30 Thread Randy Dunlap
scripts/kernel-doc complains about the comment for hotplug_failed, so fix it: include/drm/drm_client.h:111: warning: Incorrect use of kernel-doc format: * @hotplug failed: Fixes: 6a9d5ad3af65 ("drm/client: Add hotplug_failed flag") Signed-off-by: Randy Dunlap Cc: Thomas Zimm

Re: remove arch/sh

2023-02-03 Thread Randy Dunlap
Hi-- On 2/3/23 02:33, Geert Uytterhoeven wrote: > Hi Adrian, > > On Fri, Feb 3, 2023 at 11:29 AM John Paul Adrian Glaubitz > wrote: >> On Fri, 2023-02-03 at 09:30 +0100, Christoph Hellwig wrote: >>> On Fri, Feb 03, 2023 at 09:24:46AM +0100, John Paul Adrian Glaubitz wrote: Since this is my

[PATCH] drm/amd/amdgpu: add complete header search path

2023-02-03 Thread Randy Dunlap
/display: Enable Freesync over PCon") Signed-off-by: Randy Dunlap Cc: Signed-off-by: Sung Joon Kim 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/amdgpu/Makefile |1 + 1

Re: remove arch/sh

2023-02-07 Thread Randy Dunlap
On 2/7/23 01:06, John Paul Adrian Glaubitz wrote: > Hello Christoph! > > On Fri, 2023-02-03 at 08:14 +0100, Christoph Hellwig wrote: >> On Mon, Jan 16, 2023 at 09:52:10AM +0100, John Paul Adrian Glaubitz wrote: >>> We have had a discussion between multiple people invested in the SuperH >>> por

[PATCH 05/24] Documentation: fb: correct spelling

2023-02-08 Thread Randy Dunlap
Correct spelling problems for Documentation/fb/ as reported by codespell. Signed-off-by: Randy Dunlap Cc: Helge Deller Cc: linux-fb...@vger.kernel.org Cc: dri-devel@lists.freedesktop.org Cc: Jonathan Corbet Cc: linux-...@vger.kernel.org --- Documentation/fb/sm712fb.rst |2

[PATCH 00/24 v2] Documentation: correct lots of spelling errors (series 1)

2023-02-08 Thread Randy Dunlap
Correct many spelling errors in Documentation/ as reported by codespell. Maintainers of specific kernel subsystems are only Cc-ed on their respective patches, not the entire series. These patches are based on linux-next-20230209. [PATCH 01/24] Documentation: arm: correct spelling [PATCH 02/24

error: 'const struct dc_dsc_config' has no member named 'is_frl'

2023-02-09 Thread Randy Dunlap
Hi, The 'is_frl' struct field is conditional: #if defined(CONFIG_DRM_AMD_DC_DCN) bool is_frl; /* indicate if DSC is applied based on HDMI FRL sink's capability */ #endif so code that uses it should be careful, otherwise build errors may happen: ../drivers/gpu/drm/amd/amdgpu/../display/

[PATCH] drm/i915: move a Kconfig symbol to unbreak the menu presentation

2023-02-14 Thread Randy Dunlap
4418 ("drm/i915/gvt: move the gvt code into kvmgt.ko") Signed-off-by: Randy Dunlap Cc: Christoph Hellwig Cc: Zhi Wang Cc: Jani Nikula Cc: Joonas Lahtinen Cc: Rodrigo Vivi Cc: Tvrtko Ursulin Cc: Zhenyu Wang Cc: intel-...@lists.freedesktop.org Cc: intel-gvt-...@lists.freedeskt

[PATCH] drm/msm: fix new Konfig dependency warning

2023-02-19 Thread Randy Dunlap
p;& (QCOM_COMMAND_DB [=n] || QCOM_COMMAND_DB [=n]=n) Fixes: 6563f60f14cb ("drm/msm/gpu: Add devfreq tuning debugfs") Signed-off-by: Randy Dunlap Cc: Rob Clark Cc: Abhinav Kumar Cc: Dmitry Baryshkov Cc: Sean Paul Cc: David Airlie Cc: Daniel Vetter Cc: linux-arm-...@vger.kernel.o

Re: [PATCH] drm/msm: fix new Konfig dependency warning

2023-02-19 Thread Randy Dunlap
On 2/19/23 15:09, Rob Clark wrote: > On Sun, Feb 19, 2023 at 10:54 AM Randy Dunlap wrote: >> >> DEVFREQ_GOV_SIMPLE_ONDEMAND depends on PM_DEVFREQ, so in order to >> select the former safely, this symbol should also depend on >> PM_DEVFREQ to avoid a Kconfig depend

[PATCH v2] drm/msm: DEVFREQ_GOV_SIMPLE_ONDEMAND is no longer needed

2023-02-19 Thread Randy Dunlap
DRM_MSM no longer needs DEVFREQ_GOV_SIMPLE_ONDEMAND (since dbd7a2a941b8 in linux-next: PM / devfreq: Fix build issues with devfreq disabled), so remove that select from the DRM_MSM Kconfig file. Fixes: 6563f60f14cb ("drm/msm/gpu: Add devfreq tuning debugfs") Signed-off-by: Randy Dunla

Re: [PATCH 01/99] lib: Add option iterator

2023-03-06 Thread Randy Dunlap
Hi, On 3/6/23 07:58, Thomas Zimmermann wrote: > Add struct option_iter and helpers that walk over individual options > of an option string. Add documentation. > > Kernel parameters often have the format of > > param=opt1,opt2:val,opt3 > > where the option string contains a number of comma-sep

[PATCH] drm/msm: fix PM_DEVFREQ kconfig dependency warning

2023-03-07 Thread Randy Dunlap
M [=n]=n) && (QCOM_LLCC [=n] || QCOM_LLCC [=n]=n) && (QCOM_COMMAND_DB [=y] || QCOM_COMMAND_DB [=y]=n) Fixes: 6563f60f14cb ("drm/msm/gpu: Add devfreq tuning debugfs") Signed-off-by: Randy Dunlap Reported-by: kernel test robot Link: lore.kernel.org/r/202303071922.wjqdwqpe-...@intel.

[PATCH] fbdev: fbmon: fix function name in kernel-doc

2023-01-12 Thread Randy Dunlap
Fix a kernel-doc warning by correcting the function name in the kernel-doc comment: drivers/video/fbdev/core/fbmon.c:1073: warning: expecting prototype for fb_get_hblank_by_freq(). Prototype was for fb_get_hblank_by_hfreq() instead Signed-off-by: Randy Dunlap Cc: Daniel Vetter Cc: Helge

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

2023-01-12 Thread Randy Dunlap
* START_BYTE(id, rs, rw) drivers/video/backlight/ili922x.c:118: warning: expecting prototype for CHECK_FREQ_REG(spi_device s, spi_transfer x)(). Prototype was for CHECK_FREQ_REG() instead Signed-off-by: Randy Dunlap Cc: Lee Jones Cc: Daniel Thompson Cc: Jingoo Han Cc: Helge Deller

[PATCH] backlight: sky81452: fix sky81452_bl_platform_data kernel-doc

2023-01-12 Thread Randy Dunlap
instead Signed-off-by: Randy Dunlap Cc: Lee Jones Cc: Daniel Thompson Cc: Jingoo Han Cc: Helge Deller Cc: dri-devel@lists.freedesktop.org Cc: linux-fb...@vger.kernel.org --- drivers/video/backlight/sky81452-backlight.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -- a/drivers

[PATCH] drm/atomic-helper: fix kernel-doc problems

2023-01-16 Thread Randy Dunlap
Fixes: 5a28cefda3a9 ("drm/atomic-helper: Add an analog TV atomic_check implementation") Signed-off-by: Randy Dunlap Cc: Maxime Ripard Cc: Maarten Lankhorst CC: Thomas Zimmermann Cc: David Airlie Cc: Daniel Vetter Cc: dri-devel@lists.freedesktop.org --- drive

[PATCH] drm/connector: fix a kernel-doc bad line warning

2023-01-16 Thread Randy Dunlap
Building the kernel documentation causes this warning 7 times. Fix it by adding a " *" line instead of a blank line. drivers/gpu/drm/drm_connector.c:1849: warning: bad line: Fixes: 7d63cd8526f1 ("drm/connector: Add TV standard property") Signed-off-by: Randy Dunlap C

[PATCH] drm/bridge: Kconfig: fix a spelling mistake

2023-01-24 Thread Randy Dunlap
Correct a spelling mistake (reported by codespell). Signed-off-by: Randy Dunlap Cc: Jagan Teki Cc: Andrzej Hajda Cc: Neil Armstrong Cc: Robert Foss Cc: David Airlie Cc: Daniel Vetter Cc: dri-devel@lists.freedesktop.org -- drivers/gpu/drm/bridge/Kconfig |2 +- 1 file changed, 1

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

2022-10-18 Thread Randy Dunlap
4-linux-ld: 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 Dunla

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

2022-11-17 Thread Randy Dunlap
#x27;MPC_SPLIT_AVOID_MULT_DISP' 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/di

[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

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 >>>+ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/

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

2022-11-22 Thread Randy Dunlap
_* symbols to =y instead of =m. Fixes: 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 Delle

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

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

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

2022-11-25 Thread Randy Dunlap
.c' failed 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: d

[PATCH] fbdev: make offb driver tristate

2022-11-25 Thread Randy Dunlap
ffb.o:(.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: Mich

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

2022-10-30 Thread Randy Dunlap
-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

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 d

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

2022-11-02 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_MIPI_D

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: [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 +1,24

[PATCH 1/2] fbdev: geode: don't build on UML

2022-11-30 Thread Randy Dunlap
6’ (boot_cpu_data.x86 == 5) && ../arch/x86/include/asm/geode.h:25:17: error: ‘struct cpuinfo_um’ has no member named ‘x86_model’ (boot_cpu_data.x86_model == 10)); Fixes: 68f5d3f3b654 ("um: add PCI over virtio emulation driver") Signed-off-by: Randy Dunlap Cc: Johannes Berg Cc:

[PATCH 2/2] fbdev: uvesafb: don't build on UML

2022-11-30 Thread Randy Dunlap
68f5d3f3b654 ("um: add PCI over virtio emulation driver") Signed-off-by: Randy Dunlap Cc: Johannes Berg Cc: Richard Weinberger Cc: linux...@lists.infradead.org Cc: Daniel Vetter Cc: Helge Deller Cc: linux-fb...@vger.kernel.org Cc: dri-devel@lists.freedesktop.org Cc: Michal Januszew

[PATCH] drm: amd: display: fix dc/core/dc.c kernel-doc

2022-12-28 Thread Randy Dunlap
enable_dmub_outbox' dc.c:4926: warning: Function parameter or member 'dc' not described in 'dc_process_dmub_dpia_hpd_int_enable' dc.c:4926: warning: Function parameter or member 'hpd_int_enable' not described in 'dc_process_dmub_dpia_hpd_int_enable' 12 warnings Signed-off-by: Rand

Re: [PATCH] drm/vblank: Simplify drm_dev_has_vblank()

2023-04-03 Thread Randy Dunlap
On 4/3/23 09:23, Ville Syrjälä wrote: > On Mon, Apr 03, 2023 at 09:07:35AM -0700, Rob Clark wrote: >> From: Rob Clark >> >> What does vblank have to do with num_crtcs? Well, this was technically >> correct, but you'd have to go look at where num_crtcs is initialized to >> understand why. Lets

Re: [PATCH] dma-buf/sync_file: Fix doc build warning

2023-04-12 Thread Randy Dunlap
: 2d75c88fefb2 ("staging/android: refactor SYNC IOCTLs") > Signed-off-by: Rob Clark Reviewed-by: Randy Dunlap Thanks. > --- > include/uapi/linux/sync_file.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/uapi/linux/sync_file.h

Re: [PATCH 06/37] drm/vkms/vkms_composer: Fix a few different kerneldoc formatting

2023-03-20 Thread Randy Dunlap
On 3/20/23 16:46, Melissa Wen wrote: > On 03/17, Lee Jones wrote: >> Fixes the following W=1 kernel build warning(s): >> >> drivers/gpu/drm/vkms/vkms_composer.c:41: warning: Function parameter or >> member 'frame_info' not described in 'pre_mul_alpha_blend' >> drivers/gpu/drm/vkms/vkms_compos

Re: Build regressions/improvements in v6.3-rc3 (drm/msm/)

2023-03-20 Thread Randy Dunlap
Hi-- On 3/20/23 01:21, Geert Uytterhoeven wrote: > Below is the list of build error/warning regressions/improvements in > v6.3-rc3[1] compared to v6.2[2]. > > Summarized: > - build errors: +9/-14 > - build warnings: +4/-1447 > > JFYI, when comparing v6.3-rc3[1] to v6.3-rc2[3], the summaries

Re: [PATCH 06/37] drm/vkms/vkms_composer: Fix a few different kerneldoc formatting

2023-03-21 Thread Randy Dunlap
On 3/21/23 02:49, Melissa Wen wrote: > O 03/20, Randy Dunlap wrote: >> >> >> On 3/20/23 16:46, Melissa Wen wrote: >>> On 03/17, Lee Jones wrote: >>>> Fixes the following W=1 kernel build warning(s): >>>> >>>> drivers/gpu/drm/vk

Re: [PATCH] drm/msm/dpu: Fix bit-shifting UB in DPU_HW_VER() macro

2023-03-21 Thread Randy Dunlap
unsigned int. > > Fixes: efcd0107727c4f04 ("drm/msm/dpu: add support for SM8550") > Fixes: 4a352c2fc15aec1e ("drm/msm/dpu: Introduce SC8280XP") > Fixes: 100d7ef6995d1f86 ("drm/msm/dpu: add support for SM8450") > Signed-off-by: Geert Uytterhoeven Revie

Re: Build regressions/improvements in v6.3-rc3 (drm/msm/)

2023-03-21 Thread Randy Dunlap
Hiya, On 3/21/23 00:34, Geert Uytterhoeven wrote: > Hi Randy, > > On Tue, Mar 21, 2023 at 6:38 AM Randy Dunlap wrote: >> On 3/20/23 01:21, Geert Uytterhoeven wrote: >>> Below is the list of build error/warning regressions/improvements in >>> v6.3-rc3[1] compar

Re: [PATCH] drm/msm/a6xx: add CONFIG_PM dependency

2023-03-28 Thread Randy Dunlap
^ > drivers/base/power/domain.c:853:26: error: no member named 'ignore_children' > in 'struct dev_pm_info' > if (!dev || dev->power.ignore_children) > ~~~~~~ ^ > > Fixes: c11fa1204fe9 (&qu

[PATCH] linux/vt_buffer.h: allow either builtin or modular for macros

2023-03-28 Thread Randy Dunlap
| static inline void scr_writew(u16 val, volatile u16 *addr) |^~ ../arch/alpha/include/asm/vga.h:25:29: error: expected identifier or '(' before 'volatile' 25 | static inline u16 scr_readw(volatile const u16 *addr) |

Re: [PATCH] drm/i915: make i915_drm_client_fdinfo() reference conditional again

2023-06-16 Thread Randy Dunlap
i915/i915_driver.o:(i915_drm_driver) in >>>> archive vmlinux.a > > Use the PTR_IF() helper to make the reference NULL otherwise. > > Fixes: e894b724c316d ("drm/i915: Use the fdinfo helper") > Signed-off-by: Arnd Bergmann Acked-by: Randy Dunlap Tes

Re: [PATCH 2/2] modules/firmware: add a new option to denote a firmware group to choose one.

2023-06-22 Thread Randy Dunlap
` > + * > + * ``MODULE_FIRMWARE("firmwarev1")`` > + * > + * ``MODULE_FIRMWARE("firmwarev2")`` > + * > + * ``MODULE_FIRMWARE_GROUP_ONLY_ONE("mygroup")`` > + */ > +#define MODULE_FIRMWARE_GROUP_ONLY_ONE(_grpname) > MODULE_INFO(firmware_group_only_one,

Re: [PATCH 1/2] docs: module: start adding some docs for MODULE_ macros.

2023-06-22 Thread Randy Dunlap
ction. > > Cc: linux-...@vger.kernel.org > Cc: Jonathan Corbet > Cc: Luis Chamberlain > Cc: linux-modu...@vger.kernel.org > Signed-off-by: Dave Airlie Tested-by: Randy Dunlap # for the kernel-doc Thanks. > --- > Documentation/core-api/kernel-api.rst | 3 ++ > Documentation/

Re: [PATCH v4 1/1] drm/doc: Document DRM device reset expectations

2023-06-26 Thread Randy Dunlap
Hi, On 6/26/23 11:33, André Almeida wrote: > Create a section that specifies how to deal with DRM device resets for > kernel and userspace drivers. > > Signed-off-by: André Almeida > --- > Documentation/gpu/drm-uapi.rst | 68 ++ > 1 file changed, 68 insertions(+)

Re: [PATCH] arch/sparc: Add module license and description for fbdev helpers

2023-06-27 Thread Randy Dunlap
borg > Cc: sparcli...@vger.kernel.org > Signed-off-by: Thomas Zimmermann Reviewed-by: Randy Dunlap Thanks. > --- > arch/sparc/video/fbdev.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/arch/sparc/video/fbdev.c b/arch/sparc/video/fbdev.c > index 25837f1

Re: [PATCH v5 1/1] drm/doc: Document DRM device reset expectations

2023-06-27 Thread Randy Dunlap
stack so apps can recover, it's > +really useful for driver developers to learn more about what caused the > reset in > +first place. DRM devices should make use of devcoredump to store relevant the first place. > +information about the reset, so this information can be added to user bug > +reports. > + > .. _drm_driver_ioctl: > > IOCTL Support on Device Nodes and with those addressed: Reviewed-by: Randy Dunlap Thanks for adding the documentation. -- ~Randy

Re: [PATCH v2 1/2] fbdev: Split frame buffer support in FB and FB_CORE symbols

2023-07-01 Thread Randy Dunlap
Hi, Does this series apply on top of the previous series or on what? On 7/1/23 14:44, Javier Martinez Canillas wrote: > Currently the CONFIG_FB option has to be enabled even if no legacy fbdev > drivers are needed (e.g: only to have support for framebuffer consoles). > > The DRM subsystem has

Re: [PATCH v5 1/1] drm/doc: Document DRM device reset expectations

2023-07-03 Thread Randy Dunlap
On 7/3/23 19:34, Marek Olšák wrote: > > > On Mon, Jul 3, 2023, 03:12 Michel Dänzer > wrote: > Marek, Please stop sending html emails to the mailing lists. The mailing list software drops them. Please set your email interface to use plain text mode instead

Re: [PATCH v5 1/1] drm/doc: Document DRM device reset expectations

2023-07-03 Thread Randy Dunlap
On 7/3/23 19:44, Marek Olšák wrote: > > > On Mon, Jul 3, 2023, 22:38 Randy Dunlap <mailto:rdun...@infradead.org>> wrote: > > > > On 7/3/23 19:34, Marek Olšák wrote: > > > > > > On Mon, Jul 3, 2023, 03:12 M

Re: [PATCH -next] drm/amdgpu: Fix one kernel-doc comment

2023-07-19 Thread Randy Dunlap
noretry_flags' > > Signed-off-by: Yang Li Reviewed-by: Randy Dunlap Thanks. > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_vm_pt.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm_pt.c > b/drivers/gpu/drm/a

Re: [PATCH] dma-buf/sync_file: Fix docs syntax

2023-07-24 Thread Randy Dunlap
roid: refactor SYNC IOCTLs") > Signed-off-by: Rob Clark Reviewed-by: Randy Dunlap Thanks. > --- > include/uapi/linux/sync_file.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/uapi/linux/sync_file.h b/include/uapi/linux/sync_fil

Re: [PATCH] dma-buf/sync_file: Fix missing colon in kernel-doc for num_fences

2023-07-26 Thread Randy Dunlap
Hi-- On 7/26/23 18:19, David Reaver wrote: > The struct sync_fence_info member num_fences was missing a colon in the > kernel-doc, causing this warning when running make htmldocs: > > ./include/uapi/linux/sync_file.h:77: warning: Function parameter or member > 'num_fences' not described in 'sync

Re: [PATCH] fbdev/ps3fb: Build without kernel device

2023-07-31 Thread Randy Dunlap
_p_func(dev, fmt, ##__VA_ARGS__); > \ > | ^~~ > ../drivers/video/fbdev/ps3fb.c:1171:9: note: in expansion of macro 'dev_info' > 1171 | dev_info(info->device, "%s %s, us

Re: [PATCH v1 v1 5/7] drm/vs: Register DRM device

2023-08-01 Thread Randy Dunlap
On 8/1/23 03:10, Keith Zhao wrote: > diff --git a/drivers/gpu/drm/verisilicon/Kconfig > b/drivers/gpu/drm/verisilicon/Kconfig > new file mode 100644 > index 0..fcc39dded > --- /dev/null > +++ b/drivers/gpu/drm/verisilicon/Kconfig > @@ -0,0 +1,25 @@ > +# SPDX-License-Identifier: GPL-2.0

Re: [PATCH v1 v1 1/7] MAINTAINERS: Update starfive maintainers

2023-08-01 Thread Randy Dunlap
On 8/1/23 03:10, Keith Zhao wrote: > update starfive maintainers > > Signed-off-by: Keith Zhao > --- > MAINTAINERS | 7 +++ > 1 file changed, 7 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 3be1bdfe8..daadd1707 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -6760,

Re: [PATCH -next] drm/tests: Fix one kernel-doc comment

2023-08-01 Thread Randy Dunlap
ototype was for > drm_kunit_helper_acquire_ctx_alloc() instead > > Reported-by: Abaci Robot > Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=6073 > Signed-off-by: Yang Li Reviewed-by: Randy Dunlap Thanks. > --- > drivers/gpu/drm/tests/drm_kunit_helpers.c | 2 +- > 1 f

Re: drivers/gpu/drm/bridge/samsung-dsim.c link error

2023-08-03 Thread Randy Dunlap
Hi-- On 8/3/23 08:24, Adam Ford wrote: > On Thu, Aug 3, 2023 at 9:42 AM Aleksandr Nogikh wrote: >> >> Hello, >> >> We've been seing the following linker error on arm64 syzbot instances: >> >> ld.lld: error: undefined symbol: phy_mipi_dphy_get_default_config_for_hsclk > referenced by samsung-d

Re: drivers/gpu/drm/bridge/samsung-dsim.c link error

2023-08-03 Thread Randy Dunlap
On 8/3/23 19:26, Adam Ford wrote: > On Thu, Aug 3, 2023 at 9:01 PM Randy Dunlap wrote: >> >> Hi-- >> >> On 8/3/23 08:24, Adam Ford wrote: >>> On Thu, Aug 3, 2023 at 9:42 AM Aleksandr Nogikh wrote: >>>> >>>> Hello, >>>> &g

Re: drivers/gpu/drm/bridge/samsung-dsim.c link error

2023-08-03 Thread Randy Dunlap
On 8/3/23 19:42, Adam Ford wrote: > On Thu, Aug 3, 2023 at 9:37 PM Randy Dunlap wrote: >> >> >> >> On 8/3/23 19:26, Adam Ford wrote: >>> On Thu, Aug 3, 2023 at 9:01 PM Randy Dunlap wrote: >>>> >>>> Hi-- >>>> >>>&

<    1   2   3   4   5   6   7   8   9   >