> -What is udlfb?
> -==
> +==
> +udlfb - DisplayLink USB 2.0 driver
> +==
>
> This is a driver for DisplayLink USB 2.0 era graphics chips.
>
> diff --git a/Documentation/fb/vesafb.rst b/Documentation/fb/vesafb.rst
> index f890a4f5623b45..5ffb35efd4538a 100644
> --- a/Documentation/fb/vesafb.rst
> +++ b/Documentation/fb/vesafb.rst
> @@ -1,6 +1,6 @@
> -===
> -What is vesafb?
> -===
> +===
> +Generic graphic framebuffer driver (vesafb)
> +===
vesafb - Generic graphic framebuffer driver
>
> This is a generic driver for a graphic framebuffer on intel boxes.
>
Reviewed-by: Randy Dunlap
Tested-by: Randy Dunlap
Thanks.
--
~Randy
On 9/18/25 5:36 PM, Bagas Sanjaya wrote:
> Section headings are formatted the same as title heading, thus
> increasing number of entries in framebuffer toctree. Demote them.
>
> Signed-off-by: Bagas Sanjaya
Looks good. Thanks.
Reviewed-by: Randy Dunlap
Tested-by:
Thanks.
Reviewed-by: Randy Dunlap
Tested-by: Randy Dunlap
> ---
> Documentation/fb/index.rst | 80 +-
> 1 file changed, 45 insertions(+), 35 deletions(-)
>
> diff --git a/Documentation/fb/index.rst b/Documentation/fb/index.rst
> index 33e3c4
arnings not being fixed.
>
> Revert 6cc44e9618f03f to keep things rolling without these warnings.
>
> Fixes: 6cc44e9618f0 ("drm: Add directive to format code in comment")
> Fixes: 471920ce25d5 ("drm/gpuvm: Add locking helpers")
> Signed-off-by: Bagas Sanj
Hi,
On 9/11/25 12:55 AM, Ilpo Järvinen wrote:
> Fix the copy-pasted errors in the Resizable BAR handling functions
> kernel doc and generally improve wording choices.
>
> Fix the formatting errors of the Return: line.
>
> Signed-off-by: Ilpo Järvinen
> ---
> drivers/pci/rebar.c | 29 ++
gt; 1 file changed, 24 insertions(+), 18 deletions(-)
>
>
> base-commit: 7e5a0fe4e8ae2eb341f8ebbee2b24231a58fc28b
For all 3 patches:
Reviewed-by: Randy Dunlap
Tested-by: Randy Dunlap
Thanks.
--
~Randy
On 8/31/25 7:15 AM, mohin24khe...@gmail.com wrote:
> From: Mohin Nadaf
>
> Fix typo 'unpriviledged' -> 'unprivileged' in DRM UAPI
> documentation describing error codes for operations
> requiring elevated privileges.
>
> Signed-off-by: Mohin Nadaf
> ---
> Documentation/gpu/drm-uapi.rst | 2
On 8/20/25 4:38 PM, Amirreza Zarrabi wrote:
> +/**
> + * struct tee_ioctl_invoke_func_arg - Invokes an object in a Trusted
> Application
> + * @id: [in] Object id
> + * @op: [in] Object operation, specific to the object
> + * @ret: [out] return value
> + * @num_par
uapi.rst
>
> Suggested-by: Randy Dunlap
> Suggested-by: Alexander Deucher
> Signed-off-by: Rakuram Eswaran
Reviewed-by: Randy Dunlap
Thanks.
> ---
> Documentation/gpu/drm-uapi.rst | 2 +-
> Documentation/gpu/todo.rst | 4 ++--
> 2 files changed, 3 insertions(+), 3 deletions(-)
--
~Randy
dgpu/process-isolation.rst
>
> 3. conections ==> connections
> In Documentation/gpu/amdgpu/display/programming-model-dcn.rst
>
> In addition to above,
> Fixed wrong bit-partition naming in gpu/amdgpu/process-isolation.rst
> from "fourth" partition to "third"
Hi,
On 8/20/25 11:22 AM, Rakuram Eswaran wrote:
> Fixed following typos reported by Codespell
>
> 1. filp ==> flip
> In Documentation/gpu/drm-mm.rst
>
No, that's a "struct file pointer". filp is correct.
See include/drm/drm_gem.h
The others look good.
One more comment below.
>
> Signed-off-
On 7/9/25 12:37 AM, Danilo Krummrich wrote:
> On 7/9/25 4:45 AM, Bagas Sanjaya wrote:
>> Stephen Rothwell reports multiple indentation warnings when merging
>> drm-msm tree:
>>
>> Documentation/gpu/drm-mm:506: ./drivers/gpu/drm/drm_gpuvm.c:2445: ERROR:
>> Unexpected indentation. [docutils]
>> D
On 7/29/25 10:18 AM, Duje Mihanović wrote:
> The LEDS_EXPRESSWIRE library used by the driver requires GPIOLIB. Make
> sure this dependency is not left unsatisfied.
>
> Reported-by: Randy Dunlap
> Link:
> https://lore.kernel.org/all/b6c481bb-e854-405e-a428-90301789f...@infr
On 7/29/25 10:18 AM, Duje Mihanović wrote:
> While moving said config symbol out of the "if NEW_LEDS" block, I
> accidentally left a copy inside that block. Remove it.
>
> Reported-by: Randy Dunlap
> Link:
> https://lore.kernel.org/all/b6c481bb-e854-405e-a428-90
On July 29, 2025 2:18:16 AM PDT, "Duje Mihanović"
wrote:
>On Tuesday, 29 July 2025 10:32:13 Central European Summer Time Randy Dunlap
>wrote:
>> so BACKLIGHT_KTD2801 should:
>> depends on GPIOLIB
>
>Sounds good to me.
>
>> Also, in drivers/leds/
On 7/28/25 10:35 PM, Stephen Rothwell wrote:
> Hi all,
>
> Changes since 20250728:
>
on ARCH=um SUBARCH=i386, when
# CONFIG_GPIOLIB is not set
WARNING: unmet direct dependencies detected for LEDS_EXPRESSWIRE
Depends on [n]: GPIOLIB [=n] || NEW_LEDS [=y] && GPIOLIB [=n]
Selected by [y]:
Hi,
On 7/21/25 6:38 PM, Lucas De Marchi wrote:
> On Mon, Jul 21, 2025 at 01:17:33PM -0700, Randy Dunlap wrote:
>>
>>
>> On 7/21/25 12:41 AM, Stephen Rothwell wrote:
>>> Hi all,
>>>
>>> Changes since 20250718:
>>>
>>
>> on AR
On 7/21/25 12:41 AM, Stephen Rothwell wrote:
> Hi all,
>
> Changes since 20250718:
>
on ARCH=um SUBARCH=i386, when
# CONFIG_DEBUG_FS is not set
ERROR: modpost: "gt_reset_failure" [drivers/gpu/drm/xe/xe.ko] undefined!
--
~Randy
+ Bagas
On 7/20/25 8:24 AM, Luis Felipe Hernandez wrote:
> Fix kernel-doc issues that reported Unexpected indentation errors
> durring documentation build (make htmldocs) in CAN, I3C and GPU drivers.
>
> Convert formatting to proper ReST list syntax to resolve warning.
>
> Changes since v1:
> -
gt;
> Once again, I apologize. I have sent a patch[0] which I hope will fix this
> issue.
> When I ran "make htmldocs" locally, I didn't see this warning. I'm not sure
> if it's because my method was incorrect.
>
>
> [0]https://lore.kernel.org/dri-devel/20250716125602.3166573-1-andys...@163.com/T/#u
That patch [0] LGTM.
Acked-by: Randy Dunlap
Tested-by: Randy Dunlap
Thanks.
--
~Randy
On 7/13/25 6:16 AM, Rob Clark wrote:
> On Sat, Jul 12, 2025 at 11:49 PM Randy Dunlap wrote:
>>
>>
>>
>> On 7/11/25 2:10 AM, Stephen Rothwell wrote:
>>> Hi all,
>>>
>>> Changes since 20250710:
>>
>> on i386, when:
>>
>&g
On 7/11/25 2:10 AM, Stephen Rothwell wrote:
> Hi all,
>
> Changes since 20250710:
on i386, when:
CONFIG_DRM_MSM=y
CONFIG_DRM_MSM_GPU_STATE=y
CONFIG_DRM_MSM_GPU_SUDO=y
# CONFIG_DRM_MSM_VALIDATE_XML is not set
# CONFIG_DRM_MSM_MDP4 is not set
# CONFIG_DRM_MSM_MDP5 is not set
# CONFIG_DRM_MSM_DP
On 7/11/25 2:10 AM, Stephen Rothwell wrote:
> Hi all,
>
> Changes since 20250710:
>
on x86_64, when
# CONFIG_SUSPEND is not set
# CONFIG_HIBERNATION is not set
# CONFIG_PM is not set
ERROR: modpost: "pm_hibernate_is_recovering"
[drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined!
caused by co
information" for the
> wedge API")
> Reported-by: Stephen Rothwell
> Closes: https://lore.kernel.org/lkml/20250618150333.5ded9...@canb.auug.org.au/
> Reviewed-by: Raag Jadav
> Signed-off-by: André Almeida
> ---
> v4: Drop new line at the end of file
> v2: Add Re
edge_task_info - information about the guilty task of a wedge
> dev
> */
> struct drm_wedge_task_info {
> + /** @pid: pid of the task */
> pid_t pid;
> + /** @comm: command name of the task */
> char comm[TASK_COMM_LEN];
> };
>
Acked-by: Randy Dunlap
Tested-by: Randy Dunlap
--
~Randy
2 deletions(-)
Acked-by: Randy Dunlap
Tested-by: Randy Dunlap
--
~Randy
d, and locks+prepares (drm_exec_prepare_object()) objects that
> * will be newly mapped.
> *
> - * The expected usage is:
> + * The expected usage is::
> *
> * vm_bind {
> *struct drm_exec exec;
>
> base-commit: 8290d37ad2b087bbcfe65fa5bcaf260e184b250a
Acked-by: Randy Dunlap
Tested-by: Randy Dunlap
Thanks.
--
~Randy
On 6/25/25 12:22 AM, Stephen Rothwell wrote:
> Hi all,
>
> Changes since 20250624:
>
on i386, when both CONFIG_DRM_XE=y
and CONFIG_DRM_I915=y:
ld: drivers/gpu/drm/xe/xe_pcode.o: in function `intel_pcode_read':
xe_pcode.c:(.text+0x7d0): multiple definition of `intel_pcode_read';
drivers/gpu/
43 | writel(data, panel->link_base + offset);
Fixes: d7e3bee925bd ("drm/msm/dp: drop the msm_dp_catalog module")
Signed-off-by: Randy Dunlap
Cc: Stephen Boyd
Cc: Dmitry Baryshkov
Cc: Dmitry Baryshkov
Cc: Dmitry Baryshkov
Cc: Rob Clark
Cc: linux-arm-...@vger.kernel.org
Cc: f
On 6/16/25 8:21 AM, Maxime Ripard wrote:
> We've discussed a number of times of how some heap names are bad, but
> not really what makes a good heap name.
>
> Let's document what we expect the heap names to look like.
>
> Reviewed-by: Bagas Sanjaya
> Signed-off-by: Maxime Ripard
> ---
> Chan
Hi,
On 6/15/25 7:17 PM, HyeonSu Jeon wrote:
> The file drivers/gpu/drm/nouveau/nvkm/subdev/gsp/r535.c does not exist
> in the tree, but is referenced in gsp.rst via a kernel-doc directive.
> This causes an error during the documentation build
>
> Removing this refernce resolves the error
>
> Sig
in ARCH=um allmodconfig builds)
drivers/video/fbdev/nvidia/nv_accel.c: In function ‘NVDmaWait’:
include/asm-generic/io.h:596:15: error: call to ‘_outb’ declared with attribute
error: outb() requires CONFIG_HAS_IOPORT
596 | #define _outb _outb
Signed-off-by: Randy Dunlap
Cc: Arnd Bergmann
Cc: Niklas Sc
On 6/12/25 10:42 PM, Stephen Rothwell wrote:
> Hi all,
>
on i386, when:
# CONFIG_ACPI is not set
CONFIG_DRM_I915=y
CONFIG_BACKLIGHT_CLASS_DEVICE=m
drivers/gpu/drm/i915/display/intel_backlight.c:973:(.text+0x2613): undefined
reference to `backlight_device_get_by_name'
ld: drivers/gpu/drm/i915/
; ./drivers/gpu/drm/nouveau/nvkm/subdev/gsp/r535.c
>
> Update the reference.
>
> Fixes: c472d828348c ("drm/nouveau/gsp: move subdev/engine impls to
> subdev/gsp/rm/r535/")
> Fixes: 8a8b1ec5261f ("drm/nouveau/gsp: split rpc handling out on its own")
&
On 6/9/25 11:52 PM, Bagas Sanjaya wrote:
> Commit c472d828348caf ("drm/nouveau/gsp: move subdev/engine impls to
> subdev/gsp/rm/r535/") moves GSP-RM message queue implementation in
> drivers/gpu/drm/nouveau/nvkm/subdev/gsp/r535.c to versioned path in
> drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/
On 4/29/25 2:02 AM, Stephen Rothwell wrote:
> Hi all,
>
> Changes since 20250428:
>
on i386:
ERROR: modpost: "__moddi3" [drivers/gpu/drm/xe/xe.ko] undefined!
due to
+ memcpy(buffer, ss->read.buffer +
+ (offset % XE_DEVCOREDUMP_CHUNK_MAX), byte_copied);
in commit c4a2e5f8
On 4/15/25 11:25 PM, Stephen Rothwell wrote:
> Hi all,
>
> News: there will be no linux-next releases this coming Friday or Monday
> or next Friday.
>
> Changes since 20250415:
>
on x86_64:
ld: drivers/gpu/drm/xe/xe_vsec.o: in function `xe_vsec_init':
xe_vsec.c:(.text+0x21a): undefined refe
On 4/15/25 11:25 PM, Stephen Rothwell wrote:
> Hi all,
>
> News: there will be no linux-next releases this coming Friday or Monday
> or next Friday.
>
> Changes since 20250415:
on x86_64:
# CONFIG_SHMEM is not set
CONFIG_DRM_TTM=m
ERROR: modpost: "shmem_writeout" [drivers/gpu/drm/ttm/ttm.ko
g warnings. Fix this by adding
> the dependency.
>
> Link:
> https://lore.kernel.org/all/5cf231e1-0bba-4595-9441-46acc5255...@infradead.org
s/Link:/Closes:/
> Signed-off-by: Duje Mihanović o
Reported-by: Randy Dunlap
Tested-by: Randy Dunlap
Acked-by: Randy Dunlap
Thanks.
>
On 4/9/25 10:11 PM, Stephen Rothwell wrote:
> Hi all,
>
> Changes since 20250409:
>
on x86_64, when CONFIG_GPIOLIB is not set:
WARNING: unmet direct dependencies detected for LEDS_EXPRESSWIRE
Depends on [n]: GPIOLIB [=n] || NEW_LEDS [=y] && GPIOLIB [=n]
Selected by [m]:
- BACKLIGHT_KTD
On 3/24/25 5:01 AM, Stephen Rothwell wrote:
> Hi all,
>
> Changes since 20250321:
>
on i386:
linux-next-20250324/X32/drivers/gpu/drm/xe/xe_migrate.c:1561:(.text+0x3074):
undefined reference to `__udivdi3'
--
~Randy
On 2/6/25 7:46 PM, Eric Salem wrote:
> Fixed a few misspellings.
>
> Signed-off-by: Eric Salem
Acked-by: Randy Dunlap
Thanks.
> ---
> Documentation/gpu/todo.rst | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/Documentation/gpu/todo
Use the correct format for all kernel-doc comments.
Use structname.membername for named structs.
Don't precede function names in kernel-doc with '@' sign.
Use the correct function parameter names in kernel-doc comments.
This fixes around 80 kernel-doc warnings.
Signed-off-by: R
Hi--
On 12/31/24 2:39 AM, Luca Ceresoli wrote:
> Document in detail the new refcounted bridges as well as the "legacy" way.
>
> Signed-off-by: Luca Ceresoli
>
> ---
>
> This patch was added in v5.
> ---
> Documentation/gpu/drm-kms-helpers.rst | 6 ++
> drivers/gpu/drm/drm_bridge.c
Fix all typos in xe_vm_doc.h as reported by codespell.
Signed-off-by: Randy Dunlap
Cc: Lucas De Marchi
Cc: Thomas Hellström
Cc: Rodrigo Vivi
Cc: intel...@lists.freedesktop.org
Cc: David Airlie
Cc: Simona Vetter
Cc: dri-devel@lists.freedesktop.org
---
drivers/gpu/drm/xe/xe_vm_doc.h | 22
Make spelling and punctuation changes to ease reading of the comments.
Signed-off-by: Randy Dunlap
Cc: Alex Deucher
Cc: Christian König
Cc: Xinhui Pan
Cc: amd-...@lists.freedesktop.org
Cc: David Airlie
Cc: Simona Vetter
---
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 30
/drm_fbdev_ttm.c:1: warning: no structured comments found
Fixes: 731fddf4302e ("drm/fbdev-dma: Remove obsolete setup function")
Signed-off-by: Randy Dunlap
Reported-by: Stephen Rothwell
Closes: https://lore.kernel.org/all/20241002142250.07e1c...@canb.auug.org.au/
Cc: David Airlie
Cc: Simona
Whoops, I reverted the subject line change.
Will resend it.
On 10/16/24 7:43 PM, Randy Dunlap wrote:
>
> drivers/gpu/drm/drm_fbdev_dma.c:1: warning: no structured comments found
> drivers/gpu/drm/drm_fbdev_shmem.c:1: warning: no structured comments found
> drivers/gpu/drm/drm_f
ction")
Signed-off-by: Randy Dunlap
Reported-by: Stephen Rothwell
Cc: David Airlie
Cc: Simona Vetter
Cc: Thomas Zimmermann
Cc: dri-devel@lists.freedesktop.org
---
Documentation/gpu/drm-kms-helpers.rst |9 -
1 file changed, 9 deletions(-)
--- linux-next-20241016.orig/Documentation/g
On 10/2/24 9:11 AM, Louis Chauvet wrote:
> On 02/10/24 - 08:49, Randy Dunlap wrote:
>> Hi Louis,
>>
>> On 10/2/24 1:57 AM, Louis Chauvet wrote:
>>> On 01/10/24 - 20:54, Randy Dunlap wrote:
>>>> Hi--
>>>>
>>>> On 9/30/24 8:31 AM,
On 9/30/24 8:31 AM, Louis Chauvet wrote:
> From: Arthur Grillo
>
> Add support to the YUV formats bellow:
>
> - NV12/NV16/NV24
> - NV21/NV61/NV42
> - YUV420/YUV422/YUV444
> - YVU420/YVU422/YVU444
>
> The conversion from yuv to rgb is done with fixed-point arithmetic, using
> 32.32 fixed-poin
Hi Louis,
On 10/2/24 1:57 AM, Louis Chauvet wrote:
> On 01/10/24 - 20:54, Randy Dunlap wrote:
>> Hi--
>>
>> On 9/30/24 8:31 AM, Louis Chauvet wrote:
>>> The pre_mul_alpha_blend is dedicated to blending, so to avoid mixing
>>> different concepts (coor
On 9/30/24 8:31 AM, Louis Chauvet wrote:
> Re-introduce a line-by-line composition algorithm for each pixel format.
> This allows more performance by not requiring an indirection per pixel
> read. This patch is focused on readability of the code.
>
> Line-by-line composition was introduced by [
Hi--
On 9/30/24 8:31 AM, Louis Chauvet wrote:
> The pre_mul_alpha_blend is dedicated to blending, so to avoid mixing
> different concepts (coordinate calculation and color management), extract
> the x_limit and x_dst computation outside of this helper.
> It also increases the maintainability by gr
Hi,
On 9/30/24 8:31 AM, Louis Chauvet wrote:
> Introduce two typedefs: pixel_read_t and pixel_write_t. It allows the
> compiler to check if the passed functions take the correct arguments.
> Such typedefs will help ensuring consistency across the code base in
> case of update of these prototypes.
On 6/7/24 6:31 AM, Devarsh Thakkar wrote:
> Add documentation for rounding, scaling, absolute value and 32-bit division
> related macros and functions exported by math.h header file.
>
> Signed-off-by: Devarsh Thakkar
> Reviewed-by: Andy Shevchenko
Reviewed-by: Randy Du
Hi Paul.
On 6/7/24 12:44 AM, Paul Cercueil wrote:
> Hi Randy,
>
> Le jeudi 06 juin 2024 à 10:32 -0700, Randy Dunlap a écrit :
>> Hi,
>>
>> On 6/5/24 4:08 AM, Paul Cercueil wrote:
>>> Document the new DMABUF based API.
>>>
>>> Si
Hi,
On 6/5/24 4:08 AM, Paul Cercueil wrote:
> Document the new DMABUF based API.
>
> Signed-off-by: Paul Cercueil
> Signed-off-by: Nuno Sa
>
> ---
> v2: - Explicitly state that the new interface is optional and is
> not implemented by all drivers.
> - The IOCTLs can now only be calle
Hi,
On 5/31/24 10:12 AM, Devarsh Thakkar wrote:
> Add documentation for rounding, scaling, absolute value and difference,
> 32-bit division related macros and functions exported by math.h header
> file.
>
I don't see any kernel-doc for division functions in this header file.
Do some division fu
On 5/31/24 2:32 AM, Colin Ian King wrote:
> There are a few spelling mistakes in dml2_printf messages. Fix them.
>
> Signed-off-by: Colin Ian King
Reviewed-by: Randy Dunlap
Thanks.
> ---
> .../dc/dml2/dml21/src/dml2_core/dml2_core_dcn4_calcs.c | 6 +++---
> .
On 5/30/24 10:17 AM, Devarsh Thakkar wrote:
> Add documentation for rounding, scaling, absolute value and difference,
> 32-bit division related macros and functions exported by math.h header
> file.
>
> Signed-off-by: Devarsh Thakkar
> ---
> V1->V9 (No change)
> V10: Patch introduced
> ---
>
On 5/22/24 2:37 AM, Dmitry Baryshkov wrote:
> On Tue, May 21, 2024 at 08:59:06PM -0700, Randy Dunlap wrote:
>> Hi Dmitry,
>>
>> On 5/20/24 3:37 AM, Dmitry Baryshkov wrote:
>>> On Wed, May 15, 2024 at 05:26:42PM -0700, Randy Dunlap wrote:
>>>> Fix a s
Hi,
On 5/20/24 3:39 AM, Dmitry Baryshkov wrote:
> On Wed, May 15, 2024 at 05:26:52PM -0700, Randy Dunlap wrote:
>> Add @width and @height descriptions for &struct drm_plane_size_hint
>> along with a reference to more info.
>>
>> Add a short description for &stru
Hi Dmitry,
On 5/20/24 3:37 AM, Dmitry Baryshkov wrote:
> On Wed, May 15, 2024 at 05:26:42PM -0700, Randy Dunlap wrote:
>> Fix a struct member name in &struct drm_dp_as_sdp.
>> Add Returns: kernel-doc syntax for 4 functions.
>> In the Returns: sections, spell "%t
* DRM_MODE_ATOMIC_FLAGS
drm_mode.h:1358: warning: missing initial short description on line:
* struct drm_mode_closefb
Signed-off-by: Randy Dunlap
---
Cc: David Airlie
Cc: Daniel Vetter
Cc: dri-devel@lists.freedesktop.org
Cc: Maarten Lankhorst
Cc: Maxime Ripard
Cc: Thomas
27;
drm_dp_helper.h:539: warning: No description found for return value of
'drm_dp_dpcd_readb'
drm_dp_helper.h:554: warning: No description found for return value of
'drm_dp_dpcd_writeb'
drm_dp_helper.h:721: warning: No description found for return value of
'drm_dp_has_quirk'
S
On 4/16/24 2:02 PM, Randy Dunlap wrote:
>
>
> On 4/16/24 2:00 PM, Marijn Suijten wrote:
>> Hi Randy,
>>
>> [..]
>>
>>> Do you see differences in the generated html for these changes?
>>
>> I have not yet generated the HTML locally to
On 4/16/24 2:00 PM, Marijn Suijten wrote:
> Hi Randy,
>
> [..]
>
>> Do you see differences in the generated html for these changes?
>
> I have not yet generated the HTML locally to test this patch, but will surely
> do
> if that's a requirement.
>
>> "&struct somestruct" and "&somestruct" s
Hi,
On 4/16/24 12:29 PM, Marijn Suijten wrote:
> Browsing the DRM documentation shows that drm_crtc_state.no_vblank
> is not turned into a reference to the no_vblank field, but rather a
> reference to `struct drm_crtc_state`. The only difference with other
> field references is that the struct na
+-
> scripts/coccinelle/misc/badty.cocci | 2 +-
> tools/perf/Documentation/perf-diff.txt| 2 +-
> 30 files changed, 32 insertions(+), 32 deletions(-)
>
Reviewed-by: Randy Dunlap
Thanks.
--
#Randy
Hi,
Will someone be merging this patch?
thanks.
On 2/10/24 1:31 AM, John Paul Adrian Glaubitz wrote:
> On Fri, 2024-02-09 at 21:39 -0800, Randy Dunlap wrote:
>> There is no reason to prohibit sh7760fb from being built as a
>> loadable module as suggested by Geert, so change th
Hi,
On 3/26/24 15:50, Mina Almasry wrote:
> Add documentation outlining the usage and details of devmem TCP.
>
> Signed-off-by: Mina Almasry
>
> ---
>
> v7:
> - Applied docs suggestions (Jakub).
>
> v2:
>
> - Missing spdx (simon)
> - add to index.rst (simon)
>
> ---
> Documentation/network
On 3/19/24 22:42, Tomi Valkeinen wrote:
> On 20/03/2024 00:51, Sean Anderson wrote:
>> Fix a few errors in the kerneldoc. Mostly this addresses missing/renamed
>> members.
>>
>> Signed-off-by: Sean Anderson
>> ---
>>
>> Changes in v2:
>> - New
>>
>> drivers/gpu/drm/xlnx/zynqmp_disp.c | 6 +++
Hi,
On 3/13/24 10:45, Louis Chauvet wrote:
> From: Arthur Grillo
>
>
> Signed-off-by: Arthur Grillo
> [Louis Chauvet:
> - Adapted Arthur's work
> - Implemented the read_line_t callbacks for yuv
> - add struct conversion_matrix
> - remove struct pixel_yuv_u8
> - update the commit message
> - M
On 3/13/24 10:44, Louis Chauvet wrote:
> Introduce two callbacks which does nothing. They are used in replacement
> of NULL and it avoid kernel OOPS if this NULL is called.
>
> If those callback are used, it means that there is a mismatch between
> what formats are announced by atomic_check and
Hi,
On 3/13/24 10:44, Louis Chauvet wrote:
> Add some documentation on pixel conversion functions.
> Update of outdated comments for pixel_write functions.
>
> Signed-off-by: Louis Chauvet
> ---
> drivers/gpu/drm/vkms/vkms_composer.c | 7
> drivers/gpu/drm/vkms/vkms_drv.h | 13 ++
On 3/7/24 18:51, R SUNDAR wrote:
> For linux-next repo
>
> /include/drm/display/drm_dp_mst_helper.h:156: warning: Excess struct member
> 'vcpi' description in 'drm_dp_mst_port'
>
> Signed-off-by: R SUNDAR
or
https://lore.kernel.org/lkml/20240106032321.28596-1-rdun...@infradead.org/
but I w
or
https://lore.kernel.org/lkml/20240106032957.1195-1-rdun...@infradead.org/
but in any case I would like to see any one of these patches
merged. Thanks.
Reviewed-by: Randy Dunlap
> ---
> include/drm/drm_gem_vram_helper.h | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a
On 3/2/24 14:10, Guenter Roeck wrote:
> On Thu, Feb 29, 2024 at 12:21 PM Linus Torvalds
> wrote:
>>
>> On Thu, 29 Feb 2024 at 01:23, Nikolai Kondrashov wrote:
>>>
>>> However, I think a better approach would be *not* to add the .gitlab-ci.yaml
>>> file in the root of the source tree, but inste
On 2/25/24 22:55, Stephen Rothwell wrote:
> Hi all,
>
> Changes since 20240223:
>
on powerpc32 or i386:
../drivers/gpu/drm/xe/xe_ggtt.c: In function 'xe_ggtt_set_pte':
../drivers/gpu/drm/xe/xe_ggtt.c:78:9: error: implicit declaration of function
'writeq'; did you mean 'writel'? [-Werror=imp
nction has another possible flaw in that is mixes
> what it calls pages with 4KB units. This is a big confusing at best,
> or possibly broken when built on machines with larger pages.
>
> Fixes: a64056bb5a32 ("drm/tests/drm_buddy: add alloc_contiguous test")
> Signed
On 2/14/24 19:52, Stephen Rothwell wrote:
> Hi all,
>
> Changes since 20240214:
>
on i386:
ld: drivers/gpu/drm/tests/drm_buddy_test.o: in function
`drm_test_buddy_alloc_contiguous':
/work/lnx/next/linux-next-20240215/X32/../drivers/gpu/drm/tests/drm_buddy_test.c:48:(.text+0x94):
undefined r
Correct a spello/typo in comments.
Signed-off-by: Randy Dunlap
Cc: Thomas Zimmermann
Cc: dri-devel@lists.freedesktop.org
---
v2: don't change "set up" to "setup" (Thomas)
include/linux/iosys-map.h |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -- a/in
Fix some typos and punctuation.
Signed-off-by: Randy Dunlap
Cc: Alex Deucher
Cc: David Airlie
Cc: Daniel Vetter
Cc: dri-devel@lists.freedesktop.org
Cc: Maarten Lankhorst
Cc: Maxime Ripard
Cc: Thomas Zimmermann
---
v2: s/instances/instance/ (Alex)
v3: rebase and resend;
add more Cc:s
On 2/11/24 23:13, Thomas Zimmermann wrote:
> Hi
>
> Am 12.02.24 um 05:28 schrieb Randy Dunlap:
>> Correct spellos/typos in comments.
>>
>> Signed-off-by: Randy Dunlap
>> Cc: Thomas Zimmermann
>> Cc: dri-devel@lists.freedesktop.org
>> ---
>>
Correct spellos/typos in comments.
Signed-off-by: Randy Dunlap
Cc: Thomas Zimmermann
Cc: dri-devel@lists.freedesktop.org
---
include/linux/iosys-map.h |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff -- a/include/linux/iosys-map.h b/include/linux/iosys-map.h
--- a/include
On 2/8/24 07:20, Kousik Sanagavarapu wrote:
> On Thu, Jan 25, 2024 at 12:05:56AM +0530, Kousik Sanagavarapu wrote:
>> The comments explaining the function "drm_dp_mst_atom_check_mgr()" had
>> uneven indentation which made "make htmldocs" complain:
>>
>> Documentation/gpu/drm-kms-helpers:296
tterhoeven
Signed-off-by: Randy Dunlap
Cc: Thomas Zimmermann
Cc: Javier Martinez Canillas
Cc: John Paul Adrian Glaubitz
Cc: Sam Ravnborg
Cc: Helge Deller
Cc: linux-fb...@vger.kernel.org
Cc: dri-devel@lists.freedesktop.org
---
drivers/video/fbdev/Kconfig |4 ++--
1 file changed, 2 insert
sts.freedesktop.org
Signed-off-by: Randy Dunlap
---
v2: add Geoff's Ack;
add second Fixes: tag and more Cc:s (Thomas)
arch/powerpc/platforms/ps3/Kconfig |1 +
1 file changed, 1 insertion(+)
diff -- a/arch/powerpc/platforms/ps3/Kconfig
b/arch/powerpc/platforms/ps3/Kconfig
--- a/arch/
On 2/5/24 20:43, Stephen Rothwell wrote:
> Hi all,
>
> Changes since 20240205:
>
Hi Rodrigo,
Are you aware of these kernel-doc warnings?
I think they are due to
commit b8c1c3a82e75
Author: Rodrigo Siqueira
Date: Mon Jan 22 14:24:57 2024 -0700
Documentation/gpu: Add kernel doc entry f
A few of the DRM_PANEL entries have become out of alphabetical order,
so move them around a bit to restore alpha order.
Signed-off-by: Randy Dunlap
Cc: Neil Armstrong
Cc: Jessica Zhang
Cc: Sam Ravnborg
Cc: Maarten Lankhorst
Cc: Maxime Ripard
Cc: Thomas Zimmermann
Cc: David Airlie
Cc
Correct typos of "translated".
Cc: David Airlie
Cc: Daniel Vetter
Cc: dri-devel@lists.freedesktop.org
Cc: Maarten Lankhorst
Cc: Maxime Ripard
Cc: Thomas Zimmermann
Reviewed-by: Simon Ser
Signed-off-by: Randy Dunlap
---
v2: add Reviewed-by, rebase
include/drm/drm_rect.h |
On 1/28/24 19:30, Stephen Rothwell wrote:
> Hi all,
>
> Changes since 20240125:
>
> New trees: i2c-host-fixes, i2c-host
>
on riscv 64-bit or powerpc 64-bit:
WARNING: unmet direct dependencies detected for FB_IOMEM_HELPERS
Depends on [n]: HAS_IOMEM [=y] && FB_CORE [=n]
Selected by [m]:
On 1/24/24 01:17, Jani Nikula wrote:
> On Tue, 23 Jan 2024, Randy Dunlap wrote:
>> On 1/22/24 18:29, Stephen Rothwell wrote:
>>> Hi all,
>>>
>>> News: there will be no linux-next release on Friday
>>>
>>> Changes since 20240122:
>&
On 1/22/24 18:29, Stephen Rothwell wrote:
> Hi all,
>
> News: there will be no linux-next release on Friday
>
> Changes since 20240122:
>
on ARM64, when
DRM_I915 is not set
DRM_XE=m
DEBUG_FS is not set
../drivers/gpu/drm/i915/display/intel_display_debugfs.c:1091:6: error:
redefinition of 'i
ly for lines which are no
> comments, e.g. do not start with ' *'.
>
> Suggested-by: Matthew Wilcox
> Signed-off-by: Anna-Maria Behnsen
I compared several hundred html files before and after this patch
and they were all the same, so I will say:
Tested-by: Randy Dunlap
Thanks.
On 1/19/24 02:22, Oleksandr Natalenko wrote:
> While studying the code I've bumped into a small typo within the
> kernel-doc for two functions, apparently, due to copy-paste.
>
> This commit fixes "sizo" word to be "size".
>
> Signed-off-by: O
Hi Matt,
On 1/18/24 01:38, Matt Coster wrote:
> On 10/01/2024 00:23, Randy Dunlap wrote:
>> Fix a build error when using GCC 13.2.0 from kernel.org crosstools
>> by changing ARRAY_SIZE() to the macro PVR_MIPS_PT_PAGE_COUNT:
>
> I assume you're referring to the x86_64
imization flags and coasting vtotal.
dmub_replay.c:284: warning: This comment starts with '/**', but isn't a
kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
* send Replay general cmd to DMUB.
Signed-off-by: Randy Dunlap
Cc: Harry Wentland
Cc: Leo Li
Cc: Rodrigo Siqueira
structured comments found
Fixes: 2504c7ec728b ("drm: Remove source code for non-KMS drivers")
Signed-off-by: Randy Dunlap
Cc: Thomas Zimmermann
Cc: David Airlie
Cc: Daniel Vetter
Cc: dri-devel@lists.freedesktop.org
Cc: Jonathan Corbet
Cc: linux-...@vger.kernel.org
---
Documentati
1 - 100 of 880 matches
Mail list logo