History log of /netbsd/sys/external/bsd/common/include/linux/printk.h (Results 1 – 13 of 13)
Revision Date Author Comments
# 389ea710 29-Jul-2022 riastradh <riastradh@NetBSD.org>

drm: Reduce verbosity of drm kernel messages.


# b45c3ff5 19-Dec-2021 riastradh <riastradh@NetBSD.org>

amdgpu_fb.c
amdgpu_fence.c
amdgpu_gart.c
amdgpu_fixpt31_32.c
amdgpu_fiji_smumgr.c
amdgpu_gem.c
amdgpu_gfx_v10_0.c
amdgpu_gfx_v6_0.c through amdgpu_gfx_v9_0.c
amdgpu_gmc.c
amdgpu_gmc_v6_0.c through am

amdgpu_fb.c
amdgpu_fence.c
amdgpu_gart.c
amdgpu_fixpt31_32.c
amdgpu_fiji_smumgr.c
amdgpu_gem.c
amdgpu_gfx_v10_0.c
amdgpu_gfx_v6_0.c through amdgpu_gfx_v9_0.c
amdgpu_gmc.c
amdgpu_gmc_v6_0.c through amdgpu_gmc_v10_0.c
amdgpu_gtt_mgr.c
some amdgpu_h* files
some amdgpu_i* files
some amdgpu_j* files
amdgpu_kms.c
some amdgpu_m* and amdgpu_n* files

show more ...


# d72efcfb 19-Dec-2021 riastradh <riastradh@NetBSD.org>

i915: hack hack hack


# 55d99852 19-Dec-2021 riastradh <riastradh@NetBSD.org>

pr_info_ratelimited, not really


# e97b71de 19-Dec-2021 riastradh <riastradh@NetBSD.org>

Include linux/export.h in linux/printk.h, move to common

linux does this through:
printk.h -> linkage.h -> export.h

this will require less patching of drm files.

Author: Maya Rashish <maya@NetBSD.

Include linux/export.h in linux/printk.h, move to common

linux does this through:
printk.h -> linkage.h -> export.h

this will require less patching of drm files.

Author: Maya Rashish <maya@NetBSD.org>

show more ...


# 98501d7d 19-Dec-2021 riastradh <riastradh@NetBSD.org>

Define pr_warn.


# 45601a16 19-Dec-2021 riastradh <riastradh@NetBSD.org>

Define struct va_format.


# 292bbc40 28-Aug-2018 skrll <skrll@NetBSD.org>

Add KERN_{EMERG,ALERT,NOTICE}


# 4b97967f 28-Aug-2018 skrll <skrll@NetBSD.org>

Sort KERN_* macros according to severity (worst first)


# 157ba2ac 28-Aug-2018 skrll <skrll@NetBSD.org>

s/drm // in the KERN_* macros as this is common


# 65c4e480 27-Aug-2018 riastradh <riastradh@NetBSD.org>

Define pr_debug = printf.


# 61ccce97 27-Aug-2018 riastradh <riastradh@NetBSD.org>

provide pr_notice
avoid needing unregister_oom_notifier
use intel_register_dsm_handler(dev), as older drm does
provide dummy async_schedule
provide atomic_or
match side-loading


Author: coypu <coypu

provide pr_notice
avoid needing unregister_oom_notifier
use intel_register_dsm_handler(dev), as older drm does
provide dummy async_schedule
provide atomic_or
match side-loading


Author: coypu <coypu@sdf.org>
Committer: Taylor R Campbell <riastradh@NetBSD.org>

show more ...


# 3a680f88 27-Aug-2018 riastradh <riastradh@NetBSD.org>

move printk to common so we can reasonably include it from kernel.h
(linux side-loads the same)


Author: coypu <coypu@sdf.org>
Committer: Taylor R Campbell <riastradh@NetBSD.org>