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] drm/amdkfd: make SPDX License expression more sound

2021-12-16 Thread Lukas Bulwahn
y licensed code. So, reorganize the SPDX expression to only combine the note with the GPL License condition. This makes spdxcheck happy again. Signed-off-by: Lukas Bulwahn --- I am not a lawyer and I do not intend to modify the actual licensing of this header file. So, I really would like to have

[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 -next] drm/amd/display: tweak the kerneldoc for active_vblank_irq_count

2021-01-11 Thread Lukas Bulwahn
lank_irq_count. 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 deleti

Re: [RFC] MAINTAINERS tag for cleanup robot

2020-11-23 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

[PATCH] drm/amdgpu: remove unintended executable mode

2020-10-05 Thread Lukas Bulwahn
ned-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 |

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

2020-08-19 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-09 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