[PATCH] MAINTAINERS: adjust DRM DRIVERS FOR EXYNOS after dt-binding conversion

2024-04-11 Thread Lukas Bulwahn
directory with the previous txt devicetree bindings, i.e., Documentation/devicetree/bindings/display/exynos/, has disappeared. Adjust the DRM DRIVERS FOR EXYNOS section to this change. Signed-off-by: Lukas Bulwahn --- MAINTAINERS | 1 - 1 file changed, 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAI

[PATCH] vt: remove superfluous CONFIG_HW_CONSOLE

2024-01-08 Thread Lukas Bulwahn
The config HW_CONSOLE is always identical to the config VT and is not visible in the kernel's build menuconfig. So, CONFIG_HW_CONSOLE is redundant. Replace all references to CONFIG_HW_CONSOLE with CONFIG_VT and remove CONFIG_HW_CONSOLE. Signed-off-by: Lukas Bulwahn --- I think this patch

[PATCH] drm: Clean-up superfluously selecting VT_HW_CONSOLE_BINDING

2024-01-08 Thread Lukas Bulwahn
As config FRAMEBUFFER_CONSOLE already selects VT_HW_CONSOLE_BINDING, there is no need for any drm driver to repeat that rule for selecting. Remove those duplications of selecting VT_HW_CONSOLE_BINDING. Signed-off-by: Lukas Bulwahn --- drivers/gpu/drm/ingenic/Kconfig | 1 - drivers/gpu/drm/mcde

[PATCH] vgacon: drop IA64 reference in VGA_CONSOLE dependency list

2023-11-10 Thread Lukas Bulwahn
ecture"). Drop the reference to IA64 architecture in the dependency list of the VGA_CONSOLE config definition. Signed-off-by: Lukas Bulwahn --- drivers/video/console/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/console/Kconfig b/drivers/video/c

[PATCH] MAINTAINERS: adjust entry in VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER

2023-06-22 Thread Lukas Bulwahn
t=patterns complains about a broken reference. Remove the file entry in VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER, as the new location of the header is already covered by the file entry drivers/video/fbdev/via/. Signed-off-by: Lukas Bulwahn --- MAINTAINERS | 1 - 1 file changed, 1 deletion(-)

In-flight collision: DRM_AMD_DC_DCN renaming

2023-04-24 Thread Lukas Bulwahn
Dear Michael, dear Harry, dear Alex, The commit 4652ae7a51b7 ("drm/amd/display: Rename DCN config to FP") renames config DRM_AMD_DC_DCN to config DRM_AMD_DC_FP. The concurrent commit 78f0929884d4 ("powerpc/64: Always build with 128-bit long double") overrides the renaming change for the select in

[PATCH] MAINTAINERS: orphan SIS FRAMEBUFFER DRIVER

2023-03-07 Thread Lukas Bulwahn
state. Signed-off-by: Lukas Bulwahn --- MAINTAINERS | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 5d8f46f35aa4..354577534aef 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -19191,9 +19191,7 @@ W: http://www.brownhat.org/sis900.html F

[PATCH] drm: make DRM_DEBUG_MODESET_LOCK depend on DRM

2022-09-16 Thread Lukas Bulwahn
. Signed-off-by: Lukas Bulwahn --- drivers/gpu/drm/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig index 198ba846d34b..393d6da0d0f7 100644 --- a/drivers/gpu/drm/Kconfig +++ b/drivers/gpu/drm/Kconfig @@ -96,6 +96,7 @@ config

[PATCH] MAINTAINERS: rectify entry for NVIDIA TEGRA DRM and VIDEO DRIVER

2022-06-23 Thread Lukas Bulwahn
references in NVIDIA TEGRA DRM and VIDEO DRIVER. Signed-off-by: Lukas Bulwahn --- Thierry, please pick this minor non-urgent clean-up on top of the commit above. MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 1e99a4249dba..f8

[PATCH] MAINTAINERS: add include/dt-bindings/display to DRM DRIVERS

2022-06-13 Thread Lukas Bulwahn
Maintainers of the directory Documentation/devicetree/bindings/display are also the maintainers of the corresponding directory include/dt-bindings/display. Add the file entry for include/dt-bindings/display to the appropriate section in MAINTAINERS. Signed-off-by: Lukas Bulwahn --- David

[PATCH] MAINTAINERS: rectify entries for ARM DRM DRIVERS after dt conversion

2022-05-31 Thread Lukas Bulwahn
dt-bindings, arm,*.txt to arm,*.yaml, but miss to adjust its reference in MAINTAINERS. Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about broken references. Repair these file references in ARM HDLCD DRM DRIVER, ARM KOMEDA DRM-KMS DRIVER and ARM MALI-DP DRM DRIVER. Signed-of

Re: [PATCH v1 1/2] drm/sprd: remove the selected DRM_KMS_CMA_HELPER in kconfig

2022-01-11 Thread Lukas Bulwahn
kconfig symbol. > I would be happy about acknowledging my work of reporting with a Reported-by tag, although I accidently send the report only to you without cc-ing the mailing lists. Please add: Reported-by: Lukas Bulwahn That said you may also add a Reviewed-by tag now: Reviewed-by: Lukas Bulw

[PATCH] MAINTAINERS: fix typo in DRM DRIVER FOR SAMSUNG S6D27A1 PANELS

2021-09-21 Thread Lukas Bulwahn
matches F: driver/gpu/drm/panel/panel-samsung-s6d27a1.c So, repair the entry and make get_maintainer.pl happy. Signed-off-by: Lukas Bulwahn --- applies cleanly on next-20210920 Linus, please pick this minor quick clean-up patch on drm-misc-next (on top of the commit mentioned above). MAINT

[PATCH v2 5/5] drm: omap: remove obsolete selection of OMAP2_DSS in config DRM_OMAP

2021-08-19 Thread Lukas Bulwahn
AP. Hence, ./scripts/checkkconfigsymbols.py warns: OMAP2_DSS Referencing files: drivers/gpu/drm/omapdrm/Kconfig Remove this reference in an obsolete selection. Signed-off-by: Lukas Bulwahn --- drivers/gpu/drm/omapdrm/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/omapdrm

[PATCH v2 3/5] drm: v3d: correct reference to config ARCH_BRCMSTB

2021-08-19 Thread Lukas Bulwahn
ARCH_BRCMSTB, i.e., the config for Broadcom BCM7XXX based boards. So, correct the reference ARCH_BCMSTB to the intended ARCH_BRCMSTB. Signed-off-by: Lukas Bulwahn --- drivers/gpu/drm/v3d/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/v3d/Kconfig b/dri

[PATCH v2 4/5] drm: zte: remove obsolete DRM Support for ZTE SoCs

2021-08-19 Thread Lukas Bulwahn
eferencing files: drivers/gpu/drm/zte/Kconfig So, remove this obsolete DRM support. Signed-off-by: Lukas Bulwahn --- drivers/gpu/drm/Kconfig | 2 - drivers/gpu/drm/Makefile | 1 - drivers/gpu/drm/zte/Kconfig | 10 - drivers/gpu/drm/zte/Makefile | 10

[PATCH v2 1/5] drm: rockchip: remove reference to non-existing config DRM_RGB

2021-08-19 Thread Lukas Bulwahn
rivers/gpu/drm/rockchip/Kconfig So, remove the reference to the non-existing config DRM_RGB. Signed-off-by: Lukas Bulwahn --- drivers/gpu/drm/rockchip/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/rockchip/Kconfig b/drivers/gpu/drm/rockchip/Kconfig index 55

[PATCH v2 2/5] drm: amdgpu: remove obsolete reference to config CHASH

2021-08-19 Thread Lukas Bulwahn
Commit 04ed8459f334 ("drm/amdgpu: remove chash") removes the chash architecture and its corresponding config CHASH. There is still a reference to CHASH in the config DRM_AMDGPU in ./drivers/gpu/drm/Kconfig. Remove this obsolete reference to config CHASH. Signed-off-by: Luk

[PATCH v2 0/5] Kconfig symbol clean-up on gpu

2021-08-19 Thread Lukas Bulwahn
Best regards, Lukas v1 -> v2: - adjusted sources in drivers/gpu/drm/Kconfig for drm: zte: remove obsolete DRM Support for ZTE SoCs after report by kernel test robot - removed Tomi from recipient list as email is unreachable. Lukas Bulwahn (5): drm: rockchip: remove reference to

[PATCH 5/5] drm: omap: remove obsolete selection of OMAP2_DSS in config DRM_OMAP

2021-08-18 Thread Lukas Bulwahn
AP. Hence, ./scripts/checkkconfigsymbols.py warns: OMAP2_DSS Referencing files: drivers/gpu/drm/omapdrm/Kconfig Remove this reference in an obsolete selection. Signed-off-by: Lukas Bulwahn --- drivers/gpu/drm/omapdrm/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/omapdrm

[PATCH 4/5] drm: zte: remove obsolete DRM Support for ZTE SoCs

2021-08-18 Thread Lukas Bulwahn
eferencing files: drivers/gpu/drm/zte/Kconfig So, remove this obsolete DRM support. Signed-off-by: Lukas Bulwahn --- drivers/gpu/drm/Makefile | 1 - drivers/gpu/drm/zte/Kconfig | 10 - drivers/gpu/drm/zte/Makefile | 10 - drivers/gpu/drm/zte/zx_common_regs.h | 28

[PATCH 3/5] drm: v3d: correct reference to config ARCH_BRCMSTB

2021-08-18 Thread Lukas Bulwahn
ARCH_BRCMSTB, i.e., the config for Broadcom BCM7XXX based boards. So, correct the reference ARCH_BCMSTB to the intended ARCH_BRCMSTB. Signed-off-by: Lukas Bulwahn --- drivers/gpu/drm/v3d/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/v3d/Kconfig b/dri

[PATCH 2/5] drm: amdgpu: remove obsolete reference to config CHASH

2021-08-18 Thread Lukas Bulwahn
Commit 04ed8459f334 ("drm/amdgpu: remove chash") removes the chash architecture and its corresponding config CHASH. There is still a reference to CHASH in the config DRM_AMDGPU in ./drivers/gpu/drm/Kconfig. Remove this obsolete reference to config CHASH. Signed-off-by: Luk

[PATCH 1/5] drm: rockchip: remove reference to non-existing config DRM_RGB

2021-08-18 Thread Lukas Bulwahn
rivers/gpu/drm/rockchip/Kconfig So, remove the reference to the non-existing config DRM_RGB. Signed-off-by: Lukas Bulwahn --- drivers/gpu/drm/rockchip/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/rockchip/Kconfig b/drivers/gpu/drm/rockchip/Kconfig index 55

[PATCH 0/5] Kconfig symbol clean-up on gpu

2021-08-18 Thread Lukas Bulwahn
display/dc/dce100/Makefile refers to DRM_AMD_DC_DCE11_0 in a comment, after an "ifdef 0". Please pick this patch series into your drm-next tree. Best regards, Lukas Lukas Bulwahn (5): drm: rockchip: remove reference to non-existing config DRM_RGB drm: amdgpu: remove obsolete

[PATCH] drm/amdgpu: rectify line endings in umc v8_7_0 IP headers

2021-06-28 Thread Lukas Bulwahn
checkpatch evaluation on the whole kernel repository and spot-checking for really unexpected checkpatch rule violations. Reported-by: Dwaipayan Ray Signed-off-by: Lukas Bulwahn --- .../include/asic_reg/umc/umc_8_7_0_sh_mask.h | 158 +- 1 file changed, 79 insertions(+), 79

[PATCH] MAINTAINERS: repair reference in DRM DRIVER FOR SIMPLE FRAMEBUFFERS

2021-05-17 Thread Lukas Bulwahn
complains: warning: no file matchesF:drivers/gpu/drm/tiny/simplekms.c Repair the file entry by referring to the right location. Signed-off-by: Lukas Bulwahn --- applies cleanly on next-20210514 Thomas, Daniel, please pick this minor clean-up patch for your -next tree. MAINTAINERS | 2

[PATCH] drm/dp_helper: tweak kerneldoc to address warning

2021-01-16 Thread Lukas Bulwahn
warning: Function parameter or member 'color_spc' not described Tweak the kerneldoc for drm_dp_downstream_rgb_to_ycbcr_conversion(). Fixes: 07c9b8634fb6 ("drm/dp_helper: Add helpers to configure PCONs RGB-YCbCr Conversion") Signed-off-by: Lukas Bulwahn --- applies cleanly on next-2021011

[PATCH -next] drm/amd/display: tweak the kerneldoc for active_vblank_irq_count

2021-01-11 Thread Lukas Bulwahn
Signed-off-by: Lukas Bulwahn --- applies on amdgpu's -next and next-20210111 Bhawanpreet, Nick, please review and ack. Alex, Christian, please pick on top of the commit above. drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drive

Re: [RFC] MAINTAINERS tag for cleanup robot

2020-11-24 Thread Lukas Bulwahn
On Mon, Nov 23, 2020 at 4:52 PM Jani Nikula wrote: > > On Sat, 21 Nov 2020, James Bottomley > wrote: > > On Sat, 2020-11-21 at 08:50 -0800, t...@redhat.com wrote: > >> A difficult part of automating commits is composing the subsystem > >> preamble in the commit log. For the ongoing effort of a

Re: [PATCH] MAINTAINERS: Update entry for st7703 driver after the rename

2020-10-09 Thread Lukas Bulwahn
continues to complain: warning: no file matches F: Documentation/devicetree/bindings/display/panel/rocktech,jh057n00900.txt warning: no file matches F: drivers/gpu/drm/panel/panel-rocktech-jh057n00900.c This patch cleanly applies on next-20201008 and resolves the issue above. Reviewed-by: Luka

[PATCH] drm/amdgpu: remove unintended executable mode

2020-10-05 Thread Lukas Bulwahn
Signed-off-by: Lukas Bulwahn --- applies cleanly on next-20201002 Alex, please pick this minor non-urgent cleanup patch on your -next tree. Huang Rui, please ack. You might want to check your development environment introducing those executable modes on files. drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c |

Re: [PATCH] MAINTAINERS: make linux-aspeed list remarks consistent

2020-09-14 Thread Lukas Bulwahn
On Sat, 12 Sep 2020, Lukas Bulwahn wrote: > Commit f15a3ea80391 ("MAINTAINERS: Add ASPEED BMC GFX DRM driver entry") > does not mention that linux-asp...@lists.ozlabs.org is moderated for > non-subscribers, but the other three entries for > linux-asp...@lists.ozlabs.org

[PATCH] MAINTAINERS: make linux-aspeed list remarks consistent

2020-09-14 Thread Lukas Bulwahn
issed here and adjust it to be consistent with others. Signed-off-by: Lukas Bulwahn --- applies cleanly on master and next-20200911 Joel, please ack. David, Daniel, please pick this minor non-urgent clean-up patch. This patch submission will also show me if linux-aspeed is moderated or n

[PATCH] drm/amd/display: remove unintended executable mode

2020-08-20 Thread Lukas Bulwahn
d dcn30 Headers (v2)") added the four header files {dpcs,dcn}_3_0_0_{offset,sh_mask}.h as executable, i.e., mode 755. Set to the usual modes for source and headers files and clean up those mistakes. No functional change. Signed-off-by: Lukas Bulwahn --- applies cleanly on current master and

[PATCH] dma-buf.rst: repair length of title underline

2020-08-10 Thread Lukas Bulwahn
f.rst: Document why indefinite fences are a bad idea") Signed-off-by: Lukas Bulwahn --- Daniel, please pick this minor non-urgent fix to your new documentation. Documentation/driver-api/dma-buf.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/drive

Re: [PATCH] MAINTAINERS: adjust entry to renaming and conversion

2020-07-06 Thread Lukas Bulwahn
On Sun, Jul 5, 2020 at 1:30 PM Ondřej Jirman wrote: > > Hello Lukas, > > On Sun, Jul 05, 2020 at 08:59:17AM +0200, Lukas Bulwahn wrote: > > Commit a74e81a56405 ("drm/panel: rocktech-jh057n00900: Rename the driver to > > st7703") and commit 7317f4574492 ("d

[PATCH] MAINTAINERS: adjust entry to renaming and conversion

2020-07-06 Thread Lukas Bulwahn
Adjust entries after this file renaming and devicetree conversion. Signed-off-by: Lukas Bulwahn --- applies cleanly on next-20200703 Ondrej, please ack this patch. Sam, please pick this minor non-urgent patch into your -next tree. This is the minimal change to address the warning. You might consid

[PATCH] MAINTAINERS: point to display schemas in DRM DRIVERS FOR ALLWINNER A10

2020-04-13 Thread Lukas Bulwahn
.pl --self-test complains: warning: no file matches \ F: Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt Point to allwinner display schemas in DRM DRIVERS FOR ALLWINNER A10. Signed-off-by: Lukas Bulwahn --- Maxime, please ack. Rob, please pick this non-urgent minor clea

[PATCH] MAINTAINERS: adjust to VIVANTE GPU schema conversion

2020-03-15 Thread Lukas Bulwahn
gs/display/etnaviv/ Update MAINTAINERS entry to location of converted schema. Signed-off-by: Lukas Bulwahn --- applies cleanly on next-20200313 Benjamin, please ack. Rob, please pick this patch (it is not urgent, though) MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[PATCH] MAINTAINERS: adjust to reservation.h renaming

2020-03-05 Thread Lukas Bulwahn
lude/linux/reservation.h Adjust the DMA BUFFER SHARING FRAMEWORK entry in MAINTAINERS. Co-developed-by: Sebastian Duda Signed-off-by: Sebastian Duda Signed-off-by: Lukas Bulwahn --- Christian, please pick this patch. applies cleanly on current master and next-20200303 MAINTAINERS | 2 +- 1 file

Re: [PATCH] drm/vmwgfx: Replace deprecated PTR_RET

2019-12-10 Thread Lukas Bulwahn
On Mon, Dec 9, 2019 at 11:21 AM Julia Lawall wrote: > > > De: "Lukas Bulwahn" > > À: "Thomas Hellstrom" , > > dri-devel@lists.freedesktop.org > > Cc: "David Airlie" , "Daniel Vetter" , > > "Sinclair Yeh" , &g

[PATCH] drm/vmwgfx: Replace deprecated PTR_RET

2019-12-09 Thread Lukas Bulwahn
ndentation and line-length limits. Signed-off-by: Lukas Bulwahn --- applies cleanly on current master (9455d25f4e3b) and next-20191207 compile-tested on x86_64_defconfig + DRM_VMWGFX=y drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c | 21 +++-- 1 file changed, 15 insertions(+), 6 deletion

[PATCH] MAINTAINERS: unify reference to xen-devel list

2019-01-13 Thread Lukas Bulwahn
he mailing list above. Signed-off-by: Lukas Bulwahn --- Juergen, please include this in the xen tree. MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 14b991ebf2c1..d9d088e0677f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5179,11 +51

Re: clang warning: implicit conversion in intel_ddi.c:1481

2018-02-02 Thread Lukas Bulwahn
On Fri, 2 Feb 2018, Jani Nikula wrote: > Being brutally honest, please write shorter reports and shorter emails > to the lists. > > The static analysis reports are welcome, but only when 1) we didn't > already fix it in linux-next, or 2) it reveals an actual bug, not just a > warning, warranting

Re: clang warning: implicit conversion in intel_ddi.c:1481

2018-02-02 Thread Lukas Bulwahn
Hi Greg, On Thu, 1 Feb 2018, Greg KH wrote: > On Thu, Feb 01, 2018 at 06:33:30PM +0100, Ozan Alpay wrote: > > Dear Rodrigo Vivi, Ville Syrjälä, > > > > My name is Ozan Alpay, and I am a student mentored by Lukas Bulwahn. We > > intend to use static analysis