jsing [Sat, 17 Jun 2023 15:40:46 +0000 (15:40 +0000)]
Optimise bn_mul2_mulw_addtw() for aarch64.
This provides significant performance gains for bn_sqr_comba4() and
bn_sqr_comba8().
jmc [Sat, 17 Jun 2023 15:35:08 +0000 (15:35 +0000)]
"d" is the key character for DVI files, not "r";
from lennart jablonka
ok millert
jsing [Sat, 17 Jun 2023 14:43:50 +0000 (14:43 +0000)]
Speed up Montgomery multiplication.
Factor out and optimise the inner loop for Montgomery multiplication,
making use of bn_qwmulw_addqw_addw() to perform Montgomery multiplication
by one word in larger steps. This provides a significant performance gain,
especially on platforms where bn_qwmulw_addqw_addw() is (or can be)
optimised.
ok tb@
op [Sat, 17 Jun 2023 08:32:48 +0000 (08:32 +0000)]
bump version to 7.3.0
kettenis [Sat, 17 Jun 2023 08:13:56 +0000 (08:13 +0000)]
On arm64, the frame pointer points at the stack address where the frame
pointer of the previous frame has been stored. The code in
db_stack_trace_print() got that wrong for the initial frame.
While there, remove a bogus comment and some unused #defines about the
layout of stack frames.
ok patrick@
claudio [Sat, 17 Jun 2023 08:05:48 +0000 (08:05 +0000)]
Fix 'ext-community * *' matching and with this set { ext-community delete * * }.
Problem reported by Moyaze Shivji
OK tb@ job@
claudio [Sat, 17 Jun 2023 08:01:22 +0000 (08:01 +0000)]
Add community tests for various ext-community * versions.
While there move one test down so that the numbering is consistent again
and make the error strings for counts clear.
job [Sat, 17 Jun 2023 04:46:11 +0000 (04:46 +0000)]
Warn when CMS signing-time attribute is missing
OK tb@
bluhm [Fri, 16 Jun 2023 19:18:56 +0000 (19:18 +0000)]
If TSO is enabled, fix the IPv6 forward counters and icmp6 redirect.
First try to send with TSO. The goto senderr handles icmp6 redirect
and other errors. If TSO is not necessary and the interface MTU
fits, just send the packet. Again goto senderr handles icmp6.
Finally care about icmp6 packet too big.
tested and OK jan@
tb [Fri, 16 Jun 2023 16:14:34 +0000 (16:14 +0000)]
Convert two K&R function definitions to ANSI
ok deraadt
tb [Fri, 16 Jun 2023 11:20:01 +0000 (11:20 +0000)]
Fix CRYPTO_get_ex_new_index() to return 1 or higher
Mixing SSL_{get,set}_ex_data() and and SSL_{get,set}_app_data() in the
same application causes problems since they both place their data at
the same spot.
From Marc Aldorasi
ok jsing
espie [Fri, 16 Jun 2023 10:38:29 +0000 (10:38 +0000)]
locator object owns a state object, no need to pass it as param
also better method name
espie [Fri, 16 Jun 2023 10:29:35 +0000 (10:29 +0000)]
belated move to OO
tb [Fri, 16 Jun 2023 10:28:43 +0000 (10:28 +0000)]
Now that print_host() is unused, rename it to print_addr() and simplify.
ok claudio tobhe
espie [Fri, 16 Jun 2023 10:08:17 +0000 (10:08 +0000)]
no extra params there, to be revisited
sf [Fri, 16 Jun 2023 08:42:08 +0000 (08:42 +0000)]
msdosfs: fixes for Undefined Behavior
From FreeBSD commits
commit
c0db7289c3de290d821311942d5533f2284af77f
Author: pfg <pfg@FreeBSD.org>
Date: Wed Aug 8 15:08:22 2018 +0000
commit
852150953b828e4e8c32789637061001158a8cf4
Author: kib <kib@FreeBSD.org>
Date: Fri Oct 11 18:37:02 2019 +0000
ok bluhm@
espie [Fri, 16 Jun 2023 06:44:14 +0000 (06:44 +0000)]
fix default parm, noticed by aja@ on clean-old-distfiles
jsg [Fri, 16 Jun 2023 01:31:34 +0000 (01:31 +0000)]
drm/amd: Don't allow s0ix on APUs older than Raven
From Mario Limonciello
6c1fad655b40b0de6ddad30d9c57e61046df262c in linux-6.1.y/6.1.32
ca47518663973083c513cd6b2801dcda0bfaaa99 in mainline linux
jsg [Fri, 16 Jun 2023 00:52:40 +0000 (00:52 +0000)]
drm/amd/amdgpu: limit one queue per gang
From Jack Xiao
f3078be2febb77ed484ed59ff86ce15f49c65ddb in linux-6.1.y/6.1.31
5ee33d905f89c18d4b33da6e5eefdae6060502df in mainline linux
jsg [Fri, 16 Jun 2023 00:51:02 +0000 (00:51 +0000)]
drm/amd/pm: Fix output of pp_od_clk_voltage
From Jonatas Esteves
8069bcaa5b392ce3972dd72f184b2cc4b1b8262b in linux-6.1.y/6.1.31
40baba5693b9af586dc1063af603d05a79e57a6b in mainline linux
jsg [Fri, 16 Jun 2023 00:49:10 +0000 (00:49 +0000)]
drm/amd/pm: add missing NotifyPowerSource message mapping for SMU13.0.7
From Evan Quan
6acfbdda4d06d83d434b05b7fe1a9d545d99c027 in linux-6.1.y/6.1.31
0d2dd02d74e6377268f56b90261de0fae8f0d2cb in mainline linux
jsg [Fri, 16 Jun 2023 00:47:28 +0000 (00:47 +0000)]
drm/radeon: reintroduce radeon_dp_work_func content
From Alex Deucher
8756863c7fe0f94b23a2e0f0a0d2a79d58e2a329 in linux-6.1.y/6.1.31
a34fc1bcd2c4d8b09dcfc0b95ac65bca1e579bd7 in mainline linux
jsg [Fri, 16 Jun 2023 00:46:08 +0000 (00:46 +0000)]
drm/amd/display: hpd rx irq not working with eDP interface
From Robin Chen
28ee628fff1e72ad9629168250071a05b7ba1043 in linux-6.1.y/6.1.31
eeefe7c4820b6baa0462a8b723ea0a3b5846ccae in mainline linux
jsg [Fri, 16 Jun 2023 00:42:59 +0000 (00:42 +0000)]
drm/amdgpu/mes11: enable reg active poll
From Jack Xiao
ac2f5739fdca4f532036d1f2e63c2ab55c288f72 in linux-6.1.y/6.1.31
a6b3b618c0f7abc3f543dd0c57b2b19a770bffec in mainline linux
jsg [Fri, 16 Jun 2023 00:41:01 +0000 (00:41 +0000)]
drm/amd/amdgpu: update mes11 api def
From Jack Xiao
a2fe4534bb38fc5c7c608dac179f205343611003 in linux-6.1.y/6.1.31
1e7bbdba68baf6af7500dd636f18b6fcce58e945 in mainline linux
cheloha [Thu, 15 Jun 2023 22:18:06 +0000 (22:18 +0000)]
all platforms, main(): call clockqueue_init() just before sched_init_cpu()
Move the clockqueue_init() call out of clockintr_cpu_init() and up
just before the sched_init_cpu() call for a given CPU.
This will allow sched_init_cpu() to allocate clockintr handles for a
given CPU's scheduler in a later patch.
Link: https://marc.info/?l=openbsd-tech&m=168661507607622&w=2
ok kettenis@, claudio@
tb [Thu, 15 Jun 2023 18:30:09 +0000 (18:30 +0000)]
Teach the grotty X509_certificate_type() about
Ed25519 certs
ok jsing
tb [Thu, 15 Jun 2023 17:58:27 +0000 (17:58 +0000)]
regen
tb [Thu, 15 Jun 2023 17:58:07 +0000 (17:58 +0000)]
Add RSA with the sha3s to obj_xref.txt
ok jsing
tb [Thu, 15 Jun 2023 16:59:54 +0000 (16:59 +0000)]
regen obj_xref.h
(this and the
Ed25519 addition to obj_xref.txt were ok jsing)
tb [Thu, 15 Jun 2023 16:58:38 +0000 (16:58 +0000)]
Add
Ed25519 to the obj_xref table.
Also move part of for RSA-PSS to the top since it doesn't only apply to
RSA-PSS.
tb [Thu, 15 Jun 2023 13:58:56 +0000 (13:58 +0000)]
Some fixes in ASN1_item_verify()
Switch to using EVP_DigestVerify(). Move the freeing of in where it
belongs (previously it would leak on EVP_DigestVerifyUpdate() failure),
and use the proper idiom for ASN1_item_i2d() error checking.
ok jsing
tb [Thu, 15 Jun 2023 13:48:15 +0000 (13:48 +0000)]
Make another NULL check explicit and put a brace on the proper line
tb [Thu, 15 Jun 2023 13:44:38 +0000 (13:44 +0000)]
Rename a few variables and other cosmetics
Rename buf_in into in, buf_out into out, use in_len and out_len for their
lengths, drop a couple of silly casts and remove some empty lines.
ok jsing
tb [Thu, 15 Jun 2023 13:32:18 +0000 (13:32 +0000)]
Switch ASN1_item_sign_ctx() to EVP_DigestSign()
This makes this function work with
Ed25519 and cleans up a handful of
ugly contortions: use EVP_DigestSign() to determine the signature length
instead of using the strange EVP_PKEY_size() and garbage collect the now
useless out_len. Also use calloc().
ok jsing
tb [Thu, 15 Jun 2023 13:22:25 +0000 (13:22 +0000)]
Make NULL checks explicit in ASN1_item_sign_ctx()
Also move the NULL check for the EVP_MD into the rv == 2 path, which
is the only branch where it is used.
ok jsing
tb [Thu, 15 Jun 2023 13:07:45 +0000 (13:07 +0000)]
ASN1_item_sign_ctx()
Pull a NULL check for pkey->ameth up to before ameth is first accessed. An
EVP_PKEY created with EVP_PKEY_new() has ameth == NULL, so this check makes
sense, but it does not make sense to do it where it was.
tb [Thu, 15 Jun 2023 12:44:17 +0000 (12:44 +0000)]
Fix a logic error in ASN1_item_sign_ctx()
If the item_sign() ASN.1 method returns 1, it supposedly handles everything
and the goto err prior to r1.5 was actually a success path. Go figure.
This is fortunately inconsequential since there are only two item_sign()
methods, one for RSA and one for
Ed25519, neither of which can return 1.
They only return 0, 2, and 3.
Pointed out by and ok jsing
jsg [Thu, 15 Jun 2023 03:21:13 +0000 (03:21 +0000)]
drm/amdgpu: reserve the old gc_11_0_*_mes.bin
From Li Ma
da9a8dc33da2083d762c9d84ad1f2752a5a503f4 in linux-6.1.y/6.1.30
8855818ce7554fb7420200187fac9c3b69500da0 in mainline linux
jsg [Thu, 15 Jun 2023 03:18:49 +0000 (03:18 +0000)]
drm/amd/amdgpu: introduce gc_*_mes_2.bin v2
From Jack Xiao
616843d5a11bdcad5d65e230a2e372b5701108be in linux-6.1.y/6.1.30
97998b893c3000b27a780a4982e16cfc8f4ea555 in mainline linux
jsg [Thu, 15 Jun 2023 03:16:25 +0000 (03:16 +0000)]
drm/amdgpu: declare firmware for new MES 11.0.4
From Li Ma
09bf14907d8643f3a316d519b2df41ace2db0d7d in linux-6.1.y/6.1.30
a462ef872fd1e83ebd075cf82d91f111acaa629e in mainline linux
jsg [Thu, 15 Jun 2023 03:14:43 +0000 (03:14 +0000)]
drm/amdgpu/gfx11: update gpu_clock_counter logic
From Alex Deucher
76313a63f7790d321d425b386e57918fed209545 in linux-6.1.y/6.1.30
d5aa417808cf14c052ca042920b3c6b9f1dc6aa4 in mainline linux
jsg [Thu, 15 Jun 2023 03:13:11 +0000 (03:13 +0000)]
drm/amdgpu: refine get gpu clock counter method
From Tong Liu01
055852074c968e3649cdcac5d112af17fd39bac8 in linux-6.1.y/6.1.30
5591a051b86be170a84943698ab140342602ff7b in mainline linux
jsg [Thu, 15 Jun 2023 03:11:03 +0000 (03:11 +0000)]
drm/amdgpu/gfx11: Adjust gfxoff before powergating on gfx11 as well
From Guilherme G. Piccoli
4e2f9159f9420ff481dc6ae00969d9406aa85e6f in linux-6.1.y/6.1.30
11fbdda2ab6bf049e2869139c07016022b4e045b in mainline linux
jsg [Thu, 15 Jun 2023 03:09:32 +0000 (03:09 +0000)]
drm/amdgpu/gfx10: Disable gfxoff before disabling powergating.
From Bas Nieuwenhuizen
abfe2ffc004a0e6d23573b52826adf3dafdd9e02 in linux-6.1.y/6.1.30
8173cab3368a13cdc3cad0bd5cf14e9399b0f501 in mainline linux
jsg [Thu, 15 Jun 2023 03:06:36 +0000 (03:06 +0000)]
drm/amdgpu/gmc11: implement get_vbios_fb_size()
From Alex Deucher
9de5a985884acff022375a29bd5166bfabbded07 in linux-6.1.y/6.1.30
68518294d00da6a2433357af75a63abc6030676e in mainline linux
jsg [Thu, 15 Jun 2023 03:05:21 +0000 (03:05 +0000)]
drm/amd/pm: fix possible power mode mismatch between driver and PMFW
From Evan Quan
903e942500c64bf3acc95e65336366a9e777d581 in linux-6.1.y/6.1.30
bf4823267a817f7c155876a125b94336d7113e77 in mainline linux
jsg [Thu, 15 Jun 2023 03:03:34 +0000 (03:03 +0000)]
drm/amdgpu: drop gfx_v11_0_cp_ecc_error_irq_funcs
From Horatio Zhang
7b5a8a23acbc3ee50b23602b61db1563561faf84 in linux-6.1.y/6.1.30
720b47229a5b24061d1c2e29ddb6043a59178d79 in mainline linux
jsg [Thu, 15 Jun 2023 03:02:04 +0000 (03:02 +0000)]
drm/amdgpu: Fix sdma v4 sw fini error
From lyndonli
210ef6cd8e634f18fd889421012192b81325b27b in linux-6.1.y/6.1.30
5e08e9c742a00384e5abe74bd40cf4dc15cb3a2e in mainline linux
jsg [Thu, 15 Jun 2023 03:00:16 +0000 (03:00 +0000)]
drm/amd: Fix an out of bounds error in BIOS parser
From Mario Limonciello
5675ecd2e0b00a4318ba1db1a1234e7d45b13d6b in linux-6.1.y/6.1.30
d116db180decec1b21bba31d2ff495ac4d8e1b83 in mainline linux
jsg [Thu, 15 Jun 2023 02:58:49 +0000 (02:58 +0000)]
drm/amd/display: Correct DML calculation to follow HW SPEC
From Paul Hsieh
ec5f00a59aade7e2575fed8b703e2281da444c56 in linux-6.1.y/6.1.30
385c3e4c29e1d4ce8f68687a8c84621e4c0e0416 in mainline linux
jsg [Thu, 15 Jun 2023 02:56:43 +0000 (02:56 +0000)]
drm/amd/display: fixed dcn30+ underflow issue
From Ayush Gupta
3dc61a19c924632b0bc8ec83593e072739b70645 in linux-6.1.y/6.1.30
37403ced9f2873fab7f39ab4ac963bbb33fb0bc0 in mainline linux
jsg [Thu, 15 Jun 2023 02:54:54 +0000 (02:54 +0000)]
drm/amd/display: Use DC_LOG_DC in the trasform pixel function
From Rodrigo Siqueira
34813f041d0e627905f47ccadc94a7fc566104d0 in linux-6.1.y/6.1.30
7222f5841ff49709ca666b05ff336776e0664a20 in mainline linux
jsg [Thu, 15 Jun 2023 02:53:11 +0000 (02:53 +0000)]
drm/amd/display: Enable HostVM based on rIOMMU active
From Gabe Teeger
d547d499e451f1e38ad22450602122e0e73f8540 in linux-6.1.y/6.1.30
97fa4dfa66fdd52ad3d0c9fadeaaa1e87605bac7 in mainline linux
jsg [Thu, 15 Jun 2023 02:51:42 +0000 (02:51 +0000)]
drm/amd/display: Correct DML calculation to align HW formula
From Paul Hsieh
09f7da1301cf7390466847781ef06b0d0c61db4e in linux-6.1.y/6.1.30
26a9f53198c955b15161da48cdb51041a38d5325 in mainline linux
jsg [Thu, 15 Jun 2023 02:49:59 +0000 (02:49 +0000)]
drm/amd/display: populate subvp cmd info only for the top pipe
From Ayush Gupta
92e6c79acad4b96efeff261d27bdbd8089a7dd24 in linux-6.1.y/6.1.30
9bb10b7aaec3b6278f9cc410c17dcaa129bbbbf0 in mainline linux
jsg [Thu, 15 Jun 2023 02:48:26 +0000 (02:48 +0000)]
drm/displayid: add displayid_get_header() and check bounds better
From Jani Nikula
4b17053ba268bf952c19ecb58d66d5d72e782d13 in linux-6.1.y/6.1.30
5bacecc3c56131c31f18b23d366f2184328fd9cf in mainline linux
jsg [Thu, 15 Jun 2023 02:46:22 +0000 (02:46 +0000)]
drm/i915: taint kernel when force probing unsupported devices
From Jani Nikula
dcd289136bccf2bdd519ee1eb355ed71c73cbe75 in linux-6.1.y/6.1.30
79c901c93562bdf1c84ce6c1b744fbbe4389a6eb in mainline linux
jsg [Thu, 15 Jun 2023 02:44:18 +0000 (02:44 +0000)]
drm/i915: Expand force_probe to block probe of devices as well.
From Rodrigo Vivi
36fa6187753a9b52f2bbf2f3ba628f6bad314510 in linux-6.1.y/6.1.30
157821fb3e9aaa07cf408686b08d117bf27b7de1 in mainline linux
jsg [Thu, 15 Jun 2023 02:41:45 +0000 (02:41 +0000)]
drm/i915/dp: prevent potential div-by-zero
From Nikita Zhandarovich
86d73b1f98a81f3ecfc19dfe6f8d50daf5707330 in linux-6.1.y/6.1.30
0ff80028e2702c7c3d78b69705dc47c1ccba8c39 in mainline linux
jsg [Thu, 15 Jun 2023 02:39:37 +0000 (02:39 +0000)]
drm/i915: Fix NULL ptr deref by checking new_crtc_state
From Stanislav Lisovskiy
dbf25cc21beff4fd2e730573845a266504b21bb2 in linux-6.1.y/6.1.30
a41d985902c153c31c616fe183cf2ee331e95ecb in mainline linux
jsg [Thu, 15 Jun 2023 02:38:03 +0000 (02:38 +0000)]
drm/i915/guc: Don't capture Gen8 regs on Xe devices
From John Harrison
1b485f39acf31e71bf30f32a0642310c1661743c in linux-6.1.y/6.1.30
275dac1f7f5e9c2a2e806b34d3b10804eec0ac3c in mainline linux
jsg [Thu, 15 Jun 2023 02:35:34 +0000 (02:35 +0000)]
drm/mipi-dsi: Set the fwnode for mipi_dsi_device
From Saravana Kannan
3ff962242f5b69176d859c03948fe20cf234d2c3 in linux-6.1.y/6.1.30
a26cc2934331b57b5a7164bff344f0a2ec245fc0 in mainline linux
jsg [Thu, 15 Jun 2023 02:33:23 +0000 (02:33 +0000)]
drm/fbdev-generic: prohibit potential out-of-bounds access
From Sui Jingfeng
efd2821b8abeccb6b51423002e2a62921481a26e in linux-6.1.y/6.1.30
c8687694bb1f5c48134f152f8c5c2e53483eb99d in mainline linux
mvs [Wed, 14 Jun 2023 14:30:08 +0000 (14:30 +0000)]
Add missing kernel lock around (*if_ioctl)().
ok bluhm
claudio [Wed, 14 Jun 2023 14:09:29 +0000 (14:09 +0000)]
Replace the last few print_host() calls with print_addr() ones.
In most cases print_host(addr, buf, buflen) can be replaced with
strlcpy(buf, print_addr(addr), buflen).
Some code was never fully adjusted to the full power of print_host() and
there are remnants of times well before print_host() supported multiple
internal buffers.
With and OK tb@
espie [Wed, 14 Jun 2023 09:59:09 +0000 (09:59 +0000)]
GC remnants of pipe support, long gone.
Display an error message for non found packages, in addition to setting
the exit code.
espie [Wed, 14 Jun 2023 07:52:37 +0000 (07:52 +0000)]
fix test after method name change
kn [Wed, 14 Jun 2023 01:16:08 +0000 (01:16 +0000)]
Add KUTaisi, Georgia (ქუთაისის საერთაშორისო აეროპორტი)
Small yet busy, well working and maintained in the georgeous Imereti region.
Lots of cheap european flights, i.e. a great opportunity to visit Georgia!
tb [Tue, 13 Jun 2023 23:31:53 +0000 (23:31 +0000)]
Move comment about ASN1_item_dup() where it belongs
Reword it in such a way that it stands on its own and doesn't refer
to a non-existent model above. Also tweak grammar and fix typos.
millert [Tue, 13 Jun 2023 21:10:41 +0000 (21:10 +0000)]
Remove debug info inadvertantly left in the last commit.
bluhm [Tue, 13 Jun 2023 19:34:12 +0000 (19:34 +0000)]
Fix a typo with TSO logic in ip6_output(). Of course compare ph_mss
with if_mtu and not the packet checksum flags. ph_mss contains the
size of the copped packets.
OK jan@
millert [Tue, 13 Jun 2023 15:36:21 +0000 (15:36 +0000)]
Upstream fixes for @yearly, @monthly, @weekly, @daily and @hourly.
The bit_nset() macro was being called with the high value one too
large for the special strings. There is no security impact due to
the layout of the bit strings but this was somewhat lucky. This
introduces a set_range() function that performs range checks before
calling bit_nset().
tb [Tue, 13 Jun 2023 12:34:12 +0000 (12:34 +0000)]
iked: introduce and use print_addr()
The vast majority of print_host() callers cast the first argument
(usually a sockaddr_storage *) to (struct sockaddr *) and pass both
a NULL buffer and 0 length. Cast and useless arguments lead to
awkward line wrapping in many places. Clean this up by introducing a
helper. Make this helper take a void pointer, so all casts go away.
ok claudio kn tobhe
claudio [Tue, 13 Jun 2023 11:41:36 +0000 (11:41 +0000)]
Link http regress test with -lz for content-encoding gzip support.
Noticed by anton@
tb [Tue, 13 Jun 2023 10:39:46 +0000 (10:39 +0000)]
Some KNF nits
tb [Tue, 13 Jun 2023 10:38:45 +0000 (10:38 +0000)]
imsg test: simplify Makefile
tb [Tue, 13 Jun 2023 09:28:13 +0000 (09:28 +0000)]
Disallow aliasing of return value and modulus
All the functions changed in this commit would silently misbehave if the
return value aliases the modulus, most of the time they would succeed and
return an incorrect result of 0 in that situation. This adjusts all the
functions in BN_mod.c, others and documentation will follow later.
Prompted by a bug report about BN_mod_inverse() by Guido Vranken.
ok jsing
tb [Tue, 13 Jun 2023 09:12:22 +0000 (09:12 +0000)]
Add a BN_R_INVALID_ARGUMENT error code
One problem with OpenSSL error codes is that they tend to be too specific
(another problem is that they are extremely ugly). So add an EINVAL-style
error code. This will be used in an upcoming commit to disallow aliasing
of the 'return value' with the modulus in BN_mod_* functions and should
be applicable elsewhere, outside of this one narrow use case.
ok jsing
espie [Tue, 13 Jun 2023 09:07:16 +0000 (09:07 +0000)]
move to use v5.36;
tested by me over the last few weeks, and tb@
also fixed a "manual install" bug properly reported by tb@
aside that there should be *no functional change*.
If you see any message like "hey, the number of params is wrong"
it is a fringe case I didn't run into and should be easy to fix.
claudio [Tue, 13 Jun 2023 08:45:41 +0000 (08:45 +0000)]
Fix FILE leak in error path.
If flowf is NULL then fclose(spif) must be called.
Split up the error check from if (spif == NULL || flowf == NULL) to
individual checks since that is easier to read.
Noticed by markus@, OK tb@
anton [Tue, 13 Jun 2023 04:59:10 +0000 (04:59 +0000)]
All hooked up regress directories must at least support make obj and clean in
order to not break the tree. Therefore make use of bsd.regress.mk.
jsg [Tue, 13 Jun 2023 04:11:37 +0000 (04:11 +0000)]
drm/amd/display: Fix hang when skipping modeset
From Aurabindo Pillai
49f63bd0625a790025a086e8856ee8e5b9042412 in linux-6.1.y/6.1.29
da5e14909776edea4462672fb4a3007802d262e7 in mainline linux
jsg [Tue, 13 Jun 2023 04:09:51 +0000 (04:09 +0000)]
drm/dsc: fix DP_DSC_MAX_BPP_DELTA_* macro values
From Jani Nikula
18ecffd03626ba57c4c899e0b7953479b463372d in linux-6.1.y/6.1.29
0d68683838f2850dd8ff31f1121e05bfb7a2def0 in mainline linux
jsg [Tue, 13 Jun 2023 04:07:55 +0000 (04:07 +0000)]
drm/dsc: fix drm_edp_dsc_sink_output_bpp() DPCD high byte usage
From Jani Nikula
98643c9910575bd3a63ac8c587565cc7f3fc329b in linux-6.1.y/6.1.29
13525645e2246ebc8a21bd656248d86022a6ee8f in mainline linux
jsg [Tue, 13 Jun 2023 04:05:47 +0000 (04:05 +0000)]
drm: Add missing DP DSC extended capability definitions.
From Stanislav Lisovskiy
f95a60099dfd8e728ecc700a714c8cd5ae1c923b in linux-6.1.y/6.1.29
1482ec00be4a3634aeffbcc799791a723df69339 in mainline linux
jsg [Tue, 13 Jun 2023 04:03:17 +0000 (04:03 +0000)]
drm/amd/display: Change default Z8 watermark values
From Leo Chen
3db734e4d95a70ba45f06053221e710cc26b5eb2 in linux-6.1.y/6.1.29
8f586cc16c1fc3c2202c9d54563db8c7ed365f82 in mainline linux
jsg [Tue, 13 Jun 2023 04:00:50 +0000 (04:00 +0000)]
drm/amd/display: Update Z8 SR exit/enter latencies
From Nicholas Kazlauskas
a009acf687177ec88ce7cd5eedde7ad069b39cc5 in linux-6.1.y/6.1.29
9b0f51e8449f6f76170fda6a8dd9c417a43ce270 in mainline linux
jsg [Tue, 13 Jun 2023 03:59:16 +0000 (03:59 +0000)]
drm/amd/display: Update Z8 watermarks for DCN314
From Nicholas Kazlauskas
e22ef1561085fcd2c13ac2e501f31ebfa7a8e8cd in linux-6.1.y/6.1.29
fa24e116f1ce3dcc55474f0b6ab0cac4e3ee34e1 in mainline linux
jsg [Tue, 13 Jun 2023 03:57:27 +0000 (03:57 +0000)]
drm/amd/display: Lowering min Z8 residency time
From Leo Chen
1d383f9d6527d92b65d2e48afa6200370fc06380 in linux-6.1.y/6.1.29
d893f39320e1248d1c97fde0d6e51e5ea008a76b in mainline linux
jsg [Tue, 13 Jun 2023 03:55:48 +0000 (03:55 +0000)]
drm/amd/display: Update minimum stutter residency for DCN314 Z8
From Nicholas Kazlauskas
e6332695d48434582f1d8e02350a45c8a390dc13 in linux-6.1.y/6.1.29
0215ce9057edf69aff9c1a32f4254e1ec297db31 in mainline linux
jsg [Tue, 13 Jun 2023 03:54:06 +0000 (03:54 +0000)]
drm/amd/display: Add minimum Z8 residency debug option
From Nicholas Kazlauskas
25f603624246062fd473812e6ebda98e3c387017 in linux-6.1.y/6.1.29
0db13eae41fcc67f408dbb3dfda59633c4fa03fb in mainline linux
jsg [Tue, 13 Jun 2023 03:51:56 +0000 (03:51 +0000)]
drm/amd/display: Fix Z8 support configurations
From Nicholas Kazlauskas
97b3d8eed09785212900e9ccdc9ff1e0a86fef15 in linux-6.1.y/6.1.29
73dd4ca4b5a01235607231839bd351bbef75a1d2 in mainline linux
jsg [Tue, 13 Jun 2023 03:50:21 +0000 (03:50 +0000)]
drm/amd/display: Add debug option to skip PSR CRTC disable
From Nicholas Kazlauskas
18225134088453e386b7aade107b3026d7aca76d in linux-6.1.y/6.1.29
00812bfc7bcb02faf127ee05f6ac27a5581eb701 in mainline linux
jsg [Tue, 13 Jun 2023 03:48:04 +0000 (03:48 +0000)]
drm/amd/display: Add Z8 allow states to z-state support list
From Nicholas Kazlauskas
bcde2c8779932e21c42cf1797bef92651e9aa567 in linux-6.1.y/6.1.29
80676936805e46c79c38008e5142a77a1b2f2dc7 in mainline linux
jsg [Tue, 13 Jun 2023 03:46:07 +0000 (03:46 +0000)]
drm/amd/display: Refactor eDP PSR codes
From Ian Chen
83468820168a470a489e6ad6f7759d19687d1623 in linux-6.1.y/6.1.29
bd829d5707730072fecc3267016a675a4789905b in mainline linux
jsg [Tue, 13 Jun 2023 03:43:25 +0000 (03:43 +0000)]
drm/i915: Check pipe source size when using skl+ scalers
From Ville Syrjala
74a03d3c8d895a7d137bb4be8e40cae886f5d973 in linux-6.1.y/6.1.29
d944eafed618a8507270b324ad9d5405bb7f0b3e in mainline linux
jsg [Tue, 13 Jun 2023 03:41:25 +0000 (03:41 +0000)]
drm/i915/mtl: update scaler source and destination limits for MTL
From Animesh Manna
549ce5199d991eba81c477d5d05e988e2688abf7 in linux-6.1.y/6.1.29
f840834a8b60ffd305f03a53007605ba4dfbbc4b in mainline linux
jsg [Tue, 13 Jun 2023 03:39:16 +0000 (03:39 +0000)]
drm/amd: Use `amdgpu_ucode_*` helpers for MES
From Mario Limonciello
7a0731130425562eac33c50697d3d25be283ef1f in linux-6.1.y/6.1.29
11e0b0067ec0707e8e598a5f9a547ab618ae7982 in mainline linux
jsg [Tue, 13 Jun 2023 03:37:20 +0000 (03:37 +0000)]
drm/amd: Add a new helper for loading/validating microcode
From Mario Limonciello
a3e3a640d4fd9d7d40c1737e2b4373b7f4470eab in linux-6.1.y/6.1.29
2210af50ae7f4104269dfde7bafbbfbacdbe1a2b in mainline linux