From 865fc6e9f8241be3043dfb4705a47e5b913fc7a8c838cd35f8fca9f69ab2af9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 3 May 2024 14:13:34 +0200 Subject: [PATCH] Sync from SUSE:SLFO:Main kernel-source-rt revision 2df16d0184121ab07081e9ca44e4b094 --- .gitattributes | 23 + README.KSYMS | 6 + README.PATCH-POLICY.SUSE | 316 + README.SUSE | 434 + _constraints | 220 + _multibuild | 5 + apply-patches | 47 + arch-symbols | 47 + check-for-config-changes | 57 + check-module-license | 13 + compress-vmlinux.sh | 15 + compute-PATCHVERSION.sh | 77 + config.addon.tar.bz2 | 3 + config.conf | 16 + config.sh | 26 + config.tar.bz2 | 3 + constraints.in | 196 + dtb.spec.in.in | 104 + group-source-files.pl | 113 + guards | 311 + host-memcpy-hack.h | 7 + kabi.pl | 204 + kabi.tar.bz2 | 3 + kernel-binary-conflicts | 18 + kernel-binary.spec.in | 1537 + kernel-cert-subpackage | 40 + kernel-default-base.spec.txt | 112 + kernel-docs.spec.in | 183 + kernel-module-subpackage | 100 + kernel-obs-build.spec.in | 181 + kernel-obs-qa.spec.in | 76 + kernel-rt.changes | 83104 +++++++++++++++++++++++++++++++++ kernel-rt.spec | 2025 + kernel-rt_debug.changes | 83104 +++++++++++++++++++++++++++++++++ kernel-rt_debug.spec | 2025 + kernel-source-rt.changes | 83104 +++++++++++++++++++++++++++++++++ kernel-source-rt.spec | 331 + kernel-source.rpmlintrc | 14 + kernel-source.spec.in | 331 + kernel-spec-macros | 87 + kernel-subpackage-build | 72 + kernel-subpackage-spec | 109 + kernel-syms-rt.changes | 83104 +++++++++++++++++++++++++++++++++ kernel-syms-rt.spec | 83 + kernel-syms.spec.in | 81 + klp-symbols | 72 + linux-6.4.tar.sign | 19 + linux-6.4.tar.xz | 3 + linux.keyring | Bin 0 -> 5728 bytes log.sh | 167 + macros.kernel-source | 100 + mergedep | 28 + mkspec | 587 + mkspec-dtb | 221 + moddep | 21 + modflist | 10 + modules.fips | 73 + modversions | 158 + obsolete-kmps | 3 + old-flavors | 25 + old_changelog.txt | 1 + package-descriptions | 148 + patches.addon.tar.bz2 | 3 + patches.apparmor.tar.bz2 | 3 + patches.arch.tar.bz2 | 3 + patches.drivers.tar.bz2 | 3 + patches.drm.tar.bz2 | 3 + patches.fixes.tar.bz2 | 3 + patches.kabi.tar.bz2 | 3 + patches.kernel.org.tar.bz2 | 3 + patches.rpmify.tar.bz2 | 3 + patches.rt.tar.bz2 | 3 + patches.suse.tar.bz2 | 3 + release-projects | 19 + series.conf | 20627 ++++++++ source-timestamp | 3 + split-modules | 222 + splitflist | 16 + supported.conf | 6531 +++ sysctl.tar.bz2 | 3 + try-disable-staging-driver | 83 + 81 files changed, 371240 insertions(+) create mode 100644 .gitattributes create mode 100644 README.KSYMS create mode 100644 README.PATCH-POLICY.SUSE create mode 100644 README.SUSE create mode 100644 _constraints create mode 100644 _multibuild create mode 100644 apply-patches create mode 100644 arch-symbols create mode 100644 check-for-config-changes create mode 100644 check-module-license create mode 100644 compress-vmlinux.sh create mode 100644 compute-PATCHVERSION.sh create mode 100644 config.addon.tar.bz2 create mode 100644 config.conf create mode 100644 config.sh create mode 100644 config.tar.bz2 create mode 100644 constraints.in create mode 100644 dtb.spec.in.in create mode 100644 group-source-files.pl create mode 100644 guards create mode 100644 host-memcpy-hack.h create mode 100644 kabi.pl create mode 100644 kabi.tar.bz2 create mode 100644 kernel-binary-conflicts create mode 100644 kernel-binary.spec.in create mode 100644 kernel-cert-subpackage create mode 100644 kernel-default-base.spec.txt create mode 100644 kernel-docs.spec.in create mode 100644 kernel-module-subpackage create mode 100644 kernel-obs-build.spec.in create mode 100644 kernel-obs-qa.spec.in create mode 100644 kernel-rt.changes create mode 100644 kernel-rt.spec create mode 100644 kernel-rt_debug.changes create mode 100644 kernel-rt_debug.spec create mode 100644 kernel-source-rt.changes create mode 100644 kernel-source-rt.spec create mode 100644 kernel-source.rpmlintrc create mode 100644 kernel-source.spec.in create mode 100644 kernel-spec-macros create mode 100644 kernel-subpackage-build create mode 100644 kernel-subpackage-spec create mode 100644 kernel-syms-rt.changes create mode 100644 kernel-syms-rt.spec create mode 100644 kernel-syms.spec.in create mode 100644 klp-symbols create mode 100644 linux-6.4.tar.sign create mode 100644 linux-6.4.tar.xz create mode 100644 linux.keyring create mode 100644 log.sh create mode 100644 macros.kernel-source create mode 100644 mergedep create mode 100644 mkspec create mode 100644 mkspec-dtb create mode 100644 moddep create mode 100644 modflist create mode 100644 modules.fips create mode 100644 modversions create mode 100644 obsolete-kmps create mode 100644 old-flavors create mode 100644 old_changelog.txt create mode 100644 package-descriptions create mode 100644 patches.addon.tar.bz2 create mode 100644 patches.apparmor.tar.bz2 create mode 100644 patches.arch.tar.bz2 create mode 100644 patches.drivers.tar.bz2 create mode 100644 patches.drm.tar.bz2 create mode 100644 patches.fixes.tar.bz2 create mode 100644 patches.kabi.tar.bz2 create mode 100644 patches.kernel.org.tar.bz2 create mode 100644 patches.rpmify.tar.bz2 create mode 100644 patches.rt.tar.bz2 create mode 100644 patches.suse.tar.bz2 create mode 100644 release-projects create mode 100644 series.conf create mode 100644 source-timestamp create mode 100644 split-modules create mode 100644 splitflist create mode 100644 supported.conf create mode 100644 sysctl.tar.bz2 create mode 100644 try-disable-staging-driver diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/README.KSYMS b/README.KSYMS new file mode 100644 index 0000000..ee3f39e --- /dev/null +++ b/README.KSYMS @@ -0,0 +1,6 @@ +This file is a place holder for the kernel-syms{,-rt} package. It is used +to group build dependencies for all kernel flavors. + +The KMP build process will build KMPs against all installed kernel flavors +automatically. If you don't need to build against other flavors than the +ones you've already installed - it is safe to uninstall this package. diff --git a/README.PATCH-POLICY.SUSE b/README.PATCH-POLICY.SUSE new file mode 100644 index 0000000..1a18107 --- /dev/null +++ b/README.PATCH-POLICY.SUSE @@ -0,0 +1,316 @@ +SUSE Linux Enterprise Patch Policy +================================== + + +Summary +------- + +The SUSE Linux Enterprise (SLE) patch policy mirrors the mainline Linux +community's policy for accepting changes. Each commit must contain a small and +"obvious" change that can be reviewed individually and, once applied, be able to +be used as a bisection point. The kernel should be able to build and boot +between each applied patch. Since the SLE kernel is based on an official +upstream kernel release and is followed by a hardening process, we expect that +nearly all of the patches applied to the base release will be from subsequent +official upstream releases intended to address specific issues or to allow for +hardware/feature enablement. + + +Background +---------- + +Before covering the policy itself, we'll discuss a bit of background on how the +source code tree is organized. If you've used the SLE kernel source tree +at before, you've probably noticed that, +unlike the mainline Linux kernel, we don't use a source-level Git repository as +our "base". Instead, we use an official kernel.org Linux tar archive as the base +and add a series of patches on top of it. This carries with it several benefits. +The biggest is that we add metadata "tags" to our patches that allow us to +easily associate patches with particular feature requests, bug reports, and/or +the pedigree of the patch. Due to the nature of some of our feature requests, we +must also occasionally carry patches that, for one reason or another, haven't +been accepted into the mainline kernel repository yet. With a full Git +repository, it would be difficult to associate the initial commit for a +particular feature with any subsequent changes to it. Another benefit is more +superficial: with the use of separate patches, we and our users are able to +tell, at a glance, which patches are in any given kernel release simply by +looking at the source package. + +This approach works well but has limited options for typical debugging +techniques such as bisection. The application of the patch series results in our +fully operational SLE kernel but stopping the patch series midway can result in +an unbuildable source tree. To help this and similar scenarios, we publish also +a fully expanded Git repository at which +exactly represents the code as if it were originally used as a standard source +code tree repository. This allows us to work with the individual patches *and* +have the ability to bisect the tree as the changes are applied. It also makes it +easier for partners unfamiliar with how our source tree works to make the +transition. + + +Format +------ + +The SLE patch format follows very closely what you would see on any mailing list +associated with Linux kernel development. A SLE patch is formatted like an +RFC822 mbox-style mail message, with a few extensions. If the patch is coming +from the mainline Linux repository or a subsystem maintainer repository, SUSE +has tools that can make adding these tags nearly painless. + +Each patch should contain the "From" and "Subject" headers found in any email +message. The From should contain the name and email address of the patch author. +The Subject should contain a short description of the patch, prefixed with the +subsystem affected. + +For instance: + + From: Jeff Mahoney + Subject: init: print hello world at boot time + +Beyond that, we require several more headers, the full description of the patch, +the certification tags used in the mainline kernel, and the patch contents. + +The required headers are as follows: + +* Git-commit: [a-f0-9]{40} + + Contains the SHA-1 Git commit ID of the patch in either the mainline kernel + repository or an official maintainer repository. + +* Git-repo: URL-to-git-repo (starting with `git://`) + + The URL to the Git repository containing the commit. This tag can be omitted + if the commit is from the mainline kernel repository. + +* Patch-mainline: vMajor.Minor.Patch{-optional-rc} + + The official kernel release that contains this patch. In the case of a patch + accepted into a maintainer branch, "Queued in subsystem maintainer repo" can + be used. If the patch has been submitted to a subsystem mailing list for + review and is nearly certain to be accepted, + "Submitted " can be used. Otherwise, if the patch will + never be in the upstream kernel, e.g. in the case of vendor-specific version + numbers, etc., then "No" followed by the reason why it will not be accepted + (or submitted). Please note that the reason must be compelling for it to be + allowed into our kernel repository. + +* References: list of references + + A specific reason must exist for each patch to be included into the kernel + repository. It can be a fix in response to a bug report or a patch submitted + as part of the feature development cycle for a release. We use a shorthand to + indicate why a particular patch will be included and it's possible to use more + than one. + + For feature requests, the feature will have to have gone through our feature + tracking tool, a Jira instance at . Each feature + request will have an ID associated with it and it can be added to the + References tag using jsc#id, e.g. jsc#PED-12345. + + For fixes to bug reports or patches for feature requests submitted via + Bugzilla at , the shorthand is bsc#number. Other + shorthands referring to different Bugzilla instances are possible too, such as + bko, for . + +Next is the full description of the patch, which should explain why the patch is +needed and an overview of what it does. + +The last "header" portion of the patch contains the certification tags, which +consist of "Signed-off-by" and "Acked-by". We and the upstream Linux community +depend on patch submitters to "own" their submission and certify they have the +right to submit code to the kernel repository. For patches coming from the +mainline Linux kernel repository, the certification tags are already in place +and only the submitter's tag needs to be added, unless one is also already part +of the original patch. Likewise, the SUSE engineer who includes the submission +in our kernel tree will add their own "Acked-by" tag. + +The remaining part of the patch is the actual diff with changes. The patch +content should be in the "-ab" format where the patch header itself only +contains the filename without any timestamps. An optional `diffstat -p1` output +may also be included. + +Here's an example of a complete patch: + +``` +From: Upstream Committer +Subject: init: print hello world on boot +Patch-mainline: v3.8-rc1 +Git-commit: deadbeefc0ffeeb1a4b1a4b1a4b1a4b1a4b1a4b1a4 +References: jsc#PED-12134 bsc#23123 + +The kernel started off like every other project. Let's add the hello +world message in honor of its roots. + +Signed-off-by: Upstream Committer +Tested-by: Bill User +Acked-by: Jeff Mahoney +--- + init/main.c | 1 + + 1 file changed, 1 insertion(+) + +--- a/init/main.c ++++ b/init/main.c +@@ -807,6 +807,7 @@ static noinline int init_post(void) + system_state = SYSTEM_RUNNING; + numa_default_policy(); + ++ printk("Hello world!\n"); + + current->signal->flags |= SIGNAL_UNKILLABLE; + +``` + + +Patch inclusion rules +--------------------- + +As mentioned in the summary, we expect that most patches to the SLE kernel will +come from subsequent official upstream kernel releases, or from subsystem +maintainer repositories where the patch is on its way to become a part of an +official upstream Linux release. The SLE kernel contains hardware enablement +driver enhancement/backports for a wide range of devices offered by many +vendors. In many cases, the drivers are self-contained but many others have +shared dependencies on common infrastructure. + +The shared dependencies on common infrastructure combined with the need to be +able to bisect the resulting kernel means that we must require all partners to +submit patch series consisting of individual patches that match upstream +commits. In the case where a commit affects multiple drivers, it is acceptable +to only include the portions that affect a particular driver as long as it is +annotated by appending "(partial)" to the Git-commit line and documenting what +is included or dropped. An example using the patch tools is included below. + + +Tools +----- + +We understand that there are a bunch of rules to follow and that implementing +them all can be tedious. SUSE has a set of tools to make working with the +patches a lot easier. They are called patchtools and published at +. + +Two important tools are included: fixpatch and exportpatch. Fixpatch adds +missing headers and formatting to existing patches, assuming there's at least a +Git-commit tag present. Exportpatch, given a list of commit IDs on the command +line, searches for each commit in the configured repositories and exports the +patches. + +Exportpatch has a number of options, the following list shows the most useful +ones: + +* `-w` | `--write` + + Write out each commit into a separate file. The filenames are based on the + subject of the header and they get output on stdout for use directly in a + series file. + +* `-d DIR` | `--dir=DIR` + + Write out each commit into a designated directory. The default is to write + into the current directory. + +* `-F REF` | `--reference=REFERENCE` + + Add a References tag to the patch output using the specified reference, can be + repeated multiple times. + +* `-x EXTRACT` | `--extract=EXTRACT` + + It it sometimes desirable to split out chunks of patches that affect only a + particular section of the code. This option accepts pathnames to extract. + Anything not specified will be skipped. Paths ending with `/` designate + everything under that hierarchy. This also adds the "(partial)" notation to + the Git-commit tag and adds a Patch-filtered tag indicating which paths were + used to extract. + +Refer to the exportpatch(1) manual page for more details and a complete list of +all options. + +One useful feature of exportpatch is that 3-way merge diffs are handled +automatically such that a new, exact 2-way diff is generated. Note that both the +`-x` option and the automatic handling of merge commits can generate empty +patches. Such patches are skipped entirely and no files are generated. + +As a quick example, the following invocation would generate patches necessary +for a backport of the ixgbe driver from v3.2 against the v3.0 kernel: + + $ exportpatch -w -d ixgbe \ + -x drivers/net/ixgbe/ -x drivers/net/ethernet/intel/ixgbe/ \ + -F "jsc#PED-12345" -F "bsc#12354" \ + $(git log v3.0..v3.2 --pretty=oneline -- \ + drivers/net/ixgbe drivers/net/ethernet/intel/ixgbe | \ + cut -b 1-40) \ + > ixgbe/series + +The tool automatically adds an Acked-by tag to the created patches unless you +were involved in the original upstream commit process. Be aware that the +produced result (obviously) doesn't include any infrastructure changes that +might be needed for the patches to build. + +The first patch in the series looks like this: + +``` +From 6403eab143205a45a5493166ff8bf7e3646f4a77 Mon Sep 17 00:00:00 2001 +From: Joe Perches +Date: Fri, 3 Jun 2011 11:51:20 +0000 +Subject: drivers/net: Remove unnecessary semicolons +Git-commit: 6403eab143205a45a5493166ff8bf7e3646f4a77 (partial) +Patch-mainline: v3.1-rc1 +References: jsc#PED-12345 bsc#12354 +Patch-filtered: drivers/net/ixgbe/ drivers/net/ethernet/intel/ixgbe/ + +Semicolons are not necessary after switch/while/for/if braces +so remove them. + +Signed-off-by: Joe Perches +Signed-off-by: David S. Miller +Acked-by: Jeff Mahoney +--- + + drivers/net/ixgbe/ixgbe_82599.c | 4 ++-- + drivers/net/ixgbe/ixgbe_common.c | 4 ++-- + 2 files changed, 4 insertions(+), 4 deletions(-) + +--- a/drivers/net/ixgbe/ixgbe_82599.c ++++ b/drivers/net/ixgbe/ixgbe_82599.c +@@ -1157,7 +1157,7 @@ s32 ixgbe_init_fdir_signature_82599(struct ixgbe_hw *hw, u32 pballoc) + default: + /* bad value */ + return IXGBE_ERR_CONFIG; +- }; ++ } + + /* Move the flexible bytes to use the ethertype - shift 6 words */ + fdirctrl |= (0x6 << IXGBE_FDIRCTRL_FLEX_SHIFT); +@@ -1245,7 +1245,7 @@ s32 ixgbe_init_fdir_perfect_82599(struct ixgbe_hw *hw, u32 pballoc) + default: + /* bad value */ + return IXGBE_ERR_CONFIG; +- }; ++ } + + /* Turn perfect match filtering on */ + fdirctrl |= IXGBE_FDIRCTRL_PERFECT_MATCH; + +--- a/drivers/net/ixgbe/ixgbe_common.c ++++ b/drivers/net/ixgbe/ixgbe_common.c +@@ -1292,7 +1292,7 @@ static s32 ixgbe_ready_eeprom(struct ixgbe_hw *hw) + + udelay(5); + ixgbe_standby_eeprom(hw); +- }; ++ } + + /* + * On some parts, SPI write time could vary from 0-20mSec on 3.3V +@@ -1374,7 +1374,7 @@ static void ixgbe_shift_out_eeprom_bits(struct ixgbe_hw *hw, u16 data, + * EEPROM + */ + mask = mask >> 1; +- }; ++ } + + /* We leave the "DI" bit set to "0" when we leave this routine. */ + eec &= ~IXGBE_EEC_DI; + +``` diff --git a/README.SUSE b/README.SUSE new file mode 100644 index 0000000..928f570 --- /dev/null +++ b/README.SUSE @@ -0,0 +1,434 @@ +Working with the SUSE Kernel Sources +==================================== + +This document gives an overview of how SUSE Linux kernels are created, and +describes tasks like building individual kernels and creating external kernel +modules. + + +Overview +-------- + +The SUSE kernels are generated from the upstream Linux kernel sources found at +, on top of which a number of patches are applied. The +expanded kernel source tree is configured and built, resulting in a binary +kernel. + +The add-on patches and configuration files are maintained in a Git repository at +, with an alternative mirror at +. + +A script named `scripts/tar-up.sh` packs up the files in the repository in a +form suitable for rpmbuild. When building the RPM packages, the following +binary packages get created: + +* kernel-source + + The kernel source tree, generated by unpacking the vanilla kernel sources and + applying the patches. The kernel sources are used by a number of other + packages. They can also be used for compiling additional kernel modules. + +* kernel-devel + + A complement of the kernel-source package that is needed to build external + modules. + +* kernel-`$FLAVOR` + + A number of binary kernels, for example, kernel-default for standard use, + kernel-debug with extra debugging features, etc. These packages are all + generated from the same kernel sources, and differ in the kernel + configurations used. + +* kernel-`$FLAVOR`-base + + A subset of kernel-`$FLAVOR`, for use in virtualized guests that only require + a few device and filesystem drivers. + +* kernel-`$FLAVOR`-devel + + The files used for generating kernel module packages for use with + kernel-`$FLAVOR`. + +* kernel-syms + + A meta package that pulls in the relevant kernel-`$FLAVOR`-devel packages for + a given architecture. + +The repository contains configuration files (`.config`) for all SUSE kernel +flavors. All configuration files are included in the dependencies of the +kernel-syms package, see [Where to find configuration +files](#where-to-find-configuration-files) below. + +In the installed system, the kernel-source package installs files in the +following directories: + +* `/usr/src/linux-$VERSION-$RELEASE/` + + The kernel sources. + +* `/usr/src/linux` + + A symbolic link to `/usr/src/linux-$VERSION-$RELEASE/`. + +* `/usr/share/doc/packages/kernel-source-$VERSION-$RELEASE/` + + This document. + +The kernel-`$FLAVOR`-devel packages install the following files: + +* `/usr/src/linux-$VERSION-$RELEASE-obj/$ARCH/$FLAVOR/` + + Kernel build object files for one kernel flavor. These files are used for + compiling additional kernel modules. + +* `/usr/src/linux-obj/$ARCH/$FLAVOR` + + A symbolic link to `/usr/src/linux-$VERSION-$RELEASE-obj/$ARCH/$FLAVOR/`. + + +Compiling your own kernel +------------------------- + +The kernel sources are found in the kernel-source package. A binary kernel can +be built from these sources as follows: + +1. Install the kernel-source package. + +2. Create a build directory for use in configuring and building the kernel. + Using `/usr/src/linux/` directly requires root privileges and will cause + problems if you need to build kernel modules for other installed kernels. + +3. Configure the kernel, see [How to configure the kernel + sources](#how-to-configure-the-kernel-sources). For example, + `make -C /usr/src/linux O=$PWD oldconfig`. + +4. Build the kernel and all its modules by invoking `make`. + +5. Make sure that `/etc/modprobe.d/10-unsupported-modules.conf` contains + + allow_unsupported_modules 1 + + otherwise modprobe will refuse to load any modules. + +6. Install the modules and kernel: `make modules_install`, followed by + `make install`. This automatically creates an initrd for the new kernel and + adds an entry to the GRUB boot menu. + +Instead of building binary kernels by hand, you can also build one of the +kernel-`$FLAVOR` packages using RPM. + + +Building additional (external) modules +-------------------------------------- + +A single binary kernel module generally only works for a specific version of the +kernel source tree, for a specific architecture and configuration. This means +that for each binary kernel that SUSE ships, a custom module must be built. This +requirement is to some extent relaxed by the modversion mechanism: modversions +attach a checksum to each symbol (function or variable) exported to modules by +the kernel. This allows to use kernel modules that have been built for a kernel +with a different version or release number in many cases, as long as none of the +symbols the module uses have changed between the two kernel versions. + +When releasing maintenance or security update kernels for a specific product, we +carefully try to keep the kernel ABI stable. Despite this, we sometimes have no +choice but to break binary compatibility. In this case, those kernel modules +must be rebuilt. + +Additional kernel modules for one of the SUSE kernel flavors can be built in the +following ways: + +1. by doing an ad-hoc module build, using one of the standard configurations in + `/usr/src/linux-obj/$ARCH/$FLAVOR`, or + +2. by creating a Kernel Module Package (KMP) as described in the Kernel Module + Packages Manual, + . + +The first method involves the following steps: + +1. Install the kernel-devel package. + +2. Install the kernel-`$FLAVOR`-devel package. This is necessary for symbol + version information (`CONFIG_MODVERSIONS`). + +3. Compile the module(s) by changing into the module source directory and typing + `make -C /usr/src/linux-obj/$ARCH/$FLAVOR M=$PWD`. Substitute `$ARCH` and + `$FLAVOR` with the architecture and flavor for which to build the module(s). + + If the installed kernel sources match the running kernel, you can build + modules for the running kernel by using the path + `/lib/modules/$(uname -r)/build` as the `-C` option in the above command. + (`build` is a symlink to `/usr/src/linux-obj/$ARCH/$FLAVOR`.) + +4. Install the module(s) with + `make -C /usr/src/linux-obj/$ARCH/$FLAVOR M=$PWD modules_install`. + +Whenever building modules, please use the kernel build infrastructure as much as +possible, and do not try to circumvent it. The `Documentation/kbuild` directory +in the kernel sources documents kbuild makefiles. + + +Supported vs. unsupported modules +--------------------------------- + +As an extension to the mainline kernel, modules can be tagged as supported +(directly by SUSE, or indirectly by a third party) or unsupported. Modules which +are known to be flakey or for which SUSE does not have the necessary expertise +are marked as unsupported. Modules for which SUSE has third-party support +agreements are marked as externally supported. Modules for which SUSE provides +direct support are marked as supported. + +The support status of a module can be queried with the modinfo tool. Modinfo +will report one of the following: + +* direct support by SUSE: "supported: yes", +* third-party support: "supported: external", +* unsupported modules: no supported tag. + +At runtime, the support status of a module can be obtained by reading +`/sys/module/$MODULE/supported`. + +Note that this information is available only if the module was not built +directly into the kernel. Builtin modules are implicitly supported. + +The aggregated support status for the entire kernel can be inspected by reading +`/sys/kernel/supported`. The value is also included in Oopses. + +The setting of the "unsupported" kernel command line parameter and +`/proc/sys/kernel/unsupported` controls whether unsupported modules can be +loaded or not, and whether or not loading an unsupported module causes a warning +in the system log: + +* 0 = only allow supported modules, +* 1 = warn when loading unsupported modules, +* 2 = don't warn. + +Irrespective of this setting, loading an unsupported module sets a kernel taint +flag. The taint status of the kernel can be inspected in +`/proc/sys/kernel/tainted`. The taint flags are also included in Oopses. +Relevant bits have the following meaning: + +| Bit | Log | Number | Reason that got the kernel tainted | +|----:|----:|-----------:|----------------------------------------------------| +| 0 | G/P | 1 | proprietary module was loaded | +| 12 | ␣/O | 4096 | externally-built ("out-of-tree") module was loaded | +| 13 | ␣/E | 8192 | unsigned module was loaded | +| 16 | ␣/X | 65536 | module with third-party support was loaded | +| 31 | ␣/N | 2147483648 | unsupported module was loaded | + +Bits 16 and 31 are specific to the SUSE kernels. Since SLE15-SP6, loading an +externally supported module does not taint the kernel, but bit 16 (X) is still +tracked per module and can be read in `/sys/module/$MODULE/taint`. + +Out-of-tree modules do not have the supported flag set by default; that +is, they are marked as unsupported. For building externally supported +modules, please get in touch with the Solid Driver Program team, led by +Scott Bahling, at . + + +Patch selection mechanism +------------------------- + +The SUSE kernels consist of the upstream kernel sources on top of which a number +of patches is applied. The file `series.conf` determines which patches are +applied and which are excluded. A script named `guards` converts `series.conf` +into a plain list of patch files to be applied. Guards decides which patches to +include and exclude based on a list of symbols. From the kernel-source.src.rpm +package, a fully patched kernel source tree can be generated from vanilla +sources + patches like this: + +1. Install the package: + + # rpm -i kernel-source-$RPMVERSION-$RPMRELEASE.src.rpm + +2. Unpack the patches and the kernel sources: + + # cd /usr/src/packages/SOURCES/ + # for f in patches.*.tar.bz2; do \ + tar -xjf "$f" || break; \ + done + # tar -xJf linux-$SRCVERSION.tar.xz + +3. Apply the patches + + # for p in $(./guards < series.conf); do \ + patch -d linux-$SRCVERSION -p1 < $p || break; \ + done + +The configuration script `config.conf` which is similar to `series.conf` is +used for configuration file selection, see the section [Where to find +configuration files](#where-to-find-configuration-files). + +The file format of `series.conf` and `config.conf` should be apparent from the +comments in `series.conf` and from the guards(1) manual page. You can generate +this page by running `pod2man` on the `guards` script. + + +Where to find configuration files +--------------------------------- + +Kernel configuration files are stored in the kernel Git repository. When packing +up the repository, they end up in `config.tar.bz2`. + +The kernel-`$FLAVOR` packages are based on `config/$ARCH/$FLAVOR`, for instance, +kernel-default is based on `config/$ARCH/default`. The kernel-`$FLAVOR` packages +install their configuration files as `/boot/config-$VERSION-$RELEASE-$FLAVOR`. +The config is also packaged in the kernel-`$FLAVOR`-devel package as +`/usr/src/linux-obj/$ARCH/$FLAVOR/.config`. + +In addition, the running kernel exposes a gzip compressed version of its +configuration file as `/proc/config.gz`. + + +How to configure the kernel sources +----------------------------------- + +Before a binary kernel is built or an additional loadable module for an existing +kernel is created, the kernel must be configured. + +In order for a loadable module to work with an existing kernel, it must be +created with a configuration that is identical to the kernel's configuration, or +at least very close to that. Each configuration is contained in a single file. +The kernel-syms package installs configurations for all standard SUSE kernel +variants, so for building only external kernel modules it is not necessary to +configure the kernel sources. + +Configuring the kernel sources for a specific configuration is straightforward: + +* Locate the configuration file you want to use, see [Where to find + configuration files](#where-to-find-configuration-files) above. + +* Copy the configuration to the file `.config` in your build directory. + +* Run the following commands in sequence to apply the configuration, generate + version information files, etc.: + + $ make -C /usr/src/linux O=$PWD clean + $ make -C /usr/src/linux O=$PWD oldconfig + + If the kernel sources do not match the configuration file exactly, + `make oldconfig` will prompt for settings that are undefined. When no + `.config` file is initially copied to the target build directory, the command + automatically uses `/boot/config-$(uname -r)` as the starting configuration. + Alternatively to `make oldconfig`, you can also use `make menuconfig` for + a text menu oriented user interface. + + Once this step is completed, a `Makefile` will have been created that + eliminates the need to specify the locations of the kernel source and the + build directory. + +* Update the configuration appropriately for the target use. + + Configuration files for SUSE kernels include settings to integrate with + signing support provided by the Open Build Service. When using such a + configuration file directly, the build might fail due to missing files needed + for signing kernel modules. + + The minimal steps to enable module signing and have the kernel build + automatically generate a new key pair are as follows: + + $ ./source/scripts/config --enable CONFIG_MODULE_SIG \ + --enable CONFIG_MODULE_SIG_ALL --undefine CONFIG_MODULE_SIG_KEY + $ make olddefconfig + + Please refer to the upstream documentation located at + `/usr/src/linux/Documentation/admin-guide/module-signing.rst` for complete + information on how to configure module signing. + + +How to add custom patches +------------------------- + +Patches are typically added to the `patches.suse/` directory and an appropriate +place in `series.conf`. When the kernel-source package is exported from the Git +repository, the patch will be automatically added to the matching patch tarball. + +If your goal is to create a kernel with only a few additional patches and you +don't want to be bothered with using the Git repository, there is an easier way. + +The kernel-source SRPM ships with two empty archives that can be filled and +automatically expanded when building the kernel. You can use these to add your +own patches and config options without disturbing the rest of the kernel +package. This is useful if you are using the openSUSE Build Service and link to +the main kernel-source project instead of creating your own branch. The +advantage to this is that your project will automatically receive all the +changes that go into the main project without any further effort. + +To add a patch using this mechanism, just add it to the `patches.addon.tar.bz2` +archive and add an entry to a `series` file inside the archive. The archive will +be expanded automatically after the other kernel patches when the source tree is +constructed. + +Some patches may add new Kconfig options. The `config.addon.tar.bz2` archive +contains the same hierarchy as `config.tar.bz2`, but is under `config.addon/`. +You can add your new config options to files named after their `config/` +counterparts. + +For example, the file used to configure the x86_64 default kernel is named +`config/x86_64/default`. To add config options to that kernel, you would create +a new file called `config.addon/x86_64/default` with the options as formatted in +a normal Linux kernel `.config` file. This is important because the kernel build +is non-interactive and will fail if it encounters new config options without +entries in the config file. + + +Module load paths +----------------- + +Modules that belong to a specific kernel release are installed in +`/lib/modules/$VERSION-$RELEASE-$FLAVOR/`. Modules from KMPs must be installed +below `/lib/modules/$VERSION-$RELEASE-$FLAVOR/updates/` and similar: modules +below `updates/` have priority over other modules. + +When KMPs contain modules that are compatible between multiple installed +kernels, symlinks are used to make those modules available to those compatible +kernels like this: + +`/lib/modules/$VERSION-$OTHER_RELEASE-$FLAVOR/weak-updates/foo.ko` → + `/lib/modules/$VERSION-$RELEASE-$FLAVOR/updates/foo.ko` + +Modules in the `weak-updates/` directory have lower priority than modules in +`/lib/modules/$VERSION-$OTHER_RELEASE-$FLAVOR/updates/`, and higher priority +than other modules in `/lib/modules/$VERSION-$OTHER_RELEASE-$FLAVOR/`. + + +Driver update disks +------------------- + +A Driver Update Disk (DUD) is an update archive which makes it possible to use +new device drivers to run installation of an (open)SUSE distribution. It allows +to install the distribution on devices that were not supported at the time the +distribution was created and be able to boot the installed system afterwards +without having to manually install the new device drivers after the +installation. + +For information how to create such an update, refer to the mkdud and mksusecd +tools, and their documentation: + +* , +* . + + +References +---------- + +General: + +* Documentation in the kernel source tree, +* LWN.net (Linux Weekly News), , +* Kernel newbies, . + +Loadable kernel modules: + +* Peter Jay Salzman, Michael Burian, Ori Pomerantz: The Linux Kernel Module + Programming Guide, Version 2.6, + . + +Kernel module packages: + +* Kernel Module Packages Manual, SUSE Linux Enterprise 12 SP2 or later and SUSE + Linux Enterprise 15, + , +* SUSE SolidDriver Program, . diff --git a/_constraints b/_constraints new file mode 100644 index 0000000..08644f3 --- /dev/null +++ b/_constraints @@ -0,0 +1,220 @@ + + + + +kernel-rt +kernel-source-rt:kernel-rt +kernel-rt_debug +kernel-source-rt:kernel-rt_debug + + + + 35 + + + 4 + + + + + + + + kernel-syzkaller + kernel-source-rt:kernel-syzkaller + + + + 8 + + + + + + + + kernel-source-rt + + + + 8 + + + SLOW_DISK + + + + + + kernel-docs-rt + kernel-source-rt:kernel-docs-rt + + + + 4 + + + + + + + + armv7l + armv6l +kernel-rt +kernel-source-rt:kernel-rt +kernel-rt_debug +kernel-source-rt:kernel-rt_debug + + + + 24 + + + + + + + + s390x +kernel-rt +kernel-source-rt:kernel-rt +kernel-rt_debug +kernel-source-rt:kernel-rt_debug + + + + 16 + + + 2 + + + + + + + + i586 + x86_64 + riscv64 +kernel-rt +kernel-source-rt:kernel-rt +kernel-rt_debug +kernel-source-rt:kernel-rt_debug + + + 8 + + + + + + + ppc + ppc64 + ppc64le +kernel-rt +kernel-source-rt:kernel-rt +kernel-rt_debug +kernel-source-rt:kernel-rt_debug + + + 4 + + + + + + + aarch64 + armv6l + armv7l +kernel-rt +kernel-source-rt:kernel-rt +kernel-rt_debug +kernel-source-rt:kernel-rt_debug + + + 2 + + + + + + + ppc64le + + + + power9 + + + + + + + + aarch64 + + + + asimdrdm + + + + + + + + aarch64 + x86_64 +kernel-rt +kernel-source-rt:kernel-rt +kernel-rt_debug +kernel-source-rt:kernel-rt_debug + + + + 45 + + + + + + + + riscv64 +kernel-rt +kernel-source-rt:kernel-rt +kernel-rt_debug +kernel-source-rt:kernel-rt_debug + + + + 52 + + + + + + + i586 + x86_64 + kernel-obs-qa + kernel-source-rt:kernel-obs-qa + + kvm + + + + + i586 + x86_64 + kernel-obs-qa-xen + kernel-source-rt:kernel-obs-qa-xen + + xen + + + diff --git a/_multibuild b/_multibuild new file mode 100644 index 0000000..c017baf --- /dev/null +++ b/_multibuild @@ -0,0 +1,5 @@ + + kernel-rt + kernel-rt_debug + kernel-syms-rt + diff --git a/apply-patches b/apply-patches new file mode 100644 index 0000000..051dc29 --- /dev/null +++ b/apply-patches @@ -0,0 +1,47 @@ +#!/bin/sh +# +# Given a series.conf file and a directory with patches, applies them to the +# current directory. +# Used by kernel-source.spec.in and kernel-binary.spec.in + +USAGE="$0 [--vanilla] [symbol ...]" + +set -e +set -o pipefail +vanilla=false +if test "$1" == "--vanilla"; then + vanilla=true + shift +fi +if test $# -lt 2; then + echo "$USAGE" >&2 + exit 1 +fi +DIR="${0%/*}" +SERIES_CONF=$1 +PATCH_DIR=$2 +shift 2 + +trap 'rm -f "$series"' EXIT +series=$(mktemp) +# support for patches in patches.addon/series +cp "$SERIES_CONF" "$series" +if ! $vanilla && test -e "$PATCH_DIR/patches.addon/series"; then + # make it user-friendly and automatically prepend "patches.addon/" + # if there is no "/" + sed -r 's|^([[:space:]]*)([^#[:space:]][^/]*)$|\1patches.addon/\2|' \ + "$PATCH_DIR/patches.addon/series" >>"$series" +fi + +( + echo "trap 'echo \"*** patch \$_ failed ***\"' ERR" + echo "set -ex" + "$DIR"/guards "$@" <"$series" | \ + if $vanilla; then + sed -rn '/^patches\.(kernel\.org|rpmify)\//p' + else + cat + fi |\ + sed "s|^|patch -s -F0 -E -p1 --no-backup-if-mismatch -i $PATCH_DIR/|" +) | sh + diff --git a/arch-symbols b/arch-symbols new file mode 100644 index 0000000..b15ec50 --- /dev/null +++ b/arch-symbols @@ -0,0 +1,47 @@ +#!/bin/bash + +############################################################################# +# Copyright (c) 2003-2005,2009 Novell, Inc. +# Copyright (c) 2010-2022 SUSE LLC +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of version 2 of the GNU General Public License as +# published by the Free Software Foundation. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, contact https://www.suse.com/source-code/ +# +############################################################################# + + +# With --list, list all known architectures, otherwise print the generic +# name for this architecture (or the one specified on command line). + +if [ "$1" = "--list" ]; then + # List all known architectures + echo i386 mips{,64} sparc{,64} ppc{,64,64le} s390{,x} ia64 x86_64 alpha parisc armv6hl armv7hl arm64 riscv64 + exit 0 +fi + +if [ -n "$1" ]; then + ARCH="$1" +else + ARCH="$(arch)" +fi +case "$ARCH" in + # from rpm --eval '%ix86' + i?86 | pentium3 | pentium4 | athlon | geode) + echo i386 + ;; + aarch64) + echo arm64 + ;; + *) + echo "$ARCH" + ;; +esac diff --git a/check-for-config-changes b/check-for-config-changes new file mode 100644 index 0000000..9d3d1aa --- /dev/null +++ b/check-for-config-changes @@ -0,0 +1,57 @@ +#! /bin/bash + +# This is a list of toolchain-dependent configs. That is: only those which +# change .config when gcc, ld, or similar changes. +# +# please keep them sorted alphabetically +declare -a IGNORED_CONFIGS_RE=( + 'AS_HAS_[A-Z0-9_]*' + 'AS_VERSION' + 'AS_WRUSS' # x86_32 + 'BUILTIN_RETURN_ADDRESS_STRIPS_PAC' + 'CC_CAN_[A-Z_]*' + 'CC_HAS_[A-Z_]*' + 'CC_HAVE_[A-Z_]*' + 'CC_VERSION_TEXT' + 'DYNAMIC_SIGFRAME' + 'FTRACE_MCOUNT_USE_[A-Z_]*' + 'GCC_ASM_GOTO_OUTPUT_WORKAROUND' + 'GCC_VERSION' + 'G*CC[0-9]*_NO_[A-Z_]*' + 'HAVE_[A-Z]*_COMPILER' + 'HAVE_SHADOW_CALL_STACK' + 'LD_VERSION' + 'OBJTOOL' + 'PAHOLE_HAS_[A-Z0-9_]*' + 'PAHOLE_VERSION' + 'RISCV_ISA_[A-Z_]*' + 'TOOLCHAIN_HAS_[A-Z_]*' + 'TOOLCHAIN_NEEDS_[A-Z_]*' + 'TOOLS_SUPPORT_[A-Z_]*' +) + +declare -a SED_ARGS=() + +for CONFIG in "${IGNORED_CONFIGS_RE[@]}"; do + SED_ARGS+=(-e "/\\/ d") +done + +SED_ARGS+=( + -e '/^# .* is not set$/p' + -e '/^$\|^#/d' +) + +differences="$( + diff -bU0 <(sed "${SED_ARGS[@]}" "$1" | sort) \ + <(sed "${SED_ARGS[@]}" "$2" | sort) \ + | grep '^[-+][^-+]' +)" || true +if [ -n "$differences" ]; then + echo + echo "Changes after running \`make oldconfig':" + echo "$differences" + echo + if echo "$differences" | grep -q '^+' ; then + exit 1 + fi +fi diff --git a/check-module-license b/check-module-license new file mode 100644 index 0000000..2004db1 --- /dev/null +++ b/check-module-license @@ -0,0 +1,13 @@ +#!/bin/sh + +rc=0 +for file in $(find "$@" -name '*.ko' -o -name '*.ko.xz' \ + -o -name '*.ko.gz' -o -name '*.ko.zst'); do + l=$(/sbin/modinfo -F license "$file") + if [ -z "$l" ]; then + echo "ERROR: No license is included for module ${file##*/lib/modules/}" + rc=1 + fi +done + +exit $rc diff --git a/compress-vmlinux.sh b/compress-vmlinux.sh new file mode 100644 index 0000000..b6a4d5f --- /dev/null +++ b/compress-vmlinux.sh @@ -0,0 +1,15 @@ +#!/bin/bash + +set -x + +# Once the brp script is reasonably widespread, we will remove the specfile +# hack and this script +if test -x /usr/lib/rpm/brp-suse.d/brp-99-compress-vmlinux; then + exit 0 +fi +vmlinux=$1 +if test -e "$vmlinux" -a -e "$vmlinux.gz"; then + # Deliberately not using gzip -n; the vmlinux image has a predictable + # timestamp (bnc#880848#c20) + gzip -k -9 -f "$vmlinux" +fi diff --git a/compute-PATCHVERSION.sh b/compute-PATCHVERSION.sh new file mode 100644 index 0000000..cdcabe8 --- /dev/null +++ b/compute-PATCHVERSION.sh @@ -0,0 +1,77 @@ +#! /bin/bash + +export LANG=POSIX + +path=(.) +while test $# -gt 0; do + case "$1" in + --patches) + path[${#path[@]}]=$2 + shift 2 + ;; + *) + echo "Usage $0 [--patches ]" >&2 + exit 1 + esac +done +if test "${path[*]}" = "."; then + path=(. ..) +fi + + +source $(dirname $0)/config.sh +parse_srcversion() +{ + local IFS=. + set -- ${SRCVERSION%%-*} + VERSION=$1 + PATCHLEVEL=${2:-0} + SUBLEVEL=${3:-0} + EXTRAVERSION=${SRCVERSION#${SRCVERSION%%-*}} +} +parse_srcversion + +EXTRA_SYMBOLS=$(set -- $([ -e $(dirname $0)/extra-symbols ] && cat $(dirname $0)/extra-symbols) ; echo $*) + +series=$(mktemp) +tmp_files="$series" +trap 'rm -rf $tmp_files' EXIT +warned=false +while read patch; do + dir=${patch%/*} + for p in "${path[@]}"; do + if test -e "$p/$patch"; then + echo "$p/$patch" + continue 2 + fi + done + for p in "${path[@]}"; do + if test -e "$p/$dir.tar.bz2"; then + echo "unpacking $p/$dir.tar.bz2" >&2 + if ! $warned; then + echo "pass --patches to avoid this" >&2 + warned=true + fi + tmp_files="$tmp_files $dir" + tar -xjf "$p/$dir.tar.bz2" + echo "$patch" + continue 2 + fi + done + echo "Can't find $patch" >&2 + exit 1 +done >"$series" < <($(dirname $0)/guards $EXTRA_SYMBOLS + + + +@BINARY_PACKAGES_XML@ + + + + 35 + + + 4 + + + + + + + + kernel-syzkaller + kernel-source@VARIANT@:kernel-syzkaller + + + + 8 + + + + + + + + kernel-source@VARIANT@ + + + + 8 + + + SLOW_DISK + + + + + + kernel-docs@VARIANT@ + kernel-source@VARIANT@:kernel-docs@VARIANT@ + + + + 4 + + + + + + + + armv7l + armv6l +@BINARY_PACKAGES_XML@ + + + + 24 + + + + + + + + s390x +@BINARY_PACKAGES_XML@ + + + + 16 + + + 2 + + + + + + + + i586 + x86_64 + riscv64 +@BINARY_PACKAGES_XML@ + + + 8 + + + + + + + ppc + ppc64 + ppc64le +@BINARY_PACKAGES_XML@ + + + 4 + + + + + + + aarch64 + armv6l + armv7l +@BINARY_PACKAGES_XML@ + + + 2 + + + + + + + ppc64le + + + + power9 + + + + + + + + aarch64 + + + + asimdrdm + + + + + + + + aarch64 + x86_64 +@BINARY_PACKAGES_XML@ + + + + 45 + + + + + + + + riscv64 +@BINARY_PACKAGES_XML@ + + + + 52 + + + + + + + i586 + x86_64 + kernel-obs-qa + kernel-source@VARIANT@:kernel-obs-qa + + kvm + + + + + i586 + x86_64 + kernel-obs-qa-xen + kernel-source@VARIANT@:kernel-obs-qa-xen + + xen + + + diff --git a/dtb.spec.in.in b/dtb.spec.in.in new file mode 100644 index 0000000..6cef78b --- /dev/null +++ b/dtb.spec.in.in @@ -0,0 +1,104 @@ +# +# spec file for package $NAME +# +# Copyright (c) @YEAR@ SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +%define srcversion @SRCVERSION@ +%define patchversion @PATCHVERSION@ +%define variant @VARIANT@%{nil} + +%include %_sourcedir/kernel-spec-macros + +%(chmod +x %_sourcedir/{@SCRIPTS@}) + +Name: $NAME +Version: @RPMVERSION@ +%if 0%{?is_kotd} +Release: .g@COMMIT@ +%else +Release: @RELEASE@ +%endif +Summary: Device Tree files for $MACHINES +License: GPL-2.0-only +Group: System/Boot +URL: https://www.kernel.org/ +BuildRequires: cpp +BuildRequires: dtc >= 1.4.3 +BuildRequires: xz +%if ! 0%{?is_kotd} || ! %{?is_kotd_qa}%{!?is_kotd_qa:0} +$ARCH_RESTRICTIONS +%else +ExclusiveArch: do_not_build +%endif + +%define dtbdir /boot/dtb-%kernelrelease + +@SOURCES@ +Requires: kernel = %version + +%description +Device Tree files for $MACHINES. + +$SUBPKG_DESC + +%prep +# Unpack all sources and patches +%setup -q -c -T -a 0 @UNPACK_PATCHES@ +cd linux-%srcversion +%_sourcedir/apply-patches %_sourcedir/series.conf .. + +%build +source=linux-%srcversion +cp $source/COPYING . +SRCDIR=$PWD/$source +mkdir pp +PPDIR=$PWD/pp +export DTC_FLAGS="-R 4 -p 0x1000" +DTC_FLAGS="$DTC_FLAGS -@" + +cd $source/$DTS_folder +for dts in $ALL_SUPPORTED_DTB; do + target=${dts%*.dts} + mkdir -p $PPDIR/$(dirname $target) + cpp -x assembler-with-cpp -undef -D__DTS__ -nostdinc -I. -I$SRCDIR/include/ -I$SRCDIR/scripts/dtc/include-prefixes/ -P $target.dts -o $PPDIR/$target.dts + dtc $DTC_FLAGS -I dts -O dtb -i ./$(dirname $target) -o $PPDIR/$target.dtb $PPDIR/$target.dts +done + +%install +cd pp +for dts in $ALL_SUPPORTED_DTB; do + target=${dts%*.dts} + install -m 755 -d %{buildroot}%{dtbdir}/$(dirname $target) + # install -m 644 COPYING %{buildroot}%{dtbdir}/$(dirname $target) + install -m 644 $target.dtb %{buildroot}%{dtbdir}/$(dirname $target) +%ifarch %arm aarch64 riscv64 + # HACK: work around U-Boot ignoring vendor dir + baselink=%{dtbdir}/$(basename $target).dtb + ln -s $target.dtb %{buildroot}$baselink +%ifarch %arm + case $dts in +$SUBPKG_CASE + esac + echo $baselink >> ../$pkgname.list +%else + vendordir=$(basename $(dirname $target)) + echo $baselink >> ../dtb-$vendordir.list +%endif +%endif +done +cd - + +%changelog diff --git a/group-source-files.pl b/group-source-files.pl new file mode 100644 index 0000000..8bec511 --- /dev/null +++ b/group-source-files.pl @@ -0,0 +1,113 @@ +#!/usr/bin/perl + +use File::Spec; +use Getopt::Long; +use strict; + +&main(); +sub main +{ + my($dev_output, $ndev_output, $loc) = ("-", "-", "."); + &Getopt::Long::Configure(qw(bundling)); + &GetOptions( + "D=s" => \$dev_output, + "N=s" => \$ndev_output, + "L=s" => \$loc, + ); + + my($dev, $ndev) = &scan($loc); + &output($dev, $ndev, $dev_output, $ndev_output); +} + +sub rpm_quote_filename +{ + # technically should also quote % -> %% " -> \" \ -> \\ + return map { "\"$_\"" } @_; +} + +sub scan +{ + # Normalize file path, mainly to strip away the ending forward slash, + # or any double forward slashes. + my $loc = File::Spec->canonpath(shift @_); + # We cannot use an absolute path (e.g. /usr/src/linux-5.14.21-150500.41) + # during find because it's under build root, but rpm wants one later. + my $abs_loc = rpm_path($loc); + my(@dev, @ndev); + + foreach $_ (`find "$loc"`) + { + chomp $_; + if (-d $_ && !-l $_) { + # Generate directory list later. + next; + } + my $is_devel = + m{^\Q$loc\E.*/Kconfig} || + m{^\Q$loc\E.*/Kbuild} || + m{^\Q$loc\E.*/Makefile} || + m{^\Q$loc\E/arch/[^/]+/boot/dts/include/dt-bindings\b} || + m{^\Q$loc\E/arch/[^/]+/include\b} || + m{^\Q$loc\E/arch/.*/module\.lds\b} || + m{^\Q$loc\E/arch/arm/[^/]+/include/mach\b} || + m{^\Q$loc\E/arch/arm/[^/]+/include/plat\b} || + m{^\Q$loc\E/arch/[^/]+/scripts\b} || + m{^\Q$loc\E/arch/[^/]+/tools\b} || + m{^\Q$loc\E/include/[^/]+\b} || + m{^\Q$loc\E/scripts\b}; + my $abs_path = rpm_path($_); + $is_devel ? push(@dev, $abs_path) : push(@ndev, $abs_path); + } + + my @dev_dirs = calc_dirs($abs_loc, \@dev); + my @ndev_dirs = calc_dirs($abs_loc, \@ndev); + @dev = rpm_quote_filename(@dev); + @ndev = rpm_quote_filename(@ndev); + @dev_dirs = map { "\%dir $_" } rpm_quote_filename(@dev_dirs); + @ndev_dirs = map { "\%dir $_" } rpm_quote_filename(@ndev_dirs); + push(@dev, @dev_dirs); + push(@ndev, @ndev_dirs); + return (\@dev, \@ndev); +} + +sub calc_dirs +{ + my($base, $files) = @_; + my %dirs; + + foreach my $file (@$files) { + my ($volume,$path,$basename) = File::Spec->splitpath($file); + my @dirs = File::Spec->splitdir($path); + do { + # Always create $path from catdir() to avoid ending forward slash + $path = File::Spec->catdir(@dirs); + $dirs{$path} = 1; + pop @dirs; + } while ($path ne $base); + # This loop also makes sure that $base itself is included. + } + + return keys %dirs; +} + +sub output +{ + my($dev, $ndev, $dev_out, $ndev_out) = @_; + local *FH; + + open(FH, "> $dev_out") || warn "Error writing to $dev_out: $!"; + print FH join("\n", @$dev), "\n"; + close FH; + + open(FH, "> $ndev_out") || warn "Error writing to $ndev_out: $!"; + print FH join("\n", @$ndev), "\n"; + close FH; +} + +sub rpm_path +{ + my $path = shift @_; + # Always prepend forward slash and let canonpath take care of + # duplicate forward slashes. + return File::Spec->canonpath("/$path"); +} diff --git a/guards b/guards new file mode 100644 index 0000000..bd4297a --- /dev/null +++ b/guards @@ -0,0 +1,311 @@ +#!/usr/bin/perl -w +############################################################################## +# Copyright (c) 2003-2007,2009 Novell, Inc. +# Copyright (c) 2010-2022 SUSE LLC +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of version 2 of the GNU General Public License as +# published by the Free Software Foundation. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, contact https://www.suse.com/source-code/ +# +############################################################################# +# +# Guards: +# +# +xxx include if xxx is defined +# -xxx exclude if xxx is defined +# +!xxx include if xxx is not defined +# -!xxx exclude if xxx is not defined +# + +use FileHandle; +use Getopt::Long; +use strict; + +# Prototypes +sub files_in($$); +sub parse($$); +sub help(); + +sub slashme($) { + my ($dir) = @_; + $dir =~ s#([^/])$#$&/#; # append a slash if necessary + if ($dir eq './') { + return ''; + } else { + return $dir; + } +} + +# Generate a list of files in a directory +# +sub files_in($$) { + my ($dir, $path) = @_; + my $dh = new FileHandle; + my (@files, $file); + + # @ syntax + if ($path =~ s/^@//) { + my $fh; + open($fh, '<', $path) or die "$path: $!\n"; + @files = <$fh>; + close($fh); + chomp(@files); + s:^$dir:: for @files; + return @files; + } + + $path = slashme($path); + opendir $dh, length("$dir$path") ? "$dir$path" : '.' + or die "$dir$path: $!\n"; + while ($file = readdir($dh)) { + next if $file =~ /^(\.|\.\.|\.#.*|CVS|.*~)$/; + if (-d "$dir$path$file") { + @files = (@files, files_in($dir, "$path$file/")); + } else { + #print "[$path$file]\n"; + push @files, "$path$file"; + } + } + closedir $dh; + return @files; +} + +# Parse a configuration file +# Callback called with ($patch, @guards) arguments +# +sub parse($$) { + my ($fh, $callback) = @_; + + my $line = ""; + + while (<$fh>) { + chomp; + s/(^|\s+)#.*//; + if (s/\\$/ /) { + $line .= $_; + next; + } + $line .= $_; + my @guards = (); + foreach my $token (split /[\s\t\n]+/, $line) { + next if $token eq ""; + if ($token =~ /^[-+]/) { + push @guards, $token; + } else { + #print "[" . join(",", @guards) . "] $token\n"; + &$callback($token, @guards); + } + } + $line = ""; + } +} + +# Command line options +# +my ($dir, $config, $default, $check, $list, $invert_match, $with_guards) = + ( '', '-', 1, 0, 0, 0, 0); +my @path; + +# Help text +# +sub help() { + print "$0 - select from a list of files guarded by conditions\n"; + print "SYNOPSIS: $0 [--prefix=dir] [--path=dir1:dir2:...]\n" . + " [--default=0|1] [--check|--list] [--invert-match]\n" . + " [--with-guards] [--config=file] symbol ...\n\n" . + " Defaults: --default=$default\n" . + " Use --path=\@ to read the list of entries from \n"; + exit 0; +} + +# Parse command line options +# +Getopt::Long::Configure ("bundling"); +eval { + unless (GetOptions ( + 'd|prefix=s' => \$dir, + 'c|config=s' => \$config, + 'C|check' => \$check, + 'l|list' => \$list, + 'w|with-guards' => \$with_guards, + 'p|path=s' => \@path, + 'D|default=i' => \$default, + 'v|invert-match' => \$invert_match, + 'h|help' => sub { help(); exit 0; })) { + help(); + exit 1; + } +}; +if ($@) { + print "$@"; + help(); + exit 1; +} + +@path = ('.') + unless (@path); +@path = split(/:/, join(':', @path)); + +my $fh = ($config eq '-') ? \*STDIN : new FileHandle($config) + or die "$config: $!\n"; + +$dir = slashme($dir); + +if ($check) { + # Check for duplicate files, or for files that are not referenced by + # the specification. + + my $problems = 0; + my @files; + + foreach (@path) { + @files = (@files, files_in($dir, $_)); + } + my %files = map { $_ => 0 } @files; + + parse($fh, sub { + my ($patch, @guards) = @_; + if (exists $files{$patch}) { + $files{$patch}++; + } else { + if ($config eq '-') { + print "Not found: $dir$patch\n"; + } else { + print "In $config but not found: $dir$patch\n"; + } + $problems++; + }}); + + $fh->close(); + + my ($file, $ref); + while (($file, $ref) = each %files) { + next if $ref == 1; + + if ($ref == 0) { + if ($config eq '-') { + print "Unused: $file\n"; + } else { + print "Not in $config: $file\n"; + } + $problems++; + } + if ($ref > 1) { + print "Warning: multiple uses"; + print " in $config" if $config ne '-'; + print ": $file\n"; + # This is not an error if the entries are mutually exclusive... + } + } + exit $problems ? 1 : 0; + +} elsif ($list) { + parse($fh, sub { + my ($patch, @guards) = @_; + print join(' ', @guards), ' ' + if (@guards && $with_guards); + print "$dir$patch\n"; + }); +} else { + # Generate a list of patches to apply. + + my %symbols = map { $_ => 1 } @ARGV; + + parse($fh, sub { + my ($patch, @guards) = @_; + + my $selected; + if (@guards) { + # If the first guard is -xxx, the patch is included by default; + # if it is +xxx, the patch is excluded by default. + $selected = ($guards[0] =~ /^-/); + + foreach (@guards) { + /^([-+])(!?)(.*)?/ + or die "Bad guard '$_'\n"; + + # Check if the guard matches + if (($2 eq '!' && !exists $symbols{$3}) || + ($2 eq '' && ( $3 eq '' || exists $symbols{$3}))) { + # Include or exclude + $selected = ($1 eq '+'); + } + } + } else { + # If there are no guards, use the specified default result. + $selected = $default; + } + + print "$dir$patch\n" + if $selected ^ $invert_match; + }); + + $fh->close(); + + exit 0; +} + +__END__ + +=head1 NAME + +guards - select from a list of files guarded by conditions + +=head1 SYNOPSIS + +F [--prefix=F] [--path=F] [--default=<0|1>] +[--check|--list] [--invert-match] [--with-guards] [--config=] +I ... + +=head1 DESCRIPTION + +The script reads a configuration file that may contain so-called guards, file +names, and comments, and writes those file names that satisfy all guards to +standard output. The script takes a list of symbols as its arguments. Each line +in the configuration file is processed separately. Lines may start with a +number of guards. The following guards are defined: + +=over + ++I Include the file(s) on this line if the symbol I is defined. + +-I Exclude the file(s) on this line if the symbol I is defined. + ++!I Include the file(s) on this line if the symbol I is not defined. + +-!I Exclude the file(s) on this line if the symbol I is not defined. + +- Exclude this file. Used to avoid spurious I<--check> messages. + +=back + +The guards are processed left to right. The last guard that matches determines +if the file is included. If no guard is specified, the I<--default> +setting determines if the file is included. + +If no configuration file is specified, the script reads from standard input. + +The I<--check> option is used to compare the specification file against the +file system. If files are referenced in the specification that do not exist, or +if files are not enlisted in the specification file warnings are printed. The +I<--path> option can be used to specify which directory or directories to scan. +Multiple directories are separated by a colon (C<:>) character. The +I<--prefix> option specifies the location of the files. Alternatively, the +I<--path=@EfileE> syntax can be used to specify a file from which the +file names will be read. + +Use I<--list> to list all files independent of any rules. Use I<--invert-match> +to list only the excluded patches. Use I<--with-guards> to also include all +inclusion and exclusion rules. + +=head1 AUTHOR + +Andreas Gruenbacher , SUSE Labs diff --git a/host-memcpy-hack.h b/host-memcpy-hack.h new file mode 100644 index 0000000..fa90a33 --- /dev/null +++ b/host-memcpy-hack.h @@ -0,0 +1,7 @@ +#ifdef __x86_64__ +/* + * Force the linker to use the older memcpy variant, so that the user programs + * work on older systems + */ +__asm__(".symver memcpy,memcpy@GLIBC_2.2.5"); +#endif diff --git a/kabi.pl b/kabi.pl new file mode 100644 index 0000000..1277565 --- /dev/null +++ b/kabi.pl @@ -0,0 +1,204 @@ +#!/usr/bin/perl +use strict; +use warnings; + +use Getopt::Long; +use Data::Dumper; + +# ( { sym => regexp, mod => regexp, fail => 0/1 }, ... ) +my @rules; +my ($opt_verbose, $opt_rules); + +# if Module.symvers also lists namespaces (>=5.4) +my $use_namespaces; + +sub load_rules { + my $file = shift; + my $errors = 0; + + xopen(my $fh, '<', $file); + while (<$fh>) { + chomp; + s/#.*//; + next if /^\s*$/; + my ($pattern, $verdict) = split(/\s+/); + my $new = {}; + if (uc($verdict) eq "PASS") { + $new->{fail} = 0; + } elsif (uc($verdict) eq "FAIL") { + $new->{fail} = 1; + } else { + print STDERR "$file:$.: invalid verdict \"$verdict\", must be either PASS or FAIL.\n"; + $errors++; + next; + } + # simple glob -> regexp conversion + $pattern =~ s/\*/.*/g; + $pattern =~ s/\?/./g; + $pattern =~ s/.*/^$&\$/; + + # If it matches a module path or vmlinux + if ($pattern =~ /\/|^vmlinux$/) { + $new->{mod} = $pattern; + # If it's not a path and the string is all uppercase, assume it's a namespace + } elsif ($use_namespaces && + $pattern !~ /\// && $pattern eq uc($pattern)) { + $new->{namespace} = $pattern; + } else { + $new->{sym} = $pattern; + } + push(@rules, $new); + } + if ($errors && !@rules) { + print STDERR "error: only garbage found in $file.\n"; + exit 1; + } + close($fh); +} + +# Return 1 if using new (>=5.4) Module.symvers format with namespaces +sub symvers_uses_namespaces { + my $file = shift; + xopen(my $fh, '<', $file); + my $line = <$fh>; + chomp $line; + + # The new (>=5.4) Module.symvers format has 4 tabs (5 fields): + # + # crc\tsymbol\tmodule\texport_type\tnamespace + # + # The older Module.symvers format only has 3 tabs (4 fields): + # + # crc\tsymbol\tmodule\texport_type + + my $num_tabs = $line =~ tr/\t//; + if ($num_tabs > 3) { + return 1; + } else { + return 0; + } +} + +sub load_symvers { + my $file = shift; + my %res; + my $errors = 0; + my $new; + + xopen(my $fh, '<', $file); + while (<$fh>) { + chomp; + my @l = split(/\t/, $_, -1); + if (@l < 4) { + print STDERR "$file:$.: unknown line\n"; + $errors++; + next; + } + if ($use_namespaces) { + $new = { crc => $l[0], mod => $l[2], type => $l[3], namespace => $l[4] }; + } else { + $new = { crc => $l[0], mod => $l[2], type => $l[3] }; + } + $res{$l[1]} = $new; + } + if (!%res) { + print STDERR "error: no symvers found in $file.\n"; + exit 1; + } + close($fh); + return %res; +} + +# Each bit represents a restriction of the export and adding a restriction +# fails the check +my $type_GPL = 0x1; +my $type_NOW = 0x2; +my $type_UNUSED = 0x4; +my %types = ( + EXPORT_SYMBOL => 0x0, + EXPORT_SYMBOL_GPL => $type_GPL | $type_NOW, + EXPORT_SYMBOL_GPL_FUTURE => $type_GPL, + EXPORT_UNUSED_SYMBOL => $type_UNUSED, + EXPORT_UNUSED_SYMBOL_GPL => $type_UNUSED | $type_GPL | $type_NOW +); + +sub type_compatible { + my ($old, $new) = @_; + + for my $type ($old, $new) { + if (!exists($types{$type})) { + print STDERR "error: unrecognized export type $type.\n"; + exit 1; + } + } + # if $new has a bit set that $old does not -> fail + return !(~$types{$old} & $types{$new}); +} + +my $kabi_errors = 0; +sub kabi_change { + my ($sym, $symvers, $message) = @_; + my $fail = 1; + + for my $rule (@rules) { + if ($rule->{mod} && $symvers->{mod} =~ $rule->{mod} || + $rule->{sym} && $sym =~ $rule->{sym} || + ($use_namespaces && $rule->{namespace} && + $symvers->{namespace} =~ $rule->{namespace})) { + $fail = $rule->{fail}; + last; + } + } + return unless $fail or $opt_verbose; + + print STDERR "KABI: symbol $sym(mod:$symvers->{mod}"; + if ($use_namespaces && $symvers->{namespace}) { + print STDERR " ns:$symvers->{namespace}"; + } + print STDERR ") $message"; + if ($fail) { + $kabi_errors++; + print STDERR "\n"; + } else { + print STDERR " (tolerated)\n"; + } +} + +sub xopen { + open($_[0], $_[1], @_[2..$#_]) or die "$_[2]: $!\n"; +} + +my $res = GetOptions( + 'verbose|v' => \$opt_verbose, + 'rules|r=s' => \$opt_rules, +); +if (!$res || @ARGV != 2) { + print STDERR "Usage: $0 [--rules ] Module.symvers.old Module.symvers\n"; + exit 1; +} + +# Determine symvers format +$use_namespaces = symvers_uses_namespaces($ARGV[0]); + +if (defined($opt_rules)) { + load_rules($opt_rules); +} +my %old = load_symvers($ARGV[0]); +my %new = load_symvers($ARGV[1]); + +for my $sym (sort keys(%old)) { + if (!$new{$sym}) { + kabi_change($sym, $old{$sym}, "lost"); + } elsif ($old{$sym}->{crc} ne $new{$sym}->{crc}) { + kabi_change($sym, $old{$sym}, "changed crc from " . + "$old{$sym}->{crc} to $new{$sym}->{crc}"); + } elsif (!type_compatible($old{$sym}->{type}, $new{$sym}->{type})) { + kabi_change($sym, $old{$sym}, "changed type from " . + "$old{$sym}->{type} to $new{$sym}->{type}"); + } +} +if ($kabi_errors) { + print STDERR "KABI: aborting due to kabi changes.\n"; + exit 1; +} +exit 0; diff --git a/kabi.tar.bz2 b/kabi.tar.bz2 new file mode 100644 index 0000000..4cea5f2 --- /dev/null +++ b/kabi.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:253d316b58de24ea0dd3eeea97bec397c1e9da2a56086f3464a6cf559c58017e +size 6903956 diff --git a/kernel-binary-conflicts b/kernel-binary-conflicts new file mode 100644 index 0000000..f4ed55f --- /dev/null +++ b/kernel-binary-conflicts @@ -0,0 +1,18 @@ +# List of old packages not compatible with this kernel +# The kernel cannot be installed without overriding the dependency +# Listing the packages here means that OBS cannot see them and will start the +# build and only fail at install check. On the other hand the message from +# install check is much more intelligible than 'package has conflict' reported +# by OBS. +# +# + +# dead network if installed on SLES10, otherwise it will work (mostly) +sysfsutils 2.0 +apparmor-profiles 2.1.0 +apparmor-parser 2.3 +# root-lvm only works with newer udevs +udev 118 +lvm2 2.02.33 +# Interface to hv_kvp_daemon changed +hyper-v 4 diff --git a/kernel-binary.spec.in b/kernel-binary.spec.in new file mode 100644 index 0000000..6755f94 --- /dev/null +++ b/kernel-binary.spec.in @@ -0,0 +1,1537 @@ +# +# spec file for package kernel-@FLAVOR@ +# +# Copyright (c) @YEAR@ SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# +# needssslcertforbuild + + +%define srcversion @SRCVERSION@ +%define patchversion @PATCHVERSION@ +%define git_commit @COMMIT_FULL@ +%define variant @VARIANT@%{nil} +%define compress_modules @COMPRESS_MODULES@ +%define compress_vmlinux @COMPRESS_VMLINUX@ +%define livepatch @LIVEPATCH@%{nil} +%define livepatch_rt @LIVEPATCH_RT@%{nil} +%define sb_efi_only @SB_EFI_ONLY@ +%define split_base @SPLIT_BASE@ +%define split_optional @SPLIT_OPTIONAL@ +%define supported_modules_check @SUPPORTED_MODULES_CHECK@ +%define build_flavor @FLAVOR@ + +%include %_sourcedir/kernel-spec-macros + +%(chmod +x %_sourcedir/{@SCRIPTS@}) + +Name: kernel-@FLAVOR@ +Version: @RPMVERSION@ +%if 0%{?is_kotd} +Release: .g@COMMIT@ +%else +Release: @RELEASE@ +%endif +Summary: @SUMMARY@ +License: GPL-2.0-only +Group: System/Kernel +URL: https://www.kernel.org/ +%if 0%{?suse_version} > 1500 || 0%{?sle_version} > 150300 +BuildRequires: bash-sh +%endif +BuildRequires: bc +BuildRequires: bison +BuildRequires: coreutils +BuildRequires: fdupes +BuildRequires: flex +# Cannot test %%CONFIG_GCC_PLUGINS here because the buildservice parser +# does not expand %%(...) +%if "%build_flavor" == "syzkaller" +# Needed by scripts/gcc-plugin.sh +BuildRequires: gcc-c++ +BuildRequires: gcc-devel +%endif +BuildRequires: hmaccalc +BuildRequires: libopenssl-devel +BuildRequires: modutils +BuildRequires: python3-base +# Used to sign the kernel in the buildservice +BuildRequires: openssl +BuildRequires: pesign-obs-integration +%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150300 +# pahole for CONFIG_DEBUG_INFO_BTF +BuildRequires: dwarves >= 1.22 +%endif +# for objtool +BuildRequires: libelf-devel +# required for 50-check-kernel-build-id rpm check +BuildRequires: elfutils +%ifarch %arm +BuildRequires: u-boot-tools +%endif +# Do not install p-b and dracut for the install check, the %post script is +# able to handle this +#!BuildIgnore: perl-Bootloader dracut distribution-release suse-kernel-rpm-scriptlets +# Remove some packages that are installed automatically by the build system, +# but are not needed to build the kernel +#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools udev insserv +%if ! 0%{?is_kotd} || ! %{?is_kotd_qa}%{!?is_kotd_qa:0} +ExclusiveArch: @ARCHS@ +%else +ExclusiveArch: do_not_build +%endif + +%ifarch %ix86 x86_64 +%define image vmlinuz +%endif +%ifarch ppc ppc64 ppc64le +%define image vmlinux +%endif +%ifarch s390 s390x +%define image image +%endif +%ifarch %arm +%define image zImage +%endif +%ifarch aarch64 riscv64 +%define image Image +%endif + +%ifarch %ix86 x86_64 +%define install_vdso 1 +%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150500 +%define separate_vdso 1 +%endif +%else +%define install_vdso 0 +%endif + +%define build_default ("%build_flavor" == "default") +%define build_vanilla ("%build_flavor" == "vanilla") +%define vanilla_only %{lua: if (rpm.expand("%variant") == "-vanilla") then print(1) else print(0) end} + +%if ! %build_vanilla +%define src_install_dir /usr/src/linux-%kernelrelease%variant +%else +%define src_install_dir /usr/src/linux-%kernelrelease-vanilla +%endif +%define obj_install_dir /usr/src/linux-%kernelrelease%variant-obj +%define rpm_install_dir %buildroot%obj_install_dir +%define kernel_build_dir %my_builddir/linux-%srcversion/linux-obj +%define modules_dir %kernel_module_directory/%kernelrelease-%build_flavor + +%global cpu_arch %(%_sourcedir/arch-symbols %_target_cpu) +%define cpu_arch_flavor %cpu_arch/%build_flavor + +%if 0%{?_project:1} && ( %(echo %_project | grep -Ex -f %_sourcedir/release-projects | grep -v ^PTF | grep -vc openSUSE) || %(echo %_project | grep -Ec "^(Devel:)?Kernel:") ) + %define klp_symbols 1 +%endif + +# Define some CONFIG variables as rpm macros as well. (rpm cannot handle +# defining them all at once.) +%define config_vars CONFIG_MODULES CONFIG_MODULE_SIG CONFIG_MODULE_SIG_HASH CONFIG_KMSG_IDS CONFIG_SUSE_KERNEL_SUPPORTED CONFIG_EFI_STUB CONFIG_LIVEPATCH_IPA_CLONES CONFIG_DEBUG_INFO_BTF_MODULES CONFIG_PREEMPT_DYNAMIC +%{expand:%(eval "$(test -n "%cpu_arch_flavor" && tar -xjf %_sourcedir/config.tar.bz2 --to-stdout config/%cpu_arch_flavor)"; for config in %config_vars; do echo "%%global $config ${!config:-n}"; done)} +%define split_extra ("%CONFIG_MODULES" == "y" && "%CONFIG_SUSE_KERNEL_SUPPORTED" == "y") + +%if "%CONFIG_MODULES" != "y" + %define klp_symbols 0 +%endif + +%global certs %( space="" ; for f in %_sourcedir/*.crt; do \ + if ! test -e "$f"; then \ + continue \ + fi \ + h=$(openssl x509 -inform PEM -fingerprint -noout -in "$f") \ + if [ -z "$h" ] ; then \ + echo Cannot parse "$f" >&2 \ + confinue \ + fi \ + cert=$(echo "$h" | sed -rn 's/^SHA1 Fingerprint=//; T; s/://g; s/(.{8}).*/\\1/p') \ + echo Found signing certificate "$f" "($cert)" >&2 \ + cat "$f" >>%_sourcedir/.kernel_signing_key.pem \ + mkdir -p %_sourcedir/.kernel_signing_certs \ + openssl x509 -inform PEM -in "$f" -outform DER -out %_sourcedir/.kernel_signing_certs/"$cert".crt \ + echo -n "$space$cert" ; space=" " \ +done ) + +@SOURCES@ + +%ifarch %ix86 +# Only i386/default supports i586, mark other flavors' packages as i686 +%if ! %build_default +BuildArch: i686 +%endif +%endif +# Force bzip2 instead of lzma compression to +# 1) allow install on older dist versions, and +# 2) decrease build times (bsc#962356 boo#1175882) +%define _binary_payload w9.bzdio +# Do not recompute the build-id of vmlinux in find-debuginfo.sh (bsc#964063) +%undefine _unique_build_ids +%define _no_recompute_build_ids 1 +# prevent usr/lib/debug/boot/vmlinux-4.12.14-11.10-default-4.12.14-11.10.ppc64le.debug +%undefine _unique_debug_names + +%if "%{compress_modules}" == "zstd" +BuildRequires: zstd +# Make sure kmod supports zstd compressed modules +Requires(post): kmod-zstd +%endif +Provides: %name = %version-%source_rel +# bnc#901925 +Provides: %name-%version-%source_rel +Provides: %{name}_%_target_cpu = %version-%source_rel +Provides: kernel-base = %version-%source_rel +Provides: multiversion(kernel) +# In SLE11, kernel-$flavor complemented kernel-$flavor-base. With SLE12, +# kernel-$flavor itself contains all the needed files and kernel-$flavor-base +# is a subset that can replace kernel-$flavor in some scenarios. We need to +# obsolete the -base subpackage from SLE11, so that the base files are not +# owned by multiple packages now. The dependency is not correct wrt openSUSE +# 11.2 - 11.4, but we primarily care about the supported upgrade path. +Obsoletes: %name-base < 3.1 +%if ("%build_flavor" != "kvmsmall") && ("%build_flavor" != "azure") +Recommends: kernel-firmware +%endif +# The following is copied to the -base subpackage as well +# BEGIN COMMON DEPS +Requires(pre): suse-kernel-rpm-scriptlets +Requires(post): suse-kernel-rpm-scriptlets +Requires: suse-kernel-rpm-scriptlets +Requires(preun): suse-kernel-rpm-scriptlets +Requires(postun): suse-kernel-rpm-scriptlets +Requires(pre): coreutils awk +# For /usr/lib/module-init-tools/weak-modules2 and /usr/lib/modprobe.d/*.conf +Requires(post): suse-module-tools +Requires: suse-module-tools +# For depmod (modutils is a dependency provided by both module-init-tools and +# kmod-compat) +Requires(post): modutils +# This Requires is wrong, because the post/postun scripts have a +# test -x update-bootloader, having perl-Bootloader is not a hard requirement. +# But, there is no way to tell rpm or yast to schedule the installation +# of perl-Bootloader before kernel-binary.rpm if both are in the list of +# packages to install/update. Likewise, this is true for dracut. +# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry +Requires(post): perl-Bootloader >= 0.4.15 +Requires(post): dracut +# Install the package providing /etc/SuSE-release early enough, so that +# the grub entry has correct title (bnc#757565) +Requires(post): distribution-release + +%if %{usrmerged} +# make sure we have a post-usrmerge system +Conflicts: filesystem < 16 +%endif + +Obsoletes: microcode_ctl < 1.18 + +%{lua: fd, err = io.open(rpm.expand('%_sourcedir') .. '/kernel-binary-conflicts') + if not fd then io.stderr:write(err) end + unpack = table.unpack or unpack + for l in fd:lines() do + if #l > 0 and l:sub(1,1) ~= '#' then + words = {} ; for w in l:gmatch("([^%s]+)%s*") do table.insert(words, w) end + package, version = unpack(words) + print('Conflicts: ' .. package .. ' < '.. version .. '\n') + end + end + fd:close() +} + +%ifarch %ix86 +Conflicts: libc.so.6()(64bit) +%endif +Provides: kernel = %version-%source_rel +Provides: kernel-%build_flavor-base-srchash-%git_commit +Provides: kernel-srchash-%git_commit +# END COMMON DEPS +Provides: %name-srchash-%git_commit +@PROVIDES_OBSOLETES@ +@PROVIDES_OBSOLETES_BASE@ +%obsolete_rebuilds %name + +%define kmp_target_cpu %_target_cpu +%ifarch %ix86 +# KMPs are always built as i586, because rpm does not allow to build +# subpackages for different architectures. Therefore, we change the +# /usr/src/linux-obj/ symlink to i586. +%define kmp_target_cpu i586 +%endif + +%if %build_default +%if "%CONFIG_PREEMPT_DYNAMIC" == "y" +Provides: kernel-preempt = %version-%release +Provides: kernel-preempt_%_target_cpu = %version-%source_rel +%endif +%endif + +%{lua: fd, err = io.open(rpm.expand('%_sourcedir') .. '/obsolete-kmps') + if not fd then io.stderr:write(err) end + unpack = table.unpack or unpack + for l in fd:lines() do + if #l > 0 and l:sub(1,1) ~= '#' then + words = {} ; for w in l:gmatch("([^%s]+)%s*") do table.insert(words, w) end + package, version = unpack(words) + print('Obsoletes: ' .. package .. '-kmp-' .. rpm.expand('%build_flavor') .. ' <= '.. version .. '\n') + print('Provides: ' .. package .. '-kmp = ' .. version .. '.1\n') + print('Provides: ' .. package .. '-kmp-' .. rpm.expand('%build_flavor') .. ' = '.. version .. '.1\n') + end + end + fd:close() +} + +%description +@DESCRIPTION@ + + +%source_timestamp + +%pre +%if "%build_flavor" != "zfcpdump" +%run_if_exists /usr/lib/module-init-tools/kernel-scriptlets/rpm-pre --name "%name" \ + --version "%version" --release "%release" --kernelrelease "%kernelrelease" \ + --image "%image" --flavor "%build_flavor" --variant "%variant" \ + --usrmerged "%{usrmerged}" --certs "%certs" "$@" +%endif +%post +%if "%build_flavor" != "zfcpdump" +%run_if_exists /usr/lib/module-init-tools/kernel-scriptlets/rpm-post --name "%name" \ + --version "%version" --release "%release" --kernelrelease "%kernelrelease" \ + --image "%image" --flavor "%build_flavor" --variant "%variant" \ + --usrmerged "%{usrmerged}" --certs "%certs" "$@" +%endif +%preun +%if "%build_flavor" != "zfcpdump" +%run_if_exists /usr/lib/module-init-tools/kernel-scriptlets/rpm-preun --name "%name" \ + --version "%version" --release "%release" --kernelrelease "%kernelrelease" \ + --image "%image" --flavor "%build_flavor" --variant "%variant" \ + --usrmerged "%{usrmerged}" --certs "%certs" "$@" +%endif +%postun +%if "%build_flavor" != "zfcpdump" +%run_if_exists /usr/lib/module-init-tools/kernel-scriptlets/rpm-postun --name "%name" \ + --version "%version" --release "%release" --kernelrelease "%kernelrelease" \ + --image "%image" --flavor "%build_flavor" --variant "%variant" \ + --usrmerged "%{usrmerged}" --certs "%certs" "$@" +%endif +%posttrans +%if "%build_flavor" != "zfcpdump" +%run_if_exists /usr/lib/module-init-tools/kernel-scriptlets/rpm-posttrans --name "%name" \ + --version "%version" --release "%release" --kernelrelease "%kernelrelease" \ + --image "%image" --flavor "%build_flavor" --variant "%variant" \ + --usrmerged "%{usrmerged}" --certs "%certs" "$@" +%endif +%files -f kernel-main.files + +%if "%CONFIG_MODULES" == "y" && %split_base +%package base +Summary: @SUMMARY@ - base modules +Group: System/Kernel +Url: http://www.kernel.org/ +Provides: kernel-base = %version-%source_rel +Provides: multiversion(kernel) +Conflicts: %name = %version-%source_rel +@COMMON_DEPS@ +@PROVIDES_OBSOLETES_BASE@ +%obsolete_rebuilds %name-base +%ifarch %ix86 +Conflicts: libc.so.6()(64bit) +%endif + +%description base +@DESCRIPTION@ + +This package contains only the base modules, required in all installs. + + +%source_timestamp +%pre base +%run_if_exists /usr/lib/module-init-tools/kernel-scriptlets/rpm-pre --name "%name-base" \ + --version "%version" --release "%release" --kernelrelease "%kernelrelease" \ + --image "%image" --flavor "%build_flavor" --variant "%variant" \ + --usrmerged "%{usrmerged}" --certs "%certs" "$@" + +%post base +%run_if_exists /usr/lib/module-init-tools/kernel-scriptlets/rpm-post --name "%name-base" \ + --version "%version" --release "%release" --kernelrelease "%kernelrelease" \ + --image "%image" --flavor "%build_flavor" --variant "%variant" \ + --usrmerged "%{usrmerged}" --certs "%certs" "$@" + +%preun base +%run_if_exists /usr/lib/module-init-tools/kernel-scriptlets/rpm-preun --name "%name-base" \ + --version "%version" --release "%release" --kernelrelease "%kernelrelease" \ + --image "%image" --flavor "%build_flavor" --variant "%variant" \ + --usrmerged "%{usrmerged}" --certs "%certs" "$@" + +%postun base +%run_if_exists /usr/lib/module-init-tools/kernel-scriptlets/rpm-postun --name "%name-base" \ + --version "%version" --release "%release" --kernelrelease "%kernelrelease" \ + --image "%image" --flavor "%build_flavor" --variant "%variant" \ + --usrmerged "%{usrmerged}" --certs "%certs" "$@" + +%posttrans base +%run_if_exists /usr/lib/module-init-tools/kernel-scriptlets/rpm-posttrans --name "%name-base" \ + --version "%version" --release "%release" --kernelrelease "%kernelrelease" \ + --image "%image" --flavor "%build_flavor" --variant "%variant" \ + --usrmerged "%{usrmerged}" --certs "%certs" "$@" + +%files base -f kernel-base.files +%endif + +%package extra +Summary: @SUMMARY@ - Unsupported kernel modules +Group: System/Kernel +URL: https://www.kernel.org/ +Provides: %name-extra_%_target_cpu = %version-%source_rel +Provides: kernel-extra = %version-%source_rel +Provides: multiversion(kernel) +Requires: %{name}_%_target_cpu = %version-%source_rel +Requires(pre): coreutils awk +Requires(post): modutils +Requires(post): perl-Bootloader +Requires(post): dracut +@PROVIDES_OBSOLETES_EXTRA@ +%obsolete_rebuilds %name-extra +Supplements: packageand(product(SLED):%{name}_%_target_cpu) +Supplements: packageand(product(sle-we):%{name}_%_target_cpu) +Supplements: packageand(product(Leap):%{name}_%_target_cpu) +%ifarch %ix86 +Conflicts: libc.so.6()(64bit) +%endif +%if %build_default +%if "%CONFIG_PREEMPT_DYNAMIC" == "y" +Provides: kernel-preempt-extra = %version-%release +Provides: kernel-preempt-extra_%_target_cpu = %version-%source_rel +%endif +%endif + +%description extra +@DESCRIPTION@ + +This package contains additional modules not supported by SUSE. + + +%source_timestamp + +%pre extra +%run_if_exists /usr/lib/module-init-tools/kernel-scriptlets/inkmp-pre --name "%name-extra" \ + --version "%version" --release "%release" --kernelrelease "%kernelrelease" \ + --image "%image" --flavor "%build_flavor" --variant "%variant" \ + --usrmerged "%{usrmerged}" --certs "%certs" "$@" + +%post extra +%run_if_exists /usr/lib/module-init-tools/kernel-scriptlets/inkmp-post --name "%name-extra" \ + --version "%version" --release "%release" --kernelrelease "%kernelrelease" \ + --image "%image" --flavor "%build_flavor" --variant "%variant" \ + --usrmerged "%{usrmerged}" --certs "%certs" "$@" + +%preun extra +%run_if_exists /usr/lib/module-init-tools/kernel-scriptlets/inkmp-preun --name "%name-extra" \ + --version "%version" --release "%release" --kernelrelease "%kernelrelease" \ + --image "%image" --flavor "%build_flavor" --variant "%variant" \ + --usrmerged "%{usrmerged}" --certs "%certs" "$@" + +%postun extra +%run_if_exists /usr/lib/module-init-tools/kernel-scriptlets/inkmp-postun --name "%name-extra" \ + --version "%version" --release "%release" --kernelrelease "%kernelrelease" \ + --image "%image" --flavor "%build_flavor" --variant "%variant" \ + --usrmerged "%{usrmerged}" --certs "%certs" "$@" + +%posttrans extra +%run_if_exists /usr/lib/module-init-tools/kernel-scriptlets/inkmp-posttrans --name "%name-extra" \ + --version "%version" --release "%release" --kernelrelease "%kernelrelease" \ + --image "%image" --flavor "%build_flavor" --variant "%variant" \ + --usrmerged "%{usrmerged}" --certs "%certs" "$@" + +%if %split_extra + +%files extra -f kernel-extra.files +%endif + +%if %split_extra && %split_optional +%package optional +Summary: @SUMMARY@ - Optional kernel modules +Group: System/Kernel +URL: https://www.kernel.org/ +Provides: %name-optional_%_target_cpu = %version-%source_rel +Provides: kernel-optional = %version-%source_rel +Provides: multiversion(kernel) +Requires: %name-extra_%_target_cpu = %version-%source_rel +Requires(pre): coreutils awk +Requires(post): modutils +Requires(post): perl-Bootloader +Requires(post): dracut +@PROVIDES_OBSOLETES_OPTIONAL@ +%obsolete_rebuilds %name-optional +Supplements: packageand(product(Leap):%{name}_%_target_cpu) +%ifarch %ix86 +Conflicts: libc.so.6()(64bit) +%endif +%if %build_default +%if "%CONFIG_PREEMPT_DYNAMIC" == "y" +Provides: kernel-preempt-optional = %version-%release +Provides: kernel-preempt-optional_%_target_cpu = %version-%source_rel +%endif +%endif + +%description optional +@DESCRIPTION@ + +This package contains optional modules only for openSUSE Leap. + + +%source_timestamp + +%pre optional +%run_if_exists /usr/lib/module-init-tools/kernel-scriptlets/inkmp-pre --name "%name-optional" \ + --version "%version" --release "%release" --kernelrelease "%kernelrelease" \ + --image "%image" --flavor "%build_flavor" --variant "%variant" \ + --usrmerged "%{usrmerged}" --certs "%certs" "$@" + +%post optional +%run_if_exists /usr/lib/module-init-tools/kernel-scriptlets/inkmp-post --name "%name-optional" \ + --version "%version" --release "%release" --kernelrelease "%kernelrelease" \ + --image "%image" --flavor "%build_flavor" --variant "%variant" \ + --usrmerged "%{usrmerged}" --certs "%certs" "$@" + +%preun optional +%run_if_exists /usr/lib/module-init-tools/kernel-scriptlets/inkmp-preun --name "%name-optional" \ + --version "%version" --release "%release" --kernelrelease "%kernelrelease" \ + --image "%image" --flavor "%build_flavor" --variant "%variant" \ + --usrmerged "%{usrmerged}" --certs "%certs" "$@" + +%postun optional +%run_if_exists /usr/lib/module-init-tools/kernel-scriptlets/inkmp-postun --name "%name-optional" \ + --version "%version" --release "%release" --kernelrelease "%kernelrelease" \ + --image "%image" --flavor "%build_flavor" --variant "%variant" \ + --usrmerged "%{usrmerged}" --certs "%certs" "$@" + +%posttrans optional +%run_if_exists /usr/lib/module-init-tools/kernel-scriptlets/inkmp-posttrans --name "%name-optional" \ + --version "%version" --release "%release" --kernelrelease "%kernelrelease" \ + --image "%image" --flavor "%build_flavor" --variant "%variant" \ + --usrmerged "%{usrmerged}" --certs "%certs" "$@" + +%files optional -f kernel-optional.files +%endif + +%if "%CONFIG_KMSG_IDS" == "y" + +%package man +Summary: The collection of man pages generated by the kmsg script +Group: System/Kernel + +%description man +This package includes the man pages that have been generated from the +kmsg message documentation comments. + + +%source_timestamp +%files man +/usr/share/man/man9/* +%endif + +%if 0%{?separate_vdso} +%package vdso +Summary: vdso binaries for debugging purposes +Group: System/Kernel + +%description vdso +This package includes the vdso binaries. They can be used for debugging. The +actual binary linked to the programs is loaded from the in-memory image, not +from this package. + + +%source_timestamp +%files vdso +%modules_dir/vdso/ +%endif + +%package devel +Summary: Development files necessary for building kernel modules +Group: Development/Sources +Provides: %name-devel = %version-%source_rel +Provides: multiversion(kernel) +%if ! %build_vanilla && ! %vanilla_only +Requires: kernel-devel%variant = %version-%source_rel +Recommends: make +Recommends: gcc +Recommends: perl +# for objtool +Requires: libelf-devel +Supplements: packageand(%name:kernel-devel%variant) +%else +Requires: kernel-source-vanilla = %version-%source_rel +Supplements: packageand(%name:kernel-source-vanilla) +%endif +%if "%CONFIG_DEBUG_INFO_BTF_MODULES" == "y" +Requires: dwarves >= 1.22 +%endif +%if %build_default +%if "%CONFIG_PREEMPT_DYNAMIC" == "y" +Provides: kernel-preempt-devel = %version-%release +%endif +%endif +@PROVIDES_OBSOLETES_DEVEL@ +%obsolete_rebuilds %name-devel +PreReq: coreutils + +%description devel +This package contains files necessary for building kernel modules (and +kernel module packages) against the %build_flavor flavor of the kernel. + + +%source_timestamp + +%if "%CONFIG_MODULES" == "y" + +%pre devel + +# handle update from an older kernel-source with linux-obj as symlink +if [ -h /usr/src/linux-obj ]; then + rm -vf /usr/src/linux-obj +fi + +%post devel +%relink_function + +relink ../../linux-%{kernelrelease}%{variant}-obj/"%cpu_arch_flavor" /usr/src/linux-obj/"%cpu_arch_flavor" + +%files devel -f kernel-devel.files +%dir /usr/src/linux-obj +%dir /usr/src/linux-obj/%cpu_arch +%ghost /usr/src/linux-obj/%cpu_arch_flavor +%exclude %obj_install_dir/%cpu_arch_flavor/Symbols.list +%if "%kmp_target_cpu" != "%cpu_arch" +%obj_install_dir/%kmp_target_cpu +/usr/src/linux-obj/%kmp_target_cpu +%endif + +%if "%livepatch" != "" && "%CONFIG_SUSE_KERNEL_SUPPORTED" == "y" && (("%variant" == "" && %build_default) || ("%variant" == "-rt" && 0%livepatch_rt)) +%if "%livepatch" == "kgraft" +%define patch_package %{livepatch}-patch +%else +%define patch_package kernel-%{livepatch} +%endif +%package %{livepatch} +Summary: Metapackage to pull in matching %patch_package package +Group: System/Kernel +Requires: %{patch_package}-%(echo %{version}-%{source_rel} | sed 'y/\./_/')-%{build_flavor} +Provides: multiversion(kernel) +%if "%variant" != "-rt" +Provides: kernel-default-kgraft = %version +Provides: kernel-xen-kgraft = %version +%if "%livepatch" != "kgraft" +Obsoletes: kernel-default-kgraft < %version +Obsoletes: kernel-xen-kgraft < %version +%endif +%endif + +%description %{livepatch} +This is a metapackage that pulls in the matching %patch_package package for a +given kernel version. The advantage of the metapackage is that its name is +static, unlike the %{patch_package}--flavor package names. + +%files %{livepatch} +# rpmlint complains about empty packages, so lets own something +%dir %modules_dir +%endif + +%if 0%{?klp_symbols} && "%livepatch" != "" +%package %{livepatch}-devel +Summary: Kernel symbols file used during kGraft patch development +Group: System/Kernel +Provides: klp-symbols = %version + +%description %{livepatch}-devel +This package brings a file named Symbols.list, which contains a list of all +kernel symbols and its respective kernel object . This list is to be used by +the klp-convert tool, which helps livepatch developers by enabling automatic +symbol resolution. + +%files %{livepatch}-devel -f livepatch-files +%endif + +%if "%CONFIG_SUSE_KERNEL_SUPPORTED" == "y" +# BEGIN KMP +%package -n @KMP_NAME@-%build_flavor +Summary: @KMP_SUMMARY@ +Group: System/Kernel +Requires: %name = %version-%source_rel +Provides: @KMP_NAME@ = %version-%source_rel +Provides: multiversion(kernel) +# tell weak-modules2 to ignore this package +Provides: kmp_in_kernel +Requires(post): suse-module-tools >= 12.4 +%if %build_default +%if "%CONFIG_PREEMPT_DYNAMIC" == "y" +Provides: @KMP_NAME@-preempt = %version-%release +%endif +%endif +Enhances: %name +Supplements: packageand(%name:@KMP_NAME@-%build_flavor) +@KMP_DEPS@ + +%description -n @KMP_NAME@-%build_flavor +@KMP_DESCRIPTION@ + +%pre -n @KMP_NAME@-%build_flavor +%run_if_exists /usr/lib/module-init-tools/kernel-scriptlets/inkmp-pre --name "@KMP_NAME@-%build_flavor" \ + --version "%version" --release "%release" --kernelrelease "%kernelrelease" \ + --image "%image" --flavor "%build_flavor" --variant "%variant" \ + --usrmerged "%{usrmerged}" --certs "%certs" "$@" + +%post -n @KMP_NAME@-%build_flavor +%run_if_exists /usr/lib/module-init-tools/kernel-scriptlets/inkmp-post --name "@KMP_NAME@-%build_flavor" \ + --version "%version" --release "%release" --kernelrelease "%kernelrelease" \ + --image "%image" --flavor "%build_flavor" --variant "%variant" \ + --usrmerged "%{usrmerged}" --certs "%certs" "$@" + +%preun -n @KMP_NAME@-%build_flavor +%run_if_exists /usr/lib/module-init-tools/kernel-scriptlets/inkmp-preun --name "@KMP_NAME@-%build_flavor" \ + --version "%version" --release "%release" --kernelrelease "%kernelrelease" \ + --image "%image" --flavor "%build_flavor" --variant "%variant" \ + --usrmerged "%{usrmerged}" --certs "%certs" "$@" + +%postun -n @KMP_NAME@-%build_flavor +%run_if_exists /usr/lib/module-init-tools/kernel-scriptlets/inkmp-postun --name "@KMP_NAME@-%build_flavor" \ + --version "%version" --release "%release" --kernelrelease "%kernelrelease" \ + --image "%image" --flavor "%build_flavor" --variant "%variant" \ + --usrmerged "%{usrmerged}" --certs "%certs" "$@" + +%posttrans -n @KMP_NAME@-%build_flavor +%run_if_exists /usr/lib/module-init-tools/kernel-scriptlets/inkmp-posttrans --name "@KMP_NAME@-%build_flavor" \ + --version "%version" --release "%release" --kernelrelease "%kernelrelease" \ + --image "%image" --flavor "%build_flavor" --variant "%variant" \ + --usrmerged "%{usrmerged}" --certs "%certs" "$@" + +%files -n @KMP_NAME@-%build_flavor -f @KMP_NAME@.files +# END KMP +%endif # %CONFIG_SUSE_KERNEL_SUPPORTED +%endif # %CONFIG_MODULES + +%prep +if ! [ -e %{S:0} ]; then + echo "The %name-%version.nosrc.rpm package does not contain the" \ + "complete sources. Please install kernel-source-%version.src.rpm." + exit 1 +fi + +SYMBOLS= +if test -e %_sourcedir/extra-symbols; then + SYMBOLS=$(cat %_sourcedir/extra-symbols) + echo "extra symbol(s):" $SYMBOLS +fi + +# Unpack all sources and patches +%setup -q -c -T -a 0 @UNPACK_PATCHES@ + +mkdir -p %kernel_build_dir + +# Generate a list of modules with their support status marking +# The first marker is supposed to be either "+external", "-" or "-!optional", +# where "+external" is for an externally supported module, "-" is for an +# unsuppored module, "-!optional" is for Leap-only unsupported module. +# There can be an optional arch-specific second marker with "+arch" (e.g. +# +arm64), which enforces the module to be supported on the specific arch. +%_sourcedir/guards --list --with-guards <%_sourcedir/supported.conf | \ +awk '{ + t = ""; + for (i = 1; i < NF; i++) { + if ($i == "+external") { + t = " external"; + } else if ($i == "+'%cpu_arch'") { + t = ""; + } else if ($i ~ "^-") { + t = " no"; + } + } + print $(NF) t; +}' >%kernel_build_dir/Module.supported +subpackages=( + base +%if "%CONFIG_SUSE_KERNEL_SUPPORTED" == "y" + @KMPS@ +%endif +) +for package in "${subpackages[@]}"; do + %_sourcedir/guards --default=0 "$package" \ + <%_sourcedir/supported.conf | sed 's,.*/,,; s,\.ko$,,' | \ + sort -u >%kernel_build_dir/Module."$package" +done +%if %split_extra && %split_optional +# Module.optional is in a special form, containing guard markers for +# both extra and optional modules, which is processed by split-modules +%_sourcedir/guards --list --with-guards <%_sourcedir/supported.conf | \ +awk '{ + t = ""; + for (i = 1; i < NF; i++) { + if ($i == "+'%cpu_arch'") { + t = ""; + } else if ($i ~ "^-") { + t = $i + } + } + if (t != "") {print t,$(NF);} +}' >%kernel_build_dir/Module.optional +%endif + +cd linux-%srcversion + +%_sourcedir/apply-patches \ +%if %{build_vanilla} && ! %vanilla_only + --vanilla \ +%endif + %_sourcedir/series.conf .. $SYMBOLS + +cd %kernel_build_dir + +# Override the timestamp 'uname -v' reports with the source timestamp and +# the commit hash. +date=$(head -n 1 %_sourcedir/source-timestamp) +commit=$(sed -n 's/GIT Revision: //p' %_sourcedir/source-timestamp) +cat > .kernel-binary.spec.buildenv < localversion +fi + +config_base="default" +%ifarch %ix86 +config_base="pae" +%endif +if ! [ -f %my_builddir/config/%cpu_arch/$config_base ] ; then + config_base=%variant + config_base=${config_base#-} +fi +if ! grep -q CONFIG_MMU= "%my_builddir/config/%cpu_arch_flavor"; then +cp "%my_builddir/config/%cpu_arch/$config_base" .config +../scripts/kconfig/merge_config.sh -m .config \ + %my_builddir/config/%cpu_arch_flavor +else +cp %my_builddir/config/%cpu_arch_flavor .config +fi +if test -e %my_builddir/config.addon/%cpu_arch_flavor; then + # FIXME: config.addon doesn't affect the %CONFIG_ macros defined at + # the top of the specfile + ../scripts/kconfig/merge_config.sh -m .config %my_builddir/config.addon/%cpu_arch_flavor +fi + +CONFIG_SUSE_KERNEL_RELEASED="--disable CONFIG_SUSE_KERNEL_RELEASED" +%if 0%{?_project:1} +if echo %_project | grep -Eqx -f %_sourcedir/release-projects; then + CONFIG_SUSE_KERNEL_RELEASED="--enable CONFIG_SUSE_KERNEL_RELEASED" +fi +%endif + +DEBUG_INFO_TYPE="$(grep "CONFIG_DEBUG_INFO_DWARF.*=y" .config)" +DEBUG_INFO_TYPE="${DEBUG_INFO_TYPE%%=y}" +DEBUG_INFO_TYPE="${DEBUG_INFO_TYPE##CONFIG_DEBUG_INFO_}" +echo "Kernel debuginfo type: ${DEBUG_INFO_TYPE}" + +../scripts/config \ + --set-str CONFIG_LOCALVERSION -%source_rel-%build_flavor \ + --enable CONFIG_SUSE_KERNEL \ + $CONFIG_SUSE_KERNEL_RELEASED \ +%if 0%{?__debug_package:1} + --enable CONFIG_DEBUG_INFO +%else + --disable CONFIG_DEBUG_INFO \ + --disable CONFIG_DEBUG_INFO_"${DEBUG_INFO_TYPE}" \ + --enable CONFIG_DEBUG_INFO_NONE +%endif + +if [ %CONFIG_MODULE_SIG = "y" ]; then + if [ -n "%certs" ] ; then + ln -s %_sourcedir/.kernel_signing_key.pem . + else + if ! [ -f .kernel.genkey ] ; then + cat > .kernel.genkey </dev/null 2>&1 ; then + makeoutputsync=--output-sync +else + echo make does not support --output-sync flag. Build messages may be mangled. 1>&2 +fi +MAKE_ARGS="$MAKE_ARGS $makeoutputsync %{?_smp_mflags}" +echo export MAKE_ARGS=\""$MAKE_ARGS"\" >> .kernel-binary.spec.buildenv + +KERN_DIRS="-C .. O=$PWD" +if test -e %_sourcedir/TOLERATE-UNKNOWN-NEW-CONFIG-OPTIONS; then + yes '' | make oldconfig $MAKE_ARGS $KERN_DIRS +else + cp .config .config.orig + if test -f ../scripts/kconfig/Makefile && \ + grep -q syncconfig ../scripts/kconfig/Makefile; then + syncconfig="syncconfig" + else + syncconfig="silentoldconfig" + fi + make $syncconfig $MAKE_ARGS $KERN_DIRS < /dev/null + %_sourcedir/check-for-config-changes .config.orig .config + rm .config.orig +fi + +make prepare $MAKE_ARGS +make scripts $MAKE_ARGS +krel=$(make -s kernelrelease $MAKE_ARGS) + +if [ "$krel" != "%kernelrelease-%build_flavor" ]; then + echo "Kernel release mismatch: $krel != %kernelrelease-%build_flavor" >&2 + exit 1 +fi + +make clean $MAKE_ARGS + +rm -f source +find . ! -type d ! -name 'Module.base' ! -name 'Module.*-kmp' ! -name 'Module.optional' -printf '%%P\n' \ + > %my_builddir/obj-files + +%build +cd %kernel_build_dir +source .kernel-binary.spec.buildenv + +# create *.symref files in the tree +if test -e %my_builddir/kabi/%cpu_arch/symtypes-%build_flavor; then + %_sourcedir/modversions --unpack . < $_ +fi + +%if "%CONFIG_KMSG_IDS" == "y" + chmod +x ../scripts/kmsg-doc + MAKE_ARGS="$MAKE_ARGS D=2" +%endif + +mkdir -p %_topdir/OTHER +log=%_topdir/OTHER/make-stderr.log +while true; do + make all $MAKE_ARGS 2> >(tee "$log") + if test "${PIPESTATUS[0]}" -eq 0; then + break + fi + # In the linux-next and vanilla branches, we try harder to build a + # package. + if test 0%vanilla_only -gt 0 && + %_sourcedir/try-disable-staging-driver "$log"; then + echo "Retrying make" + else + exit 1 + fi +done + +# Generate list of symbols that are used to create kernel livepatches +%if 0%{?klp_symbols} + %_sourcedir/klp-symbols . Symbols.list +%endif + +%install + +# get rid of /usr/lib/rpm/brp-strip-debug +# strip removes too much from the vmlinux ELF binary +export NO_BRP_STRIP_DEBUG=true +export STRIP_KEEP_SYMTAB='*/vmlinux*' + +# %kernel_module_directory/%kernelrelease-%build_flavor/source points to the source +# directory installed by kernel-devel. The kernel-%build_flavor-devel package +# has a correct dependency on kernel-devel, but the brp check does not see +# kernel-devel during build. +export NO_BRP_STALE_LINK_ERROR=yes + +cd %kernel_build_dir +source .kernel-binary.spec.buildenv + +mkdir -p %buildroot/boot +# (Could strip out non-public symbols.) +cp -p System.map %buildroot/boot/System.map-%kernelrelease-%build_flavor + +add_vmlinux() +{ + local vmlinux=boot/vmlinux-%kernelrelease-%build_flavor + + cp vmlinux %buildroot/$vmlinux + # make sure that find-debuginfo.sh picks it up. In the filelist, we + # mark the file 0644 again + chmod +x %buildroot/$vmlinux + if test $1 == "--compressed"; then + # avoid using the gzip -n option to make kdump happy (bnc#880848#c20) + ts="$(head -n1 %_sourcedir/source-timestamp)" + touch -d "$ts" %buildroot/$vmlinux + touch %buildroot/$vmlinux.%{compress_vmlinux} +%if 0%{?__debug_package:1} + # compress the vmlinux image after find-debuginfo.sh has processed it +%global __debug_install_post %__debug_install_post \ +%_sourcedir/compress-vmlinux.sh %buildroot/boot/vmlinux-%kernelrelease-%build_flavor +%else + %_sourcedir/compress-vmlinux.sh %buildroot/$vmlinux +%endif + ghost_vmlinux=true + else + ghost_vmlinux=false + fi +} + +# architecture specifics +%ifarch %ix86 x86_64 + add_vmlinux --compressed + cp -p arch/x86/boot/bzImage %buildroot/boot/%image-%kernelrelease-%build_flavor +%endif +%ifarch ppc ppc64 ppc64le + add_vmlinux +%endif +%ifarch s390 s390x + add_vmlinux --compressed + image=image + if test ! -f arch/s390/boot/$image; then + image=bzImage + fi + cp -p arch/s390/boot/$image %buildroot/boot/%image-%kernelrelease-%build_flavor +%if "%CONFIG_KMSG_IDS" == "y" + mkdir -p %buildroot/usr/share/man/man9 + find man -name '*.9' -exec install -m 644 -D '{}' %buildroot/usr/share/man/man9/ ';' +%endif +%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150300 + s390x_vmlinux=arch/s390/boot/compressed/vmlinux + if [ ! -f "$s390x_vmlinux" ]; then + s390x_vmlinux=arch/s390/boot/vmlinux + fi + objcopy -R .rodata.compressed "$s390x_vmlinux" %buildroot/boot/zdebug-%kernelrelease-%build_flavor +%endif +%endif +%ifarch %arm + add_vmlinux --compressed + cp -p arch/arm/boot/%image %buildroot/boot/%image-%kernelrelease-%build_flavor +%endif +%ifarch aarch64 + add_vmlinux --compressed + cp -p arch/arm64/boot/%image %buildroot/boot/%image-%kernelrelease-%build_flavor +%endif +%ifarch riscv64 + add_vmlinux --compressed + cp -p arch/riscv/boot/%image %buildroot/boot/%image-%kernelrelease-%build_flavor +%endif + +# sign the modules, firmware and possibly the kernel in the buildservice +BRP_PESIGN_FILES="" +%if "%CONFIG_EFI_STUB" == "y" +%if %{usrmerged} +BRP_PESIGN_FILES="%modules_dir/%image" +%else +BRP_PESIGN_FILES="/boot/%image-%kernelrelease-%build_flavor" +%endif +%endif +%if ! %sb_efi_only +%ifarch s390x ppc64 ppc64le +%if %{usrmerged} +BRP_PESIGN_FILES="%modules_dir/%image" +%else +BRP_PESIGN_FILES="/boot/%image-%kernelrelease-%build_flavor" +%endif +%endif +%endif +%if "%CONFIG_MODULE_SIG" == "y" +BRP_PESIGN_FILES="$BRP_PESIGN_FILES *.ko" +%endif +%ifarch %ix86 +# XXX: do not sign on x86, as the repackaging changes kernel-pae +# from i686 to i586 +BRP_PESIGN_FILES="" +%endif +export BRP_PESIGN_FILES +%if "%{compress_modules}" != "none" +export BRP_PESIGN_COMPRESS_MODULE=%{compress_modules} +%endif +# Do not sign vanilla kernels released in official projects +%if %build_vanilla && ! %vanilla_only +BRP_PESIGN_FILES="" +%endif + +if test -x /usr/lib/rpm/pesign/gen-hmac; then + $_ -r %buildroot /boot/%image-%kernelrelease-%build_flavor +fi + +# Package the compiled-in certificates as DER files in /etc/uefi/certs +# and have mokutil enroll them when the kernel is installed +echo Signing certificates "%certs" +if test %CONFIG_MODULE_SIG = "y" -a -d %_sourcedir/.kernel_signing_certs ; then + for f in %_sourcedir/.kernel_signing_certs/*.crt; do + mkdir -p %buildroot/etc/uefi/certs + cp -v $f %buildroot/etc/uefi/certs + done +fi + +cp -p .config %buildroot/boot/config-%kernelrelease-%build_flavor +sysctl_file=%buildroot/boot/sysctl.conf-%kernelrelease-%build_flavor +for file in %my_builddir/sysctl/{defaults,%cpu_arch/arch-defaults,%cpu_arch_flavor}; do + if [ -f "$file" ]; then + cat "$file" + fi +done | sed '1i # Generated file - do not edit.' >$sysctl_file +if [ ! -s $sysctl_file ]; then + rm $sysctl_file +fi + +%if %install_vdso +# Install the unstripped vdso's that are linked in the kernel image +make vdso_install $MAKE_ARGS INSTALL_MOD_PATH=%buildroot +rm -rf %buildroot%kernel_module_directory/%kernelrelease-%build_flavor/vdso/.build-id +%endif + +# Create a dummy initrd with roughly the size the real one will have. +# That way, YaST will know that this package requires some additional +# space in /boot. +dd if=/dev/zero of=%buildroot/boot/initrd-%kernelrelease-%build_flavor \ + bs=1024 seek=2047 count=1 +# Also reserve some space for the kdump initrd +cp %buildroot/boot/initrd-%kernelrelease-%build_flavor{,-kdump} +%if 0%{?suse_version} >= 1500 +# Use same permissions as dracut +chmod 0600 %buildroot/boot/initrd-%kernelrelease-%build_flavor{,-kdump} +%endif + +if [ %CONFIG_MODULES = y ]; then + mkdir -p %rpm_install_dir/%cpu_arch_flavor + mkdir -p %buildroot/usr/src/linux-obj/%cpu_arch + install -m 755 -D -t %rpm_install_dir/%cpu_arch_flavor/scripts/mod/ scripts/mod/ksym-provides + + gzip -n -c9 < Module.symvers > %buildroot/boot/symvers-%kernelrelease-%build_flavor.gz + + make modules_install $MAKE_ARGS INSTALL_MOD_PATH=%buildroot + +%ifarch s390 s390x + expoline=arch/s390/lib/expoline/expoline.o + if test -f arch/s390/lib/expoline/expoline.o ; then + install -m 644 -D -t %rpm_install_dir/%cpu_arch_flavor/$(dirname $expoline) $expoline + fi +%endif + + # Also put the resulting file in %rpm_install_dir/%cpu_arch/%build_flavor + # so that kernel-devel + kernel-%build_flavor is sufficient for building + # modules that have modversions as well. + mkdir -p %rpm_install_dir/%cpu_arch/%build_flavor + cp Module.symvers %rpm_install_dir/%cpu_arch/%build_flavor + + # List of symbols that are used to generate kernel livepatches + %if 0%{?klp_symbols} + cp Symbols.list %rpm_install_dir/%cpu_arch/%build_flavor + echo %obj_install_dir/%cpu_arch/%build_flavor/Symbols.list > %my_builddir/livepatch-files.no_dir + + %if "%CONFIG_LIVEPATCH_IPA_CLONES" == "y" + find %kernel_build_dir -name "*.ipa-clones" ! -size 0 | sed -e 's|^%kernel_build_dir/||' | sort > ipa-clones.list + cp ipa-clones.list %rpm_install_dir/%cpu_arch/%build_flavor + echo %obj_install_dir/%cpu_arch/%build_flavor/ipa-clones.list >> %my_builddir/livepatch-files.no_dir + tar -C %kernel_build_dir \ +%if ! 0%{?suse_version} || 0%{?suse_version} >= 1500 + --verbatim-files-from \ +%endif + -T ipa-clones.list -cf- | tar -C %rpm_install_dir/%cpu_arch/%build_flavor -xvf- + cat ipa-clones.list | sed -e 's|^|%obj_install_dir/%cpu_arch/%build_flavor/|' >> %my_builddir/livepatch-files.no_dir + %endif + %endif + + # Table of types used in exported symbols (for modversion debugging). + %_sourcedir/modversions --pack . > %buildroot/boot/symtypes-%kernelrelease-%build_flavor + if [ -s %buildroot/boot/symtypes-%kernelrelease-%build_flavor ]; then + gzip -n -9 %buildroot/boot/symtypes-%kernelrelease-%build_flavor + else + rm -f %buildroot/boot/symtypes-%kernelrelease-%build_flavor + fi + + # Some architecture's $(uname -m) output is different from the ARCH + # parameter that needs to be passed to kbuild. Create symlinks from + # $(uname -m) to the ARCH directory. + if [ ! -e %rpm_install_dir/%kmp_target_cpu ]; then + ln -sf %cpu_arch %rpm_install_dir/%kmp_target_cpu + ln -sf %cpu_arch %buildroot/usr/src/linux-obj/%kmp_target_cpu + fi + + # We were building in %my_builddir/linux-%srcversion, but the sources will + # later be installed in /usr/src/linux-%srcversion-%source_rel. Fix up the + # build symlink. + rm -f %buildroot%kernel_module_directory/%kernelrelease-%build_flavor/{source,build} + ln -s %src_install_dir \ + %buildroot%kernel_module_directory/%kernelrelease-%build_flavor/source + ln -s %obj_install_dir/%cpu_arch/%build_flavor \ + %buildroot%kernel_module_directory/%kernelrelease-%build_flavor/build + + # Abort if there are any undefined symbols + msg="$(/sbin/depmod -F %buildroot/boot/System.map-%kernelrelease-%build_flavor \ + -b %buildroot -ae %kernelrelease-%build_flavor 2>&1)" + if [ $? -ne 0 ] || echo "$msg" | grep 'needs unknown symbol'; then + exit 1 + fi + + %_sourcedir/split-modules -d %buildroot \ + -o %my_builddir \ + -b %kernel_build_dir \ +%if "%CONFIG_SUSE_KERNEL_SUPPORTED" == "y" + -e \ +%endif +%if ! %supported_modules_check + -i \ +%endif + %nil +%if ! %split_extra + cat %my_builddir/unsupported-modules >>%my_builddir/main-modules +%endif + + # The modules.dep file is sorted randomly which produces strange file + # checksums. As the file is not included in the resulting RPM, it's + # pointless to rely on its contents. Replacing by zeros to make the + # checksums always the same for several builds of the same package. + test -s %buildroot%kernel_module_directory/%kernelrelease-%build_flavor/modules.dep && \ + dd if=/dev/zero of=%buildroot%kernel_module_directory/%kernelrelease-%build_flavor/modules.dep ibs=$(stat -c%s %buildroot%kernel_module_directory/%kernelrelease-%build_flavor/modules.dep) count=1 + + res=0 + if test -e %my_builddir/kabi/%cpu_arch/symvers-%build_flavor; then + # check for kabi changes + %_sourcedir/kabi.pl --rules %my_builddir/kabi/severities \ + %my_builddir/kabi/%cpu_arch/symvers-%build_flavor \ + Module.symvers || res=$? + fi + if [ $res -ne 0 ]; then + # %ignore_kabi_badness is defined in the Kernel:* projects in the + # OBS to be able to build the KOTD in spite of kabi errors + if [ 0%{?ignore_kabi_badness} -eq 0 -a \ + ! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \ + ! -e %_sourcedir/IGNORE-KABI-BADNESS ]; then + echo "Create a file IGNORE-KABI-BADNESS in the kernel-source" \ + "directory to build this kernel even though its badness is" \ + "higher than allowed for an official kernel." + exit 1 + fi + fi + + # Check the license in each module + if ! sh %_sourcedir/check-module-license %buildroot; then + echo "Please fix the missing licenses!" +%if "%CONFIG_SUSE_KERNEL_SUPPORTED" == "y" + exit 1 +%endif + fi + + # These files are required for building external modules + for FILE in arch/powerpc/lib/crtsavres.o arch/arm64/kernel/ftrace-mod.o \ + arch/*/kernel/macros.s scripts/module.lds + do + if [ -f %kernel_build_dir/$FILE ]; then + echo $FILE >> %my_builddir/obj-files + fi + done + + tar --exclude=\*.ipa-clones --exclude=.config.old --exclude=.kernel-binary.spec.buildenv \ + --exclude=.kernel_signing_key.pem --exclude=.kernel.genkey \ + -cf - -T %my_builddir/obj-files | \ + tar -xf - -C %rpm_install_dir/%cpu_arch_flavor + # bnc#507084 + find %rpm_install_dir/%cpu_arch_flavor/scripts -type f -perm -111 | \ + while read f; do + case "$(file -b "$f")" in + ELF\ *\ executable*) + strip "$f" + esac + done + + # Recreate the generated Makefile with correct path + # + # Linux 5.13 no longer has mkmakefile + if [ -f ../scripts/mkmakefile ] ; then + sh ../scripts/mkmakefile ../../../%{basename:%src_install_dir} \ + %rpm_install_dir/%cpu_arch_flavor \ + $(echo %srcversion | sed -r 's/^([0-9]+)\.([0-9]+).*/\1 \2/') + else + echo include ../../../%{basename:%src_install_dir}/Makefile > %rpm_install_dir/%cpu_arch_flavor/Makefile + fi +fi + +# CONFIG_GDB_SCRIPTS +if [ -e vmlinux-gdb.py ]; then + DEST=%rpm_install_dir/%cpu_arch_flavor/ + install -m 755 -d "$DEST" + # set sys.path to our devel.rpm scripts + sed 's@\(sys\.path\.insert(0, \).*@\1"%obj_install_dir/%cpu_arch_flavor/scripts/gdb/")@' vmlinux-gdb.py > "$DEST/vmlinux-gdb.py" + + DEST=%rpm_install_dir/%cpu_arch_flavor/scripts/gdb/linux + install -m 755 -d "$DEST" + pushd scripts/gdb/linux/ + for file in *.py; do + if test -L "$file"; then + # relink against our devel.rpm sources, not of buildroot's + ln -s "%src_install_dir/scripts/gdb/linux/$file" "$DEST/$file" + else + cp -p "$file" "$DEST" + fi + done + popd + + DEST=%{buildroot}%{_datadir}/gdb/auto-load%modules_dir + install -m 755 -d "$DEST" + ln -s %obj_install_dir/%cpu_arch_flavor/vmlinux-gdb.py "$DEST/vmlinux-gdb.py" +fi + +rm -rf %{buildroot}/lib/firmware + +add_dirs_to_filelist() { + sed -rn ' + # print file name + p + # remove filelist macros + s:%%[a-z]+(\([^)]+\))? ?::g + # add %%dir prefix + s:^:%%dir : + # print all parents + :a + # skip directories owned by other packages + s:^%%dir (/boot|/etc|(/usr)?/lib/(modules|firmware)|/usr/share|/usr/src)/[^/]+$:: + s:/[^/]+$::p + ta + ' "$@" | sort -u +} + +# Collect the file lists. +if [ -f %my_builddir/livepatch-files.no_dir ] ; then + cat %my_builddir/livepatch-files.no_dir | add_dirs_to_filelist > %my_builddir/livepatch-files +fi + +# does not exist for non-modularized kernels +%if %{usrmerged} + mkdir -p %{buildroot}%modules_dir +%endif +shopt -s nullglob dotglob +> %my_builddir/kernel-devel.files +{ + echo "%modules_dir/build" + echo "%modules_dir/source" + cd %buildroot + for file in boot/symtypes*; do +%if %{usrmerged} + l="${file##*/}" + l="%modules_dir/${l//-%kernelrelease-%build_flavor}" + mv "$file" "%{buildroot}$l" + ln -s "..$l" $file + echo "$l" + echo "%%ghost /$file" +%else + echo "/$file" +%endif + done + if test -d .%{_datadir}/gdb/; then + find .%obj_install_dir/%cpu_arch_flavor/scripts/gdb/linux/ -name '*.py' -type l | sed -e 's/^[.]//' + echo "%{_datadir}/gdb/auto-load%modules_dir/vmlinux-gdb.py" + fi +} | add_dirs_to_filelist >%my_builddir/kernel-devel.files +( cd %buildroot ; find .%obj_install_dir/%cpu_arch_flavor -type f ; ) | \ +sed -e 's/^[.]//' | grep -v -e '[.]ipa-clones$' -e '/Symbols[.]list$' -e '/ipa-clones[.]list$'| \ +add_dirs_to_filelist >> %my_builddir/kernel-devel.files + +{ echo %ghost /boot/%image + echo %ghost /boot/initrd + cd %buildroot + for f in boot/*; do + l="${f##*/}" + l="%modules_dir/${l//-%kernelrelease-%build_flavor}" + if test -L "$f"; then + echo "%%ghost /$f" + continue + elif test ! -f "$f"; then + continue + fi + case "$f" in + boot/initrd-*) + echo "%%ghost /$f" + continue + ;; + boot/vmlinux-*.%{compress_vmlinux}) + ;; + boot/vmlinux-*) + if $ghost_vmlinux; then + # fall through to mark next echo as %ghost + echo -n "%%ghost " + fi + ;; +%if %{usrmerged} + boot/vmlinuz-*) + echo -n "%%attr(0644, root, root) " + ;; +%endif + boot/symtypes*) +%if %{usrmerged} + echo "%exclude $l" +%endif + continue + ;; + esac +%if %{usrmerged} + mv "$f" "./$l" + ln -s "..$l" $f + # the find in the CONFIG_MODULES condition below also finds the files + # but there's sort -u later, so this is ok + echo "$l" # note: must be first after case statement above + echo "%%ghost /$f" +%else + echo "%%attr(0644, root, root) /$f" +%endif + done + + if [ %CONFIG_MODULES = y ]; then + MODULES=%{lua: print(rpm.expand('%kernel_module_directory'):sub(2))}/%kernelrelease-%build_flavor + find "$MODULES" \ +%if 0%{?separate_vdso} + -path "$MODULES/vdso" -prune -o \ +%endif + -type d -o \ + \( -path '*/modules.*' ! -path '*/modules.order' \ + ! -path '*/modules.builtin' \ + ! -path '*/modules.builtin.modinfo' \) -printf '%%%%ghost /%%p\n' \ + -o -name '*.ko' -prune \ + -o \( -type f \ +%if %{usrmerged} + ! -path '*/symtypes*' ! -path '*/vmlinu*' \ +%endif + \) -printf '/%%p\n' + cat %my_builddir/base-modules + fi + if test %CONFIG_MODULE_SIG = "y" -a -d etc/uefi/certs; then + find etc/uefi/certs -type f -printf '/%%p\n' + fi + if test -d lib/firmware/%kernelrelease-%build_flavor; then + echo "%%dir /lib/firmware/%kernelrelease-%build_flavor" + cat %my_builddir/base-firmware + fi + if [ -e .%_docdir/%name ]; then + echo "%%doc %_docdir/%name" + fi +} | sort -u | add_dirs_to_filelist >%my_builddir/kernel-base.files + +{ + add_dirs_to_filelist %my_builddir/kernel-base.files + if [ %CONFIG_MODULES = y ]; then + add_dirs_to_filelist %my_builddir/main-modules + fi + if test -d %buildroot/lib/firmware/%kernelrelease-%build_flavor; then + echo "/lib/firmware/%kernelrelease-%build_flavor" + fi +} > %my_builddir/kernel-main.files + +%if %split_extra + add_dirs_to_filelist %my_builddir/unsupported-modules > %my_builddir/kernel-extra.files +%if %split_extra && %split_optional + add_dirs_to_filelist %my_builddir/optional-modules > %my_builddir/kernel-optional.files +%endif + +%if 0%{?sle_version} >= 150000 + # By default, loading unsupported modules is disabled on SLE through + # /etc/modprobe.d/10-unsupported-modules.conf from the suse-module-tools + # package. + # modules in kernel-$flavor-extra don't have the supported flag set, + # yet loading them should be possible if the package is installed. + # CAUTION PACKAGERS: The file content below must not change between + # kernel versions, otherwise file conflicts might arise with + # multiversion(kernel). + + modprobe_d_dir=/etc/modprobe.d + %if 0%{?sle_version} > 150300 + modprobe_d_dir=/lib/modprobe.d + %endif + %if %{usrmerged} + modprobe_d_dir=/usr/lib/modprobe.d + %endif + + mkdir -p %buildroot$modprobe_d_dir + cat >%buildroot$modprobe_d_dir/20-kernel-%{build_flavor}-extra.conf <> %my_builddir/kernel-extra.files + echo "%%config(noreplace) $modprobe_d_dir/20-kernel-%{build_flavor}-extra.conf" >> %my_builddir/kernel-extra.files +%endif +%endif +for f in %my_builddir/*-kmp-modules; do + f2=${f%%-modules}.files + add_dirs_to_filelist "$f" >"$f2" +done + +if [ %CONFIG_MODULES = y ]; then + install -m 644 %_sourcedir/modules.fips %{buildroot}%modules_dir/modules.fips + echo %modules_dir/modules.fips >> %my_builddir/kernel-base.files + echo %modules_dir/modules.fips >> %my_builddir/kernel-main.files +fi + +# Hardlink duplicate files automatically (from package fdupes): It doesn't save +# much, but it keeps rpmlint from breaking the package build. Note that we skip +# /usr/src/linux-obj intentionally, to not accidentally break timestamps there +%fdupes %buildroot%modules_dir + +%changelog diff --git a/kernel-cert-subpackage b/kernel-cert-subpackage new file mode 100644 index 0000000..22f9cb6 --- /dev/null +++ b/kernel-cert-subpackage @@ -0,0 +1,40 @@ +%package -n %{-n*}-ueficert +Summary: UEFI Secure Boot Certificate For Package %{-n*}-kmp +Group: System/Kernel +Requires(pre): suse-kernel-rpm-scriptlets +Requires(post): suse-kernel-rpm-scriptlets +Requires: suse-kernel-rpm-scriptlets +Requires(preun): suse-kernel-rpm-scriptlets +Requires(postun): suse-kernel-rpm-scriptlets +%description -n %{-n*}-ueficert +This package contains the UEFI Secure Boot certificate used to sign +modules in the %{-n*}-kmp packages. + +%define run_if_exists run_if_exists() { \ +if [ -x "$1" ] ; then \ + "$@" \ +else \ + echo Cannot execute "$1" >&2 \ +fi \ +} \ +run_if_exists + +%pre -n %{-n*}-ueficert +%run_if_exists /usr/lib/module-init-tools/kernel-scriptlets/cert-pre --certs "@CERTS@" "$@" + +%post -n %{-n*}-ueficert +%run_if_exists /usr/lib/module-init-tools/kernel-scriptlets/cert-post --certs "@CERTS@" "$@" + +%preun -n %{-n*}-ueficert +%run_if_exists /usr/lib/module-init-tools/kernel-scriptlets/cert-preun --certs "@CERTS@" "$@" + +%postun -n %{-n*}-ueficert +%run_if_exists /usr/lib/module-init-tools/kernel-scriptlets/cert-postun --certs "@CERTS@" "$@" + +%posttrans -n %{-n*}-ueficert +%run_if_exists /usr/lib/module-init-tools/kernel-scriptlets/cert-posttrans --certs "@CERTS@" "$@" + +%files -n %{-n*}-ueficert +%defattr(-, root, root) +%dir /etc/uefi +/etc/uefi/certs diff --git a/kernel-default-base.spec.txt b/kernel-default-base.spec.txt new file mode 100644 index 0000000..99e7c6c --- /dev/null +++ b/kernel-default-base.spec.txt @@ -0,0 +1,112 @@ +# +# Sample spec file using the subpackage infrastructure. +# +# Copyright (c) 2019 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# +# needssslcertforbuild + +# To be defined by user +%define build_flavor default +# variant includes dash: %%define variant -azure +%define variant %{nil} +%define subpackage base +%define extrasummary base modules +%define extradescription This package contains only the base modules, required in all installs. + +%define misc_modules button edd iscsi_ibft i6300esb + +%define virtio_modules virtio_blk virtio-rng virtio_console virtio-gpu \ +virtio_net virtio_scsi virtio virtio_balloon virtio_input virtio_mmio \ +virtio_pci virtio_ring + +%define xen_modules xen-blkfront xen-kbdfront xen-netfront xen-fbfront xenblk xennet + +%define vmware_modules vmw_balloon vmw_vmci vmxnet3 vmw_pvscsi vmw_vsock_vmci_transport + +%define hyperv_modules hid-hyperv hv_balloon hv_utils \ +hv_vmbus hyperv-keyboard hv_netvsc hv_storvsc scsi_transport_fc hyperv_fb + +%define net_drivers 8390 ne2k-pci tulip e100 e1000 e1000e 8139cp 8139too + +%define scsi_modules scsi_transport_iscsi sd_mod sg sr_mod st scsi_mod + +%define block_drivers loop dm-mod ahci ata_piix mptsas mptspi BusLogic sym53c8xx aam53c974 + +%define usb_modules usb-common usbcore ehci-hcd ehci-pci ohci-hcd ohci-pci uhci-hcd \ +xhci-hcd xhci-pci typec_ucsi ucsi_acpi typec ums-alauda ums-cypress ums-datafab \ +ums-eneub6250 ums-freecom ums-isd200 ums-jumpshot ums-karma ums-onetouch \ +ums-realtek ums-sddr09 ums-sddr55 ums-usbat usb-storage + +%define filesystems autofs4 btrfs ext4 vfat isofs jbd2 mbcache nfsv2 nfsv3 nfsv4 overlay xfs \ + nls_cp437 nls_iso8859-1 + +%define networking tun veth bridge arp_tables arpt_mangle arptable_filter \ +ip_tables ipt_ECN ipt_MASQUERADE ipt_REJECT ipt_SYNPROXY ipt_ah ipt_rpfilter \ +iptable_filter iptable_mangle iptable_nat iptable_raw iptable_security \ +nf_conntrack_ipv4 nf_defrag_ipv4 nf_dup_ipv4 nf_log_arp nf_log_ipv4 nf_nat_h323 \ +nf_nat_ipv4 nf_nat_masquerade_ipv4 nf_nat_pptp nf_nat_proto_gre \ +nf_nat_snmp_basic ip6_tables ip6t_MASQUERADE ip6t_NPT ip6t_REJECT ip6t_SYNPROXY \ +ip6t_ah ip6t_eui64 ip6t_frag ip6t_hbh ip6t_ipv6header ip6t_mh ip6t_rpfilter \ +ip6t_rt ip6table_filter ip6table_mangle ip6table_nat ip6table_raw \ +ip6table_security nf_conntrack_ipv6 nf_defrag_ipv6 nf_dup_ipv6 nf_log_ipv6 \ +nf_nat_ipv6 nf_nat_masquerade_ipv6 ip_set ip_set_bitmap_ip ip_set_bitmap_ipmac \ +ip_set_bitmap_port ip_set_hash_ip ip_set_hash_ipmark ip_set_hash_ipport \ +ip_set_hash_ipportip ip_set_hash_ipportnet ip_set_hash_mac ip_set_hash_net \ +ip_set_hash_netiface ip_set_hash_netnet ip_set_hash_netport \ +ip_set_hash_netportnet ip_set_list_set nf_conntrack nf_conntrack_amanda \ +nf_conntrack_broadcast nf_conntrack_ftp nf_conntrack_h323 nf_conntrack_irc \ +nf_conntrack_netbios_ns nf_conntrack_netlink nf_conntrack_pptp \ +nf_conntrack_proto_gre nf_conntrack_sane nf_conntrack_sip nf_conntrack_slp \ +nf_conntrack_snmp nf_conntrack_tftp nf_log_common nf_nat nf_nat_amanda \ +nf_nat_ftp nf_nat_irc nf_nat_redirect nf_nat_sip nf_nat_tftp nf_synproxy_core \ +nfnetlink nfnetlink_acct nfnetlink_cthelper nfnetlink_cttimeout nfnetlink_log \ +nfnetlink_queue x_tables xt_AUDIT xt_CHECKSUM xt_CLASSIFY xt_CONNSECMARK xt_CT \ +xt_DSCP xt_HL xt_HMARK xt_IDLETIMER xt_LED xt_LOG xt_NETMAP xt_NFLOG xt_NFQUEUE \ +xt_RATEEST xt_REDIRECT xt_SECMARK xt_TCPMSS xt_TCPOPTSTRIP xt_TEE xt_TPROXY \ +xt_TRACE xt_addrtype xt_bpf xt_cgroup xt_cluster xt_comment xt_connbytes \ +xt_connlabel xt_connlimit xt_connmark xt_conntrack xt_cpu xt_dccp xt_devgroup \ +xt_dscp xt_ecn xt_esp xt_hashlimit xt_helper xt_hl xt_ipcomp xt_iprange xt_l2tp \ +xt_length xt_limit xt_mac xt_mark xt_multiport xt_nat xt_nfacct xt_osf xt_owner \ +xt_physdev xt_pkttype xt_policy xt_quota xt_rateest xt_realm xt_recent xt_sctp \ +xt_set xt_socket xt_state xt_statistic xt_string xt_tcpmss xt_tcpudp xt_time \ +xt_u32 af_packet + +%define modules %usb_modules %net_drivers %scsi_modules %block_drivers \ + %hyperv_modules %virtio_modules %vmware_modules %xen_modules \ + %networking %filesystems %misc_modules + +# Reasonable defaults that might be overriden if needed +%define kernel_package_name kernel-%build_flavor +%define package_name %kernel_package_name-%subpackage +%define url %(rpm -q --qf '%%{URL}' %kernel_package_name) +%define group %(rpm -q --qf '%%{GROUP}' %kernel_package_name) +%define summary %(rpm -q --qf '%%{SUMMARY}' %kernel_package_name) - %extrasummary + +Name: %package_name +BuildRequires: %kernel_package_name +BuildRequires: %kernel_package_name-devel +BuildRequires: kernel-subpackage-macros +Summary: %summary +URL: %url +Group: %group +License: GPL-2.0-only + +# Internal stuff begins +%define rpm_kver %(rpm -q --qf '%%{VERSION}' %kernel_package_name) +%define rpm_krel %(rpm -q --qf '%%{RELEASE}' %kernel_package_name) +Version: %rpm_kver +Release: %rpm_krel. + +%define scriptdir /usr/lib/rpm/kernel +%include %scriptdir/kernel-subpackage-spec diff --git a/kernel-docs.spec.in b/kernel-docs.spec.in new file mode 100644 index 0000000..0ae61f8 --- /dev/null +++ b/kernel-docs.spec.in @@ -0,0 +1,183 @@ +# +# spec file for package kernel-docs@VARIANT@ +# +# Copyright (c) @YEAR@ SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +%define srcversion @SRCVERSION@ +%define patchversion @PATCHVERSION@ +%define git_commit @COMMIT_FULL@ +%define variant @VARIANT@%{nil} +%define build_html @BUILD_HTML@ +%define build_pdf @BUILD_PDF@ + +%include %_sourcedir/kernel-spec-macros + +%(chmod +x %_sourcedir/{@SCRIPTS@}) + +Name: kernel-docs@VARIANT@ +Version: @RPMVERSION@ +%if 0%{?is_kotd} +Release: .g@COMMIT@ +%else +Release: @RELEASE@ +%endif +Summary: Kernel Documentation +License: GPL-2.0-only +Group: Documentation/Man +URL: https://www.kernel.org/ +%if 0%{?suse_version} > 1500 || 0%{?sle_version} > 150300 +BuildRequires: bash-sh +%endif +# TW (4.13 or later) no longer needs xmlto +%if 0%{?sle_version} +BuildRequires: xmlto +%endif +%if %build_pdf || %build_html +# ReST handling +BuildRequires: ImageMagick +BuildRequires: graphviz +BuildRequires: graphviz-gd +BuildRequires: graphviz-gnome +%if ! 0%{?suse_version} || 0%{?suse_version} > 1500 +BuildRequires: python3-base +BuildRequires: python3-PyYAML +BuildRequires: python3-Sphinx +BuildRequires: texlive-amscls +%else +%if 0%{?suse_version} && 0%{?suse_version} < 1500 +BuildRequires: python-packaging +BuildRequires: python-six +BuildRequires: python-Sphinx +%else +BuildRequires: python3-base +BuildRequires: python3-Sphinx < 3 +%endif +%endif +BuildRequires: texlive-anyfontsize +%if %build_pdf +%if 0%{?suse_version} && 0%{?suse_version} < 1500 +BuildRequires: python-Sphinx-latex +%else +BuildRequires: python3-base +BuildRequires: python3-Sphinx-latex +%endif +BuildRequires: texlive-adjustbox +BuildRequires: texlive-dejavu +BuildRequires: texlive-dejavu-fonts +BuildRequires: texlive-glyphlist +BuildRequires: texlive-makeindex +BuildRequires: texlive-varwidth +BuildRequires: texlive-xetex +BuildRequires: texlive-zapfding +%endif +%endif +%if ! 0%{?is_kotd} || ! %{?is_kotd_qa}%{!?is_kotd_qa:0} +BuildArch: noarch +%else +ExclusiveArch: do_not_build +%endif +@SOURCES@ +Provides: %name = %version-%source_rel +Provides: %name-srchash-%git_commit + +%description +A few basic documents from the current kernel sources. + +%source_timestamp + +%files +%if 0%{?suse_version} && 0%{?suse_version} < 1500 +%doc COPYING +%else +%license COPYING +%endif +%doc CREDITS MAINTAINERS README +%doc old_changelog.txt + +%if %build_pdf +%package pdf +Summary: Kernel Documentation (PDF) +Group: Documentation/Other + +%description pdf +These are PDF documents built from the current kernel sources. + +%source_timestamp + +%files pdf +%dir %{_datadir}/doc/kernel +%docdir %{_datadir}/doc/kernel/pdf +%{_datadir}/doc/kernel/pdf +%endif + +%if %build_html +%package html +Summary: Kernel Documentation (HTML) +Group: Documentation/HTML + +%description html +These are HTML documents built from the current kernel sources. + +%source_timestamp + +%files html +%dir %{_datadir}/doc/kernel +%docdir %{_datadir}/doc/kernel/html +%{_datadir}/doc/kernel/html +%endif + +%prep +%setup -q -c -T -a 0 @UNPACK_PATCHES@ +cp -a linux-%srcversion/{COPYING,CREDITS,MAINTAINERS,README} . +cp %_sourcedir/old_changelog.txt . +cd linux-%srcversion +%_sourcedir/apply-patches %_sourcedir/series.conf %my_builddir %symbols + +%build +cd linux-%srcversion +export LANG=en_US.utf8 +%if %build_html +mkdir -p html +make %{?make_arg} O=$PWD/html \ +%if ! 0%{?suse_version} || 0%{?suse_version} >= 1500 + PYTHON=python3 \ +%endif + htmldocs +%endif +%if %build_pdf +mkdir -p pdf +make %{?make_arg} O=$PWD/pdf \ +%if ! 0%{?suse_version} || 0%{?suse_version} >= 1500 + PYTHON=python3 \ +%endif + pdfdocs +%endif + +%install +cd linux-%srcversion +%if %build_html +install -d %{buildroot}%{_datadir}/doc/kernel/html/rst +cp -a html/Documentation/output/* %{buildroot}%{_datadir}/doc/kernel/html/rst || true +%endif + +%if %build_pdf +install -d %{buildroot}%{_datadir}/doc/kernel/pdf +for i in pdf/Documentation/output/latex/*.pdf; do + cp -a $i %{buildroot}%{_datadir}/doc/kernel/pdf +done +%endif + +%changelog diff --git a/kernel-module-subpackage b/kernel-module-subpackage new file mode 100644 index 0000000..e984741 --- /dev/null +++ b/kernel-module-subpackage @@ -0,0 +1,100 @@ +%package -n %{-n*}-kmp-%1 +%define _this_kmp_kernel_version k%(echo %2 | sed -r 'y/-/_/') +%define _this_kmp_version %{-v*}_%_this_kmp_kernel_version +Version: %_this_kmp_version +Release: %{-r*} +%( +for spec in {%_sourcedir,%_specdir}/%name.spec /dev/null; do + [ -e $spec ] && break +done +awk ' +BEGIN { tags["summary"] = "Summary: %summary" + tags["group"] = "" } +/^%%/ { in_pkg_header = \ + ($0 ~ /^%%package[ \t]+KMP[ \t]*$/ || + $0 ~ /^%%package[ \t]+-n[ \t]*%name-KMP[ \t]*$/) + next } +in_pkg_header && /^(Summary|Group):[ \t]*/ \ + { tag = tolower($1) ; sub(/:$/, "", tag) + tags[tag] = $0 } +END { print tags["summary"] + if ( tags["group"] != "" ) print tags["group"] } +' $spec +) +Provides: %{-n*}-kmp = %_this_kmp_version +Provides: %{-n*}-kmp = %{-v*} +Provides: multiversion(kernel) +Provides: %{-n*}-kmp-%1-%_this_kmp_kernel_version +Requires: coreutils grep +Requires(pre): suse-kernel-rpm-scriptlets +Requires(post): suse-kernel-rpm-scriptlets +Requires: suse-kernel-rpm-scriptlets +Requires(preun): suse-kernel-rpm-scriptlets +Requires(postun): suse-kernel-rpm-scriptlets +%{-c:Requires: %{-n*}-ueficert} +Enhances: kernel-%1 +Supplements: packageand(kernel-%1:%{-n*}) +Conflicts: %{-n*}-kmp-%1-%_this_kmp_kernel_version +AutoReqProv: on + +%define run_if_exists run_if_exists() { \ +if [ -x "$1" ] ; then \ + "$@" \ +else \ + echo Cannot execute "$1" >&2 \ +fi \ +} \ +run_if_exists + +%{-p:%{expand:%(cd %_sourcedir; cat %{-p*})}} +%description -n %{-n*}-kmp-%1 +%( +for spec in {%_sourcedir,%_specdir}/%name.spec /dev/null; do + [ -e $spec ] && break +done +awk ' +/^%%/ { in_desc = \ + ($0 ~ /^%%description[ \t]+KMP[ \t]*$/ || + $0 ~ /^%%description[ \t]+-n[ \t]*%name-KMP[ \t]*$/) + next } +in_desc { print; good = 1 } +END { exit(! good) } +' $spec || \ +awk ' +/^%%/ { in_desc = \ + ($0 ~ /^%%description[ \t]*$/ || + $0 ~ /^%%description[ \t]+-n[ \t]*%name[ \t]*$/) + next } +in_desc { print; good = 1 } +END { exit(! good) } +' $spec +) +%pre -n %{-n*}-kmp-%1 +%{-b:KMP_NEEDS_MKINITRD=1; export KMP_NEEDS_MKINITRD} +%run_if_exists /usr/lib/module-init-tools/kernel-scriptlets/kmp-pre --name "%{-n*}-kmp-%1" \ + --version "%_this_kmp_version" --release "%{-r*}" --kernelrelease "%2" \ + --flavor "%1" --usrmerged "%{usrmerged}" "$@" +%post -n %{-n*}-kmp-%1 +%{-b:KMP_NEEDS_MKINITRD=1; export KMP_NEEDS_MKINITRD} +%run_if_exists /usr/lib/module-init-tools/kernel-scriptlets/kmp-post --name "%{-n*}-kmp-%1" \ + --version "%_this_kmp_version" --release "%{-r*}" --kernelrelease "%2" \ + --flavor "%1" --usrmerged "%{usrmerged}" "$@" +%preun -n %{-n*}-kmp-%1 +%{-b:KMP_NEEDS_MKINITRD=1; export KMP_NEEDS_MKINITRD} +%run_if_exists /usr/lib/module-init-tools/kernel-scriptlets/kmp-preun --name "%{-n*}-kmp-%1" \ + --version "%_this_kmp_version" --release "%{-r*}" --kernelrelease "%2" \ + --flavor "%1" --usrmerged "%{usrmerged}" "$@" +%postun -n %{-n*}-kmp-%1 +%{-b:KMP_NEEDS_MKINITRD=1; export KMP_NEEDS_MKINITRD} +%run_if_exists /usr/lib/module-init-tools/kernel-scriptlets/kmp-postun --name "%{-n*}-kmp-%1" \ + --version "%_this_kmp_version" --release "%{-r*}" --kernelrelease "%2" \ + --flavor "%1" --usrmerged "%{usrmerged}" "$@" +%posttrans -n %{-n*}-kmp-%1 +%{-b:KMP_NEEDS_MKINITRD=1; export KMP_NEEDS_MKINITRD} +%run_if_exists /usr/lib/module-init-tools/kernel-scriptlets/kmp-posttrans --name "%{-n*}-kmp-%1" \ + --version "%_this_kmp_version" --release "%{-r*}" --kernelrelease "%2" \ + --flavor "%1" --usrmerged "%{usrmerged}" "$@" +%files -n %{-n*}-kmp-%1 +%{-f:%{expand:%(cd %_sourcedir; cat %{-f*})}} +%{!-f:%defattr (-,root,root)} +%{!-f:%{kernel_module_directory}/%2-%1} diff --git a/kernel-obs-build.spec.in b/kernel-obs-build.spec.in new file mode 100644 index 0000000..ad6258a --- /dev/null +++ b/kernel-obs-build.spec.in @@ -0,0 +1,181 @@ +# +# spec file for package kernel-obs-build +# +# Copyright (c) @YEAR@ SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# +# needsrootforbuild + + +#!BuildIgnore: post-build-checks + +%define patchversion @PATCHVERSION@ +%define variant @VARIANT@%{nil} + +%include %_sourcedir/kernel-spec-macros + +%if 0%{?suse_version} +%if "@OBS_BUILD_VARIANT@" +%global kernel_flavor @OBS_BUILD_VARIANT@ +%else +%ifarch %ix86 +%global kernel_flavor -pae +%else +%ifarch armv7l armv7hl +%global kernel_flavor -lpae +%else +%global kernel_flavor -default +%endif +%endif +%endif +%global kernel_package kernel%kernel_flavor-srchash-@COMMIT_FULL@ +%endif +%if 0%{?rhel_version} +%global kernel_package kernel +%endif + +Name: kernel-obs-build +Version: @RPMVERSION@ +%if 0%{?is_kotd} +Release: .g@COMMIT@ +%else +Release: @RELEASE@ +%endif +Summary: package kernel and initrd for OBS VM builds +License: GPL-2.0-only +Group: SLES +BuildRequires: coreutils +BuildRequires: device-mapper +BuildRequires: dracut +BuildRequires: %kernel_package +BuildRequires: util-linux +%if 0%{?suse_version} > 1550 || 0%{?sle_version} > 150200 +BuildRequires: zstd +%endif +%if ! 0%{?is_kotd} || %{?is_kotd_qa}%{!?is_kotd_qa:0} +ExclusiveArch: @ARCHS@ +%else +ExclusiveArch: do_not_build +%endif + +%description +This package is repackaging already compiled kernels to make them usable +inside of Open Build Service (OBS) VM builds. An initrd with some basic +kernel modules is generated as well, but further kernel modules can be +loaded during build when installing the kernel package. + +%files +/.build.cmdline.* +/.build.console.* +/.build.hostarch.* +/.build.initrd.* +/.build.kernel.* + +%prep + +%build +# set 'date of last password change' to a static value (bsc#1189305) +sed -i 's/^\(root:\*:\)[1-9][0-9]*\(::::::\)/\142\2/' /etc/shadow +mkdir -p /usr/lib/dracut/modules.d/80obs +cat > /usr/lib/dracut/modules.d/80obs/module-setup.sh < /usr/lib/dracut/modules.d/80obs/setup_obs.sh <> /etc/systemd/system.conf +echo "DefaultTasksAccounting=no" >> /etc/systemd/system.conf +echo 127.0.0.1 localhost > /etc/hosts # omit build-machine host name (boo#1084909) + +# a longer list to have them also available for qemu cross builds where x86_64 kernel runs in eg. arm env. +# this list of modules where available on build workers of build.opensuse.org, so we stay compatible. +export KERNEL_MODULES="loop dm-crypt essiv dm-mod dm-snapshot binfmt-misc fuse kqemu squashfs ext2 ext3 ext4 reiserfs btrfs xfs nf_conntrack_ipv6 binfmt_misc virtio_pci virtio_mmio virtio_blk virtio_rng fat vfat nls_cp437 nls_iso8859-1 ibmvscsi sd_mod e1000 ibmveth overlay 9p 9pnet_virtio qemu_fw_cfg" + +# manually load all modules to make sure they're available +for i in $KERNEL_MODULES; do +( + echo "info ' $i'" + echo "modprobe -q $i" +) >> /usr/lib/dracut/modules.d/80obs/setup_obs.sh +done + +ROOT="" +[ -e "/dev/vda" ] && ROOT="-d /dev/vda" +[ -e /dev/hda1 ] && ROOT="-d /dev/hda1" # for xen builds +%define kernel_name vmlinu? +%ifarch s390 s390x +%define kernel_name image +%endif +%ifarch %arm +%define kernel_name zImage +%endif +%ifarch aarch64 riscv64 +%define kernel_name Image +%endif + +# --host-only mode is needed for unlimited TasksMax workaround (boo#965564) +dracut --reproducible --host-only --no-hostonly-cmdline \ + --no-early-microcode --nofscks --strip --hardlink \ + --drivers="$KERNEL_MODULES" --force /tmp/initrd.kvm \ +%if 0%{?suse_version} > 1550 || 0%{?sle_version} > 150200 + --compress "zstd -19 -T0" \ +%endif + $(echo /boot/%{kernel_name}-*%{kernel_flavor} | sed -n -e 's,[^-]*-\(.*'%{kernel_flavor}'\),\1,p') + +#cleanup +rm -rf /usr/lib/dracut/modules.d/80obs + +%install +install -d -m 0755 %{buildroot} +cp -v /boot/%{kernel_name}-*%{kernel_flavor} %{buildroot}/.build.kernel.kvm +cp -v /tmp/initrd.kvm %{buildroot}/.build.initrd.kvm + +# inform worker kernel parameters to invoke +CMDLINE="elevator=noop nmi_watchdog=0 rw ia32_emulation=1" +echo "$CMDLINE" > %{buildroot}/.build.cmdline.kvm + +# inform worker about availability of virtio-serial +touch %{buildroot}/.build.console.kvm +if grep -qx CONFIG_VIRTIO_CONSOLE=y /boot/config-*%{kernel_flavor} ; then + echo "virtio" > %{buildroot}/.build.console.kvm +fi + +#inform worker about arch +#see obs-build commit e47399d738e51 +uname -m > %{buildroot}/.build.hostarch.kvm + +%changelog diff --git a/kernel-obs-qa.spec.in b/kernel-obs-qa.spec.in new file mode 100644 index 0000000..8a8b36a --- /dev/null +++ b/kernel-obs-qa.spec.in @@ -0,0 +1,76 @@ +# +# spec file for package kernel-obs-qa +# +# Copyright (c) @YEAR@ SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# +# needsrootforbuild + + +%define patchversion @PATCHVERSION@ +%define variant @VARIANT@%{nil} + +%include %_sourcedir/kernel-spec-macros + +Name: kernel-obs-qa +Version: @RPMVERSION@ +%if 0%{?is_kotd} +Release: .g@COMMIT@ +%else +Release: @RELEASE@ +%endif +Summary: Basic QA tests for the kernel +License: GPL-2.0-only +Group: SLES +BuildRequires: kernel-default +# kernel-obs-build must be also configured as VMinstall, but is required +# here as well to avoid that qa and build package build parallel +BuildRequires: kernel-obs-build +BuildRequires: modutils +%if ! 0%{?is_kotd} || %{?is_kotd_qa}%{!?is_kotd_qa:0} +ExclusiveArch: @ARCHS@ +%else +ExclusiveArch: do_not_build +%endif + +%description +This package is using the kernel compiled within Open Build Service(OBS) +projects and runs basic tests. + +%files +/usr/share/%name + +%prep + +%build + +%check +# More tests are comming, currently the main test is the existens of +# this spec file. It does trigger a build within OBS VM which is using +# the kernel of the same project. + +# test suites should be packaged in other packages, but build required +# and called here. + +krel=$(uname -r) +if test ! -d "/lib/modules/$krel/kernel" && test ! -d "/usr/lib/modules/$krel/kernel"; then + echo "Kernel package for $krel not installed; exiting" + exit 0 +fi +/sbin/modprobe loop + +%install +mkdir -p %{buildroot}/usr/share/%name +touch %{buildroot}/usr/share/%name/logfile + +%changelog diff --git a/kernel-rt.changes b/kernel-rt.changes new file mode 100644 index 0000000..834cf3e --- /dev/null +++ b/kernel-rt.changes @@ -0,0 +1,83104 @@ +------------------------------------------------------------------- +Fri Mar 22 17:14:57 CET 2024 - mgorman@suse.de + +- printk: nbcon: move locked_port flag to struct uart_port + (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- Refresh patches.suse/printk-Update-the-printk-series.patch. +- commit 1025e3e + +------------------------------------------------------------------- +Thu Mar 21 12:03:15 CET 2024 - mgorman@suse.de + +- Update printk to v6.6.20-rt25 +- kernel/panic: Add atomic write enforcement to warn/panic (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- panic: hide unused global functions (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- printk: Add non-BKL console basic infrastructure (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- printk: Add threaded printing support for BKL consoles (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- printk: Consolidate console deferred printing (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- printk: Do not take console lock for console_flush_on_panic() (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- printk: Perform atomic flush in console_flush_on_panic() (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- printk: Rename abandon_console_lock_in_panic() to other_cpu_in_panic() (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- printk: Update the printk series (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- printk: nobkl: Add acquire/release logic (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- printk: nobkl: Add buffer management (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- printk: nobkl: Add emit function and callback functions for atomic printing (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- printk: nobkl: Add print state functions (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- printk: nobkl: Add printer thread wakeups (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- printk: nobkl: Add sequence handling (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- printk: nobkl: Add write context storage for atomic writes (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- printk: nobkl: Introduce printer threads (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- printk: nobkl: Provide functions for atomic write enforcement (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- printk: nobkl: Stop threads on shutdown/reboot (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- printk: only disable if actually unregistered (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- printk: replace local_irq_save with local_lock for safe mode (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- proc: consoles: Add support for non-BKL consoles (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- rcu: Add atomic write enforcement for rcu stalls (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- serial: 8250: implement non-BKL console +- serial: Make uart_remove_one_port() return void (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- serial: Switch i2c drivers back to use .probe() (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- serial: core: Don't drop port_mutex in serial_core_remove_one_port (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- serial: core: Fix error handling for serial_core_ctrl_device_add() (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- serial: core: Fix probing serial_base_bus devices (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- serial: core: Start managing serial controllers to enable runtime PM (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- serial: pl011: set UART011_CR_RXE in pl011_set_termios after port shutdown (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- tty: serial: fsl_lpuart: Check the return value of dmaengine_tx_status (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- tty: serial: fsl_lpuart: optimize the timer based EOP logic (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- tty: tty_io: Show non-BKL consoles as active (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- Refresh + patches.suse/printk-Add-per-console-suspended-state.patch. + patches.suse/printk-Keep-non-panic-CPUs-out-of-console-lock.patch. + patches.suse/printk-Reduce-console_unblank-usage-in-unsafe-scenarios.patch. +- Delete + patches.suse/printk-Add-NMI-check-to-console_flush_on_panic-and-console_unblank.patch. +- commit cd25188 + +------------------------------------------------------------------- +Thu Mar 21 11:26:07 CET 2024 - mgorman@suse.de + +- Revert v6.5-rt printk +- commit 36c3e65 + +------------------------------------------------------------------- +Wed Mar 20 17:04:34 CET 2024 - mgorman@suse.de + +- series.conf: Move v6.5-rc7-rt4 printk series to prepare for revert and refresh +- Update + patches.suse/kernel-panic-Add-atomic-write-enforcement-to-warn-panic.patch. + patches.suse/printk-Add-NMI-check-to-console_flush_on_panic-and-console_unblank.patch. + patches.suse/printk-Add-non-BKL-console-basic-infrastructure.patch. + patches.suse/printk-Add-per-console-suspended-state.patch. + patches.suse/printk-Add-threaded-printing-support-for-BKL-consoles.patch. + patches.suse/printk-Check-only-for-migration-in-printk_deferred_.patch. + patches.suse/printk-Consolidate-console-deferred-printing.patch. + patches.suse/printk-Keep-non-panic-CPUs-out-of-console-lock.patch. + patches.suse/printk-Monolithic-bring-printk-up-to-date-with-v6.6-rt25.patch. + patches.suse/printk-Perform-atomic-flush-in-console_flush_on_panic.patch. + patches.suse/printk-Reduce-console_unblank-usage-in-unsafe-scenarios.patch. + patches.suse/printk-nobkl-Add-acquire-release-logic.patch. + patches.suse/printk-nobkl-Add-buffer-management.patch. + patches.suse/printk-nobkl-Add-print-state-functions.patch. + patches.suse/printk-nobkl-Add-printer-thread-wakeups.patch. + patches.suse/printk-nobkl-Add-sequence-handling.patch. + patches.suse/printk-nobkl-Add-write-context-storage-for-atomic-writes.patch. + patches.suse/printk-nobkl-Introduce-printer-threads.patch. + patches.suse/printk-nobkl-Provide-functions-for-atomic-write-enforcement.patch. + patches.suse/printk-nobkl-Stop-threads-on-shutdown-reboot.patch. + patches.suse/printk-only-disable-if-actually-unregistered.patch. + patches.suse/printk-replace-local_irq_save-with-local_lock-for-safe-mode.patch. + patches.suse/proc-consoles-Add-support-for-non-BKL-consoles.patch. + patches.suse/rcu-Add-atomic-write-enforcement-for-rcu-stalls.patch. + patches.suse/serial-8250-implement-non-BKL-console.patch. + patches.suse/serial-8250-lock-port-for-omap8250_restore_regs.patch. + patches.suse/serial-8250-lock-port-for-rx_dma-callback.patch. + patches.suse/serial-8250-omap-convert-to-modern-PM-ops.patch. + patches.suse/serial-8250_mtk-Simplify-clock-sequencing-and-runtime-PM.patch. + patches.suse/serial-arc_uart-simplify-flags-handling-in-arc_serial_rx_chars.patch. + patches.suse/serial-drivers-switch-ch-and-flag-to-u8.patch. + patches.suse/serial-exar-Add-RS-485-support-for-Sealevel-XR17V35X-based-cards.patch. + patches.suse/serial-omap-serial-remove-flag-from-serial_omap_rdi.patch. + patches.suse/tty-Explicitly-include-correct-DT-includes.patch. + patches.suse/tty-tty_io-Show-non-BKL-consoles-as-active.patch. +- commit a8be181 + +------------------------------------------------------------------- +Wed Mar 20 16:33:52 CET 2024 - mgorman@suse.de + +- series.conf: Move v6.5-rc7-rt4 printk series to prepare for revert and refresh +- commit 1c36877 + +------------------------------------------------------------------- +Wed Mar 20 14:31:18 CET 2024 - mgorman@suse.de + +- Break out patches from RT monolithic printk update +- serial: 8250: lock port for omap8250_restore_regs() (bsc#1214683 + (PREEMPT_RT prerequisite backports)). +- serial: 8250: lock port for rx_dma() callback (bsc#1214683 + (PREEMPT_RT prerequisite backports)). +- serial: 8250: omap: convert to modern PM ops (bsc#1214683 + (PREEMPT_RT prerequisite backports)). +- serial: 8250_mtk: Simplify clock sequencing and runtime PM + (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- serial: arc_uart: simplify flags handling in + arc_serial_rx_chars() (bsc#1214683 (PREEMPT_RT prerequisite + backports)). +- serial: drivers: switch ch and flag to u8 (bsc#1214683 + (PREEMPT_RT prerequisite backports)). +- serial: exar: Add RS-485 support for Sealevel XR17V35X based + cards (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- serial: omap-serial: remove flag from serial_omap_rdi() + (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- tty: Explicitly include correct DT includes (bsc#1214683 + (PREEMPT_RT prerequisite backports)). +- printk: Keep non-panic-CPUs out of console lock (bsc#1214683 + (PREEMPT_RT prerequisite backports)). +- printk: Reduce console_unblank() usage in unsafe scenarios + (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- Refresh + patches.suse/printk-Monolithic-bring-printk-up-to-date-with-v6.6-rt25.patch. +- commit dde15d2 + +------------------------------------------------------------------- +Mon Mar 18 17:18:14 CET 2024 - jack@suse.cz + +- fs: don't assume arguments are non-NULL (bsc#1221044 + CVE-2023-52591). +- commit ec8f09d + +------------------------------------------------------------------- +Mon Mar 18 17:17:56 CET 2024 - jack@suse.cz + +- fs: Restrict lock_two_nondirectories() to non-directory inodes + (bsc#1221044 CVE-2023-52591). +- commit b103012 + +------------------------------------------------------------------- +Mon Mar 18 17:00:17 CET 2024 - jack@suse.cz + +- fs: ocfs2: check status values (bsc#1221044 CVE-2023-52591). +- commit a281985 + +------------------------------------------------------------------- +Mon Mar 18 16:55:27 CET 2024 - jack@suse.cz + +- rename(): avoid a deadlock in the case of parents having no + common ancestor (bsc#1221044 CVE-2023-52591). +- commit ea7137b + +------------------------------------------------------------------- +Mon Mar 18 16:55:13 CET 2024 - jack@suse.cz + +- kill lock_two_inodes() (bsc#1221044 CVE-2023-52591). +- commit 005222f + +------------------------------------------------------------------- +Mon Mar 18 16:54:57 CET 2024 - jack@suse.cz + +- rename(): fix the locking of subdirectories (bsc#1221044 + CVE-2023-52591). +- commit a6484cb + +------------------------------------------------------------------- +Mon Mar 18 16:54:43 CET 2024 - jack@suse.cz + +- f2fs: Avoid reading renamed directory if parent does not change + (bsc#1221044 CVE-2023-52591). +- commit 3fb2dd8 + +------------------------------------------------------------------- +Mon Mar 18 16:54:28 CET 2024 - jack@suse.cz + +- ext4: don't access the source subdirectory content on + same-directory rename (bsc#1221044 CVE-2023-52591). +- commit ba7d1aa + +------------------------------------------------------------------- +Mon Mar 18 16:54:13 CET 2024 - jack@suse.cz + +- ext2: Avoid reading renamed directory if parent does not change + (bsc#1221044 CVE-2023-52591). +- commit 65af3c2 + +------------------------------------------------------------------- +Mon Mar 18 16:53:55 CET 2024 - jack@suse.cz + +- udf_rename(): only access the child content on cross-directory + rename (bsc#1221044 CVE-2023-52591). +- commit a29fcb6 + +------------------------------------------------------------------- +Mon Mar 18 16:53:12 CET 2024 - jack@suse.cz + +- ocfs2: Avoid touching renamed directory if parent does not + change (bsc#1221044 CVE-2023-52591). +- Update references in + patches.suse/reiserfs-Avoid-touching-renamed-directory-if-parent-.patch + (git-fixes bsc#1221044 CVE-2023-52591). +- commit 0477c34 + +------------------------------------------------------------------- +Mon Mar 18 15:19:09 CET 2024 - tiwai@suse.de + +- Update kabi files: adapting kABI changes for ppc64le, too +- commit bf73791 + +------------------------------------------------------------------- +Mon Mar 18 15:18:37 CET 2024 - mfranc@suse.cz + +- dcssblk: handle alloc_dax() -EOPNOTSUPP failure (git-fixes + bsc#1221626). +- commit eaf806c + +------------------------------------------------------------------- +Mon Mar 18 15:16:59 CET 2024 - mfranc@suse.cz + +- s390/cache: prevent rebuild of shared_cpu_list (git-fixes + bsc#1221625). +- commit d9bc980 + +------------------------------------------------------------------- +Mon Mar 18 15:06:27 CET 2024 - mfranc@suse.cz + +- s390/pai: fix attr_event_free upper limit for pai device drivers + (git-fixes bsc#1221623). +- commit eac0e1f + +------------------------------------------------------------------- +Mon Mar 18 14:50:34 CET 2024 - mfranc@suse.cz + +- KVM: s390: only deliver the set service event bits (git-fixes + bsc#1221620). +- commit 55838c8 + +------------------------------------------------------------------- +Mon Mar 18 14:48:10 CET 2024 - colyli@suse.de + +- dm: treat alloc_dax() -EOPNOTSUPP failure as non-fatal + (git-fixes). +- dm: call the resume method on internal suspend (git-fixes). +- dm raid: fix false positive for requeue needed during reshape + (git-fixes). +- dm ioctl: update DM_DRIVER_EMAIL to new dm-devel mailing list + (git-fixes). +- dm-raid: fix lockdep waring in "pers->hot_add_disk" + (jsc#PED-7542). +- md/raid5: fix atomicity violation in raid5_cache_count + (bsc#1219169, CVE-2024-23307). +- dm: dm-zoned: guard blkdev_zone_mgmt with noio scope + (jsc#PED-7542). +- dm-integrity, dm-verity: reduce stack usage for recheck + (jsc#PED-7542). +- dm-crypt, dm-integrity, dm-verity: bump target version + (jsc#PED-7542). +- dm-verity, dm-crypt: align "struct bvec_iter" correctly + (jsc#PED-7542). +- dm-crypt: recheck the integrity tag after a failure (git-fixes). +- dm-crypt: don't modify the data when using authenticated + encryption (git-fixes). +- dm-verity: recheck the hash after a failure (git-fixes). +- dm-integrity: recheck the integrity tag after a failure + (git-fixes). +- md: Fix missing release of 'active_io' for flush (jsc#PED-7542). +- dm-crypt, dm-verity: disable tasklets (git-fixes). +- dm writecache: allow allocations larger than 2GiB + (jsc#PED-7542). +- dm stats: limit the number of entries (jsc#PED-7542). +- md/raid1: Use blk_opf_t for read and write operations + (git-fixes). +- md: Fix md_seq_ops() regressions (git-fixes). +- md: Whenassemble the array, consult the superblock of the + freshest device (git-fixes). +- md/raid1: remove unnecessary null checking (jsc#PED-7542). +- md: synchronize flush io with array reconfiguration (git-fixes). +- commit 7042e1b + +------------------------------------------------------------------- +Mon Mar 18 14:47:14 CET 2024 - colyli@suse.de + +- md/raid5: remove rcu protection to access rdev from conf + (jsc#PED-7542). +- md/raid1: remove rcu protection to access rdev from conf + (jsc#PED-7542). +- md/raid10: remove rcu protection to access rdev from conf + (jsc#PED-7542). +- md: remove flag RemoveSynchronized (jsc#PED-7542). +- dm audit: fix Kconfig so DM_AUDIT depends on BLK_DEV_DM + (git-fixes). +- dm-integrity: don't modify bio's immutable bio_vec in + integrity_metadata() (git-fixes). +- commit 1587009 + +------------------------------------------------------------------- +Mon Mar 18 14:40:15 CET 2024 - colyli@suse.de + +- raid1: fix use-after-free for original bio in + raid1_write_request() (bsc#1221097). +- commit 296098e + +------------------------------------------------------------------- +Mon Mar 18 14:20:52 CET 2024 - mfranc@suse.cz + +- Update + patches.suse/s390-ptrace-handle-setting-of-fpc-register-correctly.patch + (git-fixes bsc#1219812 CVE-2023-52598 bsc#1221060). +- commit 0d496e7 + +------------------------------------------------------------------- +Mon Mar 18 14:18:36 CET 2024 - mfranc@suse.cz + +- Update + patches.suse/s390-vfio-ap-always-filter-entire-AP-matrix.patch + (git-fixes bsc#1218988 CVE-2024-26620 bsc#1221298). +- commit b046ad1 + +------------------------------------------------------------------- +Mon Mar 18 12:35:48 CET 2024 - shung-hsi.yu@suse.com + +- selftests/bpf: Add testcases for tailcall infinite loop fixing + (git-fixes). +- bpf, x64: Fix tailcall infinite loop (git-fixes). +- selftests/bpf: Correct map_fd to data_fd in tailcalls + (git-fixes). +- commit 1302854 + +------------------------------------------------------------------- +Mon Mar 18 11:00:57 CET 2024 - spradhan@suse.de + +- btrfs: preallocate temporary extent buffer for inode logging when needed (bsc#1217362). +- commit c7ccbf0 + +------------------------------------------------------------------- +Mon Mar 18 09:42:34 CET 2024 - tiwai@suse.de + +- i3c: dw: Disable IBI IRQ depends on hot-join and SIR enabling + (git-fixes). +- watchdog: stm32_iwdg: initialize default timeout (git-fixes). +- watchdog: starfive: Check pm_runtime_enabled() before + decrementing usage counter (git-fixes). +- commit 357d510 + +------------------------------------------------------------------- +Sat Mar 16 15:52:28 CET 2024 - tiwai@suse.de + +- of: make for_each_property_of_node() available to to !OF + (git-fixes). +- mtd: rawnand: Constrain even more when continuous reads are + enabled (git-fixes). +- mtd: rawnand: Fix and simplify again the continuous read + derivations (git-fixes). +- mtd: rawnand: lpc32xx_mlc: fix irq handler prototype + (git-fixes). +- mtd: rawnand: meson: fix scrambling mode value in command macro + (git-fixes). +- mtd: maps: physmap-core: fix flash size larger than 32-bit + (git-fixes). +- media: usbtv: Remove useless locks in usbtv_video_free() + (git-fixes). +- media: ttpci: fix two memleaks in budget_av_attach (git-fixes). +- media: go7007: fix a memleak in go7007_load_encoder (git-fixes). +- media: dvb-frontends: avoid stack overflow warnings with clang + (git-fixes). +- media: pvrusb2: fix uaf in pvr2_context_set_notify (git-fixes). +- media: i2c: imx290: Fix IMX920 typo (git-fixes). +- media: pvrusb2: fix pvr2_stream_callback casts (git-fixes). +- media: pvrusb2: remove redundant NULL check (git-fixes). +- media: go7007: add check of return value of go7007_read_addr() + (git-fixes). +- media: imx: csc/scaler: fix v4l2_ctrl_handler memory leak + (git-fixes). +- media: sun8i-di: Fix chroma difference threshold (git-fixes). +- media: sun8i-di: Fix power on/off sequences (git-fixes). +- media: sun8i-di: Fix coefficient writes (git-fixes). +- media: cedrus: h265: Fix configuring bitstream size (git-fixes). +- media: edia: dvbdev: fix a use-after-free (git-fixes). +- media: nxp: imx8-isi: Check whether crossbar pad is non-NULL + before access (git-fixes). +- media: mc: Add local pad to pipeline regardless of the link + state (git-fixes). +- net: lan78xx: fix runtime PM count underflow on link stop + (git-fixes). +- commit 9b93c7d + +------------------------------------------------------------------- +Sat Mar 16 15:44:22 CET 2024 - tiwai@suse.de + +- clk: renesas: r8a779g0: Correct PFC/GPIO parent clocks + (git-fixes). +- commit 0b0c529 + +------------------------------------------------------------------- +Sat Mar 16 15:39:58 CET 2024 - tiwai@suse.de + +- crypto: jitter - fix CRYPTO_JITTERENTROPY help text (git-fixes). +- crypto: qat - remove double initialization of value (git-fixes). +- crypto: qat - avoid division by zero (git-fixes). +- crypto: qat - removed unused macro in adf_cnv_dbgfs.c + (git-fixes). +- crypto: qat - remove unused macros in qat_comp_alg.c + (git-fixes). +- crypto: ccp - Avoid discarding errors in + psp_send_platform_access_msg() (git-fixes). +- crypto: arm/sha - fix function cast warnings (git-fixes). +- crypto: qat - resolve race condition during AER recovery + (git-fixes). +- crypto: qat - change SLAs cleanup flow at shutdown (git-fixes). +- crypto: xilinx - call finalize with bh disabled (git-fixes). +- clk: imx: imx8mp: Fix SAI_MCLK_SEL definition (git-fixes). +- clk: samsung: exynos850: Propagate SPI IPCLK rate change + (git-fixes). +- clk: Fix clk_core_get NULL dereference (git-fixes). +- clk: qcom: mmcc-msm8974: fix terminating of frequency table + arrays (git-fixes). +- clk: qcom: mmcc-apq8084: fix terminating of frequency table + arrays (git-fixes). +- clk: qcom: gcc-ipq9574: fix terminating of frequency table + arrays (git-fixes). +- clk: qcom: gcc-ipq8074: fix terminating of frequency table + arrays (git-fixes). +- clk: qcom: gcc-ipq6018: fix terminating of frequency table + arrays (git-fixes). +- clk: qcom: dispcc-sdm845: Adjust internal GDSC wait times + (git-fixes). +- clk: qcom: gcc-sdm845: Add soft dependency on rpmhpd + (git-fixes). +- clk: meson: Add missing clocks to axg_clk_regmaps (git-fixes). +- clk: keystone: sci-clk: Adding support for non contiguous clocks + (git-fixes). +- clk: mediatek: mt7981-topckgen: flag SGM_REG_SEL as critical + (git-fixes). +- clk: mediatek: mt8183: Correct parent of CLK_INFRA_SSPM_32K_SELF + (git-fixes). +- clk: mediatek: mt8135: Fix an error handling path in + clk_mt8135_apmixed_probe() (git-fixes). +- clk: hisilicon: hi3559a: Fix an erroneous devm_kfree() + (git-fixes). +- clk: hisilicon: hi3519: Release the correct number of gates + in hi3519_clk_unregister() (git-fixes). +- clk: zynq: Prevent null pointer dereference caused by kmalloc + failure (git-fixes). +- clk: renesas: r8a779f0: Correct PFC/GPIO parent clock + (git-fixes). +- media: v4l2-mem2mem: fix a memleak in v4l2_m2m_register_entity + (git-fixes). +- media: v4l2-tpg: fix some memleaks in tpg_alloc (git-fixes). +- media: em28xx: annotate unchecked call to + media_device_register() (git-fixes). +- media: videobuf2: Fix doc comment (git-fixes). +- media: xc4000: Fix atomicity violation in xc4000_get_frequency + (git-fixes). +- media: staging: ipu3-imgu: Set fields before + media_entity_pads_init() (git-fixes). +- commit df2e5ae + +------------------------------------------------------------------- +Fri Mar 15 18:14:47 CET 2024 - ailiop@suse.com + +- xfs: shrink failure needs to hold AGI buffer (git-fixes). +- commit e670f77 + +------------------------------------------------------------------- +Fri Mar 15 18:11:09 CET 2024 - ailiop@suse.com + +- xfs: fix imprecise logic in xchk_btree_check_block_owner + (git-fixes). +- commit 24972c0 + +------------------------------------------------------------------- +Fri Mar 15 18:09:50 CET 2024 - ailiop@suse.com + +- xfs: fix SEEK_HOLE/DATA for regions with active COW extents + (git-fixes). +- commit 4197ae0 + +------------------------------------------------------------------- +Fri Mar 15 18:07:59 CET 2024 - ailiop@suse.com + +- xfs: ensure submit buffers on LSN boundaries in error handlers + (git-fixes). +- commit c23fb7a + +------------------------------------------------------------------- +Fri Mar 15 18:05:51 CET 2024 - mgorman@suse.de + +- printk: Monolithic bring printk up to date with v6.6-rt25 + (SLE Realtime Extension). +- serial: 8250_bcm7271: improve bcm7271 8250 port (bsc#1214683 + (PREEMPT_RT prerequisite backports)). +- 8250_men_mcb: fix error handling in + read_uarts_available_from_reg() (bsc#1214683 (PREEMPT_RT + prerequisite backports)). +- tty: serial: 8250: Define earlycon for mrvl,mmp-uart + (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- 8250_men_mcb: Make UART config auto configurable (bsc#1214683 + (PREEMPT_RT prerequisite backports)). +- 8250_men_mcb: Read num ports from register data (bsc#1214683 + (PREEMPT_RT prerequisite backports)). +- 8250_men_mcb: Add clockrate speed for G215/F215 boards + (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- serial: 8250_rt288x: Remove unnecessary UART_REG_UNMAPPED + (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- serial: 8250_rt288x: Name non-standard divisor latch reg + (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- serial: 8250: Allow using ports higher than + SERIAL_8250_RUNTIME_UARTS (bsc#1214683 (PREEMPT_RT prerequisite + backports)). +- cpuidle: Use local_clock_noinstr() (bsc#1214683 (PREEMPT_RT + prerequisite backports)). +- sched/clock: Provide local_clock_noinstr() (bsc#1214683 + (PREEMPT_RT prerequisite backports)). +- x86/tsc: Provide sched_clock_noinstr() (bsc#1214683 (PREEMPT_RT + prerequisite backports)). +- math64: Always inline u128 version of mul_u64_u64_shr() + (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- s390/time: Provide sched_clock_noinstr() (bsc#1214683 + (PREEMPT_RT prerequisite backports)). +- arm64/arch_timer: Provide noinstr sched_clock_read() functions + (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- arm64/io: Always inline all of __raw_{read,write}[bwlq]() + (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- time/sched_clock: Provide sched_clock_noinstr() (bsc#1214683 + (PREEMPT_RT prerequisite backports)). +- seqlock/latch: Provide raw_read_seqcount_latch_retry() + (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- commit e346663 + +------------------------------------------------------------------- +Fri Mar 15 18:04:47 CET 2024 - ailiop@suse.com + +- afs: Fix endless loop in directory parsing (git-fixes). +- commit d1332b9 + +------------------------------------------------------------------- +Fri Mar 15 18:04:10 CET 2024 - ailiop@suse.com + +- afs: Increase buffer size in afs_update_volume_status() + (git-fixes). +- commit a954f43 + +------------------------------------------------------------------- +Fri Mar 15 17:57:32 CET 2024 - ailiop@suse.com + +- nilfs2: fix hang in nilfs_lookup_dirty_data_buffers() + (git-fixes). +- commit 6c3b10c + +------------------------------------------------------------------- +Fri Mar 15 17:54:24 CET 2024 - ailiop@suse.com + +- nilfs2: convert nilfs_page_mkwrite() to use a folio (git-fixes). +- commit 29291de + +------------------------------------------------------------------- +Fri Mar 15 17:51:31 CET 2024 - ailiop@suse.com + +- erofs: fix handling kern_mount() failure (git-fixes). +- commit ea16f48 + +------------------------------------------------------------------- +Fri Mar 15 17:49:51 CET 2024 - ailiop@suse.com + +- erofs: Don't use certain unnecessary folio_*() functions + (git-fixes). +- commit 021c910 + +------------------------------------------------------------------- +Fri Mar 15 17:47:43 CET 2024 - ailiop@suse.com + +- erofs: fix refcount on the metabuf used for inode lookup + (git-fixes). +- commit 0bf0150 + +------------------------------------------------------------------- +Fri Mar 15 17:46:24 CET 2024 - ailiop@suse.com + +- erofs: clean up zmap.c (git-fixes). +- commit 3625a10 + +------------------------------------------------------------------- +Fri Mar 15 17:44:06 CET 2024 - ailiop@suse.com + +- erofs: fix up compacted indexes for block size < 4096 + (git-fixes). +- commit 458bf09 + +------------------------------------------------------------------- +Fri Mar 15 17:43:22 CET 2024 - ailiop@suse.com + +- erofs: fix memory leak on short-lived bounced pages (git-fixes). +- commit 5efbfc4 + +------------------------------------------------------------------- +Fri Mar 15 17:42:35 CET 2024 - vkarasulli@suse.de + +- iommu/amd: Fix failure return from snp_lookup_rmpentry() + (git-fixes). +- commit 536001e + +------------------------------------------------------------------- +Fri Mar 15 17:42:14 CET 2024 - ailiop@suse.com + +- erofs: allow empty device tags in flatdev mode (git-fixes). +- commit c8ff154 + +------------------------------------------------------------------- +Fri Mar 15 17:20:57 CET 2024 - vkarasulli@suse.de + +- iommu/vt-d: Don't issue ATS Invalidation request when device + is disconnected (git-fixes). +- commit 5d166d5 + +------------------------------------------------------------------- +Fri Mar 15 17:05:49 CET 2024 - mkoutny@suse.com + +- net/sched: Add module alias for sch_fq_pie (bsc#1210335). +- commit 211b413 + +------------------------------------------------------------------- +Fri Mar 15 16:39:35 CET 2024 - mkoutny@suse.com + +- net/sched: Remove alias of sch_clsact (bsc#1210335). +- net/sched: Load modules via their alias (bsc#1210335). +- net/sched: Add module aliases for cls_,sch_,act_ modules + (bsc#1210335). +- net/sched: Add helper macros with module names (bsc#1210335). +- commit 2046cfc + +------------------------------------------------------------------- +Fri Mar 15 14:16:53 CET 2024 - denis.kirjanov@suse.com + +- Refresh + patches.suse/perf-pmu-events-powerpc-Update-json-mapfile-with-Power11-PVR.patch. +- commit 42a5ace + +------------------------------------------------------------------- +Fri Mar 15 14:14:19 CET 2024 - denis.kirjanov@suse.com + +- ionic: restore netdev feature bits after reset (git-fixes). +- commit 898af71 + +------------------------------------------------------------------- +Fri Mar 15 14:12:42 CET 2024 - denis.kirjanov@suse.com + +- ionic: check cmd_regs before copying in or out (git-fixes). +- commit f1dc989 + +------------------------------------------------------------------- +Fri Mar 15 14:11:19 CET 2024 - denis.kirjanov@suse.com + +- ionic: check before releasing pci regions (git-fixes). +- commit 2a1c23c + +------------------------------------------------------------------- +Fri Mar 15 14:09:42 CET 2024 - denis.kirjanov@suse.com + +- net: veth: clear GRO when clearing XDP even when down (git-fixes). +- commit 553eb02 + +------------------------------------------------------------------- +Fri Mar 15 14:08:16 CET 2024 - denis.kirjanov@suse.com + +- tun: Fix xdp_rxq_info's queue_index when detaching (git-fixes). +- commit b7d1001 + +------------------------------------------------------------------- +Fri Mar 15 14:06:31 CET 2024 - denis.kirjanov@suse.com + +- net: dpaa: fman_memac: accept phy-interface-type = "10gbase-r" in the device tree (git-fixes). +- commit 675b36c + +------------------------------------------------------------------- +Fri Mar 15 12:55:55 CET 2024 - denis.kirjanov@suse.com + +- ice: Fix ASSERT_RTNL() warning during certain scenarios (git-fixes). +- commit 8b9399e + +------------------------------------------------------------------- +Fri Mar 15 12:54:26 CET 2024 - denis.kirjanov@suse.com + +- ice: fix pin phase adjust updates on PF reset (git-fixes). +- commit ef21fc4 + +------------------------------------------------------------------- +Fri Mar 15 12:53:03 CET 2024 - denis.kirjanov@suse.com + +- ice: fix dpll periodic work data updates on PF reset (git-fixes). +- commit dc97d19 + +------------------------------------------------------------------- +Fri Mar 15 12:51:37 CET 2024 - denis.kirjanov@suse.com + +- ice: fix dpll and dpll_pin data access on PF reset (git-fixes). +- commit f610e32 + +------------------------------------------------------------------- +Fri Mar 15 12:50:05 CET 2024 - denis.kirjanov@suse.com + +- ice: fix dpll input pin phase_adjust value updates (git-fixes). +- commit cfb9c02 + +------------------------------------------------------------------- +Fri Mar 15 12:48:40 CET 2024 - denis.kirjanov@suse.com + +- ice: fix connection state of DPLL and out pin (git-fixes). +- commit 7176021 + +------------------------------------------------------------------- +Fri Mar 15 12:47:05 CET 2024 - denis.kirjanov@suse.com + +- net: sparx5: Add spinlock for frame transmission from CPU (git-fixes). +- commit 2486a16 + +------------------------------------------------------------------- +Fri Mar 15 12:45:34 CET 2024 - denis.kirjanov@suse.com + +- gtp: fix use-after-free and null-ptr-deref in gtp_genl_dump_pdp() (git-fixes). +- commit 86d216d + +------------------------------------------------------------------- +Fri Mar 15 12:43:57 CET 2024 - denis.kirjanov@suse.com + +- net: ipa: don't overrun IPA suspend interrupt registers (git-fixes). +- commit 7f00d73 + +------------------------------------------------------------------- +Fri Mar 15 12:38:58 CET 2024 - denis.kirjanov@suse.com + +- ethernet: cpts: fix function pointer cast warnings (git-fixes). +- commit d241bc1 + +------------------------------------------------------------------- +Fri Mar 15 12:35:48 CET 2024 - denis.kirjanov@suse.com + +- net: ethernet: ti: cpsw_new: enable mac_managed_pm to fix mdio (git-fixes). +- commit 229f845 + +------------------------------------------------------------------- +Fri Mar 15 12:34:13 CET 2024 - denis.kirjanov@suse.com + +- ppp_async: limit MRU to 64K (git-fixes). +- commit 463471e + +------------------------------------------------------------------- +Fri Mar 15 12:32:46 CET 2024 - denis.kirjanov@suse.com + +- nfp: enable NETDEV_XDP_ACT_REDIRECT feature flag (git-fixes). +- commit 36e79a9 + +------------------------------------------------------------------- +Fri Mar 15 09:19:37 CET 2024 - tiwai@suse.de + +- ALSA: hda/tas2781: remove unnecessary runtime_pm calls + (git-fixes). +- ALSA: hda/realtek - ALC236 fix volume mute & mic mute LED on + some HP models (git-fixes). +- ALSA: hda/realtek: fix ALC285 issues on HP Envy x360 laptops + (git-fixes). +- ALSA: hda: Reuse for_each_pcm_streams() (git-fixes). +- ALSA: usb-audio: Name feature ctl using output if input is PCM + (git-fixes). +- commit fdd39ea + +------------------------------------------------------------------- +Fri Mar 15 09:15:01 CET 2024 - tiwai@suse.de + +- ALSA: hda/realtek: Add quirks for various HP ENVY models + (git-fixes). +- commit 62207c4 + +------------------------------------------------------------------- +Fri Mar 15 09:12:54 CET 2024 - tiwai@suse.de + +- ALSA: hda/realtek: Add "Intel Reference board" SSID in the + ALC256 (git-fixes). +- ALSA: hda/realtek: Remove two HP Laptops using CS35L41 + (git-fixes). +- ALSA: hda: cs35l41: Support HP models without _DSD using dual + Speaker ID (git-fixes). +- ALSA: hda: cs35l41: Support additional HP Envy Models + (git-fixes). +- ALSA: hda/realtek: Add quirks for HP G11 Laptops using CS35L56 + (git-fixes). +- ALSA: hda: realtek: Re-work CS35L41 fixups to re-use for other + amps (git-fixes). +- commit c4f7d5a + +------------------------------------------------------------------- +Fri Mar 15 08:28:03 CET 2024 - tiwai@suse.de + +- nilfs2: prevent kernel bug at submit_bh_wbc() (git-fixes). +- nilfs2: fix failure to detect DAT corruption in btree and + direct mappings (git-fixes). +- selftests/mm: protection_keys: save/restore nr_hugepages + settings (git-fixes). +- selftests/mm: hugetlb_reparenting_test: do not unmount + (git-fixes). +- selftests/mm: dont fail testsuite due to a lack of hugepages + (git-fixes). +- modules: wait do_free_init correctly (git-fixes). +- PCI: qcom: Enable BDF to SID translation properly (git-fixes). +- PCI: dwc: endpoint: Fix advertised resizable BAR size + (git-fixes). +- PCI: brcmstb: Fix broken brcm_pcie_mdio_write() polling + (git-fixes). +- PCI: switchtec: Fix an error handling path in + switchtec_pci_probe() (git-fixes). +- PCI/P2PDMA: Fix a sleeping issue in a RCU read section + (git-fixes). +- PCI: Mark 3ware-9650SE Root Port Extended Tags as broken + (git-fixes). +- PCI/DPC: Print all TLP Prefixes, not just the first (git-fixes). +- pci_iounmap(): Fix MMIO mapping leak (git-fixes). +- PCI/AER: Fix rootport attribute paths in ABI docs (git-fixes). +- platform/mellanox: mlxreg-hotplug: Remove redundant NULL-check + (git-fixes). +- platform/x86/intel/tpmi: Change vsec offset to u64 (git-fixes). +- Revert "platform/x86: asus-wmi: Support WMI event queue" + (git-fixes). +- leds: sgm3140: Add missing timer cleanup and flash gpio control + (git-fixes). +- Revert "leds: Only descend into leds directory when + CONFIG_NEW_LEDS is set" (git-fixes). +- leds: aw2013: Unlock mutex before destroying it (git-fixes). +- mfd: altera-sysmgr: Call of_node_put() only when + of_parse_phandle() takes a ref (git-fixes). +- mfd: syscon: Call of_node_put() only when of_parse_phandle() + takes a ref (git-fixes). +- pinctrl: renesas: r8a779g0: Add missing SCIF_CLK2 pin + group/function (git-fixes). +- pinctrl: mediatek: Drop bogus slew rate register range for + MT8192 (git-fixes). +- pinctrl: mediatek: Drop bogus slew rate register range for + MT8186 (git-fixes). +- HID: lenovo: Add middleclick_workaround sysfs knob for cptkbd + (git-fixes). +- HID: amd_sfh: Avoid disabling the interrupt (git-fixes). +- commit a95f20c + +------------------------------------------------------------------- +Fri Mar 15 08:23:42 CET 2024 - tiwai@suse.de + +- ALSA: usb-audio: Stop parsing channels bits when all channels + are found (git-fixes). +- ALSA: aaci: Delete unused variable in aaci_do_suspend + (git-fixes). +- ASoC: meson: axg-tdm-interface: add frame rate constraint + (git-fixes). +- ASoC: meson: axg-tdm-interface: fix mclk setup without mclk-fs + (git-fixes). +- ASoC: SOF: Add some bounds checking to firmware data + (git-fixes). +- ASoC: meson: t9015: fix function pointer type mismatch + (git-fixes). +- ASoC: meson: aiu: fix function pointer type mismatch + (git-fixes). +- ASoC: sh: rz-ssi: Fix error message print (git-fixes). +- ASoC: SOF: amd: Fix memory leak in amd_sof_acp_probe() + (git-fixes). +- ASoC: amd: acp: Add missing error handling in sof-mach + (git-fixes). +- ALSA: hda/tas2781: restore power state after system_resume + (git-fixes). +- ALSA: hda/tas2781: do not call pm_runtime_force_* in + system_resume/suspend (git-fixes). +- ALSA: hda/tas2781: do not reset cur_* values in runtime_suspend + (git-fixes). +- ALSA: hda/tas2781: add lock to system_suspend (git-fixes). +- ALSA: hda/tas2781: use dev_dbg in system_resume (git-fixes). +- ALSA: seq: fix function cast warnings (git-fixes). +- ALSA: aw2: avoid casting function pointers (git-fixes). +- ALSA: ctxfi: avoid casting function pointers (git-fixes). +- ALSA: hda: cs35l41: Set Channel Index correctly when system + is missing _DSD (git-fixes). +- backlight: lp8788: Fully initialize backlight_properties during + probe (git-fixes). +- backlight: lm3639: Fully initialize backlight_properties during + probe (git-fixes). +- backlight: da9052: Fully initialize backlight_properties during + probe (git-fixes). +- backlight: lm3630a: Don't set bl->props.brightness in + get_brightness (git-fixes). +- backlight: lm3630a: Initialize backlight_properties on init + (git-fixes). +- backlight: ktz8866: Correct the check for of_property_read_u32 + (git-fixes). +- backlight: hx8357: Fix potential NULL pointer dereference + (git-fixes). +- gpio: nomadik: fix offset bug in nmk_pmx_set() (git-fixes). +- HID: amd_sfh: Update HPD sensor structure elements (git-fixes). +- commit 428d278 + +------------------------------------------------------------------- +Thu Mar 14 17:43:21 CET 2024 - tiwai@suse.de + +- Update patch reference for IDXD fix (bsc#1221428) +- commit 20b42d0 + +------------------------------------------------------------------- +Thu Mar 14 16:44:44 CET 2024 - nik.borisov@suse.com + +- KVM/x86: Export RFDS_NO and RFDS_CLEAR to guests (bsc#1213456 CVE-2023-28746). +- commit a59ffeb + +------------------------------------------------------------------- +Thu Mar 14 16:44:27 CET 2024 - nik.borisov@suse.com + +- x86/rfds: Mitigate Register File Data Sampling (RFDS) (bsc#1213456 CVE-2023-28746). +- commit c210394 + +------------------------------------------------------------------- +Thu Mar 14 16:43:01 CET 2024 - nik.borisov@suse.com + +- Documentation/hw-vuln: Add documentation for RFDS (bsc#1213456 CVE-2023-28746). +- commit 0f1938a + +------------------------------------------------------------------- +Thu Mar 14 16:41:56 CET 2024 - nik.borisov@suse.com + +- x86/mmio: Disable KVM mitigation when X86_FEATURE_CLEAR_CPU_BUF is set (bsc#1213456 CVE-2023-28746). +- commit 52997cc + +------------------------------------------------------------------- +Thu Mar 14 16:05:39 CET 2024 - vkarasulli@suse.de + +- iommu/amd: Mark interrupt as managed (git-fixes). +- commit 5ef4be8 + +------------------------------------------------------------------- +Thu Mar 14 15:07:40 CET 2024 - iivanov@suse.de + +- arm64: dts: imx8mm-kontron: Refactor devicetree for OSM-S module and (git-fixes) +- commit 0049d8d + +------------------------------------------------------------------- +Thu Mar 14 14:54:18 CET 2024 - msuchanek@suse.de + +- Update ppc64le kabi files. +- commit 5c9702d + +------------------------------------------------------------------- +Thu Mar 14 12:45:19 CET 2024 - iivanov@suse.de + +- arm64: dts: sprd: Change UMS512 idle-state nodename to match bindings (git-fixes) +- commit 58013ba + +------------------------------------------------------------------- +Thu Mar 14 12:43:39 CET 2024 - iivanov@suse.de + +- arm64: dts: rockchip: drop rockchip,trcm-sync-tx-only from rk3588 i2s (git-fixes) +- commit b287ab6 + +------------------------------------------------------------------- +Thu Mar 14 12:42:15 CET 2024 - iivanov@suse.de + +- arm64: dts: rockchip: fix reset-names for rk356x i2s2 controller (git-fixes) +- commit bfdd563 + +------------------------------------------------------------------- +Thu Mar 14 12:41:07 CET 2024 - iivanov@suse.de + +- arm64: dts: rockchip: add missing interrupt-names for rk356x vdpu (git-fixes) +- commit b9c1de2 + +------------------------------------------------------------------- +Thu Mar 14 12:39:52 CET 2024 - iivanov@suse.de + +- arm64: dts: imx8mp: Set SPI NOR to max 40 MHz on Data Modul i.MX8M (git-fixes) +- commit 5a00002 + +------------------------------------------------------------------- +Thu Mar 14 12:38:28 CET 2024 - iivanov@suse.de + +- arm64: dts: imx8mm-venice-gw71xx: fix USB OTG VBUS (git-fixes) +- commit a9642be + +------------------------------------------------------------------- +Thu Mar 14 12:36:58 CET 2024 - iivanov@suse.de + +- arm64: dts: imx8mm-kontron: Fix OSM-S devicetrees to match latest (git-fixes) +- commit d17e1b2 + +------------------------------------------------------------------- +Thu Mar 14 12:35:11 CET 2024 - iivanov@suse.de + +- arm64: dts: imx8mm-kontron: Fix interrupt for RTC on OSM-S i.MX8MM (git-fixes) +- commit 63e3e05 + +------------------------------------------------------------------- +Thu Mar 14 12:34:07 CET 2024 - iivanov@suse.de + +- arm64: dts: imx8mm-kontron: Disable pull resistors for SD card (git-fixes) +- commit 645b123 + +------------------------------------------------------------------- +Thu Mar 14 12:32:48 CET 2024 - iivanov@suse.de + +- arm64: dts: imx8mm-kontron: Disable pull resistors for SD card (git-fixes) +- commit 63490f6 + +------------------------------------------------------------------- +Thu Mar 14 12:31:50 CET 2024 - iivanov@suse.de + +- arm64: dts: imx8mm-kontron: Disable pullups for onboard UART signals (git-fixes) +- commit 980bc4a + +------------------------------------------------------------------- +Thu Mar 14 12:30:45 CET 2024 - iivanov@suse.de + +- arm64: dts: imx8mm-kontron: Disable pullups for onboard UART signals (git-fixes) +- commit 3a04f44 + +------------------------------------------------------------------- +Thu Mar 14 12:29:49 CET 2024 - iivanov@suse.de + +- arm64: dts: imx8mm-kontron: Disable pullups for I2C signals on SL/BL (git-fixes) +- commit d23e2ff + +------------------------------------------------------------------- +Thu Mar 14 12:28:37 CET 2024 - iivanov@suse.de + +- arm64: dts: imx8mm-kontron: Disable pullups for I2C signals on OSM-S (git-fixes) +- commit e658d8c + +------------------------------------------------------------------- +Thu Mar 14 12:27:31 CET 2024 - iivanov@suse.de + +- arm64: dts: allwinner: h6: Add RX DMA channel for SPDIF (git-fixes) +- commit 8098072 + +------------------------------------------------------------------- +Thu Mar 14 12:26:09 CET 2024 - iivanov@suse.de + +- arm64: tegra: Fix Tegra234 MGBE power-domains (git-fixes) +- commit 58db13b + +------------------------------------------------------------------- +Thu Mar 14 12:24:54 CET 2024 - iivanov@suse.de + +- arm64: dts: imx8mp: Fix LDB clocks property (git-fixes) +- commit 8815925 + +------------------------------------------------------------------- +Thu Mar 14 12:22:28 CET 2024 - iivanov@suse.de + +- arm64: dts: rockchip: set num-cs property for spi on px30 (git-fixes) +- commit ac8cd44 + +------------------------------------------------------------------- +Thu Mar 14 12:21:26 CET 2024 - iivanov@suse.de + +- arm64: dts: imx8mp: Disable UART4 by default on Data Modul i.MX8M (git-fixes) +- commit d39bc86 + +------------------------------------------------------------------- +Thu Mar 14 12:20:00 CET 2024 - iivanov@suse.de + +- arm64: dts: sprd: Add clock reference for pll2 on UMS512 (git-fixes) +- commit 8ef3da3 + +------------------------------------------------------------------- +Thu Mar 14 12:19:00 CET 2024 - iivanov@suse.de + +- arm64: zynqmp: Fix clock node name in kv260 cards (git-fixes) +- commit 49dfade + +------------------------------------------------------------------- +Thu Mar 14 12:17:48 CET 2024 - iivanov@suse.de + +- arm64: zynqmp: Move fixed clock to / for kv260 (git-fixes) +- commit 8a08b0f + +------------------------------------------------------------------- +Thu Mar 14 11:09:55 CET 2024 - lhenriques@suse.de + +- libceph: init the cursor when preparing sparse read in msgr2 + (bsc#1221393). +- ceph: switch to corrected encoding of max_xattr_size in mdsmap + (bsc#1221392). +- ceph: prevent use-after-free in encode_cap_msg() (bsc#1221391). +- libceph: just wait for more data to be available on the socket + (bsc#1221390). +- libceph: rename read_sparse_msg_*() to + read_partial_sparse_msg_*() (bsc#1221389). +- libceph: fail sparse-read if the data length doesn't match + (bsc#1221388). +- commit 088fe3e + +------------------------------------------------------------------- +Thu Mar 14 10:55:48 CET 2024 - iivanov@suse.de + +- Make NVIDIA Grace-Hopper TPM related drivers build-ins (bsc#1221156) +- commit 32745a0 + +------------------------------------------------------------------- +Thu Mar 14 10:16:37 CET 2024 - tiwai@suse.de + +- kabi/severities: ignore intel_tcc_get_temp() change (git-fixes) +- commit 62d327d + +------------------------------------------------------------------- +Thu Mar 14 10:13:54 CET 2024 - tiwai@suse.de + +- thermal/intel: Fix intel_tcc_get_temp() to support negative + CPU temperature (git-fixes). +- commit 6dc4a23 + +------------------------------------------------------------------- +Thu Mar 14 10:12:16 CET 2024 - tiwai@suse.de + +- memfd: drop warning for missing exec-related flags + (bsc#1221161). +- commit 68995fe + +------------------------------------------------------------------- +Thu Mar 14 08:15:06 CET 2024 - tiwai@suse.de + +- gpiolib: Pass consumer device through to core in + devm_fwnode_gpiod_get_index() (git-fixes). +- commit 446d465 + +------------------------------------------------------------------- +Thu Mar 14 08:13:52 CET 2024 - tiwai@suse.de + +- drm/msm/dpu: add division of drm_display_mode's hskew parameter + (git-fixes). +- media: tc358743: register v4l2 async device only after + successful setup (git-fixes). +- tpm,tpm_tis: Avoid warning splat at shutdown (git-fixes). +- powercap: dtpm_cpu: Fix error check against + freq_qos_add_request() (git-fixes). +- powercap: intel_rapl_tpmi: Fix a register bug (git-fixes). +- powercap: intel_rapl: Fix a NULL pointer dereference + (git-fixes). +- PM: sleep: wakeirq: fix wake irq warning in system suspend + (git-fixes). +- PM: suspend: Set mem_sleep_current during kernel command line + setup (git-fixes). +- selftest: gpio: remove obsolete gpio-mockup test (git-fixes). +- gpio: vf610: allow disabling the vf610 driver (git-fixes). +- regulator: userspace-consumer: add module device table + (git-fixes). +- mmc: core: Fix switch on gp3 partition (git-fixes). +- mmc: wmt-sdmmc: remove an incorrect release_mem_region() + call in the .remove function (git-fixes). +- mmc: tmio: avoid concurrent runs of mmc_request_done() + (git-fixes). +- pwm: mediatek: Update kernel doc for struct pwm_mediatek_of_data + (git-fixes). +- pwm: sti: Fix capture for st,pwm-num-chan < st,capture-num-chan + (git-fixes). +- commit 7ae9bb9 + +------------------------------------------------------------------- +Thu Mar 14 08:07:55 CET 2024 - tiwai@suse.de + +- Add cherry-picked id to amdgpu patch +- commit 1ec0805 + +------------------------------------------------------------------- +Thu Mar 14 08:05:50 CET 2024 - tiwai@suse.de + +- drm/etnaviv: Restore some id values (git-fixes). +- drm/amd/pm: Fix esm reg mask use to get pcie speed (git-fixes). +- drm/amdgpu: Fix missing break in ATOM_ARG_IMM Case of + atom_get_src_int() (git-fixes). +- Revert "drm/amdgpu: Add pcie usage callback to nbio" + (git-fixes). +- Revert "drm/amdgpu: Add pci usage to nbio v7.9" (git-fixes). +- drm/msm/a7xx: Fix LLC typo (git-fixes). +- drm/msm/dpu: finalise global state object (git-fixes). +- drm/msm/dpu: Only enable DSC_MODE_MULTIPLEX if dsc_merge is + enabled (git-fixes). +- drm/msm/dpu: fix the programming of INTF_CFG2_DATA_HCTL_EN + (git-fixes). +- drm/msm/dpu: improve DSC allocation (git-fixes). +- drm/mediatek: Fix a null pointer crash in + mtk_drm_crtc_finish_page_flip (git-fixes). +- drm/mediatek: dsi: Fix DSI RGB666 formats and definitions + (git-fixes). +- drm/tests: helpers: Include missing drm_drv header (git-fixes). +- drm/tidss: Fix sync-lost issue with two displays (git-fixes). +- drm/tidss: Fix initial plane zpos values (git-fixes). +- drm/tegra: put drm_gem_object ref on error in tegra_fb_create + (git-fixes). +- drm/bridge: adv7511: fix crash on irq during probe (git-fixes). +- drm/panel: boe-tv101wum-nl6: make use of prepare_prev_first + (git-fixes). +- drm/amd/display: Add 'replay' NULL check in + 'edp_set_replay_allow_active()' (git-fixes). +- drm/amd/display: fix NULL checks for adev->dm.dc in + amdgpu_dm_fini() (git-fixes). +- drm/radeon/ni: Fix wrong firmware size logging in + ni_init_microcode() (git-fixes). +- drm: ci: use clk_ignore_unused for apq8016 (git-fixes). +- Revert "drm/i915/xe2lpd: Treat cursor plane as regular plane + for DDB allocation" (git-fixes). +- drm/amdgpu: Fix potential out-of-bounds access in + 'amdgpu_discovery_reg_base_init()' (git-fixes). +- drm/amd/display: Fix potential NULL pointer dereferences in + 'dcn10_set_output_transfer_func()' (git-fixes). +- drm/amd/display: Fix a potential buffer overflow in + 'dp_dsc_clock_en_read()' (git-fixes). +- drm/radeon/ni_dpm: remove redundant NULL check (git-fixes). +- drm/radeon: remove dead code in ni_mc_load_microcode() + (git-fixes). +- drm/vmwgfx: Fix the lifetime of the bo cursor memory + (git-fixes). +- drm/vmwgfx: Fix vmw_du_get_cursor_mob fencing of newly-created + MOBs (git-fixes). +- drm/vmwgfx: Fix possible null pointer derefence with invalid + contexts (git-fixes). +- drm/lima: fix a memleak in lima_heap_alloc (git-fixes). +- drm/panel-edp: use put_sync in unprepare (git-fixes). +- drm/rockchip: lvds: do not print scary message when probing + defer (git-fixes). +- drm/rockchip: lvds: do not overwrite error code (git-fixes). +- drm/vmwgfx: Unmap the surface before resetting it on a plane + state (git-fixes). +- drm/vmwgfx: fix a memleak in vmw_gmrid_man_get_node (git-fixes). +- drm/vkms: Avoid reading beyond LUT array (git-fixes). +- drm: Don't treat 0 as -1 in drm_fixp2int_ceil (git-fixes). +- drm/rockchip: inno_hdmi: Fix video timing (git-fixes). +- drm/tegra: output: Fix missing i2c_put_adapter() in the error + handling paths of tegra_output_probe() (git-fixes). +- drm/tegra: rgb: Fix missing clk_put() in the error handling + paths of tegra_dc_rgb_probe() (git-fixes). +- drm/tegra: rgb: Fix some error handling paths in + tegra_dc_rgb_probe() (git-fixes). +- drm/tegra: hdmi: Fix some error handling paths in + tegra_hdmi_probe() (git-fixes). +- drm/tegra: dsi: Fix missing pm_runtime_disable() in the error + handling path of tegra_dsi_probe() (git-fixes). +- drm/tegra: dsi: Fix some error handling paths in + tegra_dsi_probe() (git-fixes). +- drm/tegra: dpaux: Fix PM disable depth imbalance in + tegra_dpaux_probe (git-fixes). +- drm/tegra: dsi: Add missing check for of_find_device_by_node + (git-fixes). +- ACPI: processor_idle: Fix memory leak in + acpi_processor_power_exit() (git-fixes). +- ACPI: resource: Add MAIBENBEN X577 to + irq1_edge_low_force_override (git-fixes). +- ACPI: scan: Fix device check notification handling (git-fixes). +- ACPI: CPPC: enable AMD CPPC V2 support for family 17h processors + (git-fixes). +- cpufreq: qcom-hw: add CONFIG_COMMON_CLK dependency (git-fixes). +- cpufreq: brcmstb-avs-cpufreq: add check for cpufreq_cpu_get's + return value (git-fixes). +- cpufreq: Limit resolving a frequency to policy min/max + (git-fixes). +- cpufreq: amd-pstate: Fix min_perf assignment in + amd_pstate_adjust_perf() (git-fixes). +- commit 451635c + +------------------------------------------------------------------- +Thu Mar 14 07:48:20 CET 2024 - nik.borisov@suse.com + +- RAS: Export helper to get ras_debugfs_dir (jsc#PED-7619). +- commit ddeebbf + +------------------------------------------------------------------- +Wed Mar 13 20:23:05 CET 2024 - msuchanek@suse.de + +- powerpc/64s: Fix get_hugepd_cache_index() build failure + (bsc#1215199). +- powerpc: Remove cpu-as-y completely (bsc#1215199). +- powerpc/64s: Use .machine power4 around dcbt (bsc#1215199). +- powerpc/64s: Move dcbt/dcbtst sequence into a macro + (bsc#1215199). +- powerpc/pseries: Fix potential memleak in papr_get_attr() + (bsc#1215199). +- powerpc/kprobes: Handle error returned by set_memory_rox() + (bsc#1215199). +- powerpc: Implement set_memory_rox() (bsc#1215199). +- powerpc: Use user_mode() macro when possible (bsc#1215199). +- powerpc/rtas: use correct function name for resetting TCE tables + (bsc#1215199). +- commit 35dba53 + +------------------------------------------------------------------- +Wed Mar 13 17:44:47 CET 2024 - fdmanana@suse.com + +- btrfs: avoid copying BTRFS_ROOT_SUBVOL_DEAD flag to snapshot + of subvolume being deleted (bsc#1221282). +- commit adc8e1b + +------------------------------------------------------------------- +Wed Mar 13 17:30:12 CET 2024 - fdmanana@suse.com + +- btrfs: don't abort filesystem when attempting to snapshot + deleted subvolume (bsc#1221282). +- commit 7de0be8 + +------------------------------------------------------------------- +Wed Mar 13 17:26:34 CET 2024 - tiwai@suse.de + +- Fix missing initial value for tcp pingpong threshold (bsc#1221339,bsc#1221305,bsc#1221032,bsc#1221261) + This caused high latencies leading to various network issues +- commit de6f6b8 + +------------------------------------------------------------------- +Wed Mar 13 15:58:37 CET 2024 - nik.borisov@suse.com + +- RAS/AMD/FMPM: Fix off by one when unwinding on error (jsc#PED-7619). +- commit 083602e + +------------------------------------------------------------------- +Wed Mar 13 15:57:19 CET 2024 - nik.borisov@suse.com + +- RAS/AMD/FMPM: Add debugfs interface to print record entries (jsc#PED-7619). +- commit 1a5e647 + +------------------------------------------------------------------- +Wed Mar 13 15:56:56 CET 2024 - nik.borisov@suse.com + +- RAS/AMD/FMPM: Save SPA values (jsc#PED-7619). +- commit 4072c0c + +------------------------------------------------------------------- +Wed Mar 13 15:26:37 CET 2024 - tiwai@suse.de + +- Bluetooth: Fix eir name length (git-fixes). +- wifi: mac80211: update scratch_pos after defrag (git-fixes). +- wifi: mac80211: track capability/opmode NSS separately + (git-fixes). +- wifi: mt76: mt792x: fix a potential loading failure of the + 6Ghz channel config from ACPI (git-fixes). +- wifi: mt76: mt7921e: fix use-after-free in free_irq() + (git-fixes). +- wifi: iwlwifi: mvm: fix warnings from dmi_get_system_info() + (git-fixes). +- wifi: wilc1000: fix RCU usage in connect path (git-fixes). +- commit 76a6eff + +------------------------------------------------------------------- +Wed Mar 13 15:04:29 CET 2024 - tiwai@suse.de + +- blacklist.conf: add a BT entry that breaks kABI +- commit a6a5c3b + +------------------------------------------------------------------- +Wed Mar 13 15:02:47 CET 2024 - tiwai@suse.de + +- gpu/host1x kABI workaround (git-fixes). +- commit 86a9dbb + +------------------------------------------------------------------- +Wed Mar 13 14:53:36 CET 2024 - tiwai@suse.de + +- gpu: host1x: Skip reset assert on Tegra186 (git-fixes). +- commit 88887cf + +------------------------------------------------------------------- +Wed Mar 13 14:52:32 CET 2024 - tiwai@suse.de + +- blacklist.conf: add entries for firewire +- commit f73cdd2 + +------------------------------------------------------------------- +Wed Mar 13 14:50:58 CET 2024 - tiwai@suse.de + +- drm/nouveau: don't fini scheduler before entity flush + (git-fixes). +- commit 3d3c54d + +------------------------------------------------------------------- +Wed Mar 13 14:39:57 CET 2024 - mgorman@suse.de + +- futex: Prevent the reuse of stale pi_state (bsc#1214683 + (PREEMPT_RT prerequisite backports)). +- commit 82905f3 + +------------------------------------------------------------------- +Wed Mar 13 13:16:47 CET 2024 - mgorman@suse.de + +- drm/i915/guc: Consider also RCU depth in busy loop (SLE + Realtime Extension). +- srcu: Use try-lock lockdep annotation for NMI-safe access + (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- futex/pi: Fix recursive rt_mutex waiter state (bsc#1214683 + (PREEMPT_RT prerequisite backports)). +- srcu: Remove extraneous parentheses from srcu_read_lock() etc + (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- commit b354209 + +------------------------------------------------------------------- +Wed Mar 13 13:03:56 CET 2024 - mgorman@suse.de + +- srcu: Use try-lock lockdep annotation for NMI-safe access + (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- futex/pi: Fix recursive rt_mutex waiter state (bsc#1214683 + (PREEMPT_RT prerequisite backports)). +- srcu: Remove extraneous parentheses from srcu_read_lock() etc + (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- commit e04ae5b + +------------------------------------------------------------------- +Wed Mar 13 12:41:25 CET 2024 - tiwai@suse.de + +- Update config files: refresh for x86_64 and armv7hl +- commit 8a3dfcc + +------------------------------------------------------------------- +Wed Mar 13 10:26:22 CET 2024 - oneukum@suse.com + +- r8152: fix unknown device for choose_configuration (git-fixes). +- commit 71e2f25 + +------------------------------------------------------------------- +Wed Mar 13 10:02:23 CET 2024 - iivanov@suse.de + +- Update patches.suse/arm64-sme-Always-exit-sme_alloc-early-with-existing-.patch (git-fixes, CVE-2024-26618) + Add reference to CVE-2024-26618. +- commit 50882e3 + +------------------------------------------------------------------- +Wed Mar 13 09:27:26 CET 2024 - tiwai@suse.de + +- bluetooth hci_uart_register_device() kABI workaround + (git-fixes). +- commit 2fcc10e + +------------------------------------------------------------------- +Wed Mar 13 09:17:20 CET 2024 - tiwai@suse.de + +- net: phy: dp83822: Fix RGMII TX delay configuration (git-fixes). +- net: phy: fix phy_get_internal_delay accessing an empty array + (git-fixes). +- Bluetooth: btnxpuart: Fix btnxpuart_close (git-fixes). +- Bluetooth: af_bluetooth: Fix deadlock (git-fixes). +- Bluetooth: hci_core: Fix possible buffer overflow (git-fixes). +- Bluetooth: btrtl: fix out of bounds memory access (git-fixes). +- Bluetooth: hci_h5: Add ability to allocate memory for private + data (git-fixes). +- Bluetooth: hci_qca: don't use IS_ERR_OR_NULL() with + gpiod_get_optional() (git-fixes). +- Bluetooth: hci_event: Fix not indicating new connection for + BIG Sync (git-fixes). +- Bluetooth: Remove superfluous call to hci_conn_check_pending() + (git-fixes). +- Bluetooth: mgmt: Remove leftover queuing of power_off work + (git-fixes). +- Bluetooth: Remove HCI_POWER_OFF_TIMEOUT (git-fixes). +- wifi: brcm80211: handle pmk_op allocation failure (git-fixes). +- wifi: rtw88: 8821c: Fix false alarm count (git-fixes). +- wifi: rtw88: 8821c: Fix beacon loss and disconnect (git-fixes). +- wifi: rtw88: 8821cu: Fix firmware upload fail (git-fixes). +- wifi: mt76: mt7921: fix incorrect type conversion for CLC + command (git-fixes). +- wifi: mt76: mt7996: fix HIF_TXD_V2_1 value (git-fixes). +- wifi: mt76: mt7996: fix efuse reading issue (git-fixes). +- wifi: mt76: mt7996: fix HE beamformer phy cap for station vif + (git-fixes). +- wifi: mt76: mt7996: fix incorrect interpretation of EHT MCS caps + (git-fixes). +- wifi: mt76: mt7996: fix TWT issues (git-fixes). +- sr9800: Add check for usbnet_get_endpoints (git-fixes). +- wifi: ath12k: fix incorrect logic of calculating vdev_stats_id + (git-fixes). +- wifi: ath11k: initialize rx_mcs_80 and rx_mcs_160 before use + (git-fixes). +- wifi: ath11k: change to move WMI_VDEV_PARAM_SET_HEMU_MODE + before WMI_PEER_ASSOC_CMDID (git-fixes). +- wifi: ath9k: delay all of ath9k_wmi_event_tasklet() until init + is complete (git-fixes). +- wifi: wilc1000: revert reset line logic flip (git-fixes). +- wifi: brcmsmac: avoid function pointer casts (git-fixes). +- wifi: wilc1000: prevent use-after-free on vif when cleaning + up all interfaces (git-fixes). +- wifi: iwlwifi: mvm: Fix the listener MAC filter flags + (git-fixes). +- wifi: iwlwifi: mvm: don't set replay counters to 0xff + (git-fixes). +- wifi: iwlwifi: mvm: don't set the MFP flag for the GTK + (git-fixes). +- wifi: iwlwifi: mvm: fix erroneous queue index mask (git-fixes). +- wifi: iwlwifi: support EHT for WH (git-fixes). +- wifi: wfx: fix memory leak when starting AP (git-fixes). +- wifi: brcmsmac: Drop legacy header (git-fixes). +- wifi: libertas: fix some memleaks in lbs_allocate_cmd_buffer() + (git-fixes). +- wifi: iwlwifi: read BIOS PNVM only for non-Intel SKU + (git-fixes). +- wifi: iwlwifi: mvm: fix the TLC command after ADD_STA + (git-fixes). +- wifi: iwlwifi: mvm: use FW rate for non-data only on new devices + (git-fixes). +- wifi: iwlwifi: mvm: d3: fix IPN byte order (git-fixes). +- wifi: iwlwifi: fix EWRD table validity check (git-fixes). +- wifi: iwlwifi: mvm: initialize rates in FW earlier (git-fixes). +- wifi: iwlwifi: acpi: fix WPFC reading (git-fixes). +- wifi: iwlwifi: dbg-tlv: ensure NUL termination (git-fixes). +- wifi: iwlwifi: mvm: report beacon protection failures + (git-fixes). +- wifi: brcmfmac: fix copyright year mentioned in platform_data + header (git-fixes). +- wifi: ath12k: Fix issues in channel list update (git-fixes). +- wifi: ath10k: fix NULL pointer dereference in + ath10k_wmi_tlv_op_pull_mgmt_tx_compl_ev() (git-fixes). +- can: softing: remove redundant NULL check (git-fixes). +- wifi: brcmfmac: avoid invalid list operation when vendor attach + fails (git-fixes). +- wifi: mwifiex: debugfs: Drop unnecessary error check for + debugfs_create_dir() (git-fixes). +- wifi: wilc1000: fix multi-vif management when deleting a vif + (git-fixes). +- wifi: wilc1000: do not realloc workqueue everytime an interface + is added (git-fixes). +- wifi: rtl8xxxu: add cancel_work_sync() for c2hcmd_work + (git-fixes). +- wifi: b43: Disable QoS for bcm4331 (git-fixes). +- wifi: b43: Stop correct queue in DMA worker when QoS is disabled + (git-fixes). +- wifi: b43: Stop/wake correct queue in PIO Tx path when QoS is + disabled (git-fixes). +- wifi: b43: Stop/wake correct queue in DMA Tx path when QoS is + disabled (git-fixes). +- doc-guide: kernel-doc: tell about object-like macros + (git-fixes). +- soc: qcom: llcc: Check return value on Broadcast_OR reg read + (git-fixes). +- soc: qcom: socinfo: rename PM2250 to PM4125 (git-fixes). +- bus: tegra-aconnect: Update dependency to ARCH_TEGRA + (git-fixes). +- firmware: arm_scmi: Fix double free in SMC transport cleanup + path (git-fixes). +- commit d454c2c + +------------------------------------------------------------------- +Wed Mar 13 08:58:39 CET 2024 - tiwai@suse.de + +- Move upstreamed patches into sorted section +- commit 5709f5a + +------------------------------------------------------------------- +Wed Mar 13 08:49:16 CET 2024 - tiwai@suse.de + +- Move upstreamed patches into sorted section +- commit 612fa2e + +------------------------------------------------------------------- +Wed Mar 13 06:13:12 CET 2024 - ddiss@suse.de + +- selinux: only filter copy-up xattrs following initialization + (bsc#1210690). +- commit f42baec + +------------------------------------------------------------------- +Wed Mar 13 01:48:09 CET 2024 - neilb@suse.de + +- NFS: Fix data corruption caused by congestion (git-fixes). +- pNFS: Fix the pnfs block driver's calculation of layoutget size + (git-fixes). +- NFSv4.1: fixup use EXCHGID4_FLAG_USE_PNFS_DS for DS server + (git-fixes). +- NFS: Fix O_DIRECT locking issues (git-fixes). +- commit b64b15f + +------------------------------------------------------------------- +Tue Mar 12 23:31:45 CET 2024 - neilb@suse.de + +- nfsd: don't take fi_lock in nfsd_break_deleg_cb() (git-fixes). +- SUNRPC: fix _xprt_switch_find_current_entry logic (git-fixes). +- NFSv4.1/pnfs: Ensure we handle the error NFS4ERR_RETURNCONFLICT + (git-fixes). +- NFS: Use parent's objective cred in nfs_access_login_time() + (git-fixes). +- blocklayoutdriver: Fix reference leak of pnfs_device_node + (git-fixes). +- SUNRPC: Fix a suspicious RCU usage warning (git-fixes). +- NFSD: Fix "start of NFS reply" pointer passed to + nfsd_cache_update() (git-fixes). +- NFSD: Update nfsd_cache_append() to use xdr_stream (git-fixes). +- nfsd: fix file memleak on client_opens_release (git-fixes). +- SUNRPC: Fix RPC client cleaned up the freed pipefs dentries + (git-fixes). +- NFSv4.1: fix SP4_MACH_CRED protection for pnfs IO (git-fixes). +- SUNRPC: Add an IS_ERR() check back to where it was (git-fixes). +- NFSv4.1: fix handling NFS4ERR_DELAY when testing for session + trunking (git-fixes). +- SUNRPC: ECONNRESET might require a rebind (git-fixes). +- svcrdma: Drop connection after an RDMA Read error (git-fixes). +- nfsd: Handle EOPENSTALE correctly in the filecache (git-fixes). +- nfsd: lock_rename() needs both directories to live on the same + fs (git-fixes). +- pNFS/flexfiles: Check the layout validity in + ff_layout_mirror_prepare_stats (git-fixes). +- pNFS: Fix a hang in nfs4_evict_inode() (git-fixes). +- NFS: Fix potential oops in nfs_inode_remove_request() + (git-fixes). +- nfs42: client needs to strip file mode's suid/sgid bit after + ALLOCATE op (git-fixes). +- nfs: decrement nrequests counter before releasing the req + (git-fixes). +- SUNRPC/TLS: Lock the lower_xprt during the tls handshake + (git-fixes). +- Revert "SUNRPC dont update timeout value on connection reset" + (git-fixes). +- NFSv4: Fix a state manager thread deadlock regression + (git-fixes). +- NFSv4: Fix a nfs4_state_manager() race (git-fixes). +- SUNRPC: Fail quickly when server does not recognize TLS + (git-fixes). +- NFSv4.1: fix zero value filehandle in post open getattr + (git-fixes). +- NFS: More fixes for nfs_direct_write_reschedule_io() + (git-fixes). +- NFS: Use the correct commit info in nfs_join_page_group() + (git-fixes). +- NFS: More O_DIRECT accounting fixes for error paths (git-fixes). +- NFS: Fix error handling for O_DIRECT write scheduling + (git-fixes). +- nfsd: fix change_info in NFSv4 RENAME replies (git-fixes). +- NFSv4.1: use EXCHGID4_FLAG_USE_PNFS_DS for DS server + (git-fixes). +- NFS: Fix a potential data corruption (git-fixes). +- NFSv4/pnfs: minor fix for cleanup path in nfs4_get_device_info + (git-fixes). +- commit e298a32 + +------------------------------------------------------------------- +Tue Mar 12 17:25:48 CET 2024 - lhenriques@suse.de + +- Update + patches.suse/ceph-fix-deadlock-or-deadcode-of-misusing-dget.patch + (bsc#1220453 bsc#1221058 CVE-2023-52583). +- commit 25befcc + +------------------------------------------------------------------- +Tue Mar 12 16:58:11 CET 2024 - mgorman@suse.de + +- sched/fair: Combine EAS check with overutilized access + (bsc#1221157). +- sched/fair: Use helper function to access rd->overutilized + (bsc#1221157). +- sched/fair: Add EAS checks before updating overutilized + (bsc#1221157). +- commit c66ccdb + +------------------------------------------------------------------- +Tue Mar 12 15:53:52 CET 2024 - lhenriques@suse.de + +- netfs, fscache: Prevent Oops in fscache_put_cache() (bsc#1221291 + CVE-2024-26612). +- commit f4e9666 + +------------------------------------------------------------------- +Tue Mar 12 14:33:40 CET 2024 - vbabka@suse.cz + +- mm, vmscan: prevent infinite loop for costly GFP_NOIO | + __GFP_RETRY_MAYFAIL allocations (git-fixes). +- commit 36fac6a + +------------------------------------------------------------------- +Tue Mar 12 12:47:04 CET 2024 - vbabka@suse.cz + +- mm: migrate high-order folios in swap cache correctly + (git-fixes). +- commit 46a5bb6 + +------------------------------------------------------------------- +Tue Mar 12 12:34:27 CET 2024 - vbabka@suse.cz + +- mm/mempolicy: fix set_mempolicy_home_node() previous VMA pointer + (git-fixes). +- commit 436bfc9 + +------------------------------------------------------------------- +Tue Mar 12 12:30:23 CET 2024 - vbabka@suse.cz + +- Refresh patches.suse/mm-mmap-fix-vma_merge-case-7.patch. +- commit 442a3e7 + +------------------------------------------------------------------- +Tue Mar 12 12:20:44 CET 2024 - denis.kirjanov@suse.com + +- bonding: return -ENOMEM instead of BUG in alb_upper_dev_walk + (git-fixes). +- commit bffce9c + +------------------------------------------------------------------- +Tue Mar 12 11:02:49 CET 2024 - denis.kirjanov@suse.com + +- nfp: flower: prevent re-adding mac index for bonded port (git-fixes). +- commit 6661999 + +------------------------------------------------------------------- +Tue Mar 12 11:01:07 CET 2024 - denis.kirjanov@suse.com + +- nfp: use correct macro for LengthSelect in BAR config (git-fixes). +- commit 7d0aeec + +------------------------------------------------------------------- +Tue Mar 12 10:59:40 CET 2024 - denis.kirjanov@suse.com + +- tsnep: Fix mapping for zero copy XDP_TX action (git-fixes). +- commit 3345825 + +------------------------------------------------------------------- +Tue Mar 12 10:57:58 CET 2024 - denis.kirjanov@suse.com + +- net: atlantic: Fix DMA mapping for PTP hwts ring (git-fixes). +- commit b00604d + +------------------------------------------------------------------- +Tue Mar 12 10:55:55 CET 2024 - denis.kirjanov@suse.com + +- netdevsim: avoid potential loop in nsim_dev_trap_report_work() (git-fixes). +- commit 57a7091 + +------------------------------------------------------------------- +Tue Mar 12 10:53:57 CET 2024 - denis.kirjanov@suse.com + +- net: stmmac: Prevent DSA tags from breaking COE (git-fixes). +- commit e8cc0c0 + +------------------------------------------------------------------- +Tue Mar 12 10:01:27 CET 2024 - tiwai@suse.de + +- Move out-of-tree patches into the right section +- commit 6624840 + +------------------------------------------------------------------- +Tue Mar 12 09:59:39 CET 2024 - tiwai@suse.de + +- Documentation: virt: Fix up pre-formatted text block for SEV + ioctls (git-fixes). +- commit b6867f0 + +------------------------------------------------------------------- +Tue Mar 12 09:59:02 CET 2024 - tiwai@suse.de + +- Move upstreamed patches into sorted section +- commit 489fc6e + +------------------------------------------------------------------- +Tue Mar 12 09:52:49 CET 2024 - tiwai@suse.de + +- crypto: ccp - Have it depend on AMD_IOMMU (git-fixes). +- rtc: test: Fix invalid format specifier (git-fixes). +- lib: memcpy_kunit: Fix an invalid format specifier in an + assertion msg (git-fixes). +- lib/cmdline: Fix an invalid format specifier in an assertion + msg (git-fixes). +- selftests/mqueue: Set timeout to 180 seconds (git-fixes). +- Documentation: coresight: fix `make refcheckdocs` warning + (git-fixes). +- commit 2c8fcdc + +------------------------------------------------------------------- +Tue Mar 12 03:32:41 CET 2024 - neilb@suse.de + +- Refresh patches.suse/nfsd-fix-RELEASE_LOCKOWNER.patch. + update mainline commit info +- commit 2c149c7 + +------------------------------------------------------------------- +Mon Mar 11 14:16:45 CET 2024 - denis.kirjanov@suse.com + +- amt: do not use overwrapped cb area (git-fixes). +- commit 1372aac + +------------------------------------------------------------------- +Mon Mar 11 14:14:14 CET 2024 - denis.kirjanov@suse.com + +- bonding: remove print in bond_verify_device_path (git-fixes). +- commit 7a54f95 + +------------------------------------------------------------------- +Mon Mar 11 14:07:35 CET 2024 - denis.kirjanov@suse.com + +- stmmac: preserve KABI in stmmac_txq_cfg (git-fixes). +- commit 034b0ac + +------------------------------------------------------------------- +Mon Mar 11 14:05:31 CET 2024 - denis.kirjanov@suse.com + +- net: stmmac: Tx coe sw fallback (git-fixes). +- commit d5cf563 + +------------------------------------------------------------------- +Mon Mar 11 13:31:45 CET 2024 - denis.kirjanov@suse.com + +- blacklist.conf: update blacklist +- commit 0889c69 + +------------------------------------------------------------------- +Mon Mar 11 11:11:02 CET 2024 - denis.kirjanov@suse.com + +- blacklist.conf: update blacklist +- commit b63446f + +------------------------------------------------------------------- +Mon Mar 11 11:03:50 CET 2024 - denis.kirjanov@suse.com + +- blacklist.conf: update blacklist +- commit ed66a82 + +------------------------------------------------------------------- +Mon Mar 11 10:46:44 CET 2024 - msuchanek@suse.de + +- powerpc/pseries/iommu: IOMMU table is not initialized for + kdump over SR-IOV (bsc#1220492 ltc#205270). +- commit 2026089 + +------------------------------------------------------------------- +Mon Mar 11 10:11:09 CET 2024 - oneukum@suse.com + +- Update + patches.suse/usb-hub-Guard-against-accesses-to-uninitialized-BOS-.patch + (bsc#1220790 CVE-2023-52477). + Added CVE +- commit 61b1ebd + +------------------------------------------------------------------- +Sun Mar 10 09:34:05 CET 2024 - tiwai@suse.de + +- i2c: aspeed: Fix the dummy irq expected print (git-fixes). +- i2c: wmt: Fix an error handling path in wmt_i2c_probe() + (git-fixes). +- i2c: i801: Avoid potential double call to + gpiod_remove_lookup_table (git-fixes). +- commit 5a2966b + +------------------------------------------------------------------- +Sun Mar 10 00:12:35 CET 2024 - dfaggioli@suse.com + +- s390/vfio-ap: wire in the vfio_device_ops request callback + (bsc#1205316). +- Refresh + patches.suse/vfio-iommufd-Add-detach_ioas-support-for-emulated-VFIO-devices. +- commit c62972b + +------------------------------------------------------------------- +Sat Mar 9 19:01:46 CET 2024 - lduncan@suse.com + +- scsi: target: iscsi: don't warn of R/W when no data + (bsc#1215541). +- scsi: target: iscsi: handle SCSI immediate commands + (bsc#1215541). +- commit ed0e112 + +------------------------------------------------------------------- +Sat Mar 9 10:56:57 CET 2024 - tiwai@suse.de + +- Fix missing initialization in mt7921* drivers (bsc#1221114) + Refresh patches.suse/wifi-mt76-move-struct-ieee80211_chanctx_conf-up-to-s.patch +- commit ecd5297 + +------------------------------------------------------------------- +Sat Mar 9 09:43:38 CET 2024 - tiwai@suse.de + +- ASoC: wm8962: Fix up incorrect error message in wm8962_set_fll + (git-fixes). +- ASoC: wm8962: Enable both SPKOUTR_ENA and SPKOUTL_ENA in mono + mode (git-fixes). +- ASoC: wm8962: Enable oscillator if selecting WM8962_FLL_OSC + (git-fixes). +- ASoC: amd: yc: Add HP Pavilion Aero Laptop 13-be2xxx(8BD6) + into DMI quirk table (git-fixes). +- ASoC: Intel: bytcr_rt5640: Add an extra entry for the Chuwi + Vi8 tablet (git-fixes). +- ALSA: hda: cs35l41: Overwrite CS35L41 configuration for ASUS + UM5302LA (git-fixes). +- ALSA: hda/realtek: Add quirks for Lenovo Thinkbook 16P laptops + (git-fixes). +- ALSA: hda: cs35l41: Support Lenovo Thinkbook 16P (git-fixes). +- ALSA: hda: optimize the probe codec process (git-fixes). +- commit 5c5002a + +------------------------------------------------------------------- +Sat Mar 9 09:41:18 CET 2024 - tiwai@suse.de + +- ALSA: hda/realtek: fix mute/micmute LEDs for HP EliteBook + (git-fixes). +- ALSA: hda/realtek - Add Headset Mic supported Acer NB platform + (git-fixes). +- commit 0303741 + +------------------------------------------------------------------- +Sat Mar 9 09:35:17 CET 2024 - tiwai@suse.de + +- mei: gsc_proxy: match component when GSC is on different bus + (git-fixes). +- misc: fastrpc: Pass proper arguments to scm call (git-fixes). +- comedi: comedi_test: Prevent timers rescheduling during deletion + (git-fixes). +- misc: lis3lv02d_i2c: Fix regulators getting en-/dis-abled + twice on suspend/resume (git-fixes). +- iio: accel: adxl367: fix I2C FIFO data register (git-fixes). +- iio: accel: adxl367: fix DEVID read after reset (git-fixes). +- iio: pressure: dlhl60d: Initialize empty DLH bytes (git-fixes). +- counter: fix privdata alignment (git-fixes). +- Revert "tty: serial: simplify + qcom_geni_serial_send_chunk_fifo()" (git-fixes). +- tty: serial: fsl_lpuart: avoid idle preamble pending if CTS + is enabled (git-fixes). +- vt: fix unicode buffer corruption when deleting characters + (git-fixes). +- serial: 8250_dw: Do not reclock if already at correct rate + (git-fixes). +- tty: serial: imx: Fix broken RS485 (git-fixes). +- xhci: Fix failure to detect ring expansion need (git-fixes). +- usb: port: Don't try to peer unused USB ports based on location + (git-fixes). +- usb: gadget: ncm: Fix handling of zero block length packets + (git-fixes). +- usb: typec: altmodes/displayport: create sysfs nodes as driver's + default device attribute group (git-fixes). +- usb: typec: tpcm: Fix PORT_RESET behavior for self powered + devices (git-fixes). +- USB: usb-storage: Prevent divide-by-0 error in + isd200_ata_command (git-fixes). +- thunderbolt: Fix NULL pointer dereference in + tb_port_update_credits() (git-fixes). +- Input: synaptics-rmi4 - fix UAF of IRQ domain on driver removal + (git-fixes). +- ASoC: rcar: adg: correct TIMSEL setting for SSI9 (git-fixes). +- ASoC: madera: Fix typo in madera_set_fll_clks shift value + (git-fixes). +- ALSA: hda/realtek - Fix headset Mic no show at resume back + for Lenovo ALC897 platform (git-fixes). +- drm/nouveau: fix stale locked mutex in nouveau_gem_ioctl_pushbuf + (git-fixes). +- drm/panel: boe-tv101wum-nl6: Fine tune Himax83102-j02 panel + HFP and HBP (again) (git-fixes). +- drm: Fix output poll work for drm_kms_helper_poll=n (git-fixes). +- drm/amd/display: check dc_link before dereferencing (git-fixes). +- drm/i915/selftests: Fix dependency of some timeouts on HZ + (git-fixes). +- drm/i915: Don't explode when the dig port we don't have an + AUX CH (git-fixes). +- drm/i915: Check before removing mm notifier (git-fixes). +- drm/i915/hdcp: Extract hdcp structure from correct connector + (git-fixes). +- drm/i915/hdcp: Remove additional timing for reading mst hdcp + message (git-fixes). +- drm/i915/hdcp: Move to direct reads for HDCP (git-fixes). +- commit e4dbdb4 + +------------------------------------------------------------------- +Sat Mar 9 00:20:14 CET 2024 - ailiop@suse.com + +- erofs: apply proper VMA alignment for memory mapped files on + THP (git-fixes). +- commit f883467 + +------------------------------------------------------------------- +Fri Mar 8 16:06:50 CET 2024 - msuchanek@suse.de + +- powerpc: Add PVN support for HeXin C2000 processor + (jsc#PED-7970). +- Refresh patches.suse/powerpc-Add-Power11-architected-and-raw-mode.patch +- commit 840aeb4 + +------------------------------------------------------------------- +Fri Mar 8 13:38:37 CET 2024 - jbohac@suse.cz + +- Refresh + patches.suse/x86-e820-Don-t-reserve-SETUP_RNG_SEED-in-e820.patch +- commit cca30de + +------------------------------------------------------------------- +Thu Mar 7 18:15:41 CET 2024 - tonyj@suse.de + +- perf/pmu-events/powerpc: Update json mapfile with Power11 PVR + (jsc#PED-7970 jsc#PED-8065). +- powerpc/perf: Power11 Performance Monitoring support + (jsc#PED-7970 jsc#PED-8065). +- perf vendor events powerpc: Add PVN for HX-C2000 CPU with + Power8 Architecture (jsc#PED-7970 jsc#PED-8065). +- commit b9d5dfb + +------------------------------------------------------------------- +Thu Mar 7 13:24:07 CET 2024 - msuchanek@suse.de + +- group-source-files.pl: Quote filenames (boo#1221077). + The kernel source now contains a file with a space in the name. + Add quotes in group-source-files.pl to avoid splitting the filename. + Also use -print0 / -0 when updating timestamps. +- commit a005e42 + +------------------------------------------------------------------- +Thu Mar 7 11:49:53 CET 2024 - msuchanek@suse.de + +- Revert "git-sort: Add io_uring 6.3 fixes remote" + This reverts commit 6392287eb4bd8f99419025c617f5a9b7ce323a79. + Remove version-specific branch. +- commit e463564 + +------------------------------------------------------------------- +Thu Mar 7 09:55:20 CET 2024 - tiwai@suse.de + +- gpio: fix resource unwinding order in error path (git-fixes). +- commit 6156605 + +------------------------------------------------------------------- +Thu Mar 7 09:54:53 CET 2024 - tiwai@suse.de + +- gpiolib: Fix the error path order in + gpiochip_add_data_with_key() (git-fixes). +- commit e072cb0 + +------------------------------------------------------------------- +Thu Mar 7 09:53:31 CET 2024 - tiwai@suse.de + +- gpio: 74x164: Enable output pins after registers are reset + (git-fixes). +- kbuild: Add -Wa,--fatal-warnings to as-instr invocation + (git-fixes). +- efivarfs: Request at most 512 bytes for variable names + (git-fixes). +- ASoC: qcom: Fix uninitialized pointer dmactl (git-fixes). +- drm/amd/display: Add monitor patch for specific eDP (git-fixes). +- soc: qcom: pmic_glink: Fix boot when QRTR=m (git-fixes). +- commit 43e9ac3 + +------------------------------------------------------------------- +Thu Mar 7 09:35:31 CET 2024 - iivanov@suse.de + +- Update patches.suse/PCI-MSI-Prevent-MSI-hardware-interrupt-number-trunca.patch (git-fixes,bsc#1218777) +- commit 7d27d0e + +------------------------------------------------------------------- +Thu Mar 7 09:16:03 CET 2024 - iivanov@suse.de + +- Update patches.suse/phy-ti-phy-omap-usb2-Fix-NULL-pointer-dereference-fo.patch (git-fixes,bsc#1220340,CVE-2024-26600) +- commit 6950641 + +------------------------------------------------------------------- +Wed Mar 6 17:32:46 CET 2024 - msuchanek@suse.de + +- powerpc: Add Power11 architected and raw mode (jsc#PED-7970). +- powerpc: Annotate endianness of various variables and functions + (jsc#PED-7970). +- commit 1346447 + +------------------------------------------------------------------- +Wed Mar 6 16:34:55 CET 2024 - mkoutny@suse.com + +- blacklist.conf: Add 118642d7f606 mm: memcontrol: clarify swapaccount=0 deprecation warning +- commit b280e82 + +------------------------------------------------------------------- +Wed Mar 6 15:32:29 CET 2024 - iivanov@suse.de + +- Update patches.suse/arm64-errata-Add-Cortex-A520-speculative-unprivilege.patch (git-fixes, bsc#1219443, bsc#1220887, CVE-2023-52481) +- commit f753e1f + +------------------------------------------------------------------- +Wed Mar 6 14:02:43 CET 2024 - msuchanek@suse.de + +- kernel-binary: Fix i386 build + Fixes: 89eaf4cdce05 ("rpm templates: Move macro definitions below buildrequires") +- commit f7c6351 + +------------------------------------------------------------------- +Wed Mar 6 13:04:36 CET 2024 - jslaby@suse.cz + +- x86/sgx: Resolves SECS reclaim vs. page fault for EAUG race + (bsc#1220941 CVE-2023-52568). +- x86/mm, kexec, ima: Use memblock_free_late() from + ima_free_kexec_buffer() (bsc#1220872 CVE-2023-52576). +- commit 94e020b + +------------------------------------------------------------------- +Wed Mar 6 11:36:53 CET 2024 - mfranc@suse.cz + +- Revert "Update config files. Deactivate CONFIG_QETH_OSX on s390x. (jsc#PED-3317)" + This reverts commit 84140c6f0d4586d5df743a4b87554fe794b51392. + IBM wants to disable CONFIG_QETH_OSX only for ALP and SLE16 while + keeping it enabled on SLE15-SP6. +- commit 0cf6eff + +------------------------------------------------------------------- +Wed Mar 6 11:35:30 CET 2024 - mfranc@suse.cz + +- Update patches.suse/KVM-s390-fix-setting-of-fpc-register.patch + (git-fixes bsc#1219809 bsc#1221040 CVE-2023-52597). +- commit b4fa9cc + +------------------------------------------------------------------- +Wed Mar 6 11:34:01 CET 2024 - msuchanek@suse.de + +- kernel-binary: vdso: fix filelist for non-usrmerged kernel + Fixes: a6ad8af207e6 ("rpm templates: Always define usrmerged") +- commit fb3f221 + +------------------------------------------------------------------- +Wed Mar 6 11:31:51 CET 2024 - lhenriques@suse.de + +- Update + patches.suse/netfs-Only-call-folio_start_fscache-one-time-for-each-folio.patch + (bsc#1216954 CVE-2023-52582 bsc#1220878). +- commit 87168e9 + +------------------------------------------------------------------- +Wed Mar 6 11:31:04 CET 2024 - shung-hsi.yu@suse.com + +- Update reference of bpf-sockmap-Reject-sk_msg-egress-redirects-to-non-TC.patch + (jsc#PED-6811 bsc#1220926 CVE-2023-52523). +- commit f24dbf6 + +------------------------------------------------------------------- +Wed Mar 6 11:30:50 CET 2024 - lhenriques@suse.de + +- Update + patches.suse/ceph-drop-messages-from-MDS-when-unmounting.patch + (jsc#SES-1880 CVE-2022-48628 bsc#1220848). +- commit 4c5beb1 + +------------------------------------------------------------------- +Wed Mar 6 10:25:43 CET 2024 - tiwai@suse.de + +- rpm/kernel-binary.spec.in: Fix the build error without usrmerged +- commit d396cc8 + +------------------------------------------------------------------- +Wed Mar 6 08:59:21 CET 2024 - tiwai@suse.de + +- integrity: eliminate unnecessary "Problem loading X.509 + certificate" msg (git-fixes). +- commit f764d63 + +------------------------------------------------------------------- +Wed Mar 6 04:43:19 CET 2024 - ailiop@suse.com + +- erofs: fix memory leak of LZMA global compressed deduplication + (bsc#1220897 CVE-2023-52526). +- commit ff061f8 + +------------------------------------------------------------------- +Tue Mar 5 23:08:29 CET 2024 - tonyj@suse.de + +- blacklist.conf: Mark "Fix 'perf script' tests on s390" as irrelvant +- commit 80d8ff7 + +------------------------------------------------------------------- +Tue Mar 5 23:07:57 CET 2024 - tonyj@suse.de + +- perf: Fix the nr_addr_filters fix (git-fixes). +- commit 4903a69 + +------------------------------------------------------------------- +Tue Mar 5 21:49:59 CET 2024 - wqu@suse.com + +- btrfs: scrub: avoid use-after-free when chunk length is not + 64K aligned (bsc#1220943 CVE-2024-26616). +- commit d7e7877 + +------------------------------------------------------------------- +Tue Mar 5 20:09:42 CET 2024 - tonyj@suse.de + +- perf/core: Fix narrow startup race when creating the perf + nr_addr_filters sysfs file (git-fixes). +- commit 6f5ad58 + +------------------------------------------------------------------- +Tue Mar 5 18:13:43 CET 2024 - fdmanana@suse.com + +- btrfs: remove BUG() after failure to insert delayed dir index + item (bsc#1220918 CVE-2023-52569). +- commit 898c18d + +------------------------------------------------------------------- +Tue Mar 5 17:44:48 CET 2024 - fdmanana@suse.com + +- btrfs: improve error message after failure to add delayed dir + index item (bsc#1220918 CVE-2023-52569). +- commit d4e730e + +------------------------------------------------------------------- +Tue Mar 5 16:28:20 CET 2024 - tbogendoerfer@suse.de + +- Update + patches.suse/ice-Fix-some-null-pointer-dereference-issues-in-ice_.patch + (jsc#PED-4876 bsc#1220424 CVE-2023-52471). +- Update + patches.suse/msft-hv-2888-net-mana-Fix-TX-CQE-error-handling.patch + (bsc#1220932 CVE-2023-52532). +- Update + patches.suse/team-fix-null-ptr-deref-when-team-device-type-is-cha.patch + (bsc#1220870 CVE-2023-52574). + Added CVE references. +- commit cdd1907 + +------------------------------------------------------------------- +Tue Mar 5 16:02:30 CET 2024 - msuchanek@suse.de + +- Update patches.suse/powerpc-pseries-memhp-Fix-access-beyond-end-of-drmem.patch + (bsc#1065729 bsc#1220250 CVE-2023-52451). +- commit e456ff0 + +------------------------------------------------------------------- +Tue Mar 5 15:51:01 CET 2024 - tiwai@suse.de + +- vfio/mdev: Fix a null-ptr-deref bug for mdev_unregister_parent() + (CVE-2023-52570 bsc#1220925). +- commit 8dc5811 + +------------------------------------------------------------------- +Tue Mar 5 15:44:56 CET 2024 - shung-hsi.yu@suse.com + +- bpf: fix check for attempt to corrupt spilled pointer + (bsc#1220325 CVE-2023-52462). +- commit eb74527 + +------------------------------------------------------------------- +Tue Mar 5 14:54:43 CET 2024 - tiwai@suse.de + +- Update patch referece for wifi fix (CVE-2023-52530 bsc#1220930) +- commit 04f251c + +------------------------------------------------------------------- +Tue Mar 5 14:53:46 CET 2024 - tiwai@suse.de + +- Update patch reference for iwlwifi fix (CVE-2023-52531 bsc#1220931) +- commit 3e108ac + +------------------------------------------------------------------- +Tue Mar 5 14:35:11 CET 2024 - shung-hsi.yu@suse.com + +- kABI: bpf: struct bpf_prog_aux kABI workaround (jsc#PED-6811 + bsc#1220251). +- commit a7547b0 + +------------------------------------------------------------------- +Tue Mar 5 14:10:42 CET 2024 - shung-hsi.yu@suse.com + +- selftests/bpf: Test re-attachment fix for + bpf_tracing_prog_attach (jsc#PED-6811 bsc#1220254). +- bpf: Fix re-attachment branch in bpf_tracing_prog_attach + (bsc#1220254 CVE-2024-26591). +- selftests/bpf: Add test for recursive attachment of tracing + progs (bsc#1220254 CVE-2024-26591). +- bpf: Relax tracing prog recursive attach rules (jsc#PED-6811 + bsc#1220254). +- commit aba9ef6 + +------------------------------------------------------------------- +Tue Mar 5 13:53:34 CET 2024 - tiwai@suse.de + +- drm/i915/dp: Limit SST link rate to <=8.1Gbps (git-fixes). +- drm/nouveau: nvkm_gsp_radix3_sg() should use nvkm_gsp_mem_ctor() + (git-fixes). +- nouveau/gsp: handle engines in runl without nonstall interrupts + (git-fixes). +- drm/msm/dpu: Add mutex lock in control vblank irq (git-fixes). +- drm/msm/dpu: populate SSPP scaler block version (git-fixes). +- drm/msm/dpu: Correct UBWC settings for sc8280xp (git-fixes). +- drm/msm/dpu: enable SmartDMA on SM8450 (git-fixes). +- drm/msm/a690: Fix reg values for a690 (git-fixes). +- drm/i915/display: Move releasing gem object away from fb + tracking (git-fixes). +- commit ca552ce + +------------------------------------------------------------------- +Tue Mar 5 13:45:42 CET 2024 - tiwai@suse.de + +- drm/amd/display: Fix DPSTREAM CLK on and off sequence + (git-fixes). +- commit d79529f + +------------------------------------------------------------------- +Tue Mar 5 13:41:45 CET 2024 - jslaby@suse.cz + +- x86/srso: Add SRSO mitigation for Hygon processors (bsc#1220735 + CVE-2023-52482). +- commit 1d10b80 + +------------------------------------------------------------------- +Tue Mar 5 13:39:51 CET 2024 - pjakobsson@suse.de + +- Update patches.suse/drm-bridge-sii902x-Fix-probing-race-issue.patch (git-fixes bsc#1220736 CVE-2024-26607). +- commit 8bc333c + +------------------------------------------------------------------- +Tue Mar 5 13:17:48 CET 2024 - tiwai@suse.de + +- drm/amd/display: Refactor DMCUB enter/exit idle interface + (git-fixes). +- Refresh + patches.suse/drm-amd-display-Fix-potential-null-pointer-dereferen.patch. +- commit 3154e27 + +------------------------------------------------------------------- +Tue Mar 5 13:13:04 CET 2024 - tiwai@suse.de + +- drm/amd/display: Only allow dig mapping to pwrseq in new asic + (git-fixes). +- drm/amd/display: Fix array-index-out-of-bounds in dcn35_clkmgr + (git-fixes). +- drm/amd/display: Implement bounds check for stream encoder + creation in DCN301 (git-fixes). +- drm/amdgpu: Avoid fetching VRAM vendor info (git-fixes). +- drm/amd/display: Fix dcn35 8k30 Underflow/Corruption Issue + (git-fixes). +- drm/amd/display: fix incorrect mpc_combine array size + (git-fixes). +- drm/amd/display: fix USB-C flag update after enc10 feature init + (git-fixes). +- drm/amd/display: Disable ips before dc interrupt setting + (git-fixes). +- drm/amdgpu/gfx11: set UNORD_DISPATCH in compute MQDs + (git-fixes). +- drm/amdgpu/gfx10: set UNORD_DISPATCH in compute MQDs + (git-fixes). +- drm/amd/amdgpu: Assign GART pages to AMD device mapping + (git-fixes). +- drm/amd/pm: Fetch current power limit from FW (git-fixes). +- drm/amdgpu: Show vram vendor only if available (git-fixes). +- drm/amd/pm: update the power cap setting (git-fixes). +- drm/amdgpu: Avoid fetching vram vendor information (git-fixes). +- drm/amdgpu: Enable GFXOFF for Compute on GFX11 (git-fixes). +- drm/amd/display: Fix DML2 watermark calculation (git-fixes). +- drm/amd/display: Clear OPTC mem select on disable (git-fixes). +- drm/amd/display: Add logging resource checks (git-fixes). +- drm/amd/display: Init link enc resources in dc_state only if + res_pool presents (git-fixes). +- drm/amd/pm: Fix smuv13.0.6 current clock reporting (git-fixes). +- drm/amd/pm: Add error log for smu v13.0.6 reset (git-fixes). +- drm/amdgpu: drop exp hw support check for GC 9.4.3 (git-fixes). +- drm/amdgpu: update regGL2C_CTRL4 value in golden setting + (git-fixes). +- Revert "drm/amd/display: Fix conversions between bytes and KB" + (git-fixes). +- drm/amd/display: Disconnect phantom pipe OPP from OPTC being + disabled (git-fixes). +- drm/amd/display: To adjust dprefclk by down spread percentage + (git-fixes). +- drm/amdgpu: Fix variable 'mca_funcs' dereferenced before NULL + check in 'amdgpu_mca_smu_get_mca_entry()' (git-fixes). +- drm/amdgpu: Fix possible NULL dereference in + amdgpu_ras_query_error_status_helper() (git-fixes). +- drm/amd/display: Fix hang/underflow when transitioning to ODM4:1 + (git-fixes). +- drm/amd/display: Fix lightup regression with DP2 single display + configs (git-fixes). +- drm/amd/display: Wake DMCUB before executing GPINT commands + (git-fixes). +- drm/amd/display: Wake DMCUB before sending a command + (CVE-2023-52485 bsc#1220835 git-fixes). +- drm/amd/display: fix usb-c connector_type (git-fixes). +- drm/amd/display: do not send commands to DMUB if DMUB is + inactive from S3 (git-fixes). +- drm/amdgpu: Enable tunneling on high-priority compute queues + (git-fixes). +- drm/amd/display: Check writeback connectors in + create_validate_stream_for_sink (git-fixes). +- drm/amd/display: Use drm_connector in create_stream_for_sink + (git-fixes). +- drm/amd/display: Return drm_connector from + find_first_crtc_matching_connector (git-fixes). +- drm/amd/display: add support for DTO genarated dscclk + (git-fixes). +- drm/amd/display: Fix Replay Desync Error IRQ handler + (git-fixes). +- drm/amd/display: Fix disable_otg_wa logic (git-fixes). +- drm/amd/display: Fix conversions between bytes and KB + (git-fixes). +- drm/amd/display: update pixel clock params after stream slice + count change in context (git-fixes). +- drm/amd/display: Fix a debugfs null pointer error (git-fixes). +- commit 36bc980 + +------------------------------------------------------------------- +Tue Mar 5 13:12:26 CET 2024 - tiwai@suse.de + +- blacklist.conf: drop amdgpu commit that will be backported now +- commit eac0ec4 + +------------------------------------------------------------------- +Tue Mar 5 13:11:19 CET 2024 - nstange@suse.de + +- crypto: jitter - use permanent health test storage + (bsc#1220682). +- commit 7d19449 + +------------------------------------------------------------------- +Tue Mar 5 13:06:41 CET 2024 - nstange@suse.de + +- crypto: jitter - reuse allocated entropy collector + (bsc#1220684). +- commit 5e1fcb3 + +------------------------------------------------------------------- +Tue Mar 5 13:00:02 CET 2024 - nstange@suse.de + +- crypto: jitter - Allow configuration of memory size + (bsc#1220684). +- Update config files. +- commit b193722 + +------------------------------------------------------------------- +Tue Mar 5 12:48:13 CET 2024 - nstange@suse.de + +- crypto: jitter - add RCT/APT support for different OSRs + (bsc#1220682 bsc#1220684). +- commit a0d26ea + +------------------------------------------------------------------- +Tue Mar 5 12:46:26 CET 2024 - nstange@suse.de + +- crypto: jitter - Add clarifying comments to Jitter Entropy + RCT cutoff values (bsc#1220682 bsc#1220684). +- commit 94bdba9 + +------------------------------------------------------------------- +Tue Mar 5 11:34:03 CET 2024 - mhocko@suse.com + +- mm/mremap: allow moves within the same VMA for stack moves + (bsc#1220914). +- mm/mremap: optimize the start addresses in move_page_tables() + (bsc#1220914). +- commit 3c1f239 + +------------------------------------------------------------------- +Tue Mar 5 09:30:51 CET 2024 - mkubecek@suse.cz + +- tls: fix use-after-free on failed backlog decryption + (CVE-2024-26584 bsc#1220186). +- tls: separate no-async decryption request handling from async + (CVE-2024-26584 bsc#1220186). +- tls: decrement decrypt_pending if no async completion will be + called (CVE-2024-26584 bsc#1220186). +- net: tls: handle backlogging of crypto requests (CVE-2024-26584 + bsc#1220186). +- commit 2199323 + +------------------------------------------------------------------- +Tue Mar 5 08:53:15 CET 2024 - shung-hsi.yu@suse.com + +- selftests/bpf: Add test for alu on PTR_TO_FLOW_KEYS (bsc#1220255 + CVE-2024-26589). +- bpf: Reject variable offset alu on PTR_TO_FLOW_KEYS (bsc#1220255 + CVE-2024-26589). +- commit da059bb + +------------------------------------------------------------------- +Tue Mar 5 04:49:53 CET 2024 - ddiss@suse.de + +- ovl: fix failed copyup of fileattr on a symlink (bsc#1220827). +- commit c247a4e + +------------------------------------------------------------------- +Tue Mar 5 02:19:58 CET 2024 - mkubecek@suse.cz + +- tls: fix race between tx work scheduling and socket close + (CVE-2024-26585 bsc#1220187). +- commit 98f57ea + +------------------------------------------------------------------- +Tue Mar 5 01:06:01 CET 2024 - mkubecek@suse.cz + +- tls: fix race between async notify and socket close + (CVE-2024-26583 bsc#1220185). +- net: tls: factor out tls_*crypt_async_wait() (CVE-2024-26583 + bsc#1220185). +- commit ebb58c6 + +------------------------------------------------------------------- +Mon Mar 4 21:53:13 CET 2024 - mkubecek@suse.cz + +- netfilter: nf_tables: fix 64-bit load issue in + nft_byteorder_eval() (CVE-2024-0607 bsc#1218915). +- netfilter: nf_tables: fix pointer math issue in + nft_byteorder_eval() (CVE-2024-0607 bsc#1218915). +- commit d0b1efb + +------------------------------------------------------------------- +Mon Mar 4 18:41:49 CET 2024 - ailiop@suse.com + +- erofs: fix lz4 inplace decompression (bsc#1220879 + CVE-2023-52497). +- commit 1ab6d98 + +------------------------------------------------------------------- +Mon Mar 4 18:38:59 CET 2024 - ailiop@suse.com + +- erofs: get rid of the remaining kmap_atomic() (git-fixes). +- commit 17e3c9c + +------------------------------------------------------------------- +Mon Mar 4 17:26:07 CET 2024 - mkubecek@suse.cz + +- netfilter: nft_set_pipapo: skip inactive elements during set + walk (CVE-2023-6817 bsc#1218195). +- commit 20cd5f2 + +------------------------------------------------------------------- +Mon Mar 4 17:25:29 CET 2024 - nstange@suse.de + +- crypto: jitter - replace LFSR with SHA3-256 (bsc#1220331). +- Update config files. +- commit 586f7f5 + +------------------------------------------------------------------- +Mon Mar 4 17:19:17 CET 2024 - tiwai@suse.de + +- Update patch reference for tomoyo fix (CVE-2024-26622 bsc#1220825) +- commit 1d9cb5b + +------------------------------------------------------------------- +Mon Mar 4 16:20:37 CET 2024 - petr.pavlu@suse.com + +- doc/README.SUSE: Update information about module support status + (jsc#PED-5759) + Following the code change in SLE15-SP6 to have externally supported + modules no longer taint the kernel, update the respective documentation + in README.SUSE: + * Describe that support status can be obtained at runtime for each + module from /sys/module/$MODULE/supported and for the entire system + from /sys/kernel/supported. This provides a way how to now check that + the kernel has any externally supported modules loaded. + * Remove a mention that externally supported modules taint the kernel, + but keep the information about bit 16 (X) and add a note that it is + still tracked per module and can be read from + /sys/module/$MODULE/taint. This per-module information also appears in + Oopses. +- commit 9ed8107 + +------------------------------------------------------------------- +Mon Mar 4 16:10:04 CET 2024 - nstange@suse.de + +- Refresh patches.suse/0002-crypto-populate-downstream-list-of-drivers-unapprove.patch. + Enable and refresh + patches.suse/0002-crypto-populate-downstream-list-of-drivers-unapprove.patch +- commit 46942fd + +------------------------------------------------------------------- +Mon Mar 4 15:47:05 CET 2024 - tiwai@suse.de + +- Bluetooth: btmtk: Add MODULE_FIRMWARE() for MT7922 + (bsc#1214133). +- commit abbbfc6 + +------------------------------------------------------------------- +Mon Mar 4 14:34:49 CET 2024 - fdmanana@suse.com + +- btrfs: fix race between reading a directory and adding entries + to it (bsc#1219315). +- commit a8cff4f + +------------------------------------------------------------------- +Mon Mar 4 14:31:23 CET 2024 - shung-hsi.yu@suse.com + +- bpf: Minor cleanup around stack bounds (bsc#1220257 + CVE-2023-52452). +- bpf: Fix accesses to uninit stack slots (bsc#1220257 + CVE-2023-52452). +- bpf: Add some comments to stack representation (bsc#1220257 + CVE-2023-52452). +- bpf: Guard stack limits against 32bit overflow (git-fixes). +- bpf: Fix verification of indirect var-off stack access + (git-fixes). +- bpf: Minor logging improvement (bsc#1220257). +- commit f480bf8 + +------------------------------------------------------------------- +Mon Mar 4 14:22:13 CET 2024 - fdmanana@suse.com + +- btrfs: refresh dir last index during a rewinddir(3) call + (bsc#1219315). +- commit 5fd0a18 + +------------------------------------------------------------------- +Mon Mar 4 14:06:28 CET 2024 - fdmanana@suse.com + +- btrfs: set last dir index to the current last index when + opening dir (bsc#1219315). +- commit 21aedc5 + +------------------------------------------------------------------- +Mon Mar 4 12:19:29 CET 2024 - jslaby@suse.cz + +- Update + patches.suse/PCI-ASPM-Fix-deadlock-when-enabling-ASPM.patch + (git-fixes bsc#1220336 CVE-2024-26605). +- Update + patches.suse/serial-8250-omap-Don-t-skip-resource-freeing-if-pm_r.patch + (git-fixes bsc#1220350 CVE-2023-52457). +- Update + patches.suse/serial-imx-fix-tx-statemachine-deadlock.patch + (git-fixes bsc#1220364 CVE-2023-52456). + Add CVE references. +- commit 7801f75 + +------------------------------------------------------------------- +Mon Mar 4 11:23:47 CET 2024 - tiwai@suse.de + +- Refresh patches.suse/bpf-Fix-a-race-condition-between-btf_put-and-map_fre.patch + Fix a build error caused by the patch context embeded in the description +- commit 3c4ea38 + +------------------------------------------------------------------- +Mon Mar 4 08:50:12 CET 2024 - shung-hsi.yu@suse.com + +- selftests/bpf: Remove flaky test_btf_id test (bsc#1220247 CVE-2023-52446). +- bpf: Fix a race condition between btf_put() and map_free() + (bsc#1220247 CVE-2023-52446). +- commit 1878e7b + +------------------------------------------------------------------- +Mon Mar 4 08:24:48 CET 2024 - tiwai@suse.de + +- phy: freescale: phy-fsl-imx8-mipi-dphy: Fix alias name to use + dashes (git-fixes). +- dmaengine: ptdma: use consistent DMA masks (git-fixes). +- dmaengine: idxd: Ensure safe user copy of completion record + (git-fixes). +- dmaengine: fsl-qdma: init irq after reg initialization + (git-fixes). +- dmaengine: fsl-qdma: fix SoC may hang on 16 byte unaligned read + (git-fixes). +- commit 6051aa0 + +------------------------------------------------------------------- +Mon Mar 4 07:42:13 CET 2024 - jlee@suse.com + +- efivarfs: Free s_fs_info on unmount (bsc#1220328 + CVE-2023-52463). +- commit 855de3c + +------------------------------------------------------------------- +Mon Mar 4 07:19:30 CET 2024 - jlee@suse.com + +- efivarfs: Move efivar availability check into FS context init + (bsc#1220328 CVE-2023-52463). +- commit 9aa65d5 + +------------------------------------------------------------------- +Mon Mar 4 06:00:44 CET 2024 - jlee@suse.com + +- efivarfs: force RO when remounting if SetVariable is not + supported (bsc#1220328 CVE-2023-52463). +- commit f4334b6 + +------------------------------------------------------------------- +Mon Mar 4 05:58:42 CET 2024 - jlee@suse.com + +- efivarfs: Add uid/gid mount options (bsc#1220328 + CVE-2023-52463). +- commit f803582 + +------------------------------------------------------------------- +Sun Mar 3 15:57:22 CET 2024 - tiwai@suse.de + +- Update kabi files: initial import for ALP-current branch + Based on the commit b599b6792b5e73264ffa33bdae47b19dc43f9401 +- commit 691a54e + +------------------------------------------------------------------- +Sun Mar 3 10:57:56 CET 2024 - tiwai@suse.de + +- ALSA: hda/realtek - ALC285 reduce pop noise from Headphone port + (git-fixes). +- commit faab4df + +------------------------------------------------------------------- +Sun Mar 3 10:56:35 CET 2024 - tiwai@suse.de + +- ALSA: hda/realtek: fix mute/micmute LED For HP mt440 + (git-fixes). +- ALSA: hda/realtek: Enable Mute LED on HP 840 G8 (MB 8AB8) + (git-fixes). +- ALSA: hda/realtek: Fix top speaker connection on Dell Inspiron + 16 Plus 7630 (git-fixes). +- commit 514a46e + +------------------------------------------------------------------- +Sun Mar 3 10:54:54 CET 2024 - tiwai@suse.de + +- power: supply: bq27xxx-i2c: Do not free non existing IRQ + (git-fixes). +- mmc: sdhci-xenon: add timeout for PHY init complete (git-fixes). +- mmc: sdhci-xenon: fix PHY init clock stability (git-fixes). +- mmc: mmci: stm32: fix DMA API overlapping mappings warning + (git-fixes). +- mmc: core: Fix eMMC initialization with 1-bit bus connection + (git-fixes). +- efi/capsule-loader: fix incorrect allocation size (git-fixes). +- fbcon: always restore the old font data in fbcon_do_set_font() + (git-fixes). +- tomoyo: fix UAF write bug in tomoyo_write_control() (git-fixes). +- firewire: core: send bus reset promptly on gap count error + (git-fixes). +- efi: Don't add memblocks for soft-reserved memory (git-fixes). +- efi: runtime: Fix potential overflow of soft-reserved region + size (git-fixes). +- hwmon: (coretemp) Enlarge per package core count limit + (git-fixes). +- wifi: iwlwifi: do not announce EPCS support (git-fixes). +- wifi: mac80211: accept broadcast probe responses on 6 GHz + (git-fixes). +- wifi: mac80211: adding missing drv_mgd_complete_tx() call + (git-fixes). +- wifi: mac80211: set station RX-NSS on reconfig (git-fixes). +- Input: i8042 - add Fujitsu Lifebook U728 to i8042 quirk table + (git-fixes). +- Input: xpad - add Lenovo Legion Go controllers (git-fixes). +- Input: goodix - accept ACPI resources with gpio_count == 3 && + gpio_int_idx == 0 (git-fixes). +- spi: sh-msiof: avoid integer overflow in constants (git-fixes). +- regulator: pwm-regulator: Add validity checks in continuous + .get_voltage (git-fixes). +- platform/x86: touchscreen_dmi: Add info for the TECLAST X16 + Plus tablet (git-fixes). +- spi: hisi-sfc-v3xx: Return IRQ_NONE if no interrupts were + detected (git-fixes). +- spi: intel-pci: Add support for Arrow Lake SPI serial flash + (git-fixes). +- wifi: mac80211: fix race condition on enabling fast-xmit + (git-fixes). +- wifi: cfg80211: fix missing interfaces when dumping (git-fixes). +- fbdev: sis: Error out if pixclock equals zero (git-fixes). +- fbdev: savage: Error out if pixclock equals zero (git-fixes). +- commit 87f4ce4 + +------------------------------------------------------------------- +Sun Mar 3 10:49:16 CET 2024 - tiwai@suse.de + +- drm/nouveau: keep DMA buffers required for suspend/resume + (git-fixes). +- Revert "drm/amd/pm: resolve reboot exception for si oland" + (git-fixes). +- drm/amdgpu/pm: Fix the power1_min_cap value (git-fixes). +- drm/amd/display: Prevent potential buffer overflow in + map_hw_resources (git-fixes). +- drm/buddy: fix range bias (git-fixes). +- drm/tegra: Remove existing framebuffer only if we support + display (git-fixes). +- docs: Instruct LaTeX to cope with deeper nesting (git-fixes). +- drm/amd/display: adjust few initialization order in dm + (git-fixes). +- drm/amd/display: fixed integer types and null check locations + (git-fixes). +- Revert "drm/amd/display: increased min_dcfclk_mhz and + min_fclk_mhz" (git-fixes). +- drm/amdgpu: Fix HDP flush for VFs on nbio v7.9 (git-fixes). +- drm/amdgpu: Fix shared buff copy to user (git-fixes). +- drm/amdgpu: reset gpu for s3 suspend abort case (git-fixes). +- drm/amdgpu: skip to program GFXDEC registers for suspend abort + (git-fixes). +- drm/amd/display: Fix buffer overflow in + 'get_host_router_total_dp_tunnel_bw()' (git-fixes). +- drm/amd/display: increased min_dcfclk_mhz and min_fclk_mhz + (git-fixes). +- drm/amdkfd: Use correct drm device for cgroup permission check + (git-fixes). +- ahci: Extend ASM1061 43-bit DMA address quirk to other ASM106x + parts (git-fixes). +- drm/amd/display: Avoid enum conversion warning (git-fixes). +- drm/amd/display: Request usb4 bw for mst streams (git-fixes). +- drm/amd/display: Add dpia display mode validation logic + (git-fixes). +- commit 515b84e + +------------------------------------------------------------------- +Sun Mar 3 10:42:25 CET 2024 - tiwai@suse.de + +- ASoC: cs35l56: Must clear HALO_STATE before issuing SYSTEM_RESET + (git-fixes). +- ALSA: hda/realtek: Add special fixup for Lenovo 14IRP8 + (git-fixes). +- ALSA: hda/realtek: tas2781: enable subwoofer volume control + (git-fixes). +- ALSA: Drop leftover snd-rtctimer stuff from Makefile + (git-fixes). +- ALSA: ump: Fix the discard error code from snd_ump_legacy_open() + (git-fixes). +- ALSA: firewire-lib: fix to check cycle continuity (git-fixes). +- dmaengine: ti: edma: Add some null pointer checks to the + edma_probe (git-fixes). +- ASoC: wm_adsp: Don't overwrite fwf_name with the default + (git-fixes). +- ALSA: usb-audio: Ignore clock selector errors for single + connection (git-fixes). +- ASoC: sunxi: sun4i-spdif: Add support for Allwinner H616 + (git-fixes). +- ASoC: amd: acp: Add check for cpu dai link initialization + (git-fixes). +- ALSA: usb-audio: Check presence of valid altsetting control + (git-fixes). +- ahci: add 43-bit DMA address quirk for ASMedia ASM1061 + controllers (git-fixes). +- ahci: asm1166: correct count of reported ports (git-fixes). +- dmaengine: fsl-qdma: increase size of 'irq_name' (git-fixes). +- dmaengine: shdma: increase size of 'dev_id' (git-fixes). +- dmaengine: apple-admac: Keep upper bits of REG_BUS_WIDTH + (git-fixes). +- ata: ahci: add identifiers for ASM2116 series adapters + (git-fixes). +- commit 9457359 + +------------------------------------------------------------------- +Sat Mar 2 10:24:34 CET 2024 - wqu@suse.com + +- btrfs: fix double free of anonymous device after snapshot + creation failure (bsc#1219126 CVE-2024-23850). +- commit 684803d + +------------------------------------------------------------------- +Sat Mar 2 03:01:28 CET 2024 - tonyj@suse.de + +- Add initial kabi reference files (commit 8f19d4869160). + KABI checking now enabled for default (all) and 64kb (aarch64) flavors. +- commit 892d9b5 + +------------------------------------------------------------------- +Fri Mar 1 19:08:15 CET 2024 - jbohac@suse.cz + +- x86/e820: Don't reserve SETUP_RNG_SEED in e820 (bsc#1218709). +- commit 15d874c + +------------------------------------------------------------------- +Fri Mar 1 18:15:53 CET 2024 - tiwai@suse.de + +- Update patch reference for input fix (CVE-2023-52475 bsc#1220649) +- commit 2e7f958 + +------------------------------------------------------------------- +Fri Mar 1 18:15:18 CET 2024 - tiwai@suse.de + +- Update patch reference for HID fix (CVE-2023-52478 bsc#1220796) +- commit 9f5b99e + +------------------------------------------------------------------- +Fri Mar 1 17:12:04 CET 2024 - shung-hsi.yu@suse.com + +- selftests/bpf: Test outer map update operations in syscall + program (bsc#1220251 CVE-2023-52447). +- selftests/bpf: Add test cases for inner map (bsc#1220251 + CVE-2023-52447). +- bpf: Optimize the free of inner map (bsc#1220251 + CVE-2023-52447). +- Refresh patches.suse/kABI-padding-for-bpf.patch +- bpf: Defer the free of inner map when necessary (bsc#1220251 + CVE-2023-52447). +- Refresh patches.suse/kABI-padding-for-bpf.patch +- bpf: Set need_defer as false when clearing fd array during + map free (bsc#1220251 CVE-2023-52447). +- bpf: Add map and need_defer parameters to .map_fd_put_ptr() + (bsc#1220251 CVE-2023-52447). +- bpf: Check rcu_read_lock_trace_held() before calling bpf map + helpers (bsc#1220251 CVE-2023-52447). +- commit 5323b3a + +------------------------------------------------------------------- +Fri Mar 1 16:53:45 CET 2024 - jgross@suse.com + +- KVM: arm64: vgic-its: Avoid potential UAF in LPI translation + cache (bsc#1220326, CVE-2024-26598). +- commit 49fb765 + +------------------------------------------------------------------- +Fri Mar 1 15:44:07 CET 2024 - dwagner@suse.de + +- scsi: lpfc: Replace deprecated strncpy() with strscpy() + (bsc#1220021). +- scsi: lpfc: Copyright updates for 14.4.0.0 patches + (bsc#1220021). +- scsi: lpfc: Update lpfc version to 14.4.0.0 (bsc#1220021). +- scsi: lpfc: Change lpfc_vport load_flag member into a bitmask + (bsc#1220021). +- scsi: lpfc: Change lpfc_vport fc_flag member into a bitmask + (bsc#1220021). +- scsi: lpfc: Protect vport fc_nodes list with an explicit spin + lock (bsc#1220021). +- scsi: lpfc: Change nlp state statistic counters into atomic_t + (bsc#1220021). +- scsi: lpfc: Remove shost_lock protection for fc_host_port + shost APIs (bsc#1220021). +- scsi: lpfc: Move handling of reset congestion statistics events + (bsc#1220021). +- scsi: lpfc: Save FPIN frequency statistics upon receipt of + peer cgn notifications (bsc#1220021). +- scsi: lpfc: Add condition to delete ndlp object after sending + BLS_RJT to an ABTS (bsc#1220021). +- scsi: lpfc: Fix failure to delete vports when discovery is in + progress (bsc#1220021). +- scsi: lpfc: Remove NLP_RCV_PLOGI early return during RSCN + processing for ndlps (bsc#1220021). +- scsi: lpfc: Allow lpfc_plogi_confirm_nport() logic to execute + for Fabric nodes (bsc#1220021). +- scsi: lpfc: Remove D_ID swap log message from trace event logger + (bsc#1220021). +- scsi: lpfc: Use sg_dma_len() API to get struct scatterlist's + length (bsc#1220021). +- scsi: lpfc: Fix possible memory leak in lpfc_rcv_padisc() + (bsc#1220021). +- scsi: lpfc: Initialize status local variable in + lpfc_sli4_repost_sgl_list() (bsc#1220021). +- scsi: lpfc: Use PCI_HEADER_TYPE_MFD instead of literal + (bsc#1220021). +- PCI: Add PCI_HEADER_TYPE_MFD definition (bsc#1220021). +- commit 9a9c9b2 + +------------------------------------------------------------------- +Fri Mar 1 15:24:11 CET 2024 - nik.borisov@suse.com + +- x86/fpu: Stop relying on userspace for info to fault in xsave buffer (bsc#1220335). +- commit 8c37586 + +------------------------------------------------------------------- +Fri Mar 1 12:32:33 CET 2024 - nik.borisov@suse.com + +- RAS/AMD/ATL: Fix bit overflow in denorm_addr_df4_np2() (git-fixes). +- commit a8f6b18 + +------------------------------------------------------------------- +Fri Mar 1 12:23:40 CET 2024 - tiwai@suse.de + +- Bluetooth: qca: Fix wrong event type for patch config command + (git-fixes). +- Bluetooth: Enforce validation on max value of connection + interval (git-fixes). +- Bluetooth: hci_event: Fix handling of HCI_EV_IO_CAPA_REQUEST + (git-fixes). +- Bluetooth: hci_event: Fix wrongly recorded wakeup BD_ADDR + (git-fixes). +- Bluetooth: hci_sync: Fix accept_list when attempting to suspend + (git-fixes). +- Bluetooth: Avoid potential use-after-free in hci_error_reset + (git-fixes). +- Bluetooth: hci_sync: Check the correct flag before starting + a scan (git-fixes). +- Bluetooth: hci_bcm4377: do not mark valid bd_addr as invalid + (git-fixes). +- wifi: nl80211: reject iftype change with mesh ID change + (git-fixes). +- net: lan78xx: fix "softirq work is pending" error (git-fixes). +- net: usb: dm9601: fix wrong return value in dm9601_mdio_read + (git-fixes). +- lan78xx: enable auto speed configuration for LAN7850 if no + EEPROM is detected (git-fixes). +- commit ae3aae7 + +------------------------------------------------------------------- +Fri Mar 1 12:21:35 CET 2024 - tiwai@suse.de + +- Update patch reference for media usb fix (CVE-2023-52445 bsc#1220241) +- commit e6dd958 + +------------------------------------------------------------------- +Fri Mar 1 11:39:04 CET 2024 - nik.borisov@suse.com + +- RAS: Introduce a FRU memory poison manager (jsc#PED-7618). +- commit 8f0ee79 + +------------------------------------------------------------------- +Fri Mar 1 10:43:44 CET 2024 - iivanov@suse.de + +- hisi_acc_vfio_pci: Update migration data pointer correctly on (bsc#1220337,CVE-2023-52453) +- commit d659d2d + +------------------------------------------------------------------- +Fri Mar 1 10:03:56 CET 2024 - nik.borisov@suse.com + +- RAS/AMD/ATL: Add MI300 row retirement support (jsc#PED-7618). +- Delete patches.suse/EDAC-amd64-Add-MI300-row-retirement-support.patch. +- commit 50130ed + +------------------------------------------------------------------- +Fri Mar 1 03:19:23 CET 2024 - wqu@suse.com + +- btrfs: do not ASSERT() if the newly created subvolume already + got read (bsc#1219126). +- commit a427c9b + +------------------------------------------------------------------- +Fri Mar 1 01:42:04 CET 2024 - tonyj@suse.de + +- perf vendor events: Update metric events for power10 platform + (bsc#1220502 perf-v6.7). +- commit c37d66c + +------------------------------------------------------------------- +Thu Feb 29 21:14:14 CET 2024 - krisman@suse.de + +- io_uring/net: fix multishot accept overflow handling + (git-fixes). +- io_uring/net: fix sr->len for IORING_OP_RECV with MSG_WAITALL + and buffers (git-fixes). +- io_uring/net: limit inline multishot retries (git-fixes). +- io_uring/poll: add requeue return code from poll multishot + handling (git-fixes). +- io_uring/net: un-indent mshot retry path in io_recv_finish() + (git-fixes). +- io_uring/poll: move poll execution helpers higher up + (git-fixes). +- io_uring/rw: ensure poll based multishot read retries + appropriately (git-fixes). +- io_uring: combine cq_wait_nr checks (git-fixes). +- io_uring: clean *local_work_add var naming (git-fixes). +- io_uring: clean up local tw add-wait sync (git-fixes). +- io_uring: adjust defer tw counting (git-fixes). +- io_uring: ensure local task_work is run on wait timeout + (git-fixes). +- io_uring/rw: ensure io->bytes_done is always initialized + (git-fixes). +- io_uring: optimise ltimeout for inline execution (git-fixes). +- io_uring: don't check iopoll if request completes (git-fixes). +- commit 79dd332 + +------------------------------------------------------------------- +Thu Feb 29 19:05:14 CET 2024 - mhocko@suse.com + +- Update + patches.suse/sched-membarrier-reduce-the-ability-to-hammer-on-sys.patch + (git-fixes, bsc#1220398, CVE-2024-26602). +- commit 2095c13 + +------------------------------------------------------------------- +Thu Feb 29 18:59:01 CET 2024 - krisman@suse.de + +- blacklist.conf: Add duplicated commit "io_uring/af_unix: disable sending io_uring over sockets" + This was merged twice, through net and io_uring trees. Since we already + applied the net version as a CVE fix, blacklist the io_uring hash. +- commit ebf8ff8 + +------------------------------------------------------------------- +Thu Feb 29 15:34:13 CET 2024 - petr.pavlu@suse.com + +- Update patches.suse/add-suse-supported-flag.patch + (jsc#PED-5759). +- Refresh + patches.suse/kernel-add-release-status-to-kernel-build.patch. + * Don't mark the kernel as tainted when an "externally supported" module + is loaded. It mostly lead to confusion. Aggregate + TAINT_EXTERNAL_SUPPORT instead into a separate variable + support_taint_mask which only affects /sys/kernel/supported but + doesn't contribute to /proc/sys/kernel/tainted + * Expand the commit description to explain a bit more what the patch + does. +- commit 5db57bc + +------------------------------------------------------------------- +Thu Feb 29 15:16:28 CET 2024 - vbabka@suse.cz + +- kabi padding for vmstat items (bsc#1220507). +- commit 01c42de + +------------------------------------------------------------------- +Thu Feb 29 14:37:10 CET 2024 - jdelvare@suse.de + +- Update + patches.suse/i2c-i801-Fix-block-process-call-transactions.patch + (git-fixes bsc#1220009 CVE-2024-26593). + Add bug and CVE references. +- commit bdc6d34 + +------------------------------------------------------------------- +Thu Feb 29 11:03:20 CET 2024 - denis.kirjanov@suse.com + +- net: stmmac: Wait a bit for the reset to take effect + (git-fixes). +- commit 4b63f4d + +------------------------------------------------------------------- +Thu Feb 29 11:01:28 CET 2024 - denis.kirjanov@suse.com + +- net: stmmac: remove unneeded stmmac_poll_controller (git-fixes). +- commit c687b16 + +------------------------------------------------------------------- +Thu Feb 29 10:54:41 CET 2024 - denis.kirjanov@suse.com + +- netfilter: nf_tables: disallow rule removal from chain binding + (CVE-2023-5197 bsc#1218216). +- commit d6bd29e + +------------------------------------------------------------------- +Thu Feb 29 10:53:15 CET 2024 - petr.pavlu@suse.com + +- Revert "arm64: Prevent misaligned patch-site warnings (bsc#1214934)." + This reverts commit 0db2d146c3e483a58fb6c09052b3f887174aa09a. + Restore also CONFIG_HID_BPF=y which depends on + CONFIG_DYNAMIC_FTRACE_WITH_DIRECT_CALLS=y and was disabled only later in + 329a3560cae5a3e24169b34ab6a21fa8964e3ff6 as a result of + run_oldconfig.sh. +- commit 0a8158f + +------------------------------------------------------------------- +Thu Feb 29 10:53:10 CET 2024 - petr.pavlu@suse.com + +- kbuild: Use -fmin-function-alignment when available + (bsc#1214934). +- Update config files. +- Refresh patches.suse/livepatch-dump-ipa-clones.patch. +- commit d057405 + +------------------------------------------------------------------- +Thu Feb 29 09:15:21 CET 2024 - tiwai@suse.de + +- crypto: arm64/neonbs - fix out-of-bounds access on short input + (git-fixes). +- commit 6358106 + +------------------------------------------------------------------- +Wed Feb 28 16:10:27 CET 2024 - msuchanek@suse.de + +- blk-mq: don't change nr_hw_queues and nr_maps for kdump kernel + (bsc#1218180 ltc#204476). +- commit ab6899d + +------------------------------------------------------------------- +Wed Feb 28 15:02:06 CET 2024 - tbogendoerfer@suse.de + +- Update + patches.suse/mlxsw-spectrum_acl_tcam-Fix-NULL-pointer-dereference.patch + (bsc#1220344 CVE-2024-26595). + Added CVE reference. +- commit 63c44b2 + +------------------------------------------------------------------- +Wed Feb 28 15:00:21 CET 2024 - tbogendoerfer@suse.de + +- Update + patches.suse/mlxsw-spectrum_acl_tcam-Fix-stack-corruption.patch + (bsc#1220243 CVE-2024-26586). + Added CVE reference. +- commit 4835385 + +------------------------------------------------------------------- +Wed Feb 28 14:16:13 CET 2024 - jwiesner@suse.de + +- net-device: move lstats in net_device_read_txrx (bsc#1220419). +- commit 6f1b7cd + +------------------------------------------------------------------- +Wed Feb 28 14:15:21 CET 2024 - jwiesner@suse.de + +- tcp: move tp->tcp_usec_ts to tcp_sock_read_txrx group + (bsc#1220419). +- commit 5c7c981 + +------------------------------------------------------------------- +Wed Feb 28 14:10:24 CET 2024 - jwiesner@suse.de + +- tcp: move tp->scaling_ratio to tcp_sock_read_txrx group + (bsc#1220419). +- commit 6371144 + +------------------------------------------------------------------- +Wed Feb 28 13:41:26 CET 2024 - jwiesner@suse.de + +- tcp: reorganize tcp_sock fast path variables (bsc#1220419). +- commit 8b11557 + +------------------------------------------------------------------- +Wed Feb 28 13:36:38 CET 2024 - jwiesner@suse.de + +- netns-ipv4: reorganize netns_ipv4 fast path variables + (bsc#1220419). +- commit b94aca8 + +------------------------------------------------------------------- +Wed Feb 28 13:26:05 CET 2024 - iivanov@suse.de + +- mmu_notifiers: rename invalidate_range notifier (bsc#1220287) +- Refresh patches.suse/iommu-amd-Remove-iommu_v2-module. +- Refresh patches.suse/iommu-arm-smmu-v3-Fix-soft-lockup-triggered-by-arm_smmu_mm_invalidate_range.patch. +- Refresh patches.suse/iommu-vt-d-Fix-incorrect-cache-invalidation-for-mm-notification. +- Refresh patches.suse/iommu-vt-d-Remove-pasid_mutex. +- commit b3f3b3e + +------------------------------------------------------------------- +Wed Feb 28 13:25:50 CET 2024 - oneukum@suse.com + +- new paddings for the new features of TB (bsc#1220369). +- commit 202f364 + +------------------------------------------------------------------- +Wed Feb 28 13:24:35 CET 2024 - oneukum@suse.com + +- padding: ehci core structures (bsc#1220369). +- commit be61d2c + +------------------------------------------------------------------- +Wed Feb 28 13:23:20 CET 2024 - oneukum@suse.com + +- padding: ohci core structure padding (bsc#1220369). +- commit 232e16e + +------------------------------------------------------------------- +Wed Feb 28 13:21:57 CET 2024 - oneukum@suse.com + +- padding: XHCI additional padding (bsc#1220369). +- commit 8d1ff6f + +------------------------------------------------------------------- +Wed Feb 28 13:20:26 CET 2024 - oneukum@suse.com + +- paddings: add paddings to TypeC stuff (bsc#1220369). +- commit 8b36dec + +------------------------------------------------------------------- +Wed Feb 28 13:12:28 CET 2024 - jgross@suse.com + +- kABI placeholders for coco host support (jsc#PED-6143). +- commit 25ae613 + +------------------------------------------------------------------- +Wed Feb 28 12:52:31 CET 2024 - iivanov@suse.de + +- mmu_notifiers: don't invalidate secondary TLBs as part of (bsc#1220287) +- commit 484eb1e + +------------------------------------------------------------------- +Wed Feb 28 11:28:33 CET 2024 - tiwai@suse.de + +- kABI padding for wireless (kABI padding). +- kABI padding for soundwire (kABI padding). +- kABI padding for media drivers (kABI padding). +- commit ad23733 + +------------------------------------------------------------------- +Wed Feb 28 11:03:07 CET 2024 - tiwai@suse.de + +- Update patches.suse/asoc-suse-kabi-padding.patch to cover more +- commit b2fee7e + +------------------------------------------------------------------- +Wed Feb 28 10:31:38 CET 2024 - tiwai@suse.de + +- drm/amd/display: Fix possible use of uninitialized + 'max_chunks_fbc_mode' in 'calculate_bandwidth()' (git-fixes). +- drm/amd/display: Add NULL test for 'timing generator' in + 'dcn21_set_pipe()' (git-fixes). +- drm/amd/display: Fix 'panel_cntl' could be null in + 'dcn21_set_backlight_level()' (git-fixes). +- drm/amd/display: Only clear symclk otg flag for HDMI + (git-fixes). +- drm/amd/display: Force p-state disallow if leaving no plane + config (git-fixes). +- drm/amd/display: Pass pwrseq inst for backlight and ABM + (git-fixes). +- commit 94d0571 + +------------------------------------------------------------------- +Wed Feb 28 10:26:57 CET 2024 - tiwai@suse.de + +- Add cherry-picked IDs to i915 patches +- commit c928c61 + +------------------------------------------------------------------- +Wed Feb 28 10:16:24 CET 2024 - iivanov@suse.de + +- mmu_notifiers: call invalidate_range() when invalidating TLBs (bsc#1220287) + Fix one of the hunks. + -+ mmu_notifier_invalidate_range(mm, uaddr & PAGE_MASK, + ++ mmu_notifier_invalidate_range(vma->vm_mm, uaddr & PAGE_MASK, +- commit 9929817 + +------------------------------------------------------------------- +Wed Feb 28 10:12:09 CET 2024 - iivanov@suse.de + +- mmu_notifiers: fixup comment in mmu_interval_read_begin() (bsc#1220287) +- commit 70dae1e + +------------------------------------------------------------------- +Wed Feb 28 09:44:33 CET 2024 - jgross@suse.com + +- KVM: x86: Make gtod_is_based_on_tsc() return 'bool' (git-fixes). +- commit 2f18be2 + +------------------------------------------------------------------- +Wed Feb 28 01:58:38 CET 2024 - jwiesner@suse.de + +- l2tp: pass correct message length to ip6_append_data + (bsc#1220419). +- commit a162ea9 + +------------------------------------------------------------------- +Wed Feb 28 01:58:00 CET 2024 - jwiesner@suse.de + +- udp: fix busy polling (bsc#1220419). +- commit 327b013 + +------------------------------------------------------------------- +Wed Feb 28 01:55:24 CET 2024 - jwiesner@suse.de + +- tcp: use tp->total_rto to track number of linear timeouts in + SYN_SENT state (bsc#1220419). +- commit b36a7cd + +------------------------------------------------------------------- +Wed Feb 28 01:54:50 CET 2024 - jwiesner@suse.de + +- inet: shrink struct flowi_common (bsc#1220419). +- commit f71704b + +------------------------------------------------------------------- +Wed Feb 28 01:54:14 CET 2024 - jwiesner@suse.de + +- net: sock_dequeue_err_skb() optimization (bsc#1220419). +- commit 9918376 + +------------------------------------------------------------------- +Wed Feb 28 01:53:40 CET 2024 - jwiesner@suse.de + +- net: skb_queue_purge_reason() optimizations (bsc#1220419). +- commit 2897c0b + +------------------------------------------------------------------- +Wed Feb 28 01:53:05 CET 2024 - jwiesner@suse.de + +- tcp_metrics: do not create an entry from tcp_init_metrics() + (bsc#1220419). +- commit 8498422 + +------------------------------------------------------------------- +Wed Feb 28 01:52:30 CET 2024 - jwiesner@suse.de + +- tcp_metrics: properly set tp->snd_ssthresh in tcp_init_metrics() + (bsc#1220419). +- commit d316e8b + +------------------------------------------------------------------- +Wed Feb 28 01:51:56 CET 2024 - jwiesner@suse.de + +- tcp_metrics: add missing barriers on delete (bsc#1220419). +- commit 88a0218 + +------------------------------------------------------------------- +Wed Feb 28 01:51:22 CET 2024 - jwiesner@suse.de + +- openvswitch: reduce stack usage in do_execute_actions + (bsc#1220419). +- commit 5d2ba35 + +------------------------------------------------------------------- +Wed Feb 28 01:50:47 CET 2024 - jwiesner@suse.de + +- net_sched: sch_fq: struct sched_data reorg (bsc#1220419). +- commit ddafedf + +------------------------------------------------------------------- +Wed Feb 28 01:50:12 CET 2024 - jwiesner@suse.de + +- tipc: Use size_add() in calls to struct_size() (bsc#1220419). +- commit cab0062 + +------------------------------------------------------------------- +Wed Feb 28 01:49:38 CET 2024 - jwiesner@suse.de + +- tcp: new TCP_INFO stats for RTO events (bsc#1220419). +- commit 25c897a + +------------------------------------------------------------------- +Wed Feb 28 01:49:03 CET 2024 - jwiesner@suse.de + +- tcp: call tcp_try_undo_recovery when an RTOd TFO SYNACK is ACKed + (bsc#1220419). +- commit 3684a1c + +------------------------------------------------------------------- +Wed Feb 28 01:48:29 CET 2024 - jwiesner@suse.de + +- net: use indirect call helpers for sk->sk_prot->release_cb() + (bsc#1220419). +- commit ed95efb + +------------------------------------------------------------------- +Wed Feb 28 01:47:54 CET 2024 - jwiesner@suse.de + +- ipv6: mcast: Remove redundant comparison in igmp6_mcf_get_next() + (bsc#1220419). +- commit 4d11e24 + +------------------------------------------------------------------- +Wed Feb 28 01:47:19 CET 2024 - jwiesner@suse.de + +- ipv4: igmp: Remove redundant comparison in igmp_mcf_get_next() + (bsc#1220419). +- commit 8a1a119 + +------------------------------------------------------------------- +Wed Feb 28 01:46:45 CET 2024 - jwiesner@suse.de + +- udplite: fix various data-races (bsc#1220419). +- commit bf316d4 + +------------------------------------------------------------------- +Wed Feb 28 01:46:10 CET 2024 - jwiesner@suse.de + +- udplite: remove UDPLITE_BIT (bsc#1220419). +- commit 0660783 + +------------------------------------------------------------------- +Wed Feb 28 01:45:36 CET 2024 - jwiesner@suse.de + +- udp: annotate data-races around udp->encap_type (bsc#1220419). +- commit 536dc63 + +------------------------------------------------------------------- +Wed Feb 28 01:45:01 CET 2024 - jwiesner@suse.de + +- udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GRO (bsc#1220419). +- commit c2f856e + +------------------------------------------------------------------- +Wed Feb 28 01:44:27 CET 2024 - jwiesner@suse.de + +- udp: move udp->accept_udp_{l4|fraglist} to udp->udp_flags + (bsc#1220419). +- commit a3f7d91 + +------------------------------------------------------------------- +Wed Feb 28 01:43:53 CET 2024 - jwiesner@suse.de + +- udp: add missing WRITE_ONCE() around up->encap_rcv + (bsc#1220419). +- commit dae5278 + +------------------------------------------------------------------- +Wed Feb 28 01:43:13 CET 2024 - jwiesner@suse.de + +- udp: move udp->gro_enabled to udp->udp_flags (bsc#1220419). +- commit ebea7a9 + +------------------------------------------------------------------- +Wed Feb 28 01:41:08 CET 2024 - jwiesner@suse.de + +- udp: move udp->no_check6_rx to udp->udp_flags (bsc#1220419). +- commit dfe24f3 + +------------------------------------------------------------------- +Wed Feb 28 01:40:33 CET 2024 - jwiesner@suse.de + +- udp: move udp->no_check6_tx to udp->udp_flags (bsc#1220419). +- commit 51e592b + +------------------------------------------------------------------- +Wed Feb 28 01:39:54 CET 2024 - jwiesner@suse.de + +- udp: introduce udp->udp_flags (bsc#1220419). +- commit 4a1ad0f + +------------------------------------------------------------------- +Wed Feb 28 01:37:09 CET 2024 - jwiesner@suse.de + +- tcp: defer regular ACK while processing socket backlog + (bsc#1220419). +- Refresh + patches.suse/tcp-Set-pingpong-threshold-via-sysctl.patch. +- commit 72b8890 + +------------------------------------------------------------------- +Wed Feb 28 01:34:40 CET 2024 - jwiesner@suse.de + +- net: call prot->release_cb() when processing backlog + (bsc#1220419). +- commit 279e360 + +------------------------------------------------------------------- +Wed Feb 28 01:34:05 CET 2024 - jwiesner@suse.de + +- net: sock_release_ownership() cleanup (bsc#1220419). +- commit adb648a + +------------------------------------------------------------------- +Wed Feb 28 01:33:30 CET 2024 - jwiesner@suse.de + +- tcp: no longer release socket ownership in tcp_release_cb() + (bsc#1220419). +- commit a9b01e1 + +------------------------------------------------------------------- +Wed Feb 28 01:26:10 CET 2024 - jwiesner@suse.de + +- net/handshake: fix file ref count in handshake_nl_accept_doit() + (bsc#1220419). +- commit b0749d0 + +------------------------------------------------------------------- +Wed Feb 28 01:25:35 CET 2024 - jwiesner@suse.de + +- tcp: fix wrong RTO timeout when received SACK reneging + (bsc#1220419). +- commit 9e002c1 + +------------------------------------------------------------------- +Wed Feb 28 01:25:01 CET 2024 - jwiesner@suse.de + +- neighbour: fix various data-races (bsc#1220419). +- commit 669dde6 + +------------------------------------------------------------------- +Wed Feb 28 01:24:26 CET 2024 - jwiesner@suse.de + +- net: do not leave an empty skb in write queue (bsc#1220419). +- commit c339b74 + +------------------------------------------------------------------- +Wed Feb 28 01:23:51 CET 2024 - jwiesner@suse.de + +- net/sched: sch_hfsc: upgrade 'rt' to 'sc' when it becomes a + inner curve (bsc#1220419). +- commit a07a92a + +------------------------------------------------------------------- +Wed Feb 28 01:23:17 CET 2024 - jwiesner@suse.de + +- tcp: tsq: relax tcp_small_queue_check() when rtx queue contains + a single skb (bsc#1220419). +- commit 4c2f293 + +------------------------------------------------------------------- +Wed Feb 28 01:22:42 CET 2024 - jwiesner@suse.de + +- xfrm: fix a data-race in xfrm_lookup_with_ifid() (bsc#1220419). +- commit 6b1e049 + +------------------------------------------------------------------- +Wed Feb 28 01:22:08 CET 2024 - jwiesner@suse.de + +- net: ipv4: fix return value check in esp_remove_trailer + (bsc#1220419). +- commit 0a2d321 + +------------------------------------------------------------------- +Wed Feb 28 01:21:33 CET 2024 - jwiesner@suse.de + +- net: ipv6: fix return value check in esp_remove_trailer + (bsc#1220419). +- commit e3ec248 + +------------------------------------------------------------------- +Wed Feb 28 01:20:58 CET 2024 - jwiesner@suse.de + +- xfrm6: fix inet6_dev refcount underflow problem (bsc#1220419). +- commit c2cae82 + +------------------------------------------------------------------- +Wed Feb 28 01:20:24 CET 2024 - jwiesner@suse.de + +- xfrm: fix a data-race in xfrm_gen_index() (bsc#1220419). +- commit 2704726 + +------------------------------------------------------------------- +Wed Feb 28 01:19:50 CET 2024 - jwiesner@suse.de + +- xfrm: interface: use DEV_STATS_INC() (bsc#1220419). +- commit 25fe10c + +------------------------------------------------------------------- +Wed Feb 28 01:19:15 CET 2024 - jwiesner@suse.de + +- net: xfrm: skip policies marked as dead while reinserting + policies (bsc#1220419). +- commit df5b96d + +------------------------------------------------------------------- +Wed Feb 28 01:18:41 CET 2024 - jwiesner@suse.de + +- tcp: fix excessive TLP and RACK timeouts from HZ rounding + (bsc#1220419). +- commit 6f9857f + +------------------------------------------------------------------- +Wed Feb 28 01:18:06 CET 2024 - jwiesner@suse.de + +- netlink: Correct offload_xstats size (bsc#1220419). +- commit f1d7b6f + +------------------------------------------------------------------- +Wed Feb 28 01:17:32 CET 2024 - jwiesner@suse.de + +- sctp: update hb timer immediately after users change hb_interval + (bsc#1220419). +- commit 5c729f7 + +------------------------------------------------------------------- +Wed Feb 28 01:16:57 CET 2024 - jwiesner@suse.de + +- sctp: update transport state when processing a dupcook packet + (bsc#1220419). +- commit b0329fd + +------------------------------------------------------------------- +Wed Feb 28 01:16:23 CET 2024 - jwiesner@suse.de + +- tcp: fix delayed ACKs for MSS boundary condition (bsc#1220419). +- commit 6b1162c + +------------------------------------------------------------------- +Wed Feb 28 01:15:42 CET 2024 - jwiesner@suse.de + +- tcp: fix quick-ack counting to count actual ACKs of new data + (bsc#1220419). +- commit 438bff4 + +------------------------------------------------------------------- +Wed Feb 28 01:13:41 CET 2024 - jwiesner@suse.de + +- ipv4: Set offload_failed flag in fibmatch results (bsc#1220419). +- commit 2d4e4b3 + +------------------------------------------------------------------- +Wed Feb 28 01:13:06 CET 2024 - jwiesner@suse.de + +- ipv6: tcp: add a missing nf_reset_ct() in 3WHS handling + (bsc#1220419). +- commit b60c3ab + +------------------------------------------------------------------- +Wed Feb 28 01:12:30 CET 2024 - jwiesner@suse.de + +- ipv4, ipv6: Fix handling of transhdrlen in + __ip{,6}_append_data() (bsc#1220419). +- commit 65544e5 + +------------------------------------------------------------------- +Wed Feb 28 01:11:55 CET 2024 - jwiesner@suse.de + +- neighbour: fix data-races around n->output (bsc#1220419). +- commit c87f845 + +------------------------------------------------------------------- +Wed Feb 28 01:11:20 CET 2024 - jwiesner@suse.de + +- net: fix possible store tearing in neigh_periodic_work() + (bsc#1220419). +- commit 88cba7d + +------------------------------------------------------------------- +Wed Feb 28 01:10:40 CET 2024 - jwiesner@suse.de + +- vxlan: Add missing entries to vxlan_get_size() (bsc#1220419). +- commit 7f45e12 + +------------------------------------------------------------------- +Wed Feb 28 01:08:22 CET 2024 - jwiesner@suse.de + +- net: rds: Fix possible NULL-pointer dereference (bsc#1220419). +- commit 9187170 + +------------------------------------------------------------------- +Wed Feb 28 01:07:47 CET 2024 - jwiesner@suse.de + +- net: bridge: use DEV_STATS_INC() (bsc#1220419). +- commit 8a4eadf + +------------------------------------------------------------------- +Wed Feb 28 01:07:13 CET 2024 - jwiesner@suse.de + +- net: hsr: Add __packed to struct hsr_sup_tlv (bsc#1220419). +- commit 410e45b + +------------------------------------------------------------------- +Wed Feb 28 01:06:38 CET 2024 - jwiesner@suse.de + +- net: hsr: Properly parse HSRv1 supervisor frames (bsc#1220419). +- commit 0a5895e + +------------------------------------------------------------------- +Wed Feb 28 01:06:03 CET 2024 - jwiesner@suse.de + +- dccp: fix dccp_v4_err()/dccp_v6_err() again (bsc#1220419). +- commit 52d3a91 + +------------------------------------------------------------------- +Tue Feb 27 22:40:00 CET 2024 - jwiesner@suse.de + +- net/core: Fix ETH_P_1588 flow dissector (bsc#1220419). +- commit f49c1ee + +------------------------------------------------------------------- +Tue Feb 27 22:39:25 CET 2024 - jwiesner@suse.de + +- kcm: Fix error handling for SOCK_DGRAM in kcm_sendmsg() + (bsc#1220419). +- commit 921c688 + +------------------------------------------------------------------- +Tue Feb 27 22:38:51 CET 2024 - jwiesner@suse.de + +- ipv6: fix ip6_sock_set_addr_preferences() typo (bsc#1220419). +- commit ab7f29c + +------------------------------------------------------------------- +Tue Feb 27 22:38:16 CET 2024 - jwiesner@suse.de + +- kcm: Fix memory leak in error path of kcm_sendmsg() + (bsc#1220419). +- commit 1fd0d5f + +------------------------------------------------------------------- +Tue Feb 27 22:37:41 CET 2024 - jwiesner@suse.de + +- hsr: Fix uninit-value access in fill_frame_info() (bsc#1220419). +- commit 45fafac + +------------------------------------------------------------------- +Tue Feb 27 22:37:07 CET 2024 - jwiesner@suse.de + +- net: ipv4: fix one memleak in __inet_del_ifa() (bsc#1220419). +- commit ec350a9 + +------------------------------------------------------------------- +Tue Feb 27 22:36:32 CET 2024 - jwiesner@suse.de + +- ip_tunnels: use DEV_STATS_INC() (bsc#1220419). +- commit 6bebab0 + +------------------------------------------------------------------- +Tue Feb 27 22:35:58 CET 2024 - jwiesner@suse.de + +- net/ipv6: SKB symmetric hash should incorporate transport ports + (bsc#1220419). +- commit c0fd32f + +------------------------------------------------------------------- +Tue Feb 27 22:35:24 CET 2024 - jwiesner@suse.de + +- kcm: Destroy mutex in kcm_exit_net() (bsc#1220419). +- commit 6c21d3e + +------------------------------------------------------------------- +Tue Feb 27 22:34:50 CET 2024 - jwiesner@suse.de + +- net: ipv6/addrconf: avoid integer underflow in + ipv6_create_tempaddr (bsc#1220419). +- commit a9d652e + +------------------------------------------------------------------- +Tue Feb 27 22:34:15 CET 2024 - jwiesner@suse.de + +- ipv6: ignore dst hint for multipath routes (bsc#1220419). +- commit fe7964f + +------------------------------------------------------------------- +Tue Feb 27 22:33:41 CET 2024 - jwiesner@suse.de + +- ipv4: ignore dst hint for multipath routes (bsc#1220419). +- commit 43db5ed + +------------------------------------------------------------------- +Tue Feb 27 22:33:07 CET 2024 - jwiesner@suse.de + +- skbuff: skb_segment, Call zero copy functions before using + skbuff frags (bsc#1220419). +- commit 4efb5a5 + +------------------------------------------------------------------- +Tue Feb 27 22:32:33 CET 2024 - jwiesner@suse.de + +- net: use sk_forward_alloc_get() in sk_get_meminfo() + (bsc#1220419). +- commit c07b5dd + +------------------------------------------------------------------- +Tue Feb 27 22:31:06 CET 2024 - jwiesner@suse.de + +- net/handshake: fix null-ptr-deref in handshake_nl_done_doit() + (bsc#1220419). +- Refresh + patches.suse/handshake-Fix-sign-of-socket-file-descriptor-fields.patch. +- commit 79705ac + +------------------------------------------------------------------- +Tue Feb 27 22:27:04 CET 2024 - jwiesner@suse.de + +- xsk: Fix xsk_diag use-after-free error during socket cleanup + (bsc#1220419). +- commit 8608f36 + +------------------------------------------------------------------- +Tue Feb 27 22:26:30 CET 2024 - jwiesner@suse.de + +- net: fib: avoid warn splat in flow dissector (bsc#1220419). +- commit 061e521 + +------------------------------------------------------------------- +Tue Feb 27 22:25:48 CET 2024 - jwiesner@suse.de + +- net: read sk->sk_family once in sk_mc_loop() (bsc#1220419). +- commit 11672a5 + +------------------------------------------------------------------- +Tue Feb 27 22:22:08 CET 2024 - jwiesner@suse.de + +- net/sched: fq_pie: avoid stalls in fq_pie_timer() (bsc#1220419). +- commit ff72fe3 + +------------------------------------------------------------------- +Tue Feb 27 22:21:33 CET 2024 - jwiesner@suse.de + +- netfilter: nft_exthdr: Fix non-linear header modification + (bsc#1220419). +- commit 6941a9c + +------------------------------------------------------------------- +Tue Feb 27 22:20:59 CET 2024 - jwiesner@suse.de + +- net: ipv4, ipv6: fix IPSTATS_MIB_OUTOCTETS increment duplicated + (bsc#1220419). +- commit 896e3a8 + +------------------------------------------------------------------- +Tue Feb 27 22:20:25 CET 2024 - jwiesner@suse.de + +- dccp: Fix out of bounds access in DCCP error handler + (bsc#1220419). +- commit db678bf + +------------------------------------------------------------------- +Tue Feb 27 22:19:50 CET 2024 - jwiesner@suse.de + +- netrom: Deny concurrent connect() (bsc#1220419). +- commit 6ccc04e + +------------------------------------------------------------------- +Tue Feb 27 22:17:22 CET 2024 - jwiesner@suse.de + +- net: Make consumed action consistent in sch_handle_egress + (bsc#1220419). +- commit 229f87f + +------------------------------------------------------------------- +Tue Feb 27 22:16:47 CET 2024 - jwiesner@suse.de + +- vxlan: vnifilter: Use GFP_KERNEL instead of GFP_ATOMIC + (bsc#1220419). +- commit ad1578f + +------------------------------------------------------------------- +Tue Feb 27 22:16:14 CET 2024 - jwiesner@suse.de + +- ipv6: do not match device when remove source route + (bsc#1220419). +- commit d5deb22 + +------------------------------------------------------------------- +Tue Feb 27 22:15:40 CET 2024 - jwiesner@suse.de + +- net: add skb_queue_purge_reason and __skb_queue_purge_reason + (bsc#1220419). +- commit 1113f0f + +------------------------------------------------------------------- +Tue Feb 27 22:15:05 CET 2024 - jwiesner@suse.de + +- net: warn about attempts to register negative ifindex + (bsc#1220419). +- commit af9d6cf + +------------------------------------------------------------------- +Tue Feb 27 22:14:31 CET 2024 - jwiesner@suse.de + +- net: openvswitch: add misc error drop reasons (bsc#1220419). +- commit f3a2f02 + +------------------------------------------------------------------- +Tue Feb 27 22:13:57 CET 2024 - jwiesner@suse.de + +- net: openvswitch: add meter drop reason (bsc#1220419). +- commit 80ed278 + +------------------------------------------------------------------- +Tue Feb 27 22:13:05 CET 2024 - jwiesner@suse.de + +- net: openvswitch: add explicit drop action (bsc#1220419). +- commit e866f58 + +------------------------------------------------------------------- +Tue Feb 27 22:06:08 CET 2024 - jwiesner@suse.de + +- net: openvswitch: add action error drop reason (bsc#1220419). +- commit cfd5e8c + +------------------------------------------------------------------- +Tue Feb 27 22:05:34 CET 2024 - jwiesner@suse.de + +- net: openvswitch: add last-action drop reason (bsc#1220419). +- commit c8655d9 + +------------------------------------------------------------------- +Tue Feb 27 22:05:00 CET 2024 - jwiesner@suse.de + +- netlink: convert nlk->flags to atomic flags (bsc#1220419). +- commit bd39488 + +------------------------------------------------------------------- +Tue Feb 27 22:04:26 CET 2024 - jwiesner@suse.de + +- bonding: remove redundant NULL check in debugfs function + (bsc#1220419). +- commit 0b9d7f8 + +------------------------------------------------------------------- +Tue Feb 27 22:03:51 CET 2024 - jwiesner@suse.de + +- bonding: use IS_ERR instead of NULL check in bond_create_debugfs + (bsc#1220419). +- commit 3f04290 + +------------------------------------------------------------------- +Tue Feb 27 22:03:16 CET 2024 - jwiesner@suse.de + +- tun: avoid high-order page allocation for packet header + (bsc#1220419). +- commit 94b6182 + +------------------------------------------------------------------- +Tue Feb 27 22:02:42 CET 2024 - jwiesner@suse.de + +- net/ipv4: return the real errno instead of -EINVAL + (bsc#1220419). +- commit a7c5cf7 + +------------------------------------------------------------------- +Tue Feb 27 22:02:08 CET 2024 - jwiesner@suse.de + +- net: skbuff: always try to recycle PP pages directly when in + softirq (bsc#1220419). +- commit e2c004f + +------------------------------------------------------------------- +Tue Feb 27 22:01:34 CET 2024 - jwiesner@suse.de + +- net: skbuff: avoid accessing page_pool if !napi_safe when + returning page (bsc#1220419). +- commit 9d63308 + +------------------------------------------------------------------- +Tue Feb 27 22:01:00 CET 2024 - jwiesner@suse.de + +- tcp/dccp: cache line align inet_hashinfo (bsc#1220419). +- commit 4f13a40 + +------------------------------------------------------------------- +Tue Feb 27 22:00:26 CET 2024 - jwiesner@suse.de + +- bonding: support balance-alb with openvswitch (bsc#1220419). +- commit d8c4fd8 + +------------------------------------------------------------------- +Tue Feb 27 21:59:52 CET 2024 - jwiesner@suse.de + +- net: tap: change tap_alloc_skb() to allow bigger paged + allocations (bsc#1220419). +- commit 3d249a7 + +------------------------------------------------------------------- +Tue Feb 27 21:59:18 CET 2024 - jwiesner@suse.de + +- net/packet: change packet_alloc_skb() to allow bigger paged + allocations (bsc#1220419). +- commit 3eba2c8 + +------------------------------------------------------------------- +Tue Feb 27 21:58:44 CET 2024 - jwiesner@suse.de + +- net: tun: change tun_alloc_skb() to allow bigger paged + allocations (bsc#1220419). +- commit 8de3283 + +------------------------------------------------------------------- +Tue Feb 27 21:58:10 CET 2024 - jwiesner@suse.de + +- net: allow alloc_skb_with_frags() to allocate bigger packets + (bsc#1220419). +- commit 1c497fc + +------------------------------------------------------------------- +Tue Feb 27 21:57:09 CET 2024 - jwiesner@suse.de + +- mptcp: fix rcv buffer auto-tuning (bsc#1220419). +- commit 73668af + +------------------------------------------------------------------- +Tue Feb 27 21:50:29 CET 2024 - jwiesner@suse.de + +- tcp: add TCP_OLD_SEQUENCE drop reason (bsc#1220419). +- commit 0800d57 + +------------------------------------------------------------------- +Tue Feb 27 21:49:56 CET 2024 - jwiesner@suse.de + +- udp: use indirect call wrapper for data ready() (bsc#1220419). +- commit e5e9533 + +------------------------------------------------------------------- +Tue Feb 27 21:49:22 CET 2024 - jwiesner@suse.de + +- xfrm: delete not-needed clear to zero of encap_oa (bsc#1220419). +- commit bc01278 + +------------------------------------------------------------------- +Tue Feb 27 21:48:48 CET 2024 - jwiesner@suse.de + +- tcp: get rid of sysctl_tcp_adv_win_scale (bsc#1220419). +- commit 1f0b2f3 + +------------------------------------------------------------------- +Tue Feb 27 21:48:14 CET 2024 - jwiesner@suse.de + +- net: qrtr: Handle IPCR control port format of older targets + (bsc#1220419). +- commit 817f648 + +------------------------------------------------------------------- +Tue Feb 27 21:47:40 CET 2024 - jwiesner@suse.de + +- net: qrtr: ns: Change nodes radix tree to xarray (bsc#1220419). +- commit 296fea9 + +------------------------------------------------------------------- +Tue Feb 27 21:47:06 CET 2024 - jwiesner@suse.de + +- net: qrtr: ns: Change servers radix tree to xarray + (bsc#1220419). +- commit 0830a6d + +------------------------------------------------------------------- +Tue Feb 27 21:46:32 CET 2024 - jwiesner@suse.de + +- ipv6: rpl: Remove redundant skb_dst_drop() (bsc#1220419). +- commit 3e224b0 + +------------------------------------------------------------------- +Tue Feb 27 21:45:58 CET 2024 - jwiesner@suse.de + +- tcp: add a scheduling point in established_get_first() + (bsc#1220419). +- commit b802915 + +------------------------------------------------------------------- +Tue Feb 27 21:45:24 CET 2024 - jwiesner@suse.de + +- net: annotate data-races around sk->sk_{rcv|snd}timeo + (bsc#1220419). +- commit ead1412 + +------------------------------------------------------------------- +Tue Feb 27 21:44:50 CET 2024 - jwiesner@suse.de + +- Revert "bridge: Add extack warning when enabling STP in + netns." (bsc#1220419). +- commit 9e290a8 + +------------------------------------------------------------------- +Tue Feb 27 21:44:15 CET 2024 - jwiesner@suse.de + +- llc: Check netns in llc_estab_match() and llc_listener_match() + (bsc#1220419). +- commit 07a4719 + +------------------------------------------------------------------- +Tue Feb 27 21:43:41 CET 2024 - jwiesner@suse.de + +- llc: Check netns in llc_dgram_match() (bsc#1220419). +- commit 3a7b96a + +------------------------------------------------------------------- +Tue Feb 27 21:43:07 CET 2024 - jwiesner@suse.de + +- ipv4: ip_gre: fix return value check in erspan_xmit() + (bsc#1220419). +- commit 5fda0d9 + +------------------------------------------------------------------- +Tue Feb 27 21:42:33 CET 2024 - jwiesner@suse.de + +- ipv4: ip_gre: fix return value check in erspan_fb_xmit() + (bsc#1220419). +- commit 5679e1c + +------------------------------------------------------------------- +Tue Feb 27 21:38:20 CET 2024 - jwiesner@suse.de + +- net: sched: cls_flower: Undo tcf_bind_filter in case of an error + (bsc#1220419). +- commit ed4275f + +------------------------------------------------------------------- +Tue Feb 27 21:36:24 CET 2024 - jwiesner@suse.de + +- netfilter: nf_tables: limit allowed range via nla_policy + (bsc#1220419). +- commit 4953198 + +------------------------------------------------------------------- +Tue Feb 27 21:35:50 CET 2024 - jwiesner@suse.de + +- ipvs: dynamically limit the connection hash table (bsc#1220419). +- commit 79ed1db + +------------------------------------------------------------------- +Tue Feb 27 21:35:16 CET 2024 - jwiesner@suse.de + +- net/tcp: optimise locking for blocking splice (bsc#1220419). +- commit ff225a7 + +------------------------------------------------------------------- +Tue Feb 27 21:34:42 CET 2024 - jwiesner@suse.de + +- net: fix net device address assign type (bsc#1220419). +- commit e3fc0bd + +------------------------------------------------------------------- +Tue Feb 27 21:34:08 CET 2024 - jwiesner@suse.de + +- inet: Cleanup on charging memory for newly accepted sockets + (bsc#1220419). +- commit 5cde3da + +------------------------------------------------------------------- +Tue Feb 27 21:33:34 CET 2024 - jwiesner@suse.de + +- netlabel: Reorder fields in 'struct netlbl_domaddr6_map' + (bsc#1220419). +- commit aa8d809 + +------------------------------------------------------------------- +Tue Feb 27 21:33:00 CET 2024 - jwiesner@suse.de + +- mptcp: Reorder fields in 'struct mptcp_pm_add_entry' + (bsc#1220419). +- commit 15f81e2 + +------------------------------------------------------------------- +Tue Feb 27 21:32:26 CET 2024 - jwiesner@suse.de + +- mctp: Reorder fields in 'struct mctp_route' (bsc#1220419). +- commit b48bed3 + +------------------------------------------------------------------- +Tue Feb 27 21:28:10 CET 2024 - jwiesner@suse.de + +- tcp: enforce receive buffer memory limits by allowing the tcp + window to shrink (bsc#1220419). +- Refresh + patches.suse/tcp-Set-pingpong-threshold-via-sysctl.patch. +- commit e635b78 + +------------------------------------------------------------------- +Tue Feb 27 21:23:56 CET 2024 - jwiesner@suse.de + +- net: add check for current MAC address in dev_set_mac_address + (bsc#1220419). +- commit 1cc2c85 + +------------------------------------------------------------------- +Tue Feb 27 21:23:22 CET 2024 - jwiesner@suse.de + +- netpoll: allocate netdev tracker right away (bsc#1220419). +- commit b1f824d + +------------------------------------------------------------------- +Tue Feb 27 21:22:48 CET 2024 - jwiesner@suse.de + +- lib/ref_tracker: remove warnings in case of allocation failure + (bsc#1220419). +- commit 6db841f + +------------------------------------------------------------------- +Tue Feb 27 21:22:14 CET 2024 - jwiesner@suse.de + +- lib/ref_tracker: add printing to memory buffer (bsc#1220419). +- commit 13f3245 + +------------------------------------------------------------------- +Tue Feb 27 21:21:39 CET 2024 - jwiesner@suse.de + +- lib/ref_tracker: improve printing stats (bsc#1220419). +- commit 9e98006 + +------------------------------------------------------------------- +Tue Feb 27 21:21:05 CET 2024 - jwiesner@suse.de + +- lib/ref_tracker: add unlocked leak print helper (bsc#1220419). +- commit 7ec14f7 + +------------------------------------------------------------------- +Tue Feb 27 21:20:31 CET 2024 - jwiesner@suse.de + +- ipv6: lower "link become ready"'s level message (bsc#1220419). +- commit 6457477 + +------------------------------------------------------------------- +Tue Feb 27 21:19:57 CET 2024 - jwiesner@suse.de + +- net: don't set sw irq coalescing defaults in case of PREEMPT_RT + (bsc#1220419). +- commit 2b68076 + +------------------------------------------------------------------- +Tue Feb 27 21:19:23 CET 2024 - jwiesner@suse.de + +- net: Make gro complete function to return void (bsc#1220419). +- commit 46956ab + +------------------------------------------------------------------- +Tue Feb 27 21:18:49 CET 2024 - jwiesner@suse.de + +- net: tcp: make the txhash available in TIME_WAIT sockets for + IPv4 too (bsc#1220419). +- commit f3a6292 + +------------------------------------------------------------------- +Tue Feb 27 21:18:15 CET 2024 - jwiesner@suse.de + +- netfilter: Reorder fields in 'struct nf_conntrack_expect' + (bsc#1220419). +- commit f2ceea9 + +------------------------------------------------------------------- +Tue Feb 27 21:17:41 CET 2024 - jwiesner@suse.de + +- seg6: Cleanup duplicates of skb_dst_drop calls (bsc#1220419). +- commit 87c3750 + +------------------------------------------------------------------- +Tue Feb 27 21:17:07 CET 2024 - jwiesner@suse.de + +- xsk: Use pool->dma_pages to check for DMA (bsc#1220419). +- commit e5d7657 + +------------------------------------------------------------------- +Tue Feb 27 21:16:33 CET 2024 - jwiesner@suse.de + +- bonding: Always assign be16 value to vlan_proto (bsc#1220419). +- commit 9879d29 + +------------------------------------------------------------------- +Tue Feb 27 21:15:58 CET 2024 - jwiesner@suse.de + +- net/handshake: Unpin sock->file if a handshake is cancelled + (bsc#1220419). +- commit 99a6456 + +------------------------------------------------------------------- +Tue Feb 27 21:15:24 CET 2024 - jwiesner@suse.de + +- ipvlan: Remove NULL check before dev_{put, hold} (bsc#1220419). +- commit 1afbc6c + +------------------------------------------------------------------- +Tue Feb 27 21:13:25 CET 2024 - jwiesner@suse.de + +- tcp: make the first N SYN RTO backoffs linear (bsc#1220419). +- tcp: fix formatting in sysctl_net_ipv4.c (bsc#1220419). +- Refresh + patches.suse/net-fix-the-RTO-timer-retransmitting-skb-every.patch. +- Refresh + patches.suse/tcp-Set-pingpong-threshold-via-sysctl.patch. +- commit 6dd44f7 + +------------------------------------------------------------------- +Tue Feb 27 21:02:29 CET 2024 - jwiesner@suse.de + +- sctp: fix a potential OOB access in sctp_sched_set_sched() + (bsc#1220419). +- commit c89c096 + +------------------------------------------------------------------- +Tue Feb 27 21:01:56 CET 2024 - jwiesner@suse.de + +- net: veth: rely on napi_build_skb in + veth_convert_skb_to_xdp_buff (bsc#1220419). +- commit f283d10 + +------------------------------------------------------------------- +Tue Feb 27 21:01:22 CET 2024 - jwiesner@suse.de + +- netfilter: ipset: Replace strlcpy with strscpy (bsc#1220419). +- commit ad7e7c6 + +------------------------------------------------------------------- +Tue Feb 27 18:22:37 CET 2024 - oneukum@suse.com + +- usb: typec: ucsi: Update connector cap and status + (jsc#PED-6054). +- commit c47d65e + +------------------------------------------------------------------- +Tue Feb 27 16:53:51 CET 2024 - vbabka@suse.cz + +- Refresh + patches.suse/kabi-Add-placeholders-to-a-couple-of-important-struc.patch. + Add suse_kabi_padding to pg_data_t. +- commit d59d937 + +------------------------------------------------------------------- +Tue Feb 27 14:44:59 CET 2024 - lhenriques@suse.de + +- ceph: fix invalid pointer access if get_quota_realm return + ERR_PTR (bsc#1220454). +- ceph: fix deadlock or deadcode of misusing dget() (bsc#1220453). +- ceph: reinitialize mds feature bit even when session in open + (bsc#1220452). +- rcu: kmemleak: Ignore kmemleak false positives when RCU-freeing + objects (bsc#1220451). +- commit bc9efd4 + +------------------------------------------------------------------- +Tue Feb 27 12:56:17 CET 2024 - tiwai@suse.de + +- Update ath11k hibernation patches for v2 series (bsc#1207948) +- commit 8a26dfa + +------------------------------------------------------------------- +Tue Feb 27 11:53:21 CET 2024 - denis.kirjanov@suse.com + +- mlxsw: spectrum_acl_tcam: Fix stack corruption (git-fixes). +- commit 122d131 + +------------------------------------------------------------------- +Tue Feb 27 11:51:46 CET 2024 - denis.kirjanov@suse.com + +- mlxsw: spectrum_acl_tcam: Fix NULL pointer dereference in + error path (git-fixes). +- commit 08e89d9 + +------------------------------------------------------------------- +Tue Feb 27 11:50:06 CET 2024 - denis.kirjanov@suse.com + +- mlxsw: spectrum_acl_erp: Fix error flow of pool allocation + failure (git-fixes). +- commit 500b87b + +------------------------------------------------------------------- +Tue Feb 27 11:48:31 CET 2024 - denis.kirjanov@suse.com + +- net: sfp-bus: fix SFP mode detect from bitrate (git-fixes). +- commit 71fbb68 + +------------------------------------------------------------------- +Tue Feb 27 11:46:54 CET 2024 - denis.kirjanov@suse.com + +- net: dsa: vsc73xx: Add null pointer check to vsc73xx_gpio_probe + (git-fixes). +- commit 7c99f2b + +------------------------------------------------------------------- +Tue Feb 27 11:45:17 CET 2024 - denis.kirjanov@suse.com + +- net: stmmac: ethtool: Fixed calltrace caused by unbalanced + disable_irq_wake calls (git-fixes). +- commit 76ca33a + +------------------------------------------------------------------- +Tue Feb 27 11:43:37 CET 2024 - denis.kirjanov@suse.com + +- net: ravb: Fix dma_addr_t truncation in error case (git-fixes). +- commit 9e2020d + +------------------------------------------------------------------- +Tue Feb 27 11:42:03 CET 2024 - denis.kirjanov@suse.com + +- net: micrel: Fix PTP frame parsing for lan8841 (git-fixes). +- commit 8e04e0d + +------------------------------------------------------------------- +Tue Feb 27 11:40:26 CET 2024 - denis.kirjanov@suse.com + +- net: dsa: qca8k: put MDIO bus OF node on qca8k_mdio_register() + failure (git-fixes). +- commit 1355c14 + +------------------------------------------------------------------- +Tue Feb 27 11:38:36 CET 2024 - denis.kirjanov@suse.com + +- net: dsa: mv88e6xxx: Fix mv88e6352_serdes_get_stats error path + (git-fixes). +- commit 736a4b6 + +------------------------------------------------------------------- +Tue Feb 27 11:36:58 CET 2024 - denis.kirjanov@suse.com + +- net: atlantic: eliminate double free in error handling logic + (git-fixes). +- commit f1c0473 + +------------------------------------------------------------------- +Tue Feb 27 11:35:28 CET 2024 - denis.kirjanov@suse.com + +- net: mvmdio: Avoid excessive sleeps in polled mode (git-fixes). +- commit a1c3018 + +------------------------------------------------------------------- +Tue Feb 27 11:33:45 CET 2024 - denis.kirjanov@suse.com + +- net/qla3xxx: fix potential memleak in ql_alloc_buffer_queues + (git-fixes). +- commit 3f4de86 + +------------------------------------------------------------------- +Tue Feb 27 11:26:15 CET 2024 - denis.kirjanov@suse.com + +- veth: Use tstats per-CPU traffic counters (git-fixes). +- commit 468b7e0 + +------------------------------------------------------------------- +Tue Feb 27 11:24:00 CET 2024 - denis.kirjanov@suse.com + +- veth: Avoid NAPI scheduling on failed SKB forwarding + (git-fixes). +- Refresh + patches.suse/veth-Fixing-transmit-return-status-for-dropped-packe.patch. +- commit 8219306 + +------------------------------------------------------------------- +Tue Feb 27 11:17:17 CET 2024 - denis.kirjanov@suse.com + +- net: sfp: add quirk for Fiberstone GPON-ONU-34-20BI (git-fixes). +- commit 71f6425 + +------------------------------------------------------------------- +Tue Feb 27 10:33:21 CET 2024 - tbogendoerfer@suse.de + +- octeontx2-af: Consider the action set by PF (jsc#PED-6931). +- ionic: use pci_is_enabled not open code (jsc#PED-6953). +- RDMA/mlx5: Relax DEVX access upon modify commands + (jsc#PED-3311). +- RDMA/mlx5: Fix fortify source warning while accessing Eth + segment (jsc#PED-3311). +- dpll: fix possible deadlock during netlink dump operation + (jsc#PED-6079). +- commit e125dc2 + +------------------------------------------------------------------- +Tue Feb 27 09:58:15 CET 2024 - pjakobsson@suse.de + +- Refresh patches.suse/drm-Add-kabi-placeholders-to-commonly-used-structs.patch. + Add a few more DRM related kabi paddings +- commit c57370e + +------------------------------------------------------------------- +Tue Feb 27 09:53:02 CET 2024 - mkoutny@suse.com + +- Update config files (bsc#1214883) + Disable CONFIG_BLK_CGROUP_IOPRIO +- commit 2843ec9 + +------------------------------------------------------------------- +Tue Feb 27 09:03:03 CET 2024 - tiwai@suse.de + +- Add already cherry-picked and reverted commits +- commit 78b5638 + +------------------------------------------------------------------- +Tue Feb 27 08:59:33 CET 2024 - tiwai@suse.de + +- drm/amd/display: Fix memory leak in dm_sw_fini() (git-fixes). +- drm/i915/tv: Fix TV mode (git-fixes). +- drm/syncobj: handle NULL fence in syncobj_eventfd_entry_func + (git-fixes). +- drm/syncobj: call drm_syncobj_fence_add_wait when WAIT_AVAILABLE + flag is set (git-fixes). +- drm/ttm: Fix an invalid freeing on already freed page in error + path (git-fixes). +- drm/meson: Don't remove bridges which are created by other + drivers (git-fixes). +- nouveau: fix function cast warnings (git-fixes). +- drm/msm: Wire up tlb ops (git-fixes). +- Revert "drm/msm/gpu: Push gpu lock down past runpm" (git-fixes). +- drm/msm/gem: Fix double resv lock aquire (git-fixes). +- drm/amdgpu/display: Initialize gamma correction mode variable + in dcn30_get_gamcor_current() (git-fixes). +- drm/amdgpu/soc21: update VCN 4 max HEVC encoding resolution + (git-fixes). +- drm/amd/display: Preserve original aspect ratio in create stream + (git-fixes). +- drm/amd/display: Fix possible NULL dereference on device + remove/driver unload (git-fixes). +- drm/amd/display: Add align done check (git-fixes). +- Revert "drm/amd: flush any delayed gfxoff on suspend entry" + (git-fixes). +- drm/amd/display: Fix possible buffer overflow in + 'find_dcfclk_for_voltage()' (git-fixes). +- drm/amd/display: Initialize 'wait_time_microsec' variable in + link_dp_training_dpia.c (git-fixes). +- drm/crtc: fix uninitialized variable use even harder + (git-fixes). +- drm/prime: Support page array >= 4GB (git-fixes). +- nouveau/svm: fix kvcalloc() argument order (git-fixes). +- drm/msm/dpu: check for valid hw_pp in + dpu_encoder_helper_phys_cleanup (git-fixes). +- drm/msm/dp: return correct Colorimetry for + DP_TEST_DYNAMIC_RANGE_CEA case (git-fixes). +- drm/msms/dp: fixed link clock divider bits be over written in + BPC unknown case (git-fixes). +- drm/msm/dpu: fix kernel-doc warnings (git-fixes). +- drm/amd/display: Increase frame-larger-than for all + display_mode_vba files (git-fixes). +- drm/amd/display: Fix MST Null Ptr for RV (git-fixes). +- nouveau: offload fence uevents work to workqueue (git-fixes). +- drm/amdgpu: Reset IH OVERFLOW_CLEAR bit (git-fixes). +- drm/virtio: Set segment size for virtio_gpu device (git-fixes). +- commit 667862a + +------------------------------------------------------------------- +Tue Feb 27 08:47:13 CET 2024 - tiwai@suse.de + +- mtd: rawnand: marvell: fix layouts (git-fixes). +- mtd: spinand: gigadevice: Fix the get ecc status issue + (git-fixes). +- commit e3c1e9b + +------------------------------------------------------------------- +Tue Feb 27 02:59:57 CET 2024 - tonyj@suse.de + +- uprobes: use pagesize-aligned virtual address when replacing + pages (git-fixes). +- powerpc/imc-pmu: Add a null pointer check in + update_events_in_group() (git-fixes). +- KVM: x86/pmu: fix masking logic for MSR_CORE_PERF_GLOBAL_CTRL + (git-fixes). +- perf/core: Bail out early if the request AUX area is out of + bound (git-fixes). +- perf/x86/lbr: Filter vsyscall addresses (git-fixes). +- commit ae1cfdb + +------------------------------------------------------------------- +Tue Feb 27 01:42:08 CET 2024 - colyli@suse.de + +- md: Don't suspend the array for interrupted reshape (git-fixes). +- commit 3e40c5d + +------------------------------------------------------------------- +Mon Feb 26 23:27:28 CET 2024 - krisman@suse.de + +- tcp: Set pingpong threshold via sysctl (bsc#1217908). +- commit 4fa5178 + +------------------------------------------------------------------- +Mon Feb 26 20:34:20 CET 2024 - iivanov@suse.de + +- Refresh patches.suse/kabi-arm64-reserve-space-in-cpu_hwcaps-and-cpu_hwcap.patch + Add few more entries. Prepare for SLE15-SP6 kABI freeze. +- commit 49a3650 + +------------------------------------------------------------------- +Mon Feb 26 17:19:21 CET 2024 - duwe@suse.de + +- kabi/severities: join intel accelerators QAT and IAA under + drivers/crypto/intel/ +- commit 114be8b + +------------------------------------------------------------------- +Mon Feb 26 16:24:04 CET 2024 - iivanov@suse.de + +- arm64/sme: Restore SMCR_EL1.EZT0 on exit from suspend (git-fixes) +- commit 7f70810 + +------------------------------------------------------------------- +Mon Feb 26 16:22:51 CET 2024 - iivanov@suse.de + +- arm64/sme: Restore SME registers on exit from suspend (git-fixes) +- commit 022bd78 + +------------------------------------------------------------------- +Mon Feb 26 16:21:45 CET 2024 - iivanov@suse.de + +- arm64: Subscribe Microsoft Azure Cobalt 100 to ARM Neoverse N2 errata (git-fixes) +- commit 76ae43c + +------------------------------------------------------------------- +Mon Feb 26 16:20:43 CET 2024 - iivanov@suse.de + +- arm64/signal: Don't assume that TIF_SVE means we saved SVE state (git-fixes) +- commit 09cd4e0 + +------------------------------------------------------------------- +Mon Feb 26 16:19:42 CET 2024 - iivanov@suse.de + +- blacklist.conf: ("arm64: scs: Disable LTO for SCS patching code") +- commit 58e088b + +------------------------------------------------------------------- +Mon Feb 26 16:16:26 CET 2024 - iivanov@suse.de + +- arm64: irq: set the correct node for shadow call stack (git-fixes) +- commit a50e173 + +------------------------------------------------------------------- +Mon Feb 26 16:14:27 CET 2024 - iivanov@suse.de + +- arm64: irq: set the correct node for VMAP stack (git-fixes) +- commit 61a9e16 + +------------------------------------------------------------------- +Mon Feb 26 15:59:27 CET 2024 - fweisbecker@suse.de + +- kABI padding for context tracking (bsc#1220369). +- commit e722a7d + +------------------------------------------------------------------- +Mon Feb 26 14:36:23 CET 2024 - oneukum@suse.com + +- Update config files. + Revert CRC helpers to modular build to match SP6 + Change CONFIG_CRC_T10DIF to modular to increase modularity +- commit 62c02b0 + +------------------------------------------------------------------- +Mon Feb 26 14:23:48 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Fix the runtime resume failure issue (git-fixes). +- commit 7cec932 + +------------------------------------------------------------------- +Mon Feb 26 14:22:59 CET 2024 - pjakobsson@suse.de + +- drm/buddy: Modify duplicate list_splice_tail call (git-fixes). +- commit 5275939 + +------------------------------------------------------------------- +Mon Feb 26 14:22:25 CET 2024 - pjakobsson@suse.de + +- Refresh patches.suse/1956-drm-amdgpu-fix-buffer-funcs-setting-order-on-suspend.patch (git-fixes) + Alt-commit +- commit ba07b04 + +------------------------------------------------------------------- +Mon Feb 26 14:15:16 CET 2024 - mfranc@suse.cz + +- s390/cio: fix invalid -EBUSY on ccw_device_start (git-fixes + bsc#1220360). +- commit 59c3bc5 + +------------------------------------------------------------------- +Mon Feb 26 14:07:51 CET 2024 - mfranc@suse.cz + +- s390: use the correct count for __iowrite64_copy() (git-fixes + bsc#1220359). +- commit 653b04f + +------------------------------------------------------------------- +Mon Feb 26 14:04:18 CET 2024 - mfranc@suse.cz + +- Update config files. Deactivate CONFIG_QETH_OSX on s390x. (jsc#PED-3317) +- commit 84140c6 + +------------------------------------------------------------------- +Mon Feb 26 13:54:25 CET 2024 - msuchanek@suse.de + +- Update patches.suse/powerpc-pseries-iommu-DLPAR-add-doesn-t-completely-i.patch + (bsc#1215199 bsc#1219077 ltc#204477). +- commit 5580eda + +------------------------------------------------------------------- +Mon Feb 26 13:40:39 CET 2024 - tiwai@suse.de + +- wifi: ath11k: support hibernation (bsc#1207948). +- net: qrtr: support suspend/hibernation (bsc#1207948). +- bus: mhi: host: add mhi_power_down_no_destroy() (bsc#1207948). +- commit f8c43ef + +------------------------------------------------------------------- +Mon Feb 26 13:00:25 CET 2024 - tiwai@suse.de + +- wifi: ath11k: thermal: don't try to register multiple times + (bsc#1207948). +- wifi: ath11k: fix warning on DMA ring capabilities event + (bsc#1207948). +- wifi: ath11k: do not dump SRNG statistics during resume + (bsc#1207948). +- wifi: ath11k: remove MHI LOOPBACK channels (bsc#1207948). +- wifi: ath11k: rearrange IRQ enable/disable in reset path + (bsc#1207948). +- commit 7125b14 + +------------------------------------------------------------------- +Mon Feb 26 13:00:12 CET 2024 - msuchanek@suse.de + +- powerpc/pseries: Set CPU_FTR_DBELL according to ibm,pi-features + (bsc#1220348). +- powerpc/pseries: Add a clear modifier to ibm,pa/pi-features + parser (bsc#1220348). +- commit 675d4c1 + +------------------------------------------------------------------- +Mon Feb 26 12:56:44 CET 2024 - msuchanek@suse.de + +- Refresh sorted patches. +- commit 1e0228f + +------------------------------------------------------------------- +Mon Feb 26 12:54:01 CET 2024 - tiwai@suse.de + +- Drop ath11k hibernation patches for refreshing to the new patch set (bsc#1207948) +- commit f6e50f6 + +------------------------------------------------------------------- +Mon Feb 26 12:25:59 CET 2024 - msuchanek@suse.de + +- blacklist.conf: Add reverted commit. +- commit c46ef6f + +------------------------------------------------------------------- +Mon Feb 26 10:22:14 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Fix potential null pointer dereference in + dc_dmub_srv (git-fixes). +- commit 351cd92 + +------------------------------------------------------------------- +Mon Feb 26 10:21:12 CET 2024 - pjakobsson@suse.de + +- blacklist.conf: dbf5d3d02987 drm/amd/display: Check writeback connectors in create_validate_stream_for_sink +- commit f11d1ed + +------------------------------------------------------------------- +Mon Feb 26 10:19:59 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: fix null-pointer dereference on edid reading + (git-fixes). +- commit bfbfdff + +------------------------------------------------------------------- +Mon Feb 26 10:19:18 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/mmu/r535: uninitialized variable in r535_bar_new_() + (git-fixes). +- commit 0d45808 + +------------------------------------------------------------------- +Mon Feb 26 10:18:50 CET 2024 - pjakobsson@suse.de + +- drm/amd: Stop evicting resources on APUs in suspend (git-fixes). +- commit 209f4ad + +------------------------------------------------------------------- +Mon Feb 26 10:18:26 CET 2024 - pjakobsson@suse.de + +- drm/amdkfd: Fix L2 cache size reporting in GFX9.4.3 (git-fixes). +- commit 93ef60d + +------------------------------------------------------------------- +Mon Feb 26 10:17:55 CET 2024 - pjakobsson@suse.de + +- drm/buddy: Fix alloc_range() error handling code (git-fixes). +- commit ef3c1f0 + +------------------------------------------------------------------- +Mon Feb 26 10:17:27 CET 2024 - pjakobsson@suse.de + +- drm/i915/dsc: Fix the macro that calculates DSCC_/DSCA_ PPS + reg address (git-fixes). +- commit b61d0fb + +------------------------------------------------------------------- +Mon Feb 26 10:16:47 CET 2024 - pjakobsson@suse.de + +- drm/nouveau: fix several DMA buffer leaks (git-fixes). +- commit f1bf188 + +------------------------------------------------------------------- +Mon Feb 26 10:15:09 CET 2024 - pjakobsson@suse.de + +- Refresh patches.suse/nouveau-gsp-use-correct-size-for-registry-rpc.patch (git-fixes) + Alt-commit +- commit 8c79845 + +------------------------------------------------------------------- +Mon Feb 26 10:14:52 CET 2024 - pjakobsson@suse.de + +- nouveau/gsp: use correct size for registry rpc (git-fixes). +- commit 37e1a96 + +------------------------------------------------------------------- +Mon Feb 26 10:14:22 CET 2024 - pjakobsson@suse.de + +- drm/amdkfd: reserve the BO before validating it (git-fixes). +- commit f8fa1e7 + +------------------------------------------------------------------- +Mon Feb 26 10:13:56 CET 2024 - pjakobsson@suse.de + +- Revert "drm/amd/pm: fix the high voltage and temperature issue" + (git-fixes). +- commit 24e4e0f + +------------------------------------------------------------------- +Mon Feb 26 10:13:30 CET 2024 - pjakobsson@suse.de + +- Revert "nouveau: push event block/allowing out of the fence + context" (git-fixes). +- commit 199f79d + +------------------------------------------------------------------- +Mon Feb 26 10:13:00 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Fix a switch statement in + populate_dml_output_cfg_from_stream_state() (git-fixes). +- commit 3737a53 + +------------------------------------------------------------------- +Mon Feb 26 10:12:38 CET 2024 - pjakobsson@suse.de + +- drm/i915: Drop -Wstringop-overflow (git-fixes). +- commit 1f6435f + +------------------------------------------------------------------- +Mon Feb 26 10:12:12 CET 2024 - pjakobsson@suse.de + +- drm/panel/raydium-rm692e5: select CONFIG_DRM_DISPLAY_DP_HELPER + (git-fixes). +- commit 20cbb93 + +------------------------------------------------------------------- +Mon Feb 26 10:11:45 CET 2024 - pjakobsson@suse.de + +- drm/i915/dp: Fix the max DSC bpc supported by source + (git-fixes). +- commit 9a2c8c5 + +------------------------------------------------------------------- +Mon Feb 26 10:11:21 CET 2024 - denis.kirjanov@suse.com + +- pds_core: Use struct pdsc for the pdsc_adminq_isr (git-fixes). +- commit 36eb1a2 + +------------------------------------------------------------------- +Mon Feb 26 10:10:52 CET 2024 - pjakobsson@suse.de + +- drm/msm/a6xx: add QMP dependency (git-fixes). +- commit d7f2ae5 + +------------------------------------------------------------------- +Mon Feb 26 10:10:30 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Fix NULL pointer dereference at hibernate + (git-fixes). +- commit 4e87aee + +------------------------------------------------------------------- +Mon Feb 26 10:10:07 CET 2024 - pjakobsson@suse.de + +- fbdev/sm712fb: Use correct initializer macros for struct fb_ops + (git-fixes). +- commit 03969f2 + +------------------------------------------------------------------- +Mon Feb 26 10:10:01 CET 2024 - denis.kirjanov@suse.com + +- pds_core: Cancel AQ work on teardown (git-fixes). +- commit 3f05f5a + +------------------------------------------------------------------- +Mon Feb 26 10:09:24 CET 2024 - pjakobsson@suse.de + +- Revert "drm/bridge: Add 200ms delay to wait FW HPD status + stable" (git-fixes). +- commit 10dece3 + +------------------------------------------------------------------- +Mon Feb 26 10:08:49 CET 2024 - pjakobsson@suse.de + +- drm/bridge: imx93-mipi-dsi: Fix a couple of building warnings + (git-fixes). +- commit 43267c0 + +------------------------------------------------------------------- +Mon Feb 26 10:08:13 CET 2024 - pjakobsson@suse.de + +- drm/sched: Fix bounds limiting when given a malformed entity + (git-fixes). +- commit 868d6d8 + +------------------------------------------------------------------- +Mon Feb 26 10:08:07 CET 2024 - denis.kirjanov@suse.com + +- net: dsa: mv88e6xxx: Fix failed probe due to (git-fixes). +- commit 0eb880f + +------------------------------------------------------------------- +Mon Feb 26 10:06:32 CET 2024 - denis.kirjanov@suse.com + +- net: stmmac: do not clear TBS enable bit on link (git-fixes). +- commit e611caf + +------------------------------------------------------------------- +Mon Feb 26 10:05:05 CET 2024 - denis.kirjanov@suse.com + +- net: dsa: qca8k: fix illegal usage of GPIO (git-fixes). +- commit 0e558af + +------------------------------------------------------------------- +Mon Feb 26 10:03:37 CET 2024 - denis.kirjanov@suse.com + +- net: lan966x: Fix port configuration when using SGMII + (git-fixes). +- commit 2844986 + +------------------------------------------------------------------- +Mon Feb 26 10:02:14 CET 2024 - denis.kirjanov@suse.com + +- net: dsa: mt7530: fix 10M/100M speed on MT7988 switch + (git-fixes). +- commit 56a7fea + +------------------------------------------------------------------- +Mon Feb 26 10:00:51 CET 2024 - pjakobsson@suse.de + +- Refresh patches.suse/1977-drm-amd-display-disable-FPO-and-SubVP-for-older-DMUB.patch (git-fixes) + Alt-commit +- commit 430c8cb + +------------------------------------------------------------------- +Mon Feb 26 10:00:37 CET 2024 - pjakobsson@suse.de + +- Refresh patches.suse/1965-drm-amd-Fix-a-probing-order-problem-on-SDMA-2.4.patch (git-fixes) + Alt-commit +- commit 9fefc0e + +------------------------------------------------------------------- +Mon Feb 26 10:00:22 CET 2024 - pjakobsson@suse.de + +- Refresh patches.suse/1982-drm-i915-display-Get-bigjoiner-config-before-dsc-con.patch (git-fixes) + Alt-commit +- commit 50f74bf + +------------------------------------------------------------------- +Mon Feb 26 10:00:07 CET 2024 - pjakobsson@suse.de + +- Refresh patches.suse/1957-drm-amd-pm-fix-pp_-clk_od-typo.patch (git-fixes) + Alt-commit +- commit 119bd8a + +------------------------------------------------------------------- +Mon Feb 26 09:59:53 CET 2024 - pjakobsson@suse.de + +- Refresh patches.suse/1940-drm-amdgpu-fix-buffer-funcs-setting-order-on-suspend.patch (git-fixes) + Alt-commit +- commit 4f87896 + +------------------------------------------------------------------- +Mon Feb 26 09:59:51 CET 2024 - denis.kirjanov@suse.com + +- nfp: flower: fix hardware offload for the transfer (git-fixes). +- commit 7376685 + +------------------------------------------------------------------- +Mon Feb 26 09:59:03 CET 2024 - pjakobsson@suse.de + +- Refresh patches.suse/1906-drm-amdgpu-fix-AGP-addressing-when-GART-is-not-at-0.patch (git-fixes) + Alt-commit +- commit 3da2260 + +------------------------------------------------------------------- +Mon Feb 26 09:58:49 CET 2024 - pjakobsson@suse.de + +- Refresh patches.suse/1920-drm-i915-correct-the-input-parameter-on-_intel_dsb_c.patch (git-fixes) + Alt-commit +- commit afd3ce2 + +------------------------------------------------------------------- +Mon Feb 26 09:58:08 CET 2024 - denis.kirjanov@suse.com + +- nfp: flower: add hardware offload check for post ct (git-fixes). +- commit f9eb41e + +------------------------------------------------------------------- +Mon Feb 26 09:57:48 CET 2024 - pjakobsson@suse.de + +- Refresh patches.suse/1863-drm-i915-dp_mst-Fix-race-between-connector-registrat.patch (git-fixes) + Alt-commit +- commit bad2e9c + +------------------------------------------------------------------- +Mon Feb 26 09:57:34 CET 2024 - pjakobsson@suse.de + +- Refresh patches.suse/1715-drm-i915-mtl-Apply-notify_guc-to-all-GTs.patch (git-fixes) + Alt-commit +- commit f2361dc + +------------------------------------------------------------------- +Mon Feb 26 09:57:19 CET 2024 - pjakobsson@suse.de + +- Refresh patches.suse/1670-drm-ssd130x-Fix-possible-uninitialized-usage-of-crtc.patch (git-fixes) + Alt-commit +- commit bc5e5ee + +------------------------------------------------------------------- +Mon Feb 26 09:56:33 CET 2024 - denis.kirjanov@suse.com + +- tsnep: Fix XDP_RING_NEED_WAKEUP for empty fill ring (git-fixes). +- commit 4caaa03 + +------------------------------------------------------------------- +Mon Feb 26 09:55:12 CET 2024 - denis.kirjanov@suse.com + +- tsnep: Remove FCS for XDP data path (git-fixes). +- commit d20de7c + +------------------------------------------------------------------- +Mon Feb 26 09:53:35 CET 2024 - denis.kirjanov@suse.com + +- net: fec: fix the unhandled context fault from smmu (git-fixes). +- commit 2b9f00c + +------------------------------------------------------------------- +Mon Feb 26 09:51:48 CET 2024 - denis.kirjanov@suse.com + +- net: mvpp2: clear BM pool before initialization (git-fixes). +- commit 54d27e6 + +------------------------------------------------------------------- +Mon Feb 26 09:50:26 CET 2024 - denis.kirjanov@suse.com + +- Update metadata +- commit 8028d46 + +------------------------------------------------------------------- +Mon Feb 26 09:08:50 CET 2024 - tiwai@suse.de + +- usb: typec: tpcm: Fix issues with power being removed during + reset (git-fixes). +- usb: gadget: ncm: Avoid dropping datagrams of properly parsed + NTBs (git-fixes). +- Revert "usb: typec: tcpm: reset counter when enter into + unattached state after try role" (git-fixes). +- usb: gadget: omap_udc: fix USB gadget regression on Palm TE + (git-fixes). +- usb: dwc3: gadget: Don't disconnect if not started (git-fixes). +- usb: cdns3: fix memory double free when handle zero packet + (git-fixes). +- usb: cdns3: fixed memory use after free at + cdns3_gadget_ep_disable() (git-fixes). +- usb: roles: don't get/set_role() when usb_role_switch is + unregistered (git-fixes). +- usb: roles: fix NULL pointer issue when put module's reference + (git-fixes). +- usb: cdnsp: fixed issue with incorrect detecting CDNSP family + controllers (git-fixes). +- usb: cdnsp: blocked some cdns3 specific code (git-fixes). +- serial: amba-pl011: Fix DMA transmission in RS485 mode + (git-fixes). +- PCI/MSI: Prevent MSI hardware interrupt number truncation + (git-fixes). +- commit 435b79c + +------------------------------------------------------------------- +Mon Feb 26 08:56:29 CET 2024 - pjakobsson@suse.de + +- PCI: Add pci_is_vga() helper (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071). +- commit 81c9fa5 + +------------------------------------------------------------------- +Mon Feb 26 05:14:52 CET 2024 - shung-hsi.yu@suse.com + +- selftests/bpf: trace_helpers.c: do not use poisoned type + (jsc#PED-6811 bsc#1219825). +- commit ac0f9ba + +------------------------------------------------------------------- +Mon Feb 26 04:47:10 CET 2024 - colyli@suse.de + +- md: bypass block throttle for superblock update (bsc#1220154, + CVE-2023-52437). +- commit ebe787f + +------------------------------------------------------------------- +Sun Feb 25 23:47:35 CET 2024 - colyli@suse.de + +- md: Don't register sync_thread for reshape directly + (bsc#1219596). +- md: Make sure md_do_sync() will set MD_RECOVERY_DONE + (bsc#1219596). +- md: Don't ignore read-only array in md_check_recovery() + (bsc#1219596). +- md: Don't ignore suspended array in md_check_recovery() + (bsc#1219596). +- commit b5edf3d + +------------------------------------------------------------------- +Sun Feb 25 09:55:14 CET 2024 - tiwai@suse.de + +- i2c: imx: when being a target, mark the last read as processed + (git-fixes). +- bus: imx-weim: fix valid range check (git-fixes). +- ARM: ep93xx: Add terminator to gpiod_lookup_table (git-fixes). +- ata: ahci_ceva: fix error handling for Xilinx GT PHY support + (git-fixes). +- ata: libata-core: Do not try to set sleeping devices to standby + (git-fixes). +- iio: hid-sensor-als: Return 0 for + HID_USAGE_SENSOR_TIME_TIMESTAMP (git-fixes). +- serial: mxs-auart: fix tx (git-fixes). +- serial: core: introduce uart_port_tx_flags() (git-fixes). +- media: rc: bpf attach/detach requires write permission + (git-fixes). +- can: j1939: prevent deadlock by changing j1939_socks_lock to + rwlock (git-fixes). +- connector/cn_proc: revert "connector: Fix + proc_event_num_listeners count not cleared" (git-fixes). +- nilfs2: fix data corruption in dsync block recovery for small + block sizes (git-fixes). +- mmc: slot-gpio: Allow non-sleeping GPIO ro (git-fixes). +- usb: f_mass_storage: forbid async queue when shutdown happen + (git-fixes). +- ata: libata-scsi: Cleanup ata_scsi_start_stop_xlat() + (git-fixes). +- selftests: bridge_mdb: Use MDB get instead of dump (git-fixes). +- commit fcefe0f + +------------------------------------------------------------------- +Sun Feb 25 08:45:44 CET 2024 - pjakobsson@suse.de + +- Update config files. + Set CONFIG_DUMMY_CONSOLE_COLUMNS and CONFIG_DUMMY_CONSOLE_ROWS for + armv7hl. Use same values as other architectures. +- commit d18c55c + +------------------------------------------------------------------- +Fri Feb 23 18:17:10 CET 2024 - mwilck@suse.com + +- Refresh + patches.suse/dm_blk_ioctl-implement-path-failover-for-SG_IO.patch. (bsc#1216776, bsc#1220277) +- commit 92057e0 + +------------------------------------------------------------------- +Fri Feb 23 17:45:00 CET 2024 - tiwai@suse.de + +- supported.conf: Mark adin driver as supported (jsc#PED-4736 bsc#1220218) +- commit ea21e8c + +------------------------------------------------------------------- +Fri Feb 23 16:07:01 CET 2024 - vbabka@suse.cz + +- mm: move vma locking out of vma_prepare and dup_anon_vma + (bsc#1219558). +- Refresh patches.suse/mm-mmap-fix-vma_merge-case-7.patch. +- commit ce51ec9 + +------------------------------------------------------------------- +Fri Feb 23 15:37:48 CET 2024 - vbabka@suse.cz + +- mmap: fix error paths with dup_anon_vma() (bsc#1219558). +- Refresh patches.suse/mm-mmap-fix-vma_merge-case-7.patch. +- commit 04c8742 + +------------------------------------------------------------------- +Fri Feb 23 13:28:14 CET 2024 - andrea.porta@suse.com + +- Updated config files to fix divergences between ALP and SP6 (arm64) +- commit 09b8463 + +------------------------------------------------------------------- +Fri Feb 23 11:49:32 CET 2024 - lhenriques@suse.de + +- cachefiles: fix memory leak in cachefiles_add_cache() + (bsc#1220265). +- commit a58dc4c + +------------------------------------------------------------------- +Fri Feb 23 10:50:16 CET 2024 - tiwai@suse.de + +- selftests/iommu: fix the config fragment (git-fixes). +- platform/x86: thinkpad_acpi: Only update profile if successfully + converted (git-fixes). +- platform/x86: intel-vbtn: Stop calling "VBDL" from + notify_handler (git-fixes). +- platform/x86: touchscreen_dmi: Allow partial (prefix) matches + for ACPI names (git-fixes). +- net: phy: realtek: Fix rtl8211f_config_init() for + RTL8211F(D)(I)-VD-CG PHY (git-fixes). +- selftests: bonding: set active slave to primary eth1 + specifically (git-fixes). +- crypto: virtio/akcipher - Fix stack overflow on memcpy + (git-fixes). +- can: netlink: Fix TDCO calculation using the old data bittiming + (git-fixes). +- can: j1939: Fix UAF in j1939_sk_match_filter during + setsockopt(SO_J1939_FILTER) (git-fixes). +- wifi: iwlwifi: mvm: fix a crash when we run out of stations + (git-fixes). +- wifi: iwlwifi: uninitialized variable in + iwl_acpi_get_ppag_table() (git-fixes). +- wifi: iwlwifi: Fix some error codes (git-fixes). +- wifi: mac80211: reload info pointer in ieee80211_tx_dequeue() + (git-fixes). +- spi-mxs: Fix chipselect glitch (git-fixes). +- spi: ppc4xx: Drop write-only variable (git-fixes). +- HID: wacom: generic: Avoid reporting a serial of '0' to + userspace (git-fixes). +- HID: wacom: Do not register input devices until after + hid_hw_start (git-fixes). +- commit aa892f5 + +------------------------------------------------------------------- +Fri Feb 23 10:32:18 CET 2024 - petr.pavlu@suse.com + +- tracing: Inform kmemleak of saved_cmdlines allocation + (git-fixes). +- commit 97eea7e + +------------------------------------------------------------------- +Thu Feb 22 23:30:02 CET 2024 - lduncan@suse.com + +- scsi: core: Move scsi_host_busy() out of host lock if it is + for per-command (git-fixes). +- commit 86e9b65 + +------------------------------------------------------------------- +Thu Feb 22 22:01:33 CET 2024 - vbabka@suse.cz + +- mm, mmap: fix vma_merge() case 7 with vma_ops->close + (bsc#1217313). +- commit 3278f37 + +------------------------------------------------------------------- +Thu Feb 22 20:09:35 CET 2024 - lduncan@suse.com + +- uio_dmem_genirq: UIO_MEM_DMA_COHERENT conversion (bsc#1217698). +- uio_pruss: UIO_MEM_DMA_COHERENT conversion (bsc#1217698). +- cnic,bnx2,bnx2x: use UIO_MEM_DMA_COHERENT (bsc#1217698). +- uio: introduce UIO_MEM_DMA_COHERENT type (bsc#1217698). +- commit 44f64b0 + +------------------------------------------------------------------- +Thu Feb 22 19:54:11 CET 2024 - lduncan@suse.com + +- scsi: core: Move scsi_host_busy() out of host lock for waking + up EH handler (git-fixes). +- scsi: isci: Fix an error code problem in isci_io_request_build() + (git-fixes). +- scsi: core: Kick the requeue list after inserting when flushing + (git-fixes). +- scsi: hisi_sas: Correct the number of global debugfs registers + (git-fixes). +- scsi: hisi_sas: Rollback some operations if FLR failed + (git-fixes). +- commit 02cf67a + +------------------------------------------------------------------- +Thu Feb 22 18:57:06 CET 2024 - mwilck@suse.com + +- Refresh + patches.suse/dm_blk_ioctl-implement-path-failover-for-SG_IO.patch. +- commit 5d036a3 + +------------------------------------------------------------------- +Thu Feb 22 17:49:22 CET 2024 - msuchanek@suse.de + +- rpm templates: Always define usrmerged + usrmerged is now defined in kernel-spec-macros and not the distribution. + Only check if it's defined in kernel-spec-macros, not everywhere where + it's used. +- commit a6ad8af + +------------------------------------------------------------------- +Thu Feb 22 16:17:49 CET 2024 - petr.pavlu@suse.com + +- tracing/synthetic: Fix trace_string() return value (git-fixes). +- commit 07b4940 + +------------------------------------------------------------------- +Thu Feb 22 16:16:27 CET 2024 - petr.pavlu@suse.com + +- tracing: Fix wasted memory in saved_cmdlines logic (git-fixes). +- commit 575185b + +------------------------------------------------------------------- +Thu Feb 22 15:55:59 CET 2024 - petr.pavlu@suse.com + +- tracing: Fix HAVE_DYNAMIC_FTRACE_WITH_REGS ifdef (git-fixes). +- commit 4312194 + +------------------------------------------------------------------- +Thu Feb 22 15:54:50 CET 2024 - petr.pavlu@suse.com + +- ftrace: Fix DIRECT_CALLS to use SAVE_REGS by default + (git-fixes). +- commit 04f6845 + +------------------------------------------------------------------- +Thu Feb 22 15:53:31 CET 2024 - petr.pavlu@suse.com + +- tracing/probes: Fix to show a parse error for bad type for $comm + (git-fixes). +- commit 434ceb4 + +------------------------------------------------------------------- +Thu Feb 22 15:26:31 CET 2024 - petr.pavlu@suse.com + +- ring-buffer: Clean ring_buffer_poll_wait() error return + (git-fixes). +- commit 78cfe32 + +------------------------------------------------------------------- +Thu Feb 22 15:03:47 CET 2024 - mgorman@suse.de + +- Rename and refresh + patches.suse/cpufreq-ondemand-Set-default-up_threshold-to-30-on-multi-core-systems.patch. +- commit c52e450 + +------------------------------------------------------------------- +Thu Feb 22 14:35:40 CET 2024 - denis.kirjanov@suse.com + +- netfilter: nft_set_rbtree: skip end interval element from gc + (bsc#1220144 CVE-2024-26581). +- commit 66ac4ca + +------------------------------------------------------------------- +Thu Feb 22 14:33:32 CET 2024 - denis.kirjanov@suse.com + +- netfilter: nf_tables: nft_set_rbtree: fix spurious insertion + failure (git-fixes). +- commit 1616b86 + +------------------------------------------------------------------- +Thu Feb 22 14:31:22 CET 2024 - denis.kirjanov@suse.com + +- netfilter: nft_set_rbtree: skip sync GC for new elements in + this transaction (git-fixes). +- commit fe02f5f + +------------------------------------------------------------------- +Thu Feb 22 13:18:24 CET 2024 - denis.kirjanov@suse.com + +- net: micrel: Fix PTP frame parsing for lan8814 (git-fixes). +- commit fdde0d3 + +------------------------------------------------------------------- +Thu Feb 22 13:16:47 CET 2024 - denis.kirjanov@suse.com + +- tun: add missing rx stats accounting in tun_xdp_act (git-fixes). +- commit 54ceabf + +------------------------------------------------------------------- +Thu Feb 22 13:13:19 CET 2024 - denis.kirjanov@suse.com + +- tun: fix missing dropped counter in tun_xdp_act (git-fixes). +- commit 81acbf0 + +------------------------------------------------------------------- +Wed Feb 21 21:41:21 CET 2024 - lduncan@suse.com + +- scsi: hisi_sas: Check before using pointer variables + (git-fixes). +- scsi: hisi_sas: Replace with standard error code return value + (git-fixes). +- scsi: hisi_sas: Set .phy_attached before notifing phyup event + HISI_PHYE_PHY_UP_PM (git-fixes). +- scsi: mpi3mr: Fix printk() format strings (git-fixes). +- scsi: libfc: Fix up timeout error in fc_fcp_rec_error() + (git-fixes). +- scsi: libfc: Don't schedule abort twice (git-fixes). +- scsi: fnic: Return error if vmalloc() failed (git-fixes). +- scsi: arcmsr: Support new PCI device IDs 1883 and 1886 + (git-fixes). +- scsi: bfa: Use the proper data type for BLIST flags (git-fixes). +- scsi: sd: Fix sshdr use in sd_suspend_common() (git-fixes). +- scsi: libfc: Fix potential NULL pointer dereference in + fc_lport_ptp_setup() (git-fixes). +- scsi: hisi_sas: Set debugfs_dir pointer to NULL after removing + debugfs (git-fixes). +- scsi: sd: Do not issue commands to suspended disks on shutdown + (git-fixes). +- commit fa5f13f + +------------------------------------------------------------------- +Wed Feb 21 20:41:33 CET 2024 - msuchanek@suse.de + +- rpm templates: Move macro definitions below buildrequires + Many of the rpm macros defined in the kernel packages depend directly or + indirectly on script execution. OBS cannot execute scripts which means + values of these macros cannot be used in tags that are required for OBS + to see such as package name, buildrequires or buildarch. + Accumulate macro definitions that are not directly expanded by mkspec + below buildrequires and buildarch to make this distinction clear. +- commit 89eaf4c + +------------------------------------------------------------------- +Wed Feb 21 20:16:09 CET 2024 - lduncan@suse.com + +- Rename to + patches.suse/scsi-fnic-Move-fnic_fnic_flush_tx-to-a-work-queue.patch. +- commit 1a9d435 + +------------------------------------------------------------------- +Wed Feb 21 20:12:31 CET 2024 - lduncan@suse.com + +- Rename to + patches.suse/scsi-Revert-scsi-fcoe-Fix-potential-deadlock-on-fip-ctlr_lock.patch. +- commit 2101c2a + +------------------------------------------------------------------- +Wed Feb 21 18:19:27 CET 2024 - msuchanek@suse.de + +- Update patches.suse/powerpc-pseries-fix-accuracy-of-stolen-time.patch + (bsc#1215199 bsc#1220129 ltc#205683). +- commit 3a6e250 + +------------------------------------------------------------------- +Wed Feb 21 15:55:19 CET 2024 - jgross@suse.com + +- x86/xen: add CPU dependencies for 32-bit build (git-fixes). +- commit 3c2a9ae + +------------------------------------------------------------------- +Wed Feb 21 14:49:24 CET 2024 - hare@suse.de + +- nvme-fabrics: typo in nvmf_parse_key() (bsc#1219670). +- commit aaaca39 + +------------------------------------------------------------------- +Wed Feb 21 12:47:00 CET 2024 - msuchanek@suse.de + +- scsi: ibmvfc: Open-code reset loop for target reset + (bsc#1220106). +- commit d127e55 + +------------------------------------------------------------------- +Wed Feb 21 12:43:09 CET 2024 - msuchanek@suse.de + +- scsi: ibmvfc: Limit max hw queues by num_online_cpus() + (bsc#1220106). +- commit 3ef410b + +------------------------------------------------------------------- +Wed Feb 21 10:32:35 CET 2024 - jslaby@suse.cz + +- sched/membarrier: reduce the ability to hammer on sys_membarrier + (git-fixes). +- commit 55d8e46 + +------------------------------------------------------------------- +Wed Feb 21 09:37:56 CET 2024 - nmorey@suse.com + +- RDMA/srpt: fix function pointer cast warnings (git-fixes) +- commit ddb0ea4 + +------------------------------------------------------------------- +Wed Feb 21 09:37:19 CET 2024 - nmorey@suse.com + +- RDMA/qedr: Fix qedr_create_user_qp error flow (git-fixes) +- commit f6e1202 + +------------------------------------------------------------------- +Wed Feb 21 09:36:15 CET 2024 - nmorey@suse.com + +- RDMA/srpt: Support specifying the srpt_service_guid parameter (git-fixes) +- commit 118994c + +------------------------------------------------------------------- +Wed Feb 21 09:35:39 CET 2024 - nmorey@suse.com + +- IB/hfi1: Fix sdma.h tx->num_descs off-by-one error (git-fixes) +- commit 86d2329 + +------------------------------------------------------------------- +Wed Feb 21 09:34:40 CET 2024 - nmorey@suse.com + +- RDMA/irdma: Add AE for too many RNRS (git-fixes) +- commit 39a8fd9 + +------------------------------------------------------------------- +Wed Feb 21 09:33:47 CET 2024 - nmorey@suse.com + +- RDMA/irdma: Set the CQ read threshold for GEN 1 (git-fixes) +- commit d6a78b2 + +------------------------------------------------------------------- +Wed Feb 21 09:32:38 CET 2024 - nmorey@suse.com + +- RDMA/irdma: Validate max_send_wr and max_recv_wr (git-fixes) +- commit 4ad24ee + +------------------------------------------------------------------- +Wed Feb 21 09:32:07 CET 2024 - nmorey@suse.com + +- RDMA/irdma: Fix KASAN issue with tasklet (git-fixes) +- commit 3d431c6 + +------------------------------------------------------------------- +Wed Feb 21 09:31:43 CET 2024 - nmorey@suse.com + +- IB/mlx5: Don't expose debugfs entries for RRoCE general parameters if not supported (git-fixes) +- commit 5cf010f + +------------------------------------------------------------------- +Wed Feb 21 09:31:05 CET 2024 - nmorey@suse.com + +- RDMA/bnxt_re: Add a missing check in bnxt_qplib_query_srq (git-fixes) +- commit e1fcbb3 + +------------------------------------------------------------------- +Wed Feb 21 09:30:18 CET 2024 - nmorey@suse.com + +- RDMA/bnxt_re: Return error for SRQ resize (git-fixes) +- commit 154ab68 + +------------------------------------------------------------------- +Wed Feb 21 09:29:51 CET 2024 - nmorey@suse.com + +- RDMA/bnxt_re: Fix unconditional fence for newer adapters (git-fixes) +- commit f16dc69 + +------------------------------------------------------------------- +Wed Feb 21 09:29:24 CET 2024 - nmorey@suse.com + +- RDMA/bnxt_re: Remove a redundant check inside bnxt_re_vf_res_config (git-fixes) +- commit ec51b18 + +------------------------------------------------------------------- +Wed Feb 21 09:29:07 CET 2024 - nmorey@suse.com + +- RDMA/bnxt_re: Avoid creating fence MR for newer adapters (git-fixes) +- commit 1e41e8f + +------------------------------------------------------------------- +Wed Feb 21 09:28:46 CET 2024 - nmorey@suse.com + +- IB/hfi1: Fix a memleak in init_credit_return (git-fixes) +- commit 6060765 + +------------------------------------------------------------------- +Wed Feb 21 09:28:44 CET 2024 - osalvador@suse.de + +- mm,page_owner: Update Documentation regarding page_owner_stacks + (jsc-PED#7423). +- commit 84eb808 + +------------------------------------------------------------------- +Wed Feb 21 08:49:08 CET 2024 - heming.zhao@suse.com + +- series.conf: temporarily disable upstream patch + patches.suse/md-bitmap-don-t-use-index-for-pages-backing-the-bitm-d703.patch + (bsc#1219261) +- commit 57020cb + +------------------------------------------------------------------- +Wed Feb 21 07:30:11 CET 2024 - jslaby@suse.cz + +- rpm/check-for-config-changes: add GCC_ASM_GOTO_OUTPUT_WORKAROUND to IGNORED_CONFIGS_RE + Introduced by commit 68fb3ca0e408 ("update workarounds for gcc "asm + goto" issue"). +- commit be1bdab + +------------------------------------------------------------------- +Tue Feb 20 23:44:14 CET 2024 - wqu@suse.com + +- btrfs: don't clear qgroup reserved bit in release_folio + (bsc#1216196). +- commit 3546ef4 + +------------------------------------------------------------------- +Tue Feb 20 23:41:44 CET 2024 - wqu@suse.com + +- btrfs: free qgroup pertrans reserve on transaction abort + (bsc#1216196). +- commit 48e3e79 + +------------------------------------------------------------------- +Tue Feb 20 23:37:30 CET 2024 - wqu@suse.com + +- btrfs: fix qgroup_free_reserved_data int overflow (bsc#1216196). +- commit 56f38ab + +------------------------------------------------------------------- +Tue Feb 20 23:17:52 CET 2024 - wqu@suse.com + +- btrfs: free qgroup reserve when ORDERED_IOERR is set + (bsc#1216196). +- commit c0918a8 + +------------------------------------------------------------------- +Tue Feb 20 19:49:30 CET 2024 - denis.kirjanov@suse.com + +- net: openvswitch: limit the number of recursions from action + sets (bsc#1219835 CVE-2024-1151). +- commit af45645 + +------------------------------------------------------------------- +Tue Feb 20 19:00:05 CET 2024 - jgross@suse.com + +- KVM: x86: Fix KVM_GET_MSRS stack info leak (git-fixes). +- commit 9c73ba1 + +------------------------------------------------------------------- +Tue Feb 20 18:26:35 CET 2024 - jgross@suse.com + +- KVM: x86/pmu: Fix type length error when reading + pmu->fixed_ctr_ctrl (git-fixes). +- commit 9f3dd74 + +------------------------------------------------------------------- +Tue Feb 20 18:00:17 CET 2024 - oneukum@suse.com + +- Update config files. + PHONET makes no sense for PPC either +- commit f546449 + +------------------------------------------------------------------- +Tue Feb 20 17:53:15 CET 2024 - jgross@suse.com + +- KVM: x86: make KVM_REQ_NMI request iff NMI pending for vcpu + (git-fixes). +- commit 00a662c + +------------------------------------------------------------------- +Tue Feb 20 17:07:49 CET 2024 - jgross@suse.com + +- net: add more sanity check in virtio_net_hdr_to_skb() + (git-fixes). +- commit 6f87770 + +------------------------------------------------------------------- +Tue Feb 20 16:34:08 CET 2024 - jgross@suse.com + +- virtio_net: Fix "%d directive writing between 1 and 11 bytes into a + region of size 10" warnings (git-fixes). +- commit 26fc666 + +------------------------------------------------------------------- +Tue Feb 20 16:32:06 CET 2024 - osalvador@suse.de + +- lib/stackdepot: add depot_fetch_stack helper (jsc-PED#7423). +- commit 1be3e14 + +------------------------------------------------------------------- +Tue Feb 20 16:00:43 CET 2024 - jgross@suse.com + +- rpmsg: virtio: Free driver_override when rpmsg_remove() + (git-fixes). +- commit 0617fb4 + +------------------------------------------------------------------- +Tue Feb 20 15:27:12 CET 2024 - jgross@suse.com + +- virtio_blk: remove the broken zone revalidation support + (git-fixes). +- commit ffc9138 + +------------------------------------------------------------------- +Tue Feb 20 14:53:41 CET 2024 - jgross@suse.com + +- virtio_blk: fix snprintf truncation compiler warning + (git-fixes). +- commit 245e0da + +------------------------------------------------------------------- +Tue Feb 20 14:20:10 CET 2024 - jgross@suse.com + +- virtio-blk: fix implicit overflow on virtio_max_dma_size + (git-fixes). +- commit b4c31dd + +------------------------------------------------------------------- +Tue Feb 20 14:02:52 CET 2024 - msuchanek@suse.de + +- powerpc/pseries/iommu: DLPAR add doesn't completely initialize + pci_controller (bsc#1215199). +- commit 5fb603b + +------------------------------------------------------------------- +Tue Feb 20 13:49:19 CET 2024 - denis.kirjanov@suse.com + +- igc: Remove temporary workaround (git-fixes). +- commit eb132b5 + +------------------------------------------------------------------- +Tue Feb 20 13:47:44 CET 2024 - denis.kirjanov@suse.com + +- igb: Fix string truncation warnings in igb_set_fw_version + (git-fixes). +- commit 605f8bb + +------------------------------------------------------------------- +Tue Feb 20 13:46:24 CET 2024 - jgross@suse.com + +- virtio_balloon: Fix endless deflation and inflation on arm64 + (git-fixes). +- commit 2b66f82 + +------------------------------------------------------------------- +Tue Feb 20 13:46:07 CET 2024 - denis.kirjanov@suse.com + +- net: ravb: Count packets instead of descriptors in GbEth RX path + (git-fixes). +- commit 2d0b099 + +------------------------------------------------------------------- +Tue Feb 20 13:44:25 CET 2024 - denis.kirjanov@suse.com + +- pppoe: Fix memory leak in pppoe_sendmsg() (git-fixes). +- commit 65a997a + +------------------------------------------------------------------- +Tue Feb 20 13:42:48 CET 2024 - denis.kirjanov@suse.com + +- ice: Add check for lport extraction to LAG init (git-fixes). +- commit 5cd2e68 + +------------------------------------------------------------------- +Tue Feb 20 13:35:31 CET 2024 - duwe@suse.de + +- supported.conf: + * add iaa_crypto (compression accelerator), supported + by intel. (jsc#PED-7793) + * QAT and IAA are now in an "intel" subdir. + Update and reshuffle. +- commit 846c769 + +------------------------------------------------------------------- +Tue Feb 20 13:28:33 CET 2024 - denis.kirjanov@suse.com + +- bnad: fix work_queue type mismatch (git-fixes). +- commit 1a2a9a7 + +------------------------------------------------------------------- +Tue Feb 20 13:27:05 CET 2024 - denis.kirjanov@suse.com + +- i40e: take into account XDP Tx queues when stopping rings + (git-fixes). +- commit f377fcb + +------------------------------------------------------------------- +Tue Feb 20 13:25:38 CET 2024 - denis.kirjanov@suse.com + +- i40e: avoid double calling i40e_pf_rxq_wait() (git-fixes). +- commit 925c60c + +------------------------------------------------------------------- +Tue Feb 20 13:23:16 CET 2024 - denis.kirjanov@suse.com + +- i40e: Fix wrong mask used during DCB config (git-fixes). +- commit 498f506 + +------------------------------------------------------------------- +Tue Feb 20 13:21:41 CET 2024 - denis.kirjanov@suse.com + +- i40e: Fix waiting for queues of all VSIs to be disabled + (git-fixes). +- commit 4a4e88c + +------------------------------------------------------------------- +Tue Feb 20 13:19:44 CET 2024 - denis.kirjanov@suse.com + +- octeontx2-af: Remove the PF_FUNC validation for NPC transmit + rules (git-fixes). +- commit 02c2bca + +------------------------------------------------------------------- +Tue Feb 20 13:18:02 CET 2024 - denis.kirjanov@suse.com + +- ionic: minimal work with 0 budget (git-fixes). +- commit c0e1f7f + +------------------------------------------------------------------- +Tue Feb 20 13:15:45 CET 2024 - denis.kirjanov@suse.com + +- i40e: Do not allow untrusted VF to remove administratively + set MAC (git-fixes). +- commit 530701b + +------------------------------------------------------------------- +Tue Feb 20 13:14:12 CET 2024 - denis.kirjanov@suse.com + +- lan966x: Fix crash when adding interface under a lag + (git-fixes). +- commit 4cc5718 + +------------------------------------------------------------------- +Tue Feb 20 13:09:59 CET 2024 - denis.kirjanov@suse.com + +- bonding: do not report NETDEV_XDP_ACT_XSK_ZEROCOPY (git-fixes). +- commit 905320f + +------------------------------------------------------------------- +Tue Feb 20 13:08:26 CET 2024 - denis.kirjanov@suse.com + +- net/mlx5: DPLL, Fix possible use after free after delayed work + timer triggers (git-fixes). +- commit 8d225a2 + +------------------------------------------------------------------- +Tue Feb 20 12:15:00 CET 2024 - jgross@suse.com + +- x86/xen: fix percpu vcpu_info allocation (git-fixes). +- commit 7e63a00 + +------------------------------------------------------------------- +Tue Feb 20 11:42:55 CET 2024 - duwe@suse.de + +- Update config files. +- commit 9e4b975 + +------------------------------------------------------------------- +Tue Feb 20 11:41:41 CET 2024 - jgross@suse.com + +- acpi/processor: sanitize _OSC/_PDC capabilities for Xen dom0 + (git-fixes). +- commit fb286cc + +------------------------------------------------------------------- +Tue Feb 20 11:07:23 CET 2024 - jgross@suse.com + +- blacklist.conf: add 7d8c67dd5d4f2 (only comment changes) +- commit c4873a4 + +------------------------------------------------------------------- +Tue Feb 20 11:04:11 CET 2024 - jgross@suse.com + +- xen/events: close evtchn after mapping cleanup (git-fixes). +- commit dfc538e + +------------------------------------------------------------------- +Tue Feb 20 10:30:33 CET 2024 - jgross@suse.com + +- xen-netback: properly sync TX responses (git-fixes). +- commit ec08947 + +------------------------------------------------------------------- +Tue Feb 20 10:06:08 CET 2024 - oneukum@suse.com + +- timers: Tag (hr)timer softirq as hotplug safe (git-fixes). +- commit 37f54ca + +------------------------------------------------------------------- +Tue Feb 20 10:01:24 CET 2024 - oneukum@suse.com + +- blacklist.conf: false positive, fixed feature not backported +- commit 6569781 + +------------------------------------------------------------------- +Tue Feb 20 09:57:03 CET 2024 - jgross@suse.com + +- xen/gntdev: Fix the abuse of underlying struct page in DMA-buf + import (git-fixes). +- commit 559fc95 + +------------------------------------------------------------------- +Tue Feb 20 09:54:49 CET 2024 - oneukum@suse.com + +- Documentation: arm64: Correct SME ZA macros name (git-fixes). +- commit 2f32046 + +------------------------------------------------------------------- +Tue Feb 20 09:54:19 CET 2024 - oneukum@suse.com + +- docs: arm64: Move arm64 documentation under Documentation/arch/ + (git-fixes). +- Refresh + patches.suse/arm64-errata-Add-Cortex-A520-speculative-unprivilege.patch. +- Refresh + patches.suse/arm64-errata-Mitigate-Ampere1-erratum-AC03_CPU_.patch. +- Refresh + patches.suse/iommu-arm-smmu-v3-Document-MMU-700-erratum-281.patch. +- Refresh + patches.suse/iommu-arm-smmu-v3-Document-nesting-related-err.patch. +- Refresh + patches.suse/iommu-arm-smmu-v3-Work-around-MMU-600-erratum-.patch. +- commit dbd8870 + +------------------------------------------------------------------- +Tue Feb 20 09:43:14 CET 2024 - pmladek@suse.com + +- Delete + patches.suse/workqueue-Override-implicit-ordered-attribute-in-wor.patch. +- blacklist.conf: the patch caused a regression and has been reverted + upstream (bsc#1219509) +- commit 24b5f0d + +------------------------------------------------------------------- +Tue Feb 20 09:42:55 CET 2024 - tiwai@suse.de + +- Drop bcm5974 input patch causing a regression (bsc#1220030) +- commit 63d5a46 + +------------------------------------------------------------------- +Tue Feb 20 09:32:14 CET 2024 - osalvador@suse.de + +- lib/stackdepot: add refcount for records (jsc-PED#7423). +- commit 150e517 + +------------------------------------------------------------------- +Tue Feb 20 09:31:50 CET 2024 - denis.kirjanov@suse.com + +- net: qualcomm: rmnet: fix global oob in rmnet_policy + (git-fixes). +- commit 890ecf9 + +------------------------------------------------------------------- +Tue Feb 20 09:25:41 CET 2024 - denis.kirjanov@suse.com + +- Refresh + patches.suse/powerpc-pseries-papr-sysparm-use-u8-arrays-for-paylo.patch. +- commit ee4a898 + +------------------------------------------------------------------- +Tue Feb 20 09:23:37 CET 2024 - jgross@suse.com + +- swiotlb-xen: provide the "max_mapping_size" method (git-fixes). +- commit b256918 + +------------------------------------------------------------------- +Mon Feb 19 16:52:01 CET 2024 - msuchanek@suse.de + +- powerpc/64: Set task pt_regs->link to the LR value on scv entry + (bsc#1194869). +- powerpc: add crtsavres.o to always-y instead of extra-y + (bsc#1194869). +- powerpc/watchpoints: Annotate atomic context in more places + (bsc#1194869). +- powerpc/watchpoint: Disable pagefaults when getting user + instruction (bsc#1194869). +- powerpc/watchpoints: Disable preemption in thread_change_pc() + (bsc#1194869). +- powerpc/pseries: Rework lppaca_shared_proc() to avoid + DEBUG_PREEMPT (bsc#1194869). +- powerpc: Don't include lppaca.h in paca.h (bsc#1194869). +- powerpc/powernv: Fix fortify source warnings in opal-prd.c + (bsc#1194869). +- commit 72b942a + +------------------------------------------------------------------- +Mon Feb 19 15:53:41 CET 2024 - msuchanek@suse.de + +- blacklist: Add more files for unsupported powerpc architectures +- commit 47ca633 + +------------------------------------------------------------------- +Mon Feb 19 15:29:10 CET 2024 - mbrugger@suse.com + +- blacklist.conf: fix for config we don't have +- commit 6278860 + +------------------------------------------------------------------- +Mon Feb 19 15:22:04 CET 2024 - msuchanek@suse.de + +- powerpc/kasan: Limit KASAN thread size increase to 32KB + (bsc#1215199). +- commit a664cb1 + +------------------------------------------------------------------- +Mon Feb 19 14:48:15 CET 2024 - duwe@suse.de + +- dmaengine: idxd: Add support for device/wq defaults + (jsc#PED-7793). +- crypto: iaa - Add IAA Compression Accelerator stats + (jsc#PED-7793). +- crypto: iaa - Add irq support for the crypto async interface + (jsc#PED-7793). +- crypto: iaa - Add support for deflate-iaa compression algorithm + (jsc#PED-7793). +- crypto: iaa - Add compression mode management along with fixed + mode (jsc#PED-7793). +- crypto: iaa - Add per-cpu workqueue table with rebalancing + (jsc#PED-7793). +- crypto: iaa - Add Intel IAA Compression Accelerator crypto + driver core (jsc#PED-7793). +- crypto: iaa - Add IAA Compression Accelerator Documentation + (jsc#PED-7793). +- dmaengine: idxd: add callback support for iaa crypto + (jsc#PED-7793). +- dmaengine: idxd: Add wq private data accessors (jsc#PED-7793). +- dmaengine: idxd: Export wq resource management functions + (jsc#PED-7793). +- dmaengine: idxd: Export descriptor management functions + (jsc#PED-7793). +- dmaengine: idxd: Rename drv_enable/disable_wq to + idxd_drv_enable/disable_wq, and export (jsc#PED-7793). +- dmaengine: idxd: add external module driver support for + dsa_bus_type (jsc#PED-7793). +- dmaengine: idxd: add wq driver name support for accel-config + user tool (jsc#PED-7793). +- dmaengine: idxd: Remove unused declarations (jsc#PED-7793). +- commit 698723a + +------------------------------------------------------------------- +Mon Feb 19 14:25:45 CET 2024 - mkoutny@suse.com + +- Update config files. + Only run_oldconfig.sh +- commit de91fa9 + +------------------------------------------------------------------- +Mon Feb 19 14:10:16 CET 2024 - oneukum@suse.com + +- leds: Change led_trigger_blink[_oneshot]() delay parameters + to pass-by-value (git-fixes). +- commit a5e7aeb + +------------------------------------------------------------------- +Mon Feb 19 14:05:49 CET 2024 - oneukum@suse.com + +- usb: ucsi_acpi: Quirk to ack a connector change ack cmd + (git-fixes). +- commit 3843488 + +------------------------------------------------------------------- +Mon Feb 19 14:03:11 CET 2024 - mkoutny@suse.com + +- Update config files. + Disable CONFIG_RT_GROUP_SCHED (jsc#SLE-10427) on arm64 too. +- commit dffd692 + +------------------------------------------------------------------- +Mon Feb 19 13:53:38 CET 2024 - hare@suse.de + +- nvme-keyring: restrict match length for version '1' identifiers + (bsc#1219670). +- commit 131550a + +------------------------------------------------------------------- +Mon Feb 19 13:32:45 CET 2024 - msuchanek@suse.de + +- Refresh sorted patches. +- commit 6f4c0b8 + +------------------------------------------------------------------- +Mon Feb 19 13:23:57 CET 2024 - msuchanek@suse.de + +- block: sed-opal: handle empty atoms when parsing response + (jsc#PED-3545 git-fixes bsc#1220089 ltc#205305). +- commit c7fe618 + +------------------------------------------------------------------- +Mon Feb 19 13:15:06 CET 2024 - denis.kirjanov@suse.com + +- net: ravb: Wait for operating mode to be applied (git-fixes). +- commit 40520b1 + +------------------------------------------------------------------- +Mon Feb 19 13:09:05 CET 2024 - msuchanek@suse.de + +- powerpc/pseries: fix accuracy of stolen time (bsc#1215199). +- powerpc/64s: Increase default stack size to 32KB (bsc#1215199). +- powerpc/mm: Fix null-pointer dereference in pgtable_cache_add + (bsc#1215199). +- powerpc/lib: Validate size for vector operations (bsc#1215199). +- commit b3e0008 + +------------------------------------------------------------------- +Mon Feb 19 13:00:46 CET 2024 - msuchanek@suse.de + +- powerpc/iommu: Fix the missing iommu_group_put() during platform + domain attach (jsc#PED-7779 jsc#PED-7780 git-fixes). +- commit 06cae39 + +------------------------------------------------------------------- +Mon Feb 19 12:34:16 CET 2024 - msuchanek@suse.de + +- compute-PATCHVERSION: Do not produce output when awk fails + compute-PATCHVERSION uses awk to produce a shell script that is + subsequently executed to update shell variables which are then printed + as the patchversion. + Some versions of awk, most notably bysybox-gawk do not understand the + awk program and fail to run. This results in no script generated as + output, and printing the initial values of the shell variables as + the patchversion. + When the awk program fails to run produce 'exit 1' as the shell script + to run instead. That prevents printing the stale values, generates no + output, and generates invalid rpm spec file down the line. Then the + problem is flagged early and should be easier to diagnose. +- commit 8ef8383 + +------------------------------------------------------------------- +Mon Feb 19 12:12:14 CET 2024 - osalvador@suse.de + +- mm,page_owner: Filter out stacks by a threshold (jsc-PED#7423). +- commit 4b9a1a9 + +------------------------------------------------------------------- +Mon Feb 19 12:04:57 CET 2024 - denis.kirjanov@suse.com + +- net: bcmgenet: Fix FCS generation for fragmented skbuffs (git-fixes). +- commit 15da81c + +------------------------------------------------------------------- +Mon Feb 19 11:45:41 CET 2024 - osalvador@suse.de + +- mm,page_owner: Display all stacks and their count + (jsc-PED#7423). +- commit 582b35c + +------------------------------------------------------------------- +Mon Feb 19 11:38:26 CET 2024 - osalvador@suse.de + +- mm,page_owner: Implement the tracking of the stacks count + (jsc-PED#7423). +- commit 9af4176 + +------------------------------------------------------------------- +Mon Feb 19 11:16:31 CET 2024 - osalvador@suse.de + +- mm,page_owner: Maintain own list of stack_records structs + (jsc-PED#7423). +- commit 332036c + +------------------------------------------------------------------- +Mon Feb 19 11:13:34 CET 2024 - osalvador@suse.de + +- lib/stackdepot: Move stack_record struct definition into the + header (jsc-PED#7423). +- commit 19fef81 + +------------------------------------------------------------------- +Mon Feb 19 10:41:23 CET 2024 - osalvador@suse.de + +- lib/stackdepot: Fix first entry having a 0-handle + (jsc-PED#7423). +- commit 3666049 + +------------------------------------------------------------------- +Mon Feb 19 08:56:14 CET 2024 - tiwai@suse.de + +- kallsyms: ignore ARMv4 thunks along with others (git-fixes). +- modpost: trim leading spaces when processing source files list + (git-fixes). +- kbuild: Fix changing ELF file type for output of gen_btf for + big endian (git-fixes). +- irqchip/gic-v3-its: Fix GICv4.1 VPE affinity update (git-fixes). +- irqchip/irq-brcmstb-l2: Add write memory barrier before exit + (git-fixes). +- i2c: i801: Fix block process call transactions (git-fixes). +- i2c: qcom-geni: Correct I2C TRE sequence (git-fixes). +- commit 65eebf2 + +------------------------------------------------------------------- +Mon Feb 19 08:22:12 CET 2024 - dwagner@suse.de + +- nvme-fabrics: fix I/O connect error handling (git-fixes). +- commit b81dbf7 + +------------------------------------------------------------------- +Sun Feb 18 22:15:13 CET 2024 - ailiop@suse.com + +- xfs: reset XFS_ATTR_INCOMPLETE filter on node removal + (git-fixes). +- commit 387ed3b + +------------------------------------------------------------------- +Sun Feb 18 22:12:47 CET 2024 - ailiop@suse.com + +- xfs: ensure logflagsp is initialized in xfs_bmap_del_extent_real + (git-fixes). +- commit 73bc52b + +------------------------------------------------------------------- +Sun Feb 18 22:10:30 CET 2024 - ailiop@suse.com + +- xfs: don't leak recovered attri intent items (git-fixes). +- commit 3311908 + +------------------------------------------------------------------- +Sun Feb 18 22:09:25 CET 2024 - ailiop@suse.com + +- xfs: dquot recovery does not validate the recovered dquot + (git-fixes). +- commit 11dd393 + +------------------------------------------------------------------- +Sun Feb 18 22:08:29 CET 2024 - ailiop@suse.com + +- xfs: clean up dqblk extraction (git-fixes). +- commit 2a55daa + +------------------------------------------------------------------- +Sun Feb 18 22:04:08 CET 2024 - ailiop@suse.com + +- xfs: inode recovery does not validate the recovered inode + (git-fixes). +- commit eb71955 + +------------------------------------------------------------------- +Sun Feb 18 22:03:08 CET 2024 - ailiop@suse.com + +- xfs: handle nimaps=0 from xfs_bmapi_write in + xfs_alloc_file_space (git-fixes). +- commit a21b8a6 + +------------------------------------------------------------------- +Sun Feb 18 22:01:27 CET 2024 - ailiop@suse.com + +- xfs: introduce protection for drop nlink (git-fixes). +- commit c20e066 + +------------------------------------------------------------------- +Sun Feb 18 22:00:23 CET 2024 - ailiop@suse.com + +- xfs: rt stubs should return negative errnos when rt disabled + (git-fixes). +- commit 3d89caf + +------------------------------------------------------------------- +Sun Feb 18 21:59:25 CET 2024 - ailiop@suse.com + +- xfs: prevent rt growfs when quota is enabled (git-fixes). +- commit fff2e4b + +------------------------------------------------------------------- +Sun Feb 18 21:58:26 CET 2024 - ailiop@suse.com + +- xfs: hoist freeing of rt data fork extent mappings (git-fixes). +- commit 44ca58e + +------------------------------------------------------------------- +Sun Feb 18 21:55:56 CET 2024 - ailiop@suse.com + +- xfs: bump max fsgeom struct version (git-fixes). +- commit 7d7701a + +------------------------------------------------------------------- +Sun Feb 18 09:47:33 CET 2024 - tiwai@suse.de + +- driver core: fw_devlink: Improve detection of overlapping cycles + (git-fixes). +- driver core: Fix device_link_flag_is_sync_state_only() + (git-fixes). +- iio: adc: ad4130: only set GPIO_CTRL if pin is unused + (git-fixes). +- iio: adc: ad4130: zero-initialize clock init data (git-fixes). +- iio: accel: bma400: Fix a compilation problem (git-fixes). +- iio: commom: st_sensors: ensure proper DMA alignment + (git-fixes). +- staging: iio: ad5933: fix type mismatch regression (git-fixes). +- iio: adc: ad_sigma_delta: ensure proper DMA alignment + (git-fixes). +- iio: imu: adis: ensure proper DMA alignment (git-fixes). +- iio: imu: bno055: serdev requires REGMAP (git-fixes). +- iio: magnetometer: rm3100: add boundary check for the value + read from RM3100_REG_TMRC (git-fixes). +- iio: pressure: bmp280: Add missing bmp085 to SPI id table + (git-fixes). +- iio: core: fix memleak in iio_device_register_sysfs (git-fixes). +- thunderbolt: Fix setting the CNS bit in ROUTER_CS_5 (git-fixes). +- media: ir_toy: fix a memleak in irtoy_tx (git-fixes). +- media: Revert "media: rkisp1: Drop IRQF_SHARED" (git-fixes). +- commit 7fba7be + +------------------------------------------------------------------- +Sat Feb 17 10:54:48 CET 2024 - tiwai@suse.de + +- ASoC: amd: yc: Fix non-functional mic on Lenovo 82UU + (git-fixes). +- ALSA: hda/realtek: cs35l41: Add internal speaker support for + ASUS UM3402 with missing DSD (git-fixes). +- ALSA: hda: cs35l41: Support ASUS Zenbook UM3402YAR (git-fixes). +- ALSA: hda: cs35l41: Support additional ASUS Zenbook UX3402VA + (git-fixes). +- ALSA: hda: Increase default bdl_pos_adj for Apollo Lake + (git-fixes). +- ALSA: hda: Replace numeric device IDs with constant values + (git-fixes). +- ALSA: hda: generic: Remove obsolete call to ledtrig_audio_get + (git-fixes). +- ALSA: hda: Properly setup HDMI stream (git-fixes). +- commit 65b7327 + +------------------------------------------------------------------- +Sat Feb 17 10:44:51 CET 2024 - tiwai@suse.de + +- ALSA: hda: Add Lenovo Legion 7i gen7 sound quirk (git-fixes). +- commit 2ab077c + +------------------------------------------------------------------- +Sat Feb 17 10:43:46 CET 2024 - tiwai@suse.de + +- ALSA: hda/realtek: fix mute/micmute LED For HP mt645 + (git-fixes). +- ASoC: amd: yc: Add DMI quirk for Lenovo Ideapad Pro 5 16ARP8 + (git-fixes). +- ALSA: hda/realtek: add IDs for Dell dual spk platform + (git-fixes). +- ALSA: hda/conexant: Add quirk for SWS JS201D (git-fixes). +- commit 96b23dc + +------------------------------------------------------------------- +Sat Feb 17 10:41:49 CET 2024 - tiwai@suse.de + +- ALSA: usb-audio: More relaxed check of MIDI jack names + (git-fixes). +- ASoC: SOF: IPC3: fix message bounds on ipc ops (git-fixes). +- ASoC: q6dsp: fix event handler prototype (git-fixes). +- ASoC: rt5645: Fix deadlock in rt5645_jack_detect_work() + (git-fixes). +- ASoC: SOF: ipc3-topology: Fix pipeline tear down logic + (git-fixes). +- ASoC: cs35l56: Fix deadlock in ASP1 mixer register + initialization (git-fixes). +- ASoC: tas2781: add module parameter to tascodec_init() + (git-fixes). +- ASoC: cs35l56: fix reversed if statement in + cs35l56_dspwait_asp1tx_put() (git-fixes). +- ALSA: hda/realtek: cs35l41: Fix order and duplicates in quirks + table (git-fixes). +- ALSA: hda/realtek: cs35l41: Fix device ID / model name + (git-fixes). +- ALSA: hda/cs35l56: select intended config FW_CS_DSP (git-fixes). +- wifi: brcmfmac: Adjust n_channels usage for __counted_by + (git-fixes). +- USB: serial: option: add Fibocom FM101-GL variant (git-fixes). +- USB: serial: qcserial: add new usb-id for Dell Wireless DW5826e + (git-fixes). +- USB: serial: cp210x: add ID for IMST iM871A-USB (git-fixes). +- usb: dwc3: pci: add support for the Intel Arrow Lake-H + (git-fixes). +- xhci: handle isoc Babble and Buffer Overrun events properly + (git-fixes). +- xhci: process isoc TD properly when there was a transaction + error mid TD (git-fixes). +- usb: dwc3: host: Set XHCI_SG_TRB_CACHE_SIZE_QUIRK (git-fixes). +- Input: i8042 - fix strange behavior of touchpad on Clevo NS70PU + (git-fixes). +- selftests/net: change shebang to bash to support "source" + (git-fixes). +- selftests/net: convert pmtu.sh to run it in unique namespace + (git-fixes). +- selftests/net: convert unicast_extensions.sh to run it in + unique namespace (git-fixes). +- commit 1f8c296 + +------------------------------------------------------------------- +Sat Feb 17 08:13:05 CET 2024 - pjakobsson@suse.de + +- drm/bridge: imx: Add i.MX93 MIPI DSI support (jsc#PED-3527 + jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 + jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 + jsc#PED-6071). +- Update config files. + DRM_IMX93_MIPI_DSI not set +- commit a2123b2 + +------------------------------------------------------------------- +Sat Feb 17 08:08:51 CET 2024 - pjakobsson@suse.de + +- drm/panel: ili9882t: Break out as separate driver (jsc#PED-3527 + jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 + jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 + jsc#PED-6071). +- Update config files. + CONFIG_DRM_PANEL_ILITEK_ILI9882T not set +- commit a8ac974 + +------------------------------------------------------------------- +Sat Feb 17 08:02:53 CET 2024 - pjakobsson@suse.de + +- drm/panel: Add driver for BOE RM692E5 AMOLED panel (jsc#PED-3527 + jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 + jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 + jsc#PED-6071). +- Update config files. + DRM_PANEL_RAYDIUM_RM692E5 not set +- commit 5df9197 + +------------------------------------------------------------------- +Sat Feb 17 07:58:55 CET 2024 - pjakobsson@suse.de + +- fbdev: Provide I/O-memory helpers as module (jsc#PED-3527 + jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 + jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 + jsc#PED-6071). +- Update config files. + CONFIG_FB_IOMEM_FOPS=m +- supported.conf: Add fb_io_fops as supported +- commit 513f33f + +------------------------------------------------------------------- +Sat Feb 17 07:53:55 CET 2024 - pjakobsson@suse.de + +- drm/gpuvm: allow building as module (jsc#PED-3527 jsc#PED-5475 + jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 + jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 + jsc#PED-6071). +- Update config files. + CONFIG_DRM_GPUVM=m +- supported.conf: Add DRM_GPUVM as supported +- drm/gpuvm: rename struct drm_gpuva_manager to struct + drm_gpuvm (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071). +- commit 6497d38 + +------------------------------------------------------------------- +Sat Feb 17 07:40:20 CET 2024 - pjakobsson@suse.de + +- drm/panel: Add driver for JDI LPM102A188A (jsc#PED-3527 + jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 + jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 + jsc#PED-6071). +- Update config files. + CONFIG_DRM_PANEL_JDI_LPM102A188A not set +- commit 60812f3 + +------------------------------------------------------------------- +Fri Feb 16 21:11:31 CET 2024 - mwilck@suse.com + +- scsi: smartpqi: Bump driver version to 2.1.26-030 (bsc#1219987). +- scsi: smartpqi: Fix logical volume rescan race condition + (bsc#1219987). +- scsi: smartpqi: Add new controller PCI IDs (bsc#1219987). +- commit 343b48a + +------------------------------------------------------------------- +Fri Feb 16 19:44:46 CET 2024 - pjakobsson@suse.de + +- drm/ci: clean up xfails (specially flakes list) (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071). +- commit 01bf355 + +------------------------------------------------------------------- +Fri Feb 16 19:12:11 CET 2024 - mwilck@suse.com + +- scsi: mpt3sas: Reload SBR without rebooting HBA (bsc#1219551). +- scsi: mpt3sas: Suppress a warning in debug kernel (bsc#1219551). +- scsi: mpt3sas: Replace dynamic allocations with local variables + (bsc#1219551). +- scsi: mpt3sas: Replace a dynamic allocation with a local + variable (bsc#1219551). +- scsi: mpt3sas: Fix typo of "TRIGGER" (bsc#1219551). +- scsi: mpt3sas: Fix an outdated comment (bsc#1219551). +- scsi: mpt3sas: Remove the iounit_pg8 member of the per-adapter + struct (bsc#1219551). +- scsi: mpt3sas: Use struct_size() for struct size calculations + (bsc#1219551). +- scsi: mpt3sas: Make MPI26_CONFIG_PAGE_PIOUNIT_1::PhyData a + flexible array (bsc#1219551). +- scsi: mpt3sas: Make MPI2_CONFIG_PAGE_SASIOUNIT_1::PhyData a + flexible array (bsc#1219551). +- scsi: mpt3sas: Make MPI2_CONFIG_PAGE_SASIOUNIT_0::PhyData a + flexible array (bsc#1219551). +- scsi: mpt3sas: Make MPI2_CONFIG_PAGE_RAID_VOL_0::PhysDisk a + flexible array (bsc#1219551). +- scsi: mpt3sas: Make MPI2_CONFIG_PAGE_IO_UNIT_8::Sensor a + flexible array (bsc#1219551). +- scsi: mpt3sas: Use flexible arrays when obviously possible + (bsc#1219551). +- commit 472a48e + +------------------------------------------------------------------- +Fri Feb 16 16:13:11 CET 2024 - lhenriques@suse.de + +- ext4: prevent the normalized size from exceeding EXT_MAX_BLOCKS + (bsc#1220174). +- commit 6b2b7ed + +------------------------------------------------------------------- +Fri Feb 16 16:09:10 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/dp: Honor GSP link training retry timeouts (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 6f1c533 + +------------------------------------------------------------------- +Fri Feb 16 16:09:05 CET 2024 - pjakobsson@suse.de + +- nouveau: push event block/allowing out of the fence context (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 983056c + +------------------------------------------------------------------- +Fri Feb 16 16:09:00 CET 2024 - pjakobsson@suse.de + +- nouveau/gsp: always free the alloc messages on r535 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 5c8ea4c + +------------------------------------------------------------------- +Fri Feb 16 16:08:54 CET 2024 - pjakobsson@suse.de + +- nouveau/gsp: don't free ctrl messages on errors (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 5511cbc + +------------------------------------------------------------------- +Fri Feb 16 16:08:49 CET 2024 - pjakobsson@suse.de + +- nouveau/gsp: convert gsp errors to generic errors (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 94f5fc8 + +------------------------------------------------------------------- +Fri Feb 16 16:08:44 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/gsp: Fix ACPI MXDM/MXDS method invocations (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a2467cb + +------------------------------------------------------------------- +Fri Feb 16 16:08:38 CET 2024 - pjakobsson@suse.de + +- nouveau/gsp: free userd allocation. (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 065397b + +------------------------------------------------------------------- +Fri Feb 16 16:08:33 CET 2024 - pjakobsson@suse.de + +- nouveau/gsp: free acpi object after use (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 2b4fd91 + +------------------------------------------------------------------- +Fri Feb 16 16:08:27 CET 2024 - pjakobsson@suse.de + +- nouveau: fix disp disabling with GSP (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit ae68469 + +------------------------------------------------------------------- +Fri Feb 16 16:08:22 CET 2024 - pjakobsson@suse.de + +- nouveau/gsp: drop some acpi related debug (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 92867eb + +------------------------------------------------------------------- +Fri Feb 16 16:08:17 CET 2024 - pjakobsson@suse.de + +- nouveau/gsp: add three notifier callbacks that we see in normal (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 09d15aa + +------------------------------------------------------------------- +Fri Feb 16 16:08:11 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: Use gpu_metrics_v1_5 for SMUv13.0.6 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 1b5903d + +------------------------------------------------------------------- +Fri Feb 16 16:08:06 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: Add gpu_metrics_v1_5 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 30e8919 + +------------------------------------------------------------------- +Fri Feb 16 16:08:01 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: Add mem_busy_percent for GCv9.4.3 apu (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 6e21708 + +------------------------------------------------------------------- +Fri Feb 16 16:07:55 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: Update metric table for jpeg/vcn data (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 419b696 + +------------------------------------------------------------------- +Fri Feb 16 16:07:50 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: Use separate metric table for APU (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 88685a3 + +------------------------------------------------------------------- +Fri Feb 16 16:07:45 CET 2024 - pjakobsson@suse.de + +- drm/i915/display: Get bigjoiner config before dsc config during (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit cf3b0e1 + +------------------------------------------------------------------- +Fri Feb 16 16:07:39 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: dereference variable before checking for zero (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit f60628b + +------------------------------------------------------------------- +Fri Feb 16 16:07:34 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: disable FPO and SubVP for older DMUB versions on (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0da91df + +------------------------------------------------------------------- +Fri Feb 16 16:07:29 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Revert " drm/amd/display: Use channel_width = 2 for (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 04213eb + +------------------------------------------------------------------- +Fri Feb 16 16:07:24 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/kms/nv50-: Don't allow inheritance of headless iors (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 5b22958 + +------------------------------------------------------------------- +Fri Feb 16 16:07:18 CET 2024 - pjakobsson@suse.de + +- drm/nouveau: Fixup gk20a instobj hierarchy (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit e12de7c + +------------------------------------------------------------------- +Fri Feb 16 16:07:13 CET 2024 - pjakobsson@suse.de + +- drm/panel: ltk050h3146w: Set burst mode for ltk050h3148w (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 227f279 + +------------------------------------------------------------------- +Fri Feb 16 16:07:08 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: warn when there are still mappings when a BO is destroyed (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 45b2581 + +------------------------------------------------------------------- +Fri Feb 16 16:07:03 CET 2024 - pjakobsson@suse.de + +- drm/amd: Fix a probing order problem on SDMA 2.4 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7c8e922 + +------------------------------------------------------------------- +Fri Feb 16 16:06:58 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Populate dtbclk from bounding box (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit eba3852 + +------------------------------------------------------------------- +Fri Feb 16 16:06:52 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Revert "Fix conversions between bytes and KB" (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit fc8d63d + +------------------------------------------------------------------- +Fri Feb 16 16:06:47 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu/jpeg: configure doorbell for each playback (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 489af49 + +------------------------------------------------------------------- +Fri Feb 16 16:06:42 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: fix hw rotated modes when PSR-SU is enabled (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0e33036 + +------------------------------------------------------------------- +Fri Feb 16 16:06:37 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: fix pp_*clk_od typo (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 846c80b + +------------------------------------------------------------------- +Fri Feb 16 16:06:32 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: fix buffer funcs setting order on suspend harder (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 60ded2a + +------------------------------------------------------------------- +Fri Feb 16 16:06:26 CET 2024 - pjakobsson@suse.de + +- drm/mediatek: mtk_disp_gamma: Fix breakage due to merge issue (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c4b6d76 + +------------------------------------------------------------------- +Fri Feb 16 16:06:21 CET 2024 - pjakobsson@suse.de + +- mei: pxp: fix mei_pxp_send_message return value (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d83417c + +------------------------------------------------------------------- +Fri Feb 16 16:06:16 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: fix buffer funcs setting order on suspend (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3292583 + +------------------------------------------------------------------- +Fri Feb 16 16:06:11 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Avoid querying DRM MGCG status (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit ee39ec6 + +------------------------------------------------------------------- +Fri Feb 16 16:06:06 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Update HDP 4.4.2 clock gating flags (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 066f3b2 + +------------------------------------------------------------------- +Fri Feb 16 16:06:01 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Restrict extended wait to PSP v13.0.6 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 58b9a57 + +------------------------------------------------------------------- +Fri Feb 16 16:05:55 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: optimize the printing order of error data (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d9a7646 + +------------------------------------------------------------------- +Fri Feb 16 16:05:50 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Update fw version for boot time error query (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7d7fdb4 + +------------------------------------------------------------------- +Fri Feb 16 16:05:45 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: support new mca smu error code decoding (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d79039e + +------------------------------------------------------------------- +Fri Feb 16 16:05:40 CET 2024 - pjakobsson@suse.de + +- drm/amd/swsmu: update smu v14_0_0 driver if version and metrics table (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c101f43 + +------------------------------------------------------------------- +Fri Feb 16 16:05:34 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Fix array-index-out-of-bounds in dml2 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a784746 + +------------------------------------------------------------------- +Fri Feb 16 16:05:29 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Use channel_width = 2 for vram table 3.0 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d35a295 + +------------------------------------------------------------------- +Fri Feb 16 16:05:24 CET 2024 - pjakobsson@suse.de + +- drm/panfrost: Fix incorrect updating of current device frequency (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 6eb00f8 + +------------------------------------------------------------------- +Fri Feb 16 16:05:19 CET 2024 - pjakobsson@suse.de + +- drm/panfrost: Consider dma-buf imported objects as resident (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 9b8c3c3 + +------------------------------------------------------------------- +Fri Feb 16 16:05:14 CET 2024 - pjakobsson@suse.de + +- nouveau/gsp: document some aspects of GSP-RM (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d331b9c + +------------------------------------------------------------------- +Fri Feb 16 16:05:08 CET 2024 - pjakobsson@suse.de + +- drm/i915: correct the input parameter on _intel_dsb_commit() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 2bf23fe + +------------------------------------------------------------------- +Fri Feb 16 16:05:03 CET 2024 - pjakobsson@suse.de + +- drm/i915: Check pipe active state in (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 015f301 + +------------------------------------------------------------------- +Fri Feb 16 16:04:58 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Fix some HostVM parameters in DML (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit f19df3a + +------------------------------------------------------------------- +Fri Feb 16 16:04:53 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Allow DTBCLK disable for DCN35 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit ca48e6b + +------------------------------------------------------------------- +Fri Feb 16 16:04:47 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: fix AGP addressing when GART is not at 0 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7a07b43 + +------------------------------------------------------------------- +Fri Feb 16 16:04:42 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Fix black screen on video playback with embedded (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 585ccb0 + +------------------------------------------------------------------- +Fri Feb 16 16:04:37 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Fix conversions between bytes and KB (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 5cc1aee + +------------------------------------------------------------------- +Fri Feb 16 16:04:32 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Remove config update (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 9b869bb + +------------------------------------------------------------------- +Fri Feb 16 16:04:27 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Update DCN35 clock table policy (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 474c4c8 + +------------------------------------------------------------------- +Fri Feb 16 16:04:21 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add init_registers for nbio v7.11 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 4f1ac78 + +------------------------------------------------------------------- +Fri Feb 16 16:04:16 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Do not read DPREFCLK spread info from LUT on DCN35 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 57c43f1 + +------------------------------------------------------------------- +Fri Feb 16 16:04:11 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Fix MPCC 1DLUT programming (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit bce1e89 + +------------------------------------------------------------------- +Fri Feb 16 16:04:06 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Feed SR and Z8 watermarks into DML2 for DCN35 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 340e395 + +------------------------------------------------------------------- +Fri Feb 16 16:04:01 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Add Z8 watermarks for DML2 bbox overrides (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit effcb2b + +------------------------------------------------------------------- +Fri Feb 16 16:03:55 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: optimize RLC powerdown notification on Vangogh (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 99b7a01 + +------------------------------------------------------------------- +Fri Feb 16 16:03:50 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: fix a pipe mapping error in dcn32_fpu (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d5d56b6 + +------------------------------------------------------------------- +Fri Feb 16 16:03:45 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Update DCN35 watermarks (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 23a8809 + +------------------------------------------------------------------- +Fri Feb 16 16:03:40 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: update xgmi num links info post gc9.4.2 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 27c550f + +------------------------------------------------------------------- +Fri Feb 16 16:03:34 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Add z-state support policy for dcn35 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d9c6ded + +------------------------------------------------------------------- +Fri Feb 16 16:03:29 CET 2024 - pjakobsson@suse.de + +- nouveau/gsp: replace zero-length array with flex-array member and use (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a9af727 + +------------------------------------------------------------------- +Fri Feb 16 16:03:24 CET 2024 - pjakobsson@suse.de + +- nouveau/gsp/r535: remove a stray unlock in r535_gsp_rpc_send() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit e54c783 + +------------------------------------------------------------------- +Fri Feb 16 16:03:19 CET 2024 - pjakobsson@suse.de + +- drm/gpuvm: Fix deprecated license identifier (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 8a48e05 + +------------------------------------------------------------------- +Fri Feb 16 16:03:14 CET 2024 - pjakobsson@suse.de + +- Revert "drm/bridge: panel: Add a device link between drm device and (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3064382 + +------------------------------------------------------------------- +Fri Feb 16 16:03:08 CET 2024 - pjakobsson@suse.de + +- Revert "drm/bridge: panel: Check device dependency before managing (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 5bb3979 + +------------------------------------------------------------------- +Fri Feb 16 16:03:03 CET 2024 - pjakobsson@suse.de + +- drm/bridge: panel: Check device dependency before managing device (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit ab3cb7e + +------------------------------------------------------------------- +Fri Feb 16 16:02:58 CET 2024 - pjakobsson@suse.de + +- drm/i915/dp_mst: Fix race between connector registration and setup (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a1725b5 + +------------------------------------------------------------------- +Fri Feb 16 16:02:53 CET 2024 - pjakobsson@suse.de + +- nouveau/gsp: allocate enough space for all channel ids. (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d92ed03 + +------------------------------------------------------------------- +Fri Feb 16 16:02:48 CET 2024 - pjakobsson@suse.de + +- drm/msm: remove unnecessary NULL check (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 42f20b9 + +------------------------------------------------------------------- +Fri Feb 16 16:02:42 CET 2024 - pjakobsson@suse.de + +- drm/msm/dp: attach the DP subconnector property (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 5e0574d + +------------------------------------------------------------------- +Fri Feb 16 16:02:37 CET 2024 - pjakobsson@suse.de + +- drm/msm/dp: don't touch DP subconnector property in eDP case (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 29868de + +------------------------------------------------------------------- +Fri Feb 16 16:02:32 CET 2024 - pjakobsson@suse.de + +- drm/msm: remove exra drm_kms_helper_poll_init() call (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0964707 + +------------------------------------------------------------------- +Fri Feb 16 16:02:27 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu/gmc9: disable AGP aperture (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 2a16255 + +------------------------------------------------------------------- +Fri Feb 16 16:02:21 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu/gmc10: disable AGP aperture (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 552d4fa + +------------------------------------------------------------------- +Fri Feb 16 16:02:16 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu/gmc11: disable AGP aperture (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit f545dfe + +------------------------------------------------------------------- +Fri Feb 16 16:02:11 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add a module parameter to control the AGP aperture (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 641bbb7 + +------------------------------------------------------------------- +Fri Feb 16 16:02:05 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu/gmc11: fix logic typo in AGP check (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 1842e7a + +------------------------------------------------------------------- +Fri Feb 16 16:02:00 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Fix encoder disable logic (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 461952e + +------------------------------------------------------------------- +Fri Feb 16 16:01:55 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add and populate the port num into xgmi topology info (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3261c67 + +------------------------------------------------------------------- +Fri Feb 16 16:01:49 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Negate IPS allow and commit bits (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 02c359f + +------------------------------------------------------------------- +Fri Feb 16 16:01:44 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: Don't send unload message for reset (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit afa6b4f + +------------------------------------------------------------------- +Fri Feb 16 16:01:39 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: fix ras err_data null pointer issue in amdgpu_ras.c (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 481e246 + +------------------------------------------------------------------- +Fri Feb 16 16:01:33 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: fix NULL dereference (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 1246314 + +------------------------------------------------------------------- +Fri Feb 16 16:01:28 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Add null checks for 8K60 lightup (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 1b7d41c + +------------------------------------------------------------------- +Fri Feb 16 16:01:23 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: Fill pcie error counters for gpu v1_4 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit ce78527 + +------------------------------------------------------------------- +Fri Feb 16 16:01:17 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: Update metric table for smu v13_0_6 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 1c3fff6 + +------------------------------------------------------------------- +Fri Feb 16 16:01:12 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Address member 'ring' not described in 'amdgpu_ vce, (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 31b3fbe + +------------------------------------------------------------------- +Fri Feb 16 16:01:07 CET 2024 - pjakobsson@suse.de + +- nouveau: don't fail driver load if no display hw present. (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 43adc14 + +------------------------------------------------------------------- +Fri Feb 16 16:01:01 CET 2024 - pjakobsson@suse.de + +- drm: panel-orientation-quirks: Add quirk for Lenovo Legion Go (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit fd1f874 + +------------------------------------------------------------------- +Fri Feb 16 16:00:56 CET 2024 - pjakobsson@suse.de + +- nouveau/gsp/r535: Fix a NULL vs error pointer bug (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d7cad37 + +------------------------------------------------------------------- +Fri Feb 16 16:00:51 CET 2024 - pjakobsson@suse.de + +- nouveau/gsp/r535: uninitialized variable in r535_gsp_acpi_mux_id() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a448103 + +------------------------------------------------------------------- +Fri Feb 16 16:00:45 CET 2024 - pjakobsson@suse.de + +- drm/ci: make github dependabot happy again (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 8324a2d + +------------------------------------------------------------------- +Fri Feb 16 16:00:40 CET 2024 - pjakobsson@suse.de + +- fbdev: amifb: Convert to platform remove callback returning void (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 437efee + +------------------------------------------------------------------- +Fri Feb 16 16:00:34 CET 2024 - pjakobsson@suse.de + +- fbdev: amifb: Mark driver struct with __refdata to prevent section (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7b2956e + +------------------------------------------------------------------- +Fri Feb 16 16:00:29 CET 2024 - pjakobsson@suse.de + +- fbdev: hyperv_fb: fix uninitialized local variable use (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 55001fe + +------------------------------------------------------------------- +Fri Feb 16 16:00:24 CET 2024 - pjakobsson@suse.de + +- fbdev: omapfb/tpd12s015: Convert to platform remove callback (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 5dd61b7 + +------------------------------------------------------------------- +Fri Feb 16 16:00:18 CET 2024 - pjakobsson@suse.de + +- fbdev: omapfb/tfp410: Convert to platform remove callback returning (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 4f18038 + +------------------------------------------------------------------- +Fri Feb 16 16:00:13 CET 2024 - pjakobsson@suse.de + +- fbdev: omapfb/sharp-ls037v7dw01: Convert to platform remove callback (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d6a9841 + +------------------------------------------------------------------- +Fri Feb 16 16:00:08 CET 2024 - pjakobsson@suse.de + +- fbdev: omapfb/opa362: Convert to platform remove callback returning (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 44ec1aa + +------------------------------------------------------------------- +Fri Feb 16 16:00:02 CET 2024 - pjakobsson@suse.de + +- fbdev: omapfb/hdmi: Convert to platform remove callback returning (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 6ea982d + +------------------------------------------------------------------- +Fri Feb 16 15:59:57 CET 2024 - pjakobsson@suse.de + +- fbdev: omapfb/dvi: Convert to platform remove callback returning void (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit ea32002 + +------------------------------------------------------------------- +Fri Feb 16 15:59:52 CET 2024 - pjakobsson@suse.de + +- fbdev: omapfb/dsi-cm: Convert to platform remove callback returning (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit de05f91 + +------------------------------------------------------------------- +Fri Feb 16 15:59:46 CET 2024 - pjakobsson@suse.de + +- fbdev: omapfb/dpi: Convert to platform remove callback returning void (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 505b7b3 + +------------------------------------------------------------------- +Fri Feb 16 15:59:41 CET 2024 - pjakobsson@suse.de + +- fbdev: omapfb/analog-tv: Convert to platform remove callback (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3527522 + +------------------------------------------------------------------- +Fri Feb 16 15:59:36 CET 2024 - pjakobsson@suse.de + +- fbdev: atmel_lcdfb: Convert to platform remove callback returning (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c99049a + +------------------------------------------------------------------- +Fri Feb 16 15:59:30 CET 2024 - pjakobsson@suse.de + +- fbdev: omapfb/tpd12s015: Don't put .remove() in .exit.text and drop (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit ded8d0e + +------------------------------------------------------------------- +Fri Feb 16 15:59:25 CET 2024 - pjakobsson@suse.de + +- fbdev: omapfb/tfp410: Don't put .remove() in .exit.text and drop (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 44eb5a7 + +------------------------------------------------------------------- +Fri Feb 16 15:59:20 CET 2024 - pjakobsson@suse.de + +- fbdev: omapfb/sharp-ls037v7dw01: Don't put .remove() in .exit.text (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit da679c9 + +------------------------------------------------------------------- +Fri Feb 16 15:59:14 CET 2024 - pjakobsson@suse.de + +- fbdev: omapfb/opa362: Don't put .remove() in .exit.text and drop (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit dd6db02 + +------------------------------------------------------------------- +Fri Feb 16 15:59:09 CET 2024 - pjakobsson@suse.de + +- fbdev: omapfb/hdmi: Don't put .remove() in .exit.text and drop (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 97db389 + +------------------------------------------------------------------- +Fri Feb 16 15:59:04 CET 2024 - pjakobsson@suse.de + +- fbdev: omapfb/dvi: Don't put .remove() in .exit.text and drop (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 24535d3 + +------------------------------------------------------------------- +Fri Feb 16 15:58:59 CET 2024 - pjakobsson@suse.de + +- fbdev: omapfb/dsi-cm: Don't put .remove() in .exit.text and drop (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7d2c172 + +------------------------------------------------------------------- +Fri Feb 16 15:58:53 CET 2024 - pjakobsson@suse.de + +- fbdev: omapfb/dpi: Don't put .remove() in .exit.text and drop (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 6896d5f + +------------------------------------------------------------------- +Fri Feb 16 15:58:48 CET 2024 - pjakobsson@suse.de + +- fbdev: omapfb/analog-tv: Don't put .remove() in .exit.text and drop (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 9afdc42 + +------------------------------------------------------------------- +Fri Feb 16 15:58:43 CET 2024 - pjakobsson@suse.de + +- fbdev: atmel_lcdfb: Stop using platform_driver_probe() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit ba988f0 + +------------------------------------------------------------------- +Fri Feb 16 15:58:37 CET 2024 - pjakobsson@suse.de + +- fbdev: viafb: use new array-copying-wrapper (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit eceeb33 + +------------------------------------------------------------------- +Fri Feb 16 15:58:32 CET 2024 - pjakobsson@suse.de + +- fbdev: offb: Simplify offb_init_fb() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a7f923c + +------------------------------------------------------------------- +Fri Feb 16 15:58:27 CET 2024 - pjakobsson@suse.de + +- fbdev: omapfb: Replace custom memparse() implementation (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit b9e1e25 + +------------------------------------------------------------------- +Fri Feb 16 15:58:21 CET 2024 - pjakobsson@suse.de + +- fbdev: omapfb: Do not shadow error code from platform_get_irq() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 313aed2 + +------------------------------------------------------------------- +Fri Feb 16 15:58:16 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: move UVD and VCE sched entity init after sched init (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 32ad076 + +------------------------------------------------------------------- +Fri Feb 16 15:58:11 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: move kfd_resume before the ip late init (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 75bd33b + +------------------------------------------------------------------- +Fri Feb 16 15:58:05 CET 2024 - pjakobsson@suse.de + +- drm/amd: Explicitly check for GFXOFF to be enabled for s0ix (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit fe38f21 + +------------------------------------------------------------------- +Fri Feb 16 15:58:00 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Change WREG32_RLC to WREG32_SOC15_RLC where inst != 0 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 29e3871 + +------------------------------------------------------------------- +Fri Feb 16 15:57:55 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Use correct KIQ MEC engine for gfx9.4.3 (v5) (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 5965c95 + +------------------------------------------------------------------- +Fri Feb 16 15:57:50 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add smu v13.0.6 pcs xgmi ras error query support (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 113f264 + +------------------------------------------------------------------- +Fri Feb 16 15:57:44 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: remove duplicated argument (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit bfeb35e + +------------------------------------------------------------------- +Fri Feb 16 15:57:39 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: correct mca debugfs dump reg list (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit bb57bec + +------------------------------------------------------------------- +Fri Feb 16 15:57:34 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: correct acclerator check architecutre dump (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 6942085 + +------------------------------------------------------------------- +Fri Feb 16 15:57:28 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add pcs xgmi v6.4.0 ras support (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 8a20378 + +------------------------------------------------------------------- +Fri Feb 16 15:57:23 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Change extended-scope MTYPE on GC 9.4.3 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 2e537aa + +------------------------------------------------------------------- +Fri Feb 16 15:57:18 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: disable smu v13.0.6 mca debug mode by default (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7debbb3 + +------------------------------------------------------------------- +Fri Feb 16 15:57:13 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Support multiple error query modes (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit ba0fb70 + +------------------------------------------------------------------- +Fri Feb 16 15:57:07 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: refine smu v13.0.6 mca dump driver (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7f2b637 + +------------------------------------------------------------------- +Fri Feb 16 15:57:02 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Do not program PF-only regs in hdp_v4_0.c under SRIOV (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit be5761c + +------------------------------------------------------------------- +Fri Feb 16 15:56:56 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Skip PCTL0_MMHUB_DEEPSLEEP_IB write in jpegv4.0.3 under (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit ab2c7a3 + +------------------------------------------------------------------- +Fri Feb 16 15:56:51 CET 2024 - pjakobsson@suse.de + +- drm: amd: Resolve Sphinx unexpected indentation warning (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 308c013 + +------------------------------------------------------------------- +Fri Feb 16 15:56:46 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: correct smu v13.0.6 umc ras error check (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit ff2d8f4 + +------------------------------------------------------------------- +Fri Feb 16 15:56:40 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Add xcc param to SRIOV kiq write and (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 04dd98a + +------------------------------------------------------------------- +Fri Feb 16 15:56:35 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Add flag to enable indirect RLCG access for gfx v9.4.3 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit acc5e7e + +------------------------------------------------------------------- +Fri Feb 16 15:56:30 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: raise the deep sleep clock threshold for smu 13.0.6 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 55b5f29 + +------------------------------------------------------------------- +Fri Feb 16 15:56:25 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: correct amdgpu ip block rev info (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d144ebf + +------------------------------------------------------------------- +Fri Feb 16 15:56:19 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: Hide pp_dpm_pcie device attribute (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 2d96d22 + +------------------------------------------------------------------- +Fri Feb 16 15:56:14 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Don't warn for unsupported set_xgmi_plpd_mode (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit b2e71ef + +------------------------------------------------------------------- +Fri Feb 16 15:56:09 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: fix AGP init order (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 342a4a1 + +------------------------------------------------------------------- +Fri Feb 16 15:56:03 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add RAS reset/query operations for XGMI v6_4 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 9a4fb50 + +------------------------------------------------------------------- +Fri Feb 16 15:55:58 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: handle extra UE register entries for gfx v9_4_3 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 618f901 + +------------------------------------------------------------------- +Fri Feb 16 15:55:53 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: not stop rlc for IMU enabled APUs when suspend (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7e4f372 + +------------------------------------------------------------------- +Fri Feb 16 15:55:47 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: avoid variable reinitialization (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 14bd35e + +------------------------------------------------------------------- +Fri Feb 16 15:55:42 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: Hide irrelevant pm device attributes (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit b3c76e9 + +------------------------------------------------------------------- +Fri Feb 16 15:55:37 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Fix sdma 4.4.2 doorbell rptr/wptr init (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 4bc5a43 + +------------------------------------------------------------------- +Fri Feb 16 15:55:31 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu/soc21: add mode2 asic reset for SMU IP v14.0.0 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit e056116 + +------------------------------------------------------------------- +Fri Feb 16 15:55:26 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Set stream's DP test pattern upon test request (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit e76f252 + +------------------------------------------------------------------- +Fri Feb 16 15:55:21 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Fix handling duplicate planes on one stream (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 9f8d58a + +------------------------------------------------------------------- +Fri Feb 16 15:55:15 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: For cursor P-State allow for SubVP (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 88a768c + +------------------------------------------------------------------- +Fri Feb 16 15:55:10 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Enable physymclk RCO (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 24e2639 + +------------------------------------------------------------------- +Fri Feb 16 15:55:05 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Remove references to unused dml arch version (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d434ee8 + +------------------------------------------------------------------- +Fri Feb 16 15:54:59 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Promote DAL to 3.2.259 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 362f63c + +------------------------------------------------------------------- +Fri Feb 16 15:54:54 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: save and restore mall state when applying minimal (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 787f58d + +------------------------------------------------------------------- +Fri Feb 16 15:54:49 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Remove unused duplicate register definition (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 63ae58b + +------------------------------------------------------------------- +Fri Feb 16 15:54:43 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Create optc.h file (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 60e0880 + +------------------------------------------------------------------- +Fri Feb 16 15:54:38 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Disable OTG for mode timing switch on DCN35 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 1cb589d + +------------------------------------------------------------------- +Fri Feb 16 15:54:33 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Revise Replay Desync Error IRQ handle (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 515181b + +------------------------------------------------------------------- +Fri Feb 16 15:54:27 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: [FW Promotion] Release 0.0.190.0 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 196755a + +------------------------------------------------------------------- +Fri Feb 16 15:54:22 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: 3.2.258 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit b0dd968 + +------------------------------------------------------------------- +Fri Feb 16 15:54:17 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Add missing dml2 init value for dcn35 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 67e6bb9 + +------------------------------------------------------------------- +Fri Feb 16 15:54:11 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Fix OTG disable workaround logic (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 407af4a + +------------------------------------------------------------------- +Fri Feb 16 15:54:06 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: amend HPD handler for Replay (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 8effe0a + +------------------------------------------------------------------- +Fri Feb 16 15:54:01 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Introduce flag for disabling Replay desync recovery (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 4e78171 + +------------------------------------------------------------------- +Fri Feb 16 15:53:55 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: DCN35 Disable cm power optimization (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 45def98 + +------------------------------------------------------------------- +Fri Feb 16 15:53:50 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Update DP HPO MSA with colorimetry from test request (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0e8205e + +------------------------------------------------------------------- +Fri Feb 16 15:53:45 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Update test link rate DPCD bit field to match spec (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit eabbcc3 + +------------------------------------------------------------------- +Fri Feb 16 15:53:39 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Allow 16 max_slices for DP2 DSC (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 8800763 + +------------------------------------------------------------------- +Fri Feb 16 15:53:34 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Enable more IPS options (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit b177a6e + +------------------------------------------------------------------- +Fri Feb 16 15:53:29 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Enable RCO options for dcn35 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c8e4b3f + +------------------------------------------------------------------- +Fri Feb 16 15:53:23 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Fix FRL assertion on boot (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 1febae0 + +------------------------------------------------------------------- +Fri Feb 16 15:53:18 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Fix missing blendTF programming (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 8e3171e + +------------------------------------------------------------------- +Fri Feb 16 15:53:13 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: 3.2.257 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit af3e1f6 + +------------------------------------------------------------------- +Fri Feb 16 15:53:07 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: decouple dmcub execution to reduce lock granularity (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c211126 + +------------------------------------------------------------------- +Fri Feb 16 15:53:02 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: [FW Promotion] Release 0.0.189.0 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 640d7d9 + +------------------------------------------------------------------- +Fri Feb 16 15:52:57 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: On boot disable domain22 force power on (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3b444c0 + +------------------------------------------------------------------- +Fri Feb 16 15:52:51 CET 2024 - pjakobsson@suse.de + +- drm/amd: Disable XNACK on SRIOV environment (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit e9733b6 + +------------------------------------------------------------------- +Fri Feb 16 15:52:46 CET 2024 - pjakobsson@suse.de + +- drm/i915/mtl: Apply notify_guc to all GTs (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c078fbd + +------------------------------------------------------------------- +Fri Feb 16 15:52:41 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Enable fast update on blendTF change (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 53591e4 + +------------------------------------------------------------------- +Fri Feb 16 15:52:35 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Fix blend LUT programming (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 55c5aeb + +------------------------------------------------------------------- +Fri Feb 16 15:52:30 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Program plane color setting correctly (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c764568 + +------------------------------------------------------------------- +Fri Feb 16 15:52:24 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Query and report boot status (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 12c9dfc + +------------------------------------------------------------------- +Fri Feb 16 15:52:19 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Add psp v13 function to query boot status (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 59d683c + +------------------------------------------------------------------- +Fri Feb 16 15:52:14 CET 2024 - pjakobsson@suse.de + +- drm/amd/swsmu: remove fw version check in sw_init. (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 23c4d42 + +------------------------------------------------------------------- +Fri Feb 16 15:52:08 CET 2024 - pjakobsson@suse.de + +- drm/amd/swsmu: update smu v14_0_0 driver if and metrics table (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 07ec4b7 + +------------------------------------------------------------------- +Fri Feb 16 15:52:03 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Add C2PMSG_109/126 reg field shift/masks (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit ddc4911 + +------------------------------------------------------------------- +Fri Feb 16 15:51:58 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Optimize the asic type fix code (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit e7c9919 + +------------------------------------------------------------------- +Fri Feb 16 15:51:53 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: check recovery status of xgmi hive in (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit f7f964b + +------------------------------------------------------------------- +Fri Feb 16 15:51:47 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: only check sriov vf flag once when creating hwmon sysfs (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 90e8477 + +------------------------------------------------------------------- +Fri Feb 16 15:51:42 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Attach eviction fence on alloc (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3c6a830 + +------------------------------------------------------------------- +Fri Feb 16 15:51:36 CET 2024 - pjakobsson@suse.de + +- drm/amdkfd: Improve amdgpu_vm_handle_moved (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit bdb107b + +------------------------------------------------------------------- +Fri Feb 16 15:51:31 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Increase frame warning limit with KASAN or KCSAN in (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a2fad8d + +------------------------------------------------------------------- +Fri Feb 16 15:51:26 CET 2024 - pjakobsson@suse.de + +- drm/amdkfd: Update cache info for GFX 9.4.3 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit cefe700 + +------------------------------------------------------------------- +Fri Feb 16 15:51:21 CET 2024 - pjakobsson@suse.de + +- drm/amdkfd: Populate cache info for GFX 9.4.3 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 39b776d + +------------------------------------------------------------------- +Fri Feb 16 15:51:15 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: don't put MQDs in VRAM on ARM | ARM64 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 29d4458 + +------------------------------------------------------------------- +Fri Feb 16 15:51:10 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: ungate power gating when system suspend (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 08dd1c9 + +------------------------------------------------------------------- +Fri Feb 16 15:51:05 CET 2024 - pjakobsson@suse.de + +- drm/radeon: replace 1-element arrays with flexible-array members (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 73d9467 + +------------------------------------------------------------------- +Fri Feb 16 15:51:00 CET 2024 - pjakobsson@suse.de + +- drm/amd: Fix UBSAN array-index-out-of-bounds for Powerplay headers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 81c94b6 + +------------------------------------------------------------------- +Fri Feb 16 15:50:54 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: don't use ATRM for external devices (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit e0a5c4e + +------------------------------------------------------------------- +Fri Feb 16 15:50:49 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: use mode-2 reset for RAS poison consumption (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit dc27bc1 + +------------------------------------------------------------------- +Fri Feb 16 15:50:41 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu doorbell range should be set when gpu recovery + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071). +- Refresh + patches.suse/drm-amdgpu-gfx10-11-use-memcpy_to-fromio-for-MQDs.patch. +- commit 2791dcf + +------------------------------------------------------------------- +Fri Feb 16 15:48:09 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: Return 0 as default min power limit for legacy asics (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 4813352 + +------------------------------------------------------------------- +Fri Feb 16 15:48:04 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: remove unused macro HW_REV (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0fbbc0b + +------------------------------------------------------------------- +Fri Feb 16 15:47:59 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Fix the vram base start address (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 39c6505 + +------------------------------------------------------------------- +Fri Feb 16 15:47:53 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: set XGMI IP version manually for v6_4 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 5bd5de5 + +------------------------------------------------------------------- +Fri Feb 16 15:47:48 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add unmap latency when gfx11 set kiq resources (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit f54612b + +------------------------------------------------------------------- +Fri Feb 16 15:47:43 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: fix the high voltage and temperature issue (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 86474f9 + +------------------------------------------------------------------- +Fri Feb 16 15:47:37 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: remove amdgpu_mes_self_test in gpu recover (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 099d02a + +------------------------------------------------------------------- +Fri Feb 16 15:47:32 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Drop deferred error in uncorrectable error check (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7f6b2d3 + +------------------------------------------------------------------- +Fri Feb 16 15:47:27 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: Fix warnings (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 908dc19 + +------------------------------------------------------------------- +Fri Feb 16 15:47:21 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: check RAS supported first in ras_reset_error_count (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7f972ac + +------------------------------------------------------------------- +Fri Feb 16 15:47:16 CET 2024 - pjakobsson@suse.de + +- drm/ssd130x: Fix possible uninitialized usage of crtc_state variable (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 1865c01 + +------------------------------------------------------------------- +Fri Feb 16 15:47:11 CET 2024 - pjakobsson@suse.de + +- drm: renesas: shmobile: Add DT support (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a398605 + +------------------------------------------------------------------- +Fri Feb 16 15:47:06 CET 2024 - pjakobsson@suse.de + +- drm: renesas: shmobile: Atomic conversion part 3 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit ae03c75 + +------------------------------------------------------------------- +Fri Feb 16 15:47:00 CET 2024 - pjakobsson@suse.de + +- drm: renesas: shmobile: Remove internal CRTC state tracking (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7af2998 + +------------------------------------------------------------------- +Fri Feb 16 15:46:55 CET 2024 - pjakobsson@suse.de + +- drm: renesas: shmobile: Use suspend/resume helpers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 1536609 + +------------------------------------------------------------------- +Fri Feb 16 15:46:50 CET 2024 - pjakobsson@suse.de + +- drm: renesas: shmobile: Atomic conversion part 2 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 5981a6c + +------------------------------------------------------------------- +Fri Feb 16 15:46:44 CET 2024 - pjakobsson@suse.de + +- drm: renesas: shmobile: Atomic conversion part 1 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit cf48fe5 + +------------------------------------------------------------------- +Fri Feb 16 15:46:39 CET 2024 - pjakobsson@suse.de + +- drm: renesas: shmobile: Cleanup encoder (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0d89ba4 + +------------------------------------------------------------------- +Fri Feb 16 15:46:34 CET 2024 - pjakobsson@suse.de + +- drm: renesas: shmobile: Shutdown the display on remove (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 81d2c53 + +------------------------------------------------------------------- +Fri Feb 16 15:46:28 CET 2024 - pjakobsson@suse.de + +- drm: renesas: shmobile: Turn vblank on/off when enabling/disabling (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a90752e + +------------------------------------------------------------------- +Fri Feb 16 15:46:23 CET 2024 - pjakobsson@suse.de + +- drm: renesas: shmobile: Wait for page flip when turning CRTC off (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit fe81575 + +------------------------------------------------------------------- +Fri Feb 16 15:46:18 CET 2024 - pjakobsson@suse.de + +- drm: renesas: shmobile: Move shmob_drm_crtc_finish_page_flip() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 26e5993 + +------------------------------------------------------------------- +Fri Feb 16 15:46:12 CET 2024 - pjakobsson@suse.de + +- drm: renesas: shmobile: Use drm_crtc_handle_vblank() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 031b40a + +------------------------------------------------------------------- +Fri Feb 16 15:46:07 CET 2024 - pjakobsson@suse.de + +- drm: renesas: shmobile: Rename shmob_drm_plane.plane (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 23fa3bb + +------------------------------------------------------------------- +Fri Feb 16 15:46:02 CET 2024 - pjakobsson@suse.de + +- drm: renesas: shmobile: Rename shmob_drm_connector.connector (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit aeec558 + +------------------------------------------------------------------- +Fri Feb 16 15:45:57 CET 2024 - pjakobsson@suse.de + +- drm: renesas: shmobile: Rename shmob_drm_crtc.crtc (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 84c95c8 + +------------------------------------------------------------------- +Fri Feb 16 15:45:51 CET 2024 - pjakobsson@suse.de + +- drm: renesas: shmobile: Unify plane allocation (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3fe00c3 + +------------------------------------------------------------------- +Fri Feb 16 15:45:46 CET 2024 - pjakobsson@suse.de + +- drm: renesas: shmobile: Move interface handling to connector setup (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 5380f33 + +------------------------------------------------------------------- +Fri Feb 16 15:45:41 CET 2024 - pjakobsson@suse.de + +- drm: renesas: shmobile: Use media bus formats in platform data (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 32a7fa4 + +------------------------------------------------------------------- +Fri Feb 16 15:45:36 CET 2024 - pjakobsson@suse.de + +- media: uapi: Add MEDIA_BUS_FMT_RGB666_2X9_BE format (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 8d1b159 + +------------------------------------------------------------------- +Fri Feb 16 15:45:30 CET 2024 - pjakobsson@suse.de + +- drm: renesas: shmobile: Use struct videomode in platform data (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 065a828 + +------------------------------------------------------------------- +Fri Feb 16 15:45:25 CET 2024 - pjakobsson@suse.de + +- drm: renesas: shmobile: Replace .dev_private with container_of() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 54f3a1d + +------------------------------------------------------------------- +Fri Feb 16 15:45:20 CET 2024 - pjakobsson@suse.de + +- drm: renesas: shmobile: Convert container helpers to static inline (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 21fb2cd + +------------------------------------------------------------------- +Fri Feb 16 15:45:14 CET 2024 - pjakobsson@suse.de + +- drm: renesas: shmobile: Embed drm_device in shmob_drm_device (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit e639805 + +------------------------------------------------------------------- +Fri Feb 16 15:45:09 CET 2024 - pjakobsson@suse.de + +- drm: renesas: shmobile: Use drmm_universal_plane_alloc() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 461b95c + +------------------------------------------------------------------- +Fri Feb 16 15:45:04 CET 2024 - pjakobsson@suse.de + +- drm: renesas: shmobile: Remove custom plane destroy callback (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit cf1913a + +------------------------------------------------------------------- +Fri Feb 16 15:44:58 CET 2024 - pjakobsson@suse.de + +- drm: renesas: shmobile: Convert to use devm_request_irq() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 87a7ef5 + +------------------------------------------------------------------- +Fri Feb 16 15:44:53 CET 2024 - pjakobsson@suse.de + +- drm: renesas: shmobile: Improve error handling (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit aea0b10 + +------------------------------------------------------------------- +Fri Feb 16 15:44:48 CET 2024 - pjakobsson@suse.de + +- drm: renesas: shmobile: Remove support for SYS panels (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 699ed30 + +------------------------------------------------------------------- +Fri Feb 16 15:44:43 CET 2024 - pjakobsson@suse.de + +- drm: renesas: shmobile: Rename input clocks (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit f4a2341 + +------------------------------------------------------------------- +Fri Feb 16 15:44:37 CET 2024 - pjakobsson@suse.de + +- drm: renesas: shmobile: Don't set display info width and height twice (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit eb9bddc + +------------------------------------------------------------------- +Fri Feb 16 15:44:32 CET 2024 - pjakobsson@suse.de + +- drm: renesas: shmobile: Remove backlight support (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c035a82 + +------------------------------------------------------------------- +Fri Feb 16 15:44:27 CET 2024 - pjakobsson@suse.de + +- drm: renesas: shmobile: Improve shmob_drm_format_info table (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d1b69d6 + +------------------------------------------------------------------- +Fri Feb 16 15:44:21 CET 2024 - pjakobsson@suse.de + +- drm: renesas: shmobile: Add missing YCbCr formats (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a1c67b6 + +------------------------------------------------------------------- +Fri Feb 16 15:44:16 CET 2024 - pjakobsson@suse.de + +- drm: renesas: shmobile: Use %p4cc to print fourcc code (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 2f706d5 + +------------------------------------------------------------------- +Fri Feb 16 15:44:11 CET 2024 - pjakobsson@suse.de + +- drm: renesas: shmobile: Restore indentation of (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 312acbd + +------------------------------------------------------------------- +Fri Feb 16 15:44:06 CET 2024 - pjakobsson@suse.de + +- drm: renesas: shmobile: Add support for Runtime PM (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 15ec50a + +------------------------------------------------------------------- +Fri Feb 16 15:44:00 CET 2024 - pjakobsson@suse.de + +- drm: renesas: shmobile: Correct encoder/connector types (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a670b53 + +------------------------------------------------------------------- +Fri Feb 16 15:43:55 CET 2024 - pjakobsson@suse.de + +- drm: renesas: shmobile: Fix ARGB32 overlay format typo (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 4b4fb9b + +------------------------------------------------------------------- +Fri Feb 16 15:43:50 CET 2024 - pjakobsson@suse.de + +- drm: renesas: shmobile: Fix overlay plane disable (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 4227c66 + +------------------------------------------------------------------- +Fri Feb 16 15:43:45 CET 2024 - pjakobsson@suse.de + +- nouveau/gsp: add some basic registry entries. (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit ffb9709 + +------------------------------------------------------------------- +Fri Feb 16 15:43:39 CET 2024 - pjakobsson@suse.de + +- nouveau/gsp: fix message signature. (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 94ef5a1 + +------------------------------------------------------------------- +Fri Feb 16 15:43:34 CET 2024 - pjakobsson@suse.de + +- nouveau/gsp: move to 535.113.01 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 180ef97 + +------------------------------------------------------------------- +Fri Feb 16 15:43:29 CET 2024 - pjakobsson@suse.de + +- nouveau/disp: fix post-gsp build on 32-bit arm. (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 968d4e8 + +------------------------------------------------------------------- +Fri Feb 16 15:43:23 CET 2024 - pjakobsson@suse.de + +- nouveau: fix r535 build on 32-bit arm. (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 9a915c9 + +------------------------------------------------------------------- +Fri Feb 16 15:43:18 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/ofa/r535: initial support (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c63c9e2 + +------------------------------------------------------------------- +Fri Feb 16 15:43:13 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/nvjpg/r535: initial support (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c6ac3de + +------------------------------------------------------------------- +Fri Feb 16 15:43:08 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/nvenc/r535: initial support (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7dd6e90 + +------------------------------------------------------------------- +Fri Feb 16 15:43:02 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/nvdec/r535: initial support (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 173fb7c + +------------------------------------------------------------------- +Fri Feb 16 15:42:57 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/gr/r535: initial support (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 1261a7b + +------------------------------------------------------------------- +Fri Feb 16 15:42:52 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/ce/r535: initial support (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 92b41d6 + +------------------------------------------------------------------- +Fri Feb 16 15:42:47 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/fifo/r535: initial support (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit dd383d9 + +------------------------------------------------------------------- +Fri Feb 16 15:42:41 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/disp/r535: initial support (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 71e2fcc + +------------------------------------------------------------------- +Fri Feb 16 15:42:36 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/mmu/r535: initial support (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3effade + +------------------------------------------------------------------- +Fri Feb 16 15:42:31 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/gsp/r535: add interrupt handling (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 6df52fe + +------------------------------------------------------------------- +Fri Feb 16 15:42:25 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/gsp/r535: add support for rm alloc (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 243a362 + +------------------------------------------------------------------- +Fri Feb 16 15:42:20 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/gsp/r535: add support for rm control (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 387e20e + +------------------------------------------------------------------- +Fri Feb 16 15:42:15 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/gsp/r535: add support for booting GSP-RM (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 48a5e06 + +------------------------------------------------------------------- +Fri Feb 16 15:42:10 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/nvkm: support loading fws into sg_table (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 9b0eec4 + +------------------------------------------------------------------- +Fri Feb 16 15:42:04 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/kms/tu102-: disable vbios parsing when running on RM (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c4d1c8c + +------------------------------------------------------------------- +Fri Feb 16 15:41:59 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/sec2/tu102-: prepare for GSP-RM (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d16188d + +------------------------------------------------------------------- +Fri Feb 16 15:41:54 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/nvenc/tu102-: prepare for GSP-RM (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3013dff + +------------------------------------------------------------------- +Fri Feb 16 15:41:49 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/nvdec/tu102-: prepare for GSP-RM (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 79f6bc2 + +------------------------------------------------------------------- +Fri Feb 16 15:41:43 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/gr/tu102-: prepare for GSP-RM (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit f357460 + +------------------------------------------------------------------- +Fri Feb 16 15:41:38 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/fifo/tu102-: prepare for GSP-RM (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 5b1ad86 + +------------------------------------------------------------------- +Fri Feb 16 15:41:33 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/disp/tu102-: prepare for GSP-RM (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 33d7df5 + +------------------------------------------------------------------- +Fri Feb 16 15:41:27 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/ce/tu102-: prepare for GSP-RM (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit aac5287 + +------------------------------------------------------------------- +Fri Feb 16 15:41:22 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/vfn/tu102-: prepare for GSP-RM (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3b10df1 + +------------------------------------------------------------------- +Fri Feb 16 15:41:17 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/top/tu102-: prepare for GSP-RM (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 869a383 + +------------------------------------------------------------------- +Fri Feb 16 15:41:11 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/therm/tu102-: prepare for GSP-RM (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit e27d7d9 + +------------------------------------------------------------------- +Fri Feb 16 15:41:06 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/privring/tu102-: prepare for GSP-RM (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit e2cac84 + +------------------------------------------------------------------- +Fri Feb 16 15:41:01 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/pmu/tu102-: prepare for GSP-RM (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 942cf92 + +------------------------------------------------------------------- +Fri Feb 16 15:40:56 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/mmu/tu102-: prepare for GSP-RM (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3dbaebd + +------------------------------------------------------------------- +Fri Feb 16 15:40:50 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/mc/tu102-: prepare for GSP-RM (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 348bcb8 + +------------------------------------------------------------------- +Fri Feb 16 15:40:45 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/ltc/tu102-: prepare for GSP-RM (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit b567822 + +------------------------------------------------------------------- +Fri Feb 16 15:40:40 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/imem/tu102-: prepare for GSP-RM (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7d980d7 + +------------------------------------------------------------------- +Fri Feb 16 15:40:34 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/i2c/tu102-: prepare for GSP-RM (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 9538e4b + +------------------------------------------------------------------- +Fri Feb 16 15:40:29 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/gpio/tu102-: prepare for GSP-RM (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0283e96 + +------------------------------------------------------------------- +Fri Feb 16 15:40:24 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/fuse/tu102-: prepare for GSP-RM (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit dcebadb + +------------------------------------------------------------------- +Fri Feb 16 15:40:19 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/fb/tu102-: prepare for GSP-RM (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 50c7b14 + +------------------------------------------------------------------- +Fri Feb 16 15:40:13 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/fault/tu102-: prepare for GSP-RM (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 6c6a2a5 + +------------------------------------------------------------------- +Fri Feb 16 15:40:08 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/devinit/tu102-: prepare for GSP-RM (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 8de6a3b + +------------------------------------------------------------------- +Fri Feb 16 15:40:03 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/bus/tu102-: prepare for GSP-RM (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit b712e58 + +------------------------------------------------------------------- +Fri Feb 16 15:39:58 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/bar/tu102-: prepare for GSP-RM (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 2642882 + +------------------------------------------------------------------- +Fri Feb 16 15:39:52 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/acr/tu102-: prepare for GSP-RM (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit fa95246 + +------------------------------------------------------------------- +Fri Feb 16 15:39:47 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/gsp: prepare for GSP-RM (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 30bd8f3 + +------------------------------------------------------------------- +Fri Feb 16 15:39:42 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/nvkm: bump maximum number of NVJPG (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 5e69366 + +------------------------------------------------------------------- +Fri Feb 16 15:39:36 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/nvkm: bump maximum number of NVDEC (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit bb557e2 + +------------------------------------------------------------------- +Fri Feb 16 15:39:31 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/mmu/tu102-: remove write to 0x100e68 during tlb (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit b271879 + +------------------------------------------------------------------- +Fri Feb 16 15:39:26 CET 2024 - pjakobsson@suse.de + +- hyperv: avoid dependency on screen_info (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 63e171c + +------------------------------------------------------------------- +Fri Feb 16 15:39:20 CET 2024 - pjakobsson@suse.de + +- vgacon: remove screen_info dependency (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 138a609 + +------------------------------------------------------------------- +Fri Feb 16 15:39:15 CET 2024 - pjakobsson@suse.de + +- dummycon: limit Arm console size hack to footbridge (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit dea6107 + +------------------------------------------------------------------- +Fri Feb 16 15:39:10 CET 2024 - pjakobsson@suse.de + +- vgacon: rework Kconfig dependencies (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a463e9c + +------------------------------------------------------------------- +Fri Feb 16 15:39:05 CET 2024 - pjakobsson@suse.de + +- mei: me: emit error only if reset was unexpected (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 639ccd0 + +------------------------------------------------------------------- +Fri Feb 16 15:38:59 CET 2024 - pjakobsson@suse.de + +- misc: mei: main.c: fix kernel-doc warnings (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 36ea187 + +------------------------------------------------------------------- +Fri Feb 16 15:38:54 CET 2024 - pjakobsson@suse.de + +- misc: mei: interrupt.c: fix kernel-doc warnings (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 1274df0 + +------------------------------------------------------------------- +Fri Feb 16 15:38:49 CET 2024 - pjakobsson@suse.de + +- misc: mei: hw-me.c: fix kernel-doc warnings (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit b8d7f52 + +------------------------------------------------------------------- +Fri Feb 16 15:38:43 CET 2024 - pjakobsson@suse.de + +- misc: mei: hbm.c: fix kernel-doc warnings (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 571a7cb + +------------------------------------------------------------------- +Fri Feb 16 15:38:38 CET 2024 - pjakobsson@suse.de + +- misc: mei: dma-ring.c: fix kernel-doc warnings (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 211f11a + +------------------------------------------------------------------- +Fri Feb 16 15:38:33 CET 2024 - pjakobsson@suse.de + +- misc: mei: client.c: fix kernel-doc warnings (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3452a20 + +------------------------------------------------------------------- +Fri Feb 16 15:38:27 CET 2024 - pjakobsson@suse.de + +- misc: mei: hw.h: fix kernel-doc warnings (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 6c8ace5 + +------------------------------------------------------------------- +Fri Feb 16 15:38:22 CET 2024 - pjakobsson@suse.de + +- mei: docs: fix spelling errors (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit df8b19c + +------------------------------------------------------------------- +Fri Feb 16 15:38:17 CET 2024 - pjakobsson@suse.de + +- mei: docs: add missing entries to kdoc in struct mei_cfg_idx (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit eb85504 + +------------------------------------------------------------------- +Fri Feb 16 15:38:11 CET 2024 - pjakobsson@suse.de + +- mei: docs: use correct structures name in kdoc (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7a63bf0 + +------------------------------------------------------------------- +Fri Feb 16 15:38:06 CET 2024 - pjakobsson@suse.de + +- mei: update mei-pxp's component interface with timeouts (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 75486af + +------------------------------------------------------------------- +Fri Feb 16 15:38:01 CET 2024 - pjakobsson@suse.de + +- mei: pxp: re-enable client on errors (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3f191b4 + +------------------------------------------------------------------- +Fri Feb 16 15:37:55 CET 2024 - pjakobsson@suse.de + +- mei: pxp: recover from recv fail under memory pressure (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 30d4598 + +------------------------------------------------------------------- +Fri Feb 16 15:37:50 CET 2024 - pjakobsson@suse.de + +- mei: bus: add send and recv api with timeout (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 95c9cf8 + +------------------------------------------------------------------- +Fri Feb 16 15:37:45 CET 2024 - pjakobsson@suse.de + +- mei: fix doc typos (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a0116d9 + +------------------------------------------------------------------- +Fri Feb 16 15:37:39 CET 2024 - pjakobsson@suse.de + +- drm/qxl: Use pci_is_vga() to identify VGA devices (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 872d23a + +------------------------------------------------------------------- +Fri Feb 16 15:37:34 CET 2024 - pjakobsson@suse.de + +- drm/virtio: Use pci_is_vga() to identify VGA devices (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 6aa20a7 + +------------------------------------------------------------------- +Fri Feb 16 15:37:29 CET 2024 - pjakobsson@suse.de + +- drm/radeon: Use pci_get_base_class() to reduce duplicated code (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 229bb15 + +------------------------------------------------------------------- +Fri Feb 16 15:37:23 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Use pci_get_base_class() to reduce duplicated code (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit acbdb10 + +------------------------------------------------------------------- +Fri Feb 16 15:37:18 CET 2024 - pjakobsson@suse.de + +- drm/nouveau: Use pci_get_base_class() to reduce duplicated code (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 1f88c5b + +------------------------------------------------------------------- +Fri Feb 16 15:37:07 CET 2024 - pjakobsson@suse.de + +- drm/amd/amdgpu: avoid to disable gfxhub interrupt when driver is (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit f1ebff4 + +------------------------------------------------------------------- +Fri Feb 16 15:37:02 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Add EXT_COHERENT support for APU and NUMA systems (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit fdc2397 + +------------------------------------------------------------------- +Fri Feb 16 15:36:57 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Retrieve CE count from ce_count_lo_chip in EccInfo table (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a62eae4 + +------------------------------------------------------------------- +Fri Feb 16 15:36:51 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Identify data parity error corrected in replay mode (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a96b367 + +------------------------------------------------------------------- +Fri Feb 16 15:36:46 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Fix typo in IP discovery parsing (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 209a4ef + +------------------------------------------------------------------- +Fri Feb 16 15:36:41 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: fix S/G display enablement (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit feddebe + +------------------------------------------------------------------- +Fri Feb 16 15:36:36 CET 2024 - pjakobsson@suse.de + +- drm/amdxcp: fix amdxcp unloads incompletely (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7458056 + +------------------------------------------------------------------- +Fri Feb 16 15:36:30 CET 2024 - pjakobsson@suse.de + +- drm/amd/amdgpu: fix the GPU power print error in pm info (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 528ed7c + +------------------------------------------------------------------- +Fri Feb 16 15:36:25 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Use pcie domain of xcc acpi objects (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 85463d2 + +------------------------------------------------------------------- +Fri Feb 16 15:36:20 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Add a read to GFX v9.4.3 ring test (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 35eb2ed + +------------------------------------------------------------------- +Fri Feb 16 15:36:14 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: call smu_cmn_get_smc_version in is_mode1_reset_supported. (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit dd85096 + +------------------------------------------------------------------- +Fri Feb 16 15:36:09 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: get RAS poison status from DF v4_6_2 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a0eeca6 + +------------------------------------------------------------------- +Fri Feb 16 15:36:04 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Use discovery table's subrevision (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3b25ece + +------------------------------------------------------------------- +Fri Feb 16 15:35:58 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: 3.2.256 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 4936c07 + +------------------------------------------------------------------- +Fri Feb 16 15:35:53 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: add interface to query SubVP status (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c793771 + +------------------------------------------------------------------- +Fri Feb 16 15:35:48 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Read before writing Backlight Mode Set Register (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit e7c7a2b + +------------------------------------------------------------------- +Fri Feb 16 15:35:43 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Disable SYMCLK32_SE RCO on DCN314 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit e5c9b57 + +------------------------------------------------------------------- +Fri Feb 16 15:35:37 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Fix shaper using bad LUT params (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7e2925e + +------------------------------------------------------------------- +Fri Feb 16 15:35:32 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: add null check for invalid opps (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d5ed5f9 + +------------------------------------------------------------------- +Fri Feb 16 15:35:27 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Update FAMS sequence for DCN30 & DCN32 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 23b8830 + +------------------------------------------------------------------- +Fri Feb 16 15:35:21 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: fix num_ways overflow error (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 12f1a5a + +------------------------------------------------------------------- +Fri Feb 16 15:35:16 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Add prefix for plane functions (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 125ad35 + +------------------------------------------------------------------- +Fri Feb 16 15:35:11 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Add prefix to amdgpu crtc functions (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 572915e + +------------------------------------------------------------------- +Fri Feb 16 15:35:05 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Correct enum typo (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 36b855b + +------------------------------------------------------------------- +Fri Feb 16 15:35:00 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Set emulated sink type to HDMI accordingly. (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c609b4d + +------------------------------------------------------------------- +Fri Feb 16 15:34:55 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Revert "drm/amd/display: allow edp updates for (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3710207 + +------------------------------------------------------------------- +Fri Feb 16 15:34:49 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Fix HDMI framepack 3D test issue (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 8b628a7 + +------------------------------------------------------------------- +Fri Feb 16 15:34:44 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Fix IPS handshake for idle optimizations (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 261884b + +------------------------------------------------------------------- +Fri Feb 16 15:34:39 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: implement map dc pipe with callback in DML2 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 6eec916 + +------------------------------------------------------------------- +Fri Feb 16 15:34:34 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: add pipe resource management callbacks to DML2 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d057e62 + +------------------------------------------------------------------- +Fri Feb 16 15:34:28 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Update SDP VSC colorimetry from DP test automation (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 62ae635 + +------------------------------------------------------------------- +Fri Feb 16 15:34:23 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Add a check for idle power optimization (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d4cd73d + +------------------------------------------------------------------- +Fri Feb 16 15:34:18 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Revert "Improve x86 and dmub ips handshake" (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit cb14f3c + +------------------------------------------------------------------- +Fri Feb 16 15:34:13 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Fix MST Multi-Stream Not Lighting Up on dcn35 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 8a795c1 + +------------------------------------------------------------------- +Fri Feb 16 15:34:08 CET 2024 - pjakobsson@suse.de + +- drm/amd: Explicitly disable ASPM when dynamic switching disabled (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c74f4e7 + +------------------------------------------------------------------- +Fri Feb 16 15:34:06 CET 2024 - dwagner@suse.de + +- nvme: enable retries for authentication commands (bsc#1186716). +- nvme: change __nvme_submit_sync_cmd() calling conventions + (bsc#1186716). +- nvme-auth: open-code single-use macros (bsc#1186716). +- nvme: use ctrl state accessor (bsc#1186716). +- commit f8cc1d3 + +------------------------------------------------------------------- +Fri Feb 16 15:34:02 CET 2024 - pjakobsson@suse.de + +- drm/amd: Move AMD_IS_APU check for ASPM into top level function (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c3bce11 + +------------------------------------------------------------------- +Fri Feb 16 15:33:57 CET 2024 - pjakobsson@suse.de + +- Revert "drm/amdkfd: Use partial migrations in GPU page faults" (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 38c49d0 + +------------------------------------------------------------------- +Fri Feb 16 15:33:52 CET 2024 - pjakobsson@suse.de + +- Revert "drm/amdkfd:remove unused code" (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7e4263e + +------------------------------------------------------------------- +Fri Feb 16 15:33:47 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Fix copyright notice in DC code (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 527c4a2 + +------------------------------------------------------------------- +Fri Feb 16 15:33:42 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Fix copyright notice in DML2 code (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 6ecb70e + +------------------------------------------------------------------- +Fri Feb 16 15:33:36 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Add missing copyright notice in DMUB (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7f96c8f + +------------------------------------------------------------------- +Fri Feb 16 15:33:31 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu remove restriction of sriov max_pfn on Vega10 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 810cee0 + +------------------------------------------------------------------- +Fri Feb 16 15:33:26 CET 2024 - pjakobsson@suse.de + +- drm/amdkfd: Address 'remap_list' not described in 'svm_range_add' (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 47ddcd9 + +------------------------------------------------------------------- +Fri Feb 16 15:33:21 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: bypass RAS error reset in some conditions (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d866d32 + +------------------------------------------------------------------- +Fri Feb 16 15:33:15 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: enable RAS poison mode for APU (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit ea9f177 + +------------------------------------------------------------------- +Fri Feb 16 15:33:10 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu/vpe: correct queue stop programing (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit ff8e0df + +------------------------------------------------------------------- +Fri Feb 16 15:33:05 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Fix DMUB errors introduced by DML2 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 4fb02c6 + +------------------------------------------------------------------- +Fri Feb 16 15:33:00 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Set the DML2 attribute to false in all DCNs older (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 6c96577 + +------------------------------------------------------------------- +Fri Feb 16 15:32:54 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: Fix the return value in default case (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 657bc27 + +------------------------------------------------------------------- +Fri Feb 16 15:32:49 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Add API to get full IP version (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 494526f + +------------------------------------------------------------------- +Fri Feb 16 15:32:44 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add tmz support for GC IP v11.5.0 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 8e98ade + +------------------------------------------------------------------- +Fri Feb 16 15:32:39 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: drop unneeded dpm features disablement for SMU 14.0.0 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 15fd7cf + +------------------------------------------------------------------- +Fri Feb 16 15:32:33 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: modify if condition in nbio_v7_7.c (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 57afcdd + +------------------------------------------------------------------- +Fri Feb 16 15:32:28 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: refine ras error kernel log print (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 1cbaceb + +------------------------------------------------------------------- +Fri Feb 16 15:32:23 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: fix find ras error node error (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 46a75c8 + +------------------------------------------------------------------- +Fri Feb 16 15:32:18 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: reprogram det size while seamless boot (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 264d394 + +------------------------------------------------------------------- +Fri Feb 16 15:32:12 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: record mca debug mode in RAS (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 594e9ba + +------------------------------------------------------------------- +Fri Feb 16 15:32:07 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: move buffer funcs setting up a level (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0fea648 + +------------------------------------------------------------------- +Fri Feb 16 15:32:02 CET 2024 - pjakobsson@suse.de + +- drm/sched: Convert the GPU scheduler to variable number of run-queues (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 695984d + +------------------------------------------------------------------- +Fri Feb 16 15:31:57 CET 2024 - pjakobsson@suse.de + +- drm/ci: docs: add step about how to request privileges (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit b91fa8d + +------------------------------------------------------------------- +Fri Feb 16 15:31:51 CET 2024 - pjakobsson@suse.de + +- drm/ci: do not automatically retry on error (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3121220 + +------------------------------------------------------------------- +Fri Feb 16 15:31:46 CET 2024 - pjakobsson@suse.de + +- drm/ci: export kernel config (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 93f905f + +------------------------------------------------------------------- +Fri Feb 16 15:31:41 CET 2024 - pjakobsson@suse.de + +- drm/ci: increase i915 job timeout to 1h30m (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 59e1148 + +------------------------------------------------------------------- +Fri Feb 16 15:31:36 CET 2024 - pjakobsson@suse.de + +- drm/ci: add subset-1-gfx to LAVA_TAGS and adjust shards (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 6badf12 + +------------------------------------------------------------------- +Fri Feb 16 15:31:25 CET 2024 - pjakobsson@suse.de + +- drm/ci: uprev IGT and make sure core_getversion is run (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 6a57584 + +------------------------------------------------------------------- +Fri Feb 16 15:31:20 CET 2024 - pjakobsson@suse.de + +- drm/ci: add helper script update-xfails.py (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d58a660 + +------------------------------------------------------------------- +Fri Feb 16 15:31:15 CET 2024 - pjakobsson@suse.de + +- drm/ci: fix DEBIAN_ARCH and get amdgpu probing (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 35de0dc + +------------------------------------------------------------------- +Fri Feb 16 15:31:09 CET 2024 - pjakobsson@suse.de + +- drm/ci: uprev mesa version: fix container build & crosvm (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3454243 + +------------------------------------------------------------------- +Fri Feb 16 15:31:04 CET 2024 - pjakobsson@suse.de + +- drm/ci: Enable CONFIG_BACKLIGHT_CLASS_DEVICE (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 9205c61 + +------------------------------------------------------------------- +Fri Feb 16 15:30:59 CET 2024 - pjakobsson@suse.de + +- drm/ci: force-enable CONFIG_MSM_MMCC_8996 as built-in (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 9eb8f1f + +------------------------------------------------------------------- +Fri Feb 16 15:30:54 CET 2024 - pjakobsson@suse.de + +- drm/ci: pick up -external-fixes from the merge target repo (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit f5f25de + +------------------------------------------------------------------- +Fri Feb 16 15:30:48 CET 2024 - pjakobsson@suse.de + +- drm/doc: ci: Require more context for flaky tests (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit cd53377 + +------------------------------------------------------------------- +Fri Feb 16 15:30:43 CET 2024 - pjakobsson@suse.de + +- drm/doc: document DRM_IOCTL_MODE_CREATE_DUMB (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 103a902 + +------------------------------------------------------------------- +Fri Feb 16 15:30:38 CET 2024 - pjakobsson@suse.de + +- drm/rockchip: vop: Add NV15, NV20 and NV30 support (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3a84c97 + +------------------------------------------------------------------- +Fri Feb 16 15:30:33 CET 2024 - pjakobsson@suse.de + +- drm/fourcc: Add NV20 and NV30 YUV formats (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3238b6d + +------------------------------------------------------------------- +Fri Feb 16 15:30:28 CET 2024 - pjakobsson@suse.de + +- drm/rockchip: vop2: rename window formats to show window type using (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit b2bbf07 + +------------------------------------------------------------------- +Fri Feb 16 15:30:22 CET 2024 - pjakobsson@suse.de + +- drm/rockchip: vop2: Add more supported 10bit formats (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit e3788bd + +------------------------------------------------------------------- +Fri Feb 16 15:30:17 CET 2024 - pjakobsson@suse.de + +- drm/rockchip: vop: fix format bpp calculation (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 9b1e50c + +------------------------------------------------------------------- +Fri Feb 16 15:30:12 CET 2024 - pjakobsson@suse.de + +- drm/bridge: synopsys: dw-mipi-dsi: Fix hcomponent lbcc for burst mode (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 47d375a + +------------------------------------------------------------------- +Fri Feb 16 15:30:07 CET 2024 - pjakobsson@suse.de + +- drm/client: Convert drm_client_buffer_addfb() to drm_mode_addfb2() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 5f5a6e8 + +------------------------------------------------------------------- +Fri Feb 16 15:30:01 CET 2024 - pjakobsson@suse.de + +- drm/doc: use cross-references for macros (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit bb5ab1d + +------------------------------------------------------------------- +Fri Feb 16 15:29:56 CET 2024 - pjakobsson@suse.de + +- drm/panel: ili9882t: Avoid blurred screen from fast sleep (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c0df107 + +------------------------------------------------------------------- +Fri Feb 16 15:29:46 CET 2024 - pjakobsson@suse.de + +- drm/ast: Move register constants to ast_reg.h (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit dc73b99 + +------------------------------------------------------------------- +Fri Feb 16 15:29:40 CET 2024 - pjakobsson@suse.de + +- drm/ast: Rename AST_IO_MISC_PORT_READ to AST_IO_VGAMR_R (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 26a6753 + +------------------------------------------------------------------- +Fri Feb 16 15:29:35 CET 2024 - pjakobsson@suse.de + +- drm/ast: Rename AST_IO_INPUT_STATUS1_READ to AST_IO_VGAIR1_R (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 77f0baf + +------------------------------------------------------------------- +Fri Feb 16 15:29:30 CET 2024 - pjakobsson@suse.de + +- drm/ast: Rename AST_IO_CRTC_PORT to AST_IO_VGACRI (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit e488635 + +------------------------------------------------------------------- +Fri Feb 16 15:29:25 CET 2024 - pjakobsson@suse.de + +- drm/ast: Rename AST_IO_GR_PORT to AST_IO_VGAGRI (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 6cea9aa + +------------------------------------------------------------------- +Fri Feb 16 15:29:20 CET 2024 - pjakobsson@suse.de + +- drm/ast: Rename AST_IO_DAC_DATA to AST_IO_VGAPDR (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit aecc26b + +------------------------------------------------------------------- +Fri Feb 16 15:29:14 CET 2024 - pjakobsson@suse.de + +- drm/ast: Rename AST_IO_DAC_INDEX_WRITE to AST_IO_VGADWR (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit fc7d8f8 + +------------------------------------------------------------------- +Fri Feb 16 15:29:09 CET 2024 - pjakobsson@suse.de + +- drm/ast: Rename AST_IO_DAC_INDEX_READ to AST_IO_VGADRR (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit e542f42 + +------------------------------------------------------------------- +Fri Feb 16 15:29:04 CET 2024 - pjakobsson@suse.de + +- drm/ast: Rename AST_IO_SEQ_PORT to AST_IO_VGASRI (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 9655e97 + +------------------------------------------------------------------- +Fri Feb 16 15:28:59 CET 2024 - pjakobsson@suse.de + +- drm/ast: Rename AST_IO_VGA_ENABLE_PORT to AST_IO_VGAER (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit aa0a5b2 + +------------------------------------------------------------------- +Fri Feb 16 15:28:53 CET 2024 - pjakobsson@suse.de + +- drm/ast: Rename AST_IO_MISC_PORT_WRITE to AST_IO_VGAMR_W (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 75127e7 + +------------------------------------------------------------------- +Fri Feb 16 15:28:48 CET 2024 - pjakobsson@suse.de + +- drm/ast: Rename AST_IO_AR_PORT_WRITE to AST_IO_VGAARI_W (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 5469f71 + +------------------------------------------------------------------- +Fri Feb 16 15:28:43 CET 2024 - pjakobsson@suse.de + +- fbdev/vt8623fb: Initialize fb_ops to fbdev I/O-memory helpers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 89d6ecb + +------------------------------------------------------------------- +Fri Feb 16 15:28:38 CET 2024 - pjakobsson@suse.de + +- fbdev/viafb: Initialize fb_ops to fbdev I/O-memory helpers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7363b33 + +------------------------------------------------------------------- +Fri Feb 16 15:28:32 CET 2024 - pjakobsson@suse.de + +- fbdev/vga16fb: Initialize fb_ops to fbdev I/O-memory helpers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 04bce5e + +------------------------------------------------------------------- +Fri Feb 16 15:28:27 CET 2024 - pjakobsson@suse.de + +- fbdev/vermilionfb: Initialize fb_ops to fbdev I/O-memory helpers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 4b1cbc6 + +------------------------------------------------------------------- +Fri Feb 16 15:28:22 CET 2024 - pjakobsson@suse.de + +- fbdev/tridentfb: Initialize fb_ops to fbdev I/O-memory helpers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a524b13 + +------------------------------------------------------------------- +Fri Feb 16 15:28:17 CET 2024 - pjakobsson@suse.de + +- fbdev/tgafb: Initialize fb_ops to fbdev I/O-memory helpers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3e46fbe + +------------------------------------------------------------------- +Fri Feb 16 15:28:11 CET 2024 - pjakobsson@suse.de + +- fbdev/tdfxfb: Initialize fb_ops to fbdev I/O-memory helpers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7ab2130 + +------------------------------------------------------------------- +Fri Feb 16 15:28:06 CET 2024 - pjakobsson@suse.de + +- fbdev/sunxvr500: Initialize fb_ops to fbdev I/O-memory helpers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 270fedb + +------------------------------------------------------------------- +Fri Feb 16 15:28:01 CET 2024 - pjakobsson@suse.de + +- fbdev/stifb: Initialize fb_ops to fbdev I/O-memory helpers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 6fed3d6 + +------------------------------------------------------------------- +Fri Feb 16 15:27:56 CET 2024 - pjakobsson@suse.de + +- fbdev/sm712fb: Initialize fb_ops to fbdev I/O-memory helpers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit f4685fb + +------------------------------------------------------------------- +Fri Feb 16 15:27:51 CET 2024 - pjakobsson@suse.de + +- fbdev/sm501fb: Initialize fb_ops to fbdev I/O-memory helpers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 5d238f4 + +------------------------------------------------------------------- +Fri Feb 16 15:27:45 CET 2024 - pjakobsson@suse.de + +- fbdev/sisfb: Initialize fb_ops to fbdev I/O-memory helpers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 462b792 + +------------------------------------------------------------------- +Fri Feb 16 15:27:40 CET 2024 - pjakobsson@suse.de + +- fbdev/savagefb: Initialize fb_ops to fbdev I/O-memory helpers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3bce7da + +------------------------------------------------------------------- +Fri Feb 16 15:27:35 CET 2024 - pjakobsson@suse.de + +- fbdev/sa1100fb: Initialize fb_ops to fbdev I/O-memory helpers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit ce0da22 + +------------------------------------------------------------------- +Fri Feb 16 15:27:30 CET 2024 - pjakobsson@suse.de + +- fbdev/s3fb: Initialize fb_ops to fbdev I/O-memory helpers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 41ed02e + +------------------------------------------------------------------- +Fri Feb 16 15:27:24 CET 2024 - pjakobsson@suse.de + +- fbdev/s1d13xxxfb: Initialize fb_ops to fbdev I/O-memory helpers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit cd82960 + +------------------------------------------------------------------- +Fri Feb 16 15:27:19 CET 2024 - pjakobsson@suse.de + +- fbdev/rivafb: Initialize fb_ops to fbdev I/O-memory helpers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit e6bf2bb + +------------------------------------------------------------------- +Fri Feb 16 15:27:14 CET 2024 - pjakobsson@suse.de + +- fbdev/radeon: Initialize fb_ops to fbdev I/O-memory helpers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 54d13c9 + +------------------------------------------------------------------- +Fri Feb 16 15:27:09 CET 2024 - pjakobsson@suse.de + +- fbdev/pvr2fb: Initialize fb_ops to fbdev I/O-memory helpers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 934366a + +------------------------------------------------------------------- +Fri Feb 16 15:27:03 CET 2024 - pjakobsson@suse.de + +- fbdev/pm3fb: Initialize fb_ops to fbdev I/O-memory helpers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 43ab478 + +------------------------------------------------------------------- +Fri Feb 16 15:26:58 CET 2024 - pjakobsson@suse.de + +- fbdev/pm2fb: Initialize fb_ops to fbdev I/O-memory helpers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c161dd4 + +------------------------------------------------------------------- +Fri Feb 16 15:26:53 CET 2024 - pjakobsson@suse.de + +- fbdev/omapfb: Initialize fb_ops to fbdev I/O-memory helpers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit b4f4888 + +------------------------------------------------------------------- +Fri Feb 16 15:26:48 CET 2024 - pjakobsson@suse.de + +- fbdev/nvidiafb: Initialize fb_ops to fbdev I/O-memory helpers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 2f7065e + +------------------------------------------------------------------- +Fri Feb 16 15:26:42 CET 2024 - pjakobsson@suse.de + +- fbdev/neofb: Initialize fb_ops to fbdev I/O-memory helpers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 00d946a + +------------------------------------------------------------------- +Fri Feb 16 15:26:37 CET 2024 - pjakobsson@suse.de + +- fbdev/matroxfb: Initialize fb_ops to fbdev I/O-memory helpers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit bc42078 + +------------------------------------------------------------------- +Fri Feb 16 15:26:32 CET 2024 - pjakobsson@suse.de + +- fbdev/intelfb: Initialize fb_ops to fbdev I/O-memory helpers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 98f7aed + +------------------------------------------------------------------- +Fri Feb 16 15:26:27 CET 2024 - pjakobsson@suse.de + +- fbdev/imsttfb: Initialize fb_ops to fbdev I/O-memory helpers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit de44f73 + +------------------------------------------------------------------- +Fri Feb 16 15:26:22 CET 2024 - pjakobsson@suse.de + +- fbdev/i810fb: Initialize fb_ops to fbdev I/O-memory helpers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit b661486 + +------------------------------------------------------------------- +Fri Feb 16 15:26:16 CET 2024 - pjakobsson@suse.de + +- fbdev/hpfb: Initialize fb_ops to fbdev I/O-memory helpers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 20c24fe + +------------------------------------------------------------------- +Fri Feb 16 15:26:11 CET 2024 - pjakobsson@suse.de + +- fbdev/hitfb: Initialize fb_ops to fbdev I/O-memory helpers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 81bddca + +------------------------------------------------------------------- +Fri Feb 16 15:26:06 CET 2024 - pjakobsson@suse.de + +- fbdev/hgafb: Initialize fb_ops to fbdev I/O-memory helpers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 75fc2e3 + +------------------------------------------------------------------- +Fri Feb 16 15:26:01 CET 2024 - pjakobsson@suse.de + +- fbdev/gbefb: Initialize fb_ops to fbdev I/O-memory helpers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit fc61cc4 + +------------------------------------------------------------------- +Fri Feb 16 15:25:55 CET 2024 - pjakobsson@suse.de + +- fbdev/ep93xx-fb: Initialize fb_ops to fbdev I/O-memory helpers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c78e671 + +------------------------------------------------------------------- +Fri Feb 16 15:25:50 CET 2024 - pjakobsson@suse.de + +- fbdev/dnfb: Initialize fb_ops to fbdev I/O-memory helpers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 1785122 + +------------------------------------------------------------------- +Fri Feb 16 15:25:45 CET 2024 - pjakobsson@suse.de + +- fbdev/cyber2000fb: Initialize fb_ops to fbdev I/O-memory helpers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit e8de30e + +------------------------------------------------------------------- +Fri Feb 16 15:25:40 CET 2024 - pjakobsson@suse.de + +- fbdev/controlfb: Initialize fb_ops to fbdev I/O-memory helpers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3418f44 + +------------------------------------------------------------------- +Fri Feb 16 15:25:34 CET 2024 - pjakobsson@suse.de + +- fbdev/cobalt-lcd: Initialize fb_ops to fbdev I/O-memory helpers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 85fb85a + +------------------------------------------------------------------- +Fri Feb 16 15:25:29 CET 2024 - pjakobsson@suse.de + +- fbdev/cirrusfb: Initialize fb_ops to fbdev I/O-memory helpers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 669985c + +------------------------------------------------------------------- +Fri Feb 16 15:25:24 CET 2024 - pjakobsson@suse.de + +- fbdev/au1100fb: Initialize fb_ops to fbdev I/O-memory helpers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 662ab91 + +------------------------------------------------------------------- +Fri Feb 16 15:25:19 CET 2024 - pjakobsson@suse.de + +- fbdev/atyfb: Initialize fb_ops to fbdev I/O-memory helpers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit cfe5544 + +------------------------------------------------------------------- +Fri Feb 16 15:25:13 CET 2024 - pjakobsson@suse.de + +- fbdev/atafb: Initialize fb_ops to fbdev I/O-memory helpers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a73d00f + +------------------------------------------------------------------- +Fri Feb 16 15:25:08 CET 2024 - pjakobsson@suse.de + +- fbdev/arkfb: Initialize fb_ops to fbdev I/O-memory helpers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0e3d305 + +------------------------------------------------------------------- +Fri Feb 16 15:25:03 CET 2024 - pjakobsson@suse.de + +- fbdev/amifb: Initialize fb_ops to fbdev I/O-memory helpers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 649eac5 + +------------------------------------------------------------------- +Fri Feb 16 15:24:58 CET 2024 - pjakobsson@suse.de + +- fbdev/amba-clcd: Initialize fb_ops to fbdev I/O-memory helpers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d43048a + +------------------------------------------------------------------- +Fri Feb 16 15:24:53 CET 2024 - pjakobsson@suse.de + +- fbdev/68328fb: Initialize fb_ops to fbdev I/O-memory helpers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit f47d8ca + +------------------------------------------------------------------- +Fri Feb 16 15:24:42 CET 2024 - pjakobsson@suse.de + +- drm/ssd130x: Add support for the SSD132x OLED controller family (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit cfa58ed + +------------------------------------------------------------------- +Fri Feb 16 15:24:37 CET 2024 - pjakobsson@suse.de + +- drm/ssd130x: Rename commands that are shared across chip families (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 5c5005b + +------------------------------------------------------------------- +Fri Feb 16 15:24:32 CET 2024 - pjakobsson@suse.de + +- drm/ssd130x: Add a controller family id to the device info data (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 088d682 + +------------------------------------------------------------------- +Fri Feb 16 15:24:26 CET 2024 - pjakobsson@suse.de + +- drm/ssd130x: Replace .page_height field in device info with a (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 864a885 + +------------------------------------------------------------------- +Fri Feb 16 15:24:21 CET 2024 - pjakobsson@suse.de + +- drm/gpuvm: Dual-licence the drm_gpuvm code GPL-2.0 OR MIT (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0780e78 + +------------------------------------------------------------------- +Fri Feb 16 15:24:16 CET 2024 - pjakobsson@suse.de + +- Documentation/gpu: Add a VM_BIND async document (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 145a148 + +------------------------------------------------------------------- +Fri Feb 16 15:24:11 CET 2024 - pjakobsson@suse.de + +- drm/panel: st7703: Add Powkiddy RGB30 Panel Support (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit f720192 + +------------------------------------------------------------------- +Fri Feb 16 15:24:05 CET 2024 - pjakobsson@suse.de + +- drm/rockchip: remove NR_LAYERS macro on vop2 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit fa2bbbe + +------------------------------------------------------------------- +Fri Feb 16 15:23:55 CET 2024 - pjakobsson@suse.de + +- drm/bridge: synopsys: dw-mipi-dsi: Disable HSTX and LPRX timeout (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 733e375 + +------------------------------------------------------------------- +Fri Feb 16 15:23:50 CET 2024 - pjakobsson@suse.de + +- drm/bridge: synopsys: dw-mipi-dsi: Set minimum lane byte clock cycles (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 18e2c06 + +------------------------------------------------------------------- +Fri Feb 16 15:23:45 CET 2024 - pjakobsson@suse.de + +- drm/bridge: synopsys: dw-mipi-dsi: Use pixel clock rate to calculate (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 77298e3 + +------------------------------------------------------------------- +Fri Feb 16 15:23:39 CET 2024 - pjakobsson@suse.de + +- drm/bridge: synopsys: dw-mipi-dsi: Add mode fixup support (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 2b331ba + +------------------------------------------------------------------- +Fri Feb 16 15:23:34 CET 2024 - pjakobsson@suse.de + +- drm/bridge: synopsys: dw-mipi-dsi: Force input bus flags (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 278dc9d + +------------------------------------------------------------------- +Fri Feb 16 15:23:29 CET 2024 - pjakobsson@suse.de + +- drm/bridge: synopsys: dw-mipi-dsi: Add input bus format negotiation (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7ade4c9 + +------------------------------------------------------------------- +Fri Feb 16 15:23:24 CET 2024 - pjakobsson@suse.de + +- drm/bridge: synopsys: dw-mipi-dsi: Add dw_mipi_dsi_get_bridge() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit bb6c19f + +------------------------------------------------------------------- +Fri Feb 16 15:23:18 CET 2024 - pjakobsson@suse.de + +- drm: adv7511: Add hpd_override_enable variable to struct (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 5c67239 + +------------------------------------------------------------------- +Fri Feb 16 15:23:13 CET 2024 - pjakobsson@suse.de + +- drm: adv7511: Add link_config variable to struct adv7511_chip_info (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit fff0272 + +------------------------------------------------------------------- +Fri Feb 16 15:23:08 CET 2024 - pjakobsson@suse.de + +- drm: adv7511: Add has_dsi variable to struct adv7511_chip_info (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 00732d3 + +------------------------------------------------------------------- +Fri Feb 16 15:23:03 CET 2024 - pjakobsson@suse.de + +- drm: adv7511: Add reg_cec_offset variable to struct adv7511_chip_info (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0b36b6d + +------------------------------------------------------------------- +Fri Feb 16 15:22:58 CET 2024 - pjakobsson@suse.de + +- drm: adv7511: Add supply_names and num_supplies variables to struct (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 82c3682 + +------------------------------------------------------------------- +Fri Feb 16 15:22:52 CET 2024 - pjakobsson@suse.de + +- drm: adv7511: Add max_lane_freq_khz variable to struct (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 8388c0b + +------------------------------------------------------------------- +Fri Feb 16 15:22:47 CET 2024 - pjakobsson@suse.de + +- drm: adv7511: Add max_mode_clock_khz variable to struct (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a219cab + +------------------------------------------------------------------- +Fri Feb 16 15:22:42 CET 2024 - pjakobsson@suse.de + +- drm: adv7511: Add struct adv7511_chip_info and use (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit b1a9900 + +------------------------------------------------------------------- +Fri Feb 16 15:22:37 CET 2024 - pjakobsson@suse.de + +- i2c: Add i2c_get_match_data() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 2867b3c + +------------------------------------------------------------------- +Fri Feb 16 15:22:31 CET 2024 - pjakobsson@suse.de + +- drm/panel: st7703: Fix timings when entering/exiting sleep (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit afaf792 + +------------------------------------------------------------------- +Fri Feb 16 15:22:26 CET 2024 - pjakobsson@suse.de + +- drm/ssd130x: Fix atomic_check for disabled planes (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 55d3bbf + +------------------------------------------------------------------- +Fri Feb 16 15:22:21 CET 2024 - pjakobsson@suse.de + +- drm/bridge: megachips-stdpxxxx-ge-b850v3-fw: switch to (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 8ace989 + +------------------------------------------------------------------- +Fri Feb 16 15:22:16 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Fix stack size issue on DML2 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0b87651 + +------------------------------------------------------------------- +Fri Feb 16 15:22:10 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Reduce stack size by splitting function (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0371624 + +------------------------------------------------------------------- +Fri Feb 16 15:22:05 CET 2024 - pjakobsson@suse.de + +- drm/amdkfd: remap unaligned svm ranges that have split (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit dc06f24 + +------------------------------------------------------------------- +Fri Feb 16 15:22:00 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Create version number for coredumps (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 51da4e7 + +------------------------------------------------------------------- +Fri Feb 16 15:21:55 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Move coredump code to amdgpu_reset file (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 4051528 + +------------------------------------------------------------------- +Fri Feb 16 15:21:50 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Encapsulate all device reset info (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c68e09a + +------------------------------------------------------------------- +Fri Feb 16 15:21:44 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: support the port num info based on the capability flag (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit f8e1b14 + +------------------------------------------------------------------- +Fri Feb 16 15:21:39 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: prepare the output buffer for GET_PEER_LINKS command (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 57e54db + +------------------------------------------------------------------- +Fri Feb 16 15:21:34 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: drop status query/reset for GCEA 9.4.3 and MMEA 1.8 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 9c912bc + +------------------------------------------------------------------- +Fri Feb 16 15:21:29 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: update the xgmi ta interface header (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 8453818 + +------------------------------------------------------------------- +Fri Feb 16 15:21:24 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add set/get mca debug mode operations (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit db341f0 + +------------------------------------------------------------------- +Fri Feb 16 15:21:18 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: replace reset_error_count with (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit b5fa5d4 + +------------------------------------------------------------------- +Fri Feb 16 15:21:13 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add clockgating support for NBIO v7.7.1 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 927066f + +------------------------------------------------------------------- +Fri Feb 16 15:21:08 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: fix missing stuff in NBIO v7.11 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d1d7d72 + +------------------------------------------------------------------- +Fri Feb 16 15:21:03 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Enable RAS feature by default for APU (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a204bd6 + +------------------------------------------------------------------- +Fri Feb 16 15:20:57 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: fix typo for amdgpu ras error data print (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 955d82d + +------------------------------------------------------------------- +Fri Feb 16 15:20:52 CET 2024 - pjakobsson@suse.de + +- drm/amd/amdgpu/vcn: Add RB decouple feature under SRIOV - P4 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 439ddb1 + +------------------------------------------------------------------- +Fri Feb 16 15:20:47 CET 2024 - pjakobsson@suse.de + +- drm/amd/amdgpu/vcn: Add RB decouple feature under SRIOV - P3 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a26b24b + +------------------------------------------------------------------- +Fri Feb 16 15:20:42 CET 2024 - pjakobsson@suse.de + +- drm/amd/amdgpu/vcn: Add RB decouple feature under SRIOV - P2 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 321544b + +------------------------------------------------------------------- +Fri Feb 16 15:20:37 CET 2024 - pjakobsson@suse.de + +- drm/amd/amdgpu/vcn: Add RB decouple feature under SRIOV - P1 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 4df53ec + +------------------------------------------------------------------- +Fri Feb 16 15:20:31 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Fix delete nodes that have been relesed (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit cdf535f + +------------------------------------------------------------------- +Fri Feb 16 15:20:26 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Enable mca debug mode mode when ras enabled (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit ff35ab1 + +------------------------------------------------------------------- +Fri Feb 16 15:20:21 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Add UVD_VCPU_INT_EN2 to dpg sram (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit caa018c + +------------------------------------------------------------------- +Fri Feb 16 15:20:16 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Respect CONFIG_FRAME_WARN=0 in DML2 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 17ace02 + +------------------------------------------------------------------- +Fri Feb 16 15:20:10 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: clean up some inconsistent indenting (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 6e21eaf + +------------------------------------------------------------------- +Fri Feb 16 15:20:05 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Simplify bool conversion (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 12b96ec + +------------------------------------------------------------------- +Fri Feb 16 15:20:00 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Remove unneeded semicolon (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 91b4de4 + +------------------------------------------------------------------- +Fri Feb 16 15:19:55 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Remove duplicated include in dce110_hwseq.c (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 65f6f7a + +------------------------------------------------------------------- +Fri Feb 16 15:19:50 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: clean up some inconsistent indentings (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d548ffa + +------------------------------------------------------------------- +Fri Feb 16 15:19:44 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Enable software RAS in vcn v4_0_3 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 67e93fb + +------------------------------------------------------------------- +Fri Feb 16 15:19:39 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: define ras_reset_error_count function (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3140167 + +------------------------------------------------------------------- +Fri Feb 16 15:19:34 CET 2024 - pjakobsson@suse.de + +- drm/amdkfd:remove unused code (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 1b0d524 + +------------------------------------------------------------------- +Fri Feb 16 15:19:29 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: Support for getting power1_cap_min value (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 4213bd7 + +------------------------------------------------------------------- +Fri Feb 16 15:19:23 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Log UE corrected by replay as correctable error (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a3117a6 + +------------------------------------------------------------------- +Fri Feb 16 15:19:18 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Workaround to skip kiq ring test during ras gpu recovery (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0b4a922 + +------------------------------------------------------------------- +Fri Feb 16 15:19:13 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Fix a handful of spelling mistakes in dml_print (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3725b5b + +------------------------------------------------------------------- +Fri Feb 16 15:19:07 CET 2024 - pjakobsson@suse.de + +- drm/amdkfd: clean up some inconsistent indenting (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3489484 + +------------------------------------------------------------------- +Fri Feb 16 15:19:02 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Remove brackets in macro to conform to coding style (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 983878b + +------------------------------------------------------------------- +Fri Feb 16 15:18:57 CET 2024 - pjakobsson@suse.de + +- drm/amd: Read IMU FW version from scratch register during hw_init (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit aea7a59 + +------------------------------------------------------------------- +Fri Feb 16 15:18:52 CET 2024 - pjakobsson@suse.de + +- drm/amd: Don't parse IMU ucode version if it won't be loaded (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 344527c + +------------------------------------------------------------------- +Fri Feb 16 15:18:46 CET 2024 - pjakobsson@suse.de + +- drm/amd: Move microcode init step to early_init() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a8beac0 + +------------------------------------------------------------------- +Fri Feb 16 15:18:41 CET 2024 - pjakobsson@suse.de + +- drm/amd: Add missing kernel doc for prepare_suspend() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 555697f + +------------------------------------------------------------------- +Fri Feb 16 15:18:36 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: update to the latest GC 11.5 headers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 1229d12 + +------------------------------------------------------------------- +Fri Feb 16 15:18:31 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu/mes11: remove aggregated doorbell code (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 720720d + +------------------------------------------------------------------- +Fri Feb 16 15:18:19 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu : Add hive ras recovery check (jsc#PED-3527 + jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 + jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 + jsc#PED-6071). +- Refresh + patches.suse/drm-amdgpu-revert-Adjust-removal-control-flow-for-sm.patch. +- commit 813e00b + +------------------------------------------------------------------- +Fri Feb 16 15:15:58 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Add missing lines of code in dc.c (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 63a8020 + +------------------------------------------------------------------- +Fri Feb 16 15:15:53 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu/umsch: add suspend and resume callback (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a1759d3 + +------------------------------------------------------------------- +Fri Feb 16 15:15:48 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu/pm: update SMU 13.0.0 PMFW version check (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 8c824cd + +------------------------------------------------------------------- +Fri Feb 16 15:15:43 CET 2024 - pjakobsson@suse.de + +- drm/msm/a7xx: actually use a7xx state registers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 2b03fd6 + +------------------------------------------------------------------- +Fri Feb 16 15:15:37 CET 2024 - pjakobsson@suse.de + +- drm/msm/dpu: enable writeback on SM8550 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 8b74433 + +------------------------------------------------------------------- +Fri Feb 16 15:15:32 CET 2024 - pjakobsson@suse.de + +- drm/msm/dpu: sm8550: remove unused VIG and DMA clock controls entries (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 04877d5 + +------------------------------------------------------------------- +Fri Feb 16 15:15:27 CET 2024 - pjakobsson@suse.de + +- drm/msm/dpu: move setup_force_clk_ctrl handling into plane and wb (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 36b488c + +------------------------------------------------------------------- +Fri Feb 16 15:15:22 CET 2024 - pjakobsson@suse.de + +- drm/msm/dpu: add setup_clk_force_ctrl() op to sspp & wb (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c7393e4 + +------------------------------------------------------------------- +Fri Feb 16 15:15:17 CET 2024 - pjakobsson@suse.de + +- drm/msm/dpu: create a dpu_hw_clk_force_ctrl() helper (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 06b785a + +------------------------------------------------------------------- +Fri Feb 16 15:15:12 CET 2024 - pjakobsson@suse.de + +- drm/msm/a6xx: Fix up QMP handling (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c2ac654 + +------------------------------------------------------------------- +Fri Feb 16 15:15:06 CET 2024 - pjakobsson@suse.de + +- drm/msm/dp: use correct lifetime device for devm_drm_bridge_add (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 78ad53c + +------------------------------------------------------------------- +Fri Feb 16 15:15:01 CET 2024 - pjakobsson@suse.de + +- drm/msm/hdmi: use correct lifetime device for devm_drm_bridge_add (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 93ed4dc + +------------------------------------------------------------------- +Fri Feb 16 15:14:56 CET 2024 - pjakobsson@suse.de + +- drm/msm/dsi: use correct lifetime device for devm_drm_bridge_add (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c0bcee1 + +------------------------------------------------------------------- +Fri Feb 16 15:14:51 CET 2024 - pjakobsson@suse.de + +- drm/msm: fix fault injection support (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit bc57c89 + +------------------------------------------------------------------- +Fri Feb 16 15:14:45 CET 2024 - pjakobsson@suse.de + +- drm/msm: carve out KMS code from msm_drv.c (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 40e178e + +------------------------------------------------------------------- +Fri Feb 16 15:14:40 CET 2024 - pjakobsson@suse.de + +- drm/msm: make fb debugfs file available only in KMS case (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit bdd0e70 + +------------------------------------------------------------------- +Fri Feb 16 15:14:35 CET 2024 - pjakobsson@suse.de + +- drm/msm: only register 'kms' debug file if KMS is used (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit b3f2ba1 + +------------------------------------------------------------------- +Fri Feb 16 15:14:30 CET 2024 - pjakobsson@suse.de + +- drm/msm: switch to drmm_mode_config_init() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit dd85b2d + +------------------------------------------------------------------- +Fri Feb 16 15:14:25 CET 2024 - pjakobsson@suse.de + +- drm/msm: rename msm_drv_shutdown() to msm_kms_shutdown() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 79253e5 + +------------------------------------------------------------------- +Fri Feb 16 15:14:19 CET 2024 - pjakobsson@suse.de + +- drm/msm: remove shutdown callback from msm_platform_driver (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 985c23b + +------------------------------------------------------------------- +Fri Feb 16 15:14:14 CET 2024 - pjakobsson@suse.de + +- drm/msm: rename msm_pm_prepare/complete to note the KMS nature (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 2bf0c57 + +------------------------------------------------------------------- +Fri Feb 16 15:14:09 CET 2024 - pjakobsson@suse.de + +- drm/msm: drop pm ops from the headless msm driver (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 693750f + +------------------------------------------------------------------- +Fri Feb 16 15:14:04 CET 2024 - pjakobsson@suse.de + +- drm/msm: remove msm_drm_private::bridges field (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit be5c5fa + +------------------------------------------------------------------- +Fri Feb 16 15:13:58 CET 2024 - pjakobsson@suse.de + +- drm/msm/dp: switch to devm_drm_bridge_add() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit f64ce18 + +------------------------------------------------------------------- +Fri Feb 16 15:13:53 CET 2024 - pjakobsson@suse.de + +- drm/msm/dp: move pdev from struct dp_display_private to struct msm_dp (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit b653a7b + +------------------------------------------------------------------- +Fri Feb 16 15:13:48 CET 2024 - pjakobsson@suse.de + +- drm/msm/hdmi: switch to devm_drm_bridge_add() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit df56700 + +------------------------------------------------------------------- +Fri Feb 16 15:13:43 CET 2024 - pjakobsson@suse.de + +- drm/msm/dsi: switch to devm_drm_bridge_add() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 022b958 + +------------------------------------------------------------------- +Fri Feb 16 15:13:38 CET 2024 - pjakobsson@suse.de + +- drm/msm/mdp5: move resource allocation to the _probe function (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 5ab138d + +------------------------------------------------------------------- +Fri Feb 16 15:13:32 CET 2024 - pjakobsson@suse.de + +- drm/msm/mdp4: move resource allocation to the _probe function (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a5622e5 + +------------------------------------------------------------------- +Fri Feb 16 15:13:27 CET 2024 - pjakobsson@suse.de + +- drm/msm/dpu: move resource allocation to the _probe function (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 5b98e03 + +------------------------------------------------------------------- +Fri Feb 16 15:13:22 CET 2024 - pjakobsson@suse.de + +- drm/msm: allow passing struct msm_kms to msm_drv_probe() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 963e621 + +------------------------------------------------------------------- +Fri Feb 16 15:13:17 CET 2024 - pjakobsson@suse.de + +- drm/msm/adreno: Add A635 speedbin 0xac (A643) (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 68e8291 + +------------------------------------------------------------------- +Fri Feb 16 15:13:11 CET 2024 - pjakobsson@suse.de + +- drm/msm/adreno: Add ZAP firmware name to A635 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 8b87e4b + +------------------------------------------------------------------- +Fri Feb 16 15:13:06 CET 2024 - pjakobsson@suse.de + +- drm/msm/a6xx: Poll for GBIF unhalt status in hw_init (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 1995af6 + +------------------------------------------------------------------- +Fri Feb 16 15:13:01 CET 2024 - pjakobsson@suse.de + +- drm/msm/a6xx: Add A740 support (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 9328a8c + +------------------------------------------------------------------- +Fri Feb 16 15:12:56 CET 2024 - pjakobsson@suse.de + +- drm/msm/a6xx: Add A730 support (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 53349fd + +------------------------------------------------------------------- +Fri Feb 16 15:12:51 CET 2024 - pjakobsson@suse.de + +- drm/msm/a6xx: Mostly implement A7xx gpu_state (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3566b82 + +------------------------------------------------------------------- +Fri Feb 16 15:12:45 CET 2024 - pjakobsson@suse.de + +- drm/msm/a6xx: Send ACD state to QMP at GMU resume (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 21e2338 + +------------------------------------------------------------------- +Fri Feb 16 15:12:40 CET 2024 - pjakobsson@suse.de + +- drm/msm/a6xx: Add skeleton A7xx support (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit ae8cedf + +------------------------------------------------------------------- +Fri Feb 16 15:12:35 CET 2024 - pjakobsson@suse.de + +- drm/msm/a6xx: Add missing regs for A7XX (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 1f02a2c + +------------------------------------------------------------------- +Fri Feb 16 15:12:30 CET 2024 - pjakobsson@suse.de + +- drm/msm/dp: support setting the DP subconnector type (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 91c1ea2 + +------------------------------------------------------------------- +Fri Feb 16 15:12:25 CET 2024 - pjakobsson@suse.de + +- drm/msm/dp: Remove error message when downstream port not connected (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 1e4d4db + +------------------------------------------------------------------- +Fri Feb 16 15:12:19 CET 2024 - pjakobsson@suse.de + +- drm/msm/dp: Inline dp_display_is_sink_count_zero() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 9eb4a15 + +------------------------------------------------------------------- +Fri Feb 16 15:12:14 CET 2024 - pjakobsson@suse.de + +- drm/msm/dpu: move INTF tearing checks to dpu_encoder_phys_cmd_init (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3453c07 + +------------------------------------------------------------------- +Fri Feb 16 15:12:09 CET 2024 - pjakobsson@suse.de + +- drm/msm/dpu: drop useless check from (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 94d99df + +------------------------------------------------------------------- +Fri Feb 16 15:12:04 CET 2024 - pjakobsson@suse.de + +- drm/msm/dpu: drop DPU_INTF_TE feature flag (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7358973 + +------------------------------------------------------------------- +Fri Feb 16 15:11:58 CET 2024 - pjakobsson@suse.de + +- drm/msm/dpu: enable INTF TE operations only when supported by HW (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c4828fc + +------------------------------------------------------------------- +Fri Feb 16 15:11:53 CET 2024 - pjakobsson@suse.de + +- drm/msm/dpu: inline _setup_intf_ops() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3b35eea + +------------------------------------------------------------------- +Fri Feb 16 15:11:48 CET 2024 - pjakobsson@suse.de + +- drm/msm/dpu: drop the DPU_PINGPONG_TE flag (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 16de872 + +------------------------------------------------------------------- +Fri Feb 16 15:11:43 CET 2024 - pjakobsson@suse.de + +- drm/msm/dpu: enable PINGPONG TE operations only when supported by HW (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 295c7ff + +------------------------------------------------------------------- +Fri Feb 16 15:11:37 CET 2024 - pjakobsson@suse.de + +- drm/msm/dpu: inline _setup_pingpong_ops() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d8afa98 + +------------------------------------------------------------------- +Fri Feb 16 15:11:32 CET 2024 - pjakobsson@suse.de + +- drm/msm/dp: Remove dp_display_is_ds_bridge() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit e52828a + +------------------------------------------------------------------- +Fri Feb 16 15:11:27 CET 2024 - pjakobsson@suse.de + +- drm/msm/dp: Inline dp_link_parse_sink_count() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 1498681 + +------------------------------------------------------------------- +Fri Feb 16 15:11:22 CET 2024 - pjakobsson@suse.de + +- drm/msm/dp: Simplify with drm_dp_{max_link_rate, max_lane_count}() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit de38c2f + +------------------------------------------------------------------- +Fri Feb 16 15:11:16 CET 2024 - pjakobsson@suse.de + +- drm/msm/dp: Remove aux_cfg_update_done and related code (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit bcfa4d4 + +------------------------------------------------------------------- +Fri Feb 16 15:11:11 CET 2024 - pjakobsson@suse.de + +- drm/msm/dp: Remove dead code related to downstream cap info (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7f9923c + +------------------------------------------------------------------- +Fri Feb 16 15:11:06 CET 2024 - pjakobsson@suse.de + +- drm/msm/dp: Use drm_dp_read_sink_count() helper (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 4c7f211 + +------------------------------------------------------------------- +Fri Feb 16 15:11:01 CET 2024 - pjakobsson@suse.de + +- drm/msm/dp: Replace open-coded drm_dp_read_dpcd_caps() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 4aecb68 + +------------------------------------------------------------------- +Fri Feb 16 15:10:55 CET 2024 - pjakobsson@suse.de + +- drm/msm/dsi: Enable widebus for DSI (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 251ffc6 + +------------------------------------------------------------------- +Fri Feb 16 15:10:50 CET 2024 - pjakobsson@suse.de + +- drm/msm/dsi: Add DATABUS_WIDEN MDP_CTRL2 bit (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 4e535ad + +------------------------------------------------------------------- +Fri Feb 16 15:10:45 CET 2024 - pjakobsson@suse.de + +- drm/msm/dpu: Enable widebus for DSI INTF (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7ebb93d + +------------------------------------------------------------------- +Fri Feb 16 15:10:40 CET 2024 - pjakobsson@suse.de + +- drm/msm/dpu: Move setting of dpu_enc::wide_bus_en to atomic enable() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 284af1b + +------------------------------------------------------------------- +Fri Feb 16 15:10:34 CET 2024 - pjakobsson@suse.de + +- drm/msm: Remove unnecessary NULL values (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit ddc2f1e + +------------------------------------------------------------------- +Fri Feb 16 15:10:29 CET 2024 - pjakobsson@suse.de + +- drm/msm/dpu: shift IRQ indices by 1 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a9ae3bb + +------------------------------------------------------------------- +Fri Feb 16 15:10:24 CET 2024 - pjakobsson@suse.de + +- drm/msm/dpu: stop using raw IRQ indices in the kernel traces (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 33fd989 + +------------------------------------------------------------------- +Fri Feb 16 15:10:19 CET 2024 - pjakobsson@suse.de + +- drm/msm/dpu: stop using raw IRQ indices in the kernel output (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a162f76 + +------------------------------------------------------------------- +Fri Feb 16 15:10:13 CET 2024 - pjakobsson@suse.de + +- drm/msm/dpu: make the irq table size static (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit dec0ef6 + +------------------------------------------------------------------- +Fri Feb 16 15:10:08 CET 2024 - pjakobsson@suse.de + +- drm/msm/dpu: add helper to get IRQ-related data (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 71e6005 + +------------------------------------------------------------------- +Fri Feb 16 15:10:03 CET 2024 - pjakobsson@suse.de + +- drm/msm/dpu: extract dpu_core_irq_is_valid() helper (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 69dc65b + +------------------------------------------------------------------- +Fri Feb 16 15:09:58 CET 2024 - pjakobsson@suse.de + +- drm/msm/dpu: remove irq_idx argument from IRQ callbacks (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a90b971 + +------------------------------------------------------------------- +Fri Feb 16 15:09:52 CET 2024 - pjakobsson@suse.de + +- drm/mediatek: aal: Compress of_device_id entries and add sentinel (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 9496ffe + +------------------------------------------------------------------- +Fri Feb 16 15:09:47 CET 2024 - pjakobsson@suse.de + +- drm/mediatek: gamma: Add kerneldoc for struct mtk_disp_gamma (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 71df03e + +------------------------------------------------------------------- +Fri Feb 16 15:09:42 CET 2024 - pjakobsson@suse.de + +- drm/mediatek: aal: Add kerneldoc for struct mtk_disp_aal (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 85f7d6e + +------------------------------------------------------------------- +Fri Feb 16 15:09:37 CET 2024 - pjakobsson@suse.de + +- drm/mediatek: gamma: Program gamma LUT type for descending or rising (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 46ec84f + +------------------------------------------------------------------- +Fri Feb 16 15:09:31 CET 2024 - pjakobsson@suse.de + +- drm/mediatek: gamma: Make sure relay mode is disabled (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 87431e5 + +------------------------------------------------------------------- +Fri Feb 16 15:09:26 CET 2024 - pjakobsson@suse.de + +- drm/mediatek: gamma: Add support for MT8195 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit e8a4390 + +------------------------------------------------------------------- +Fri Feb 16 15:09:21 CET 2024 - pjakobsson@suse.de + +- drm/mediatek: gamma: Add support for 12-bit LUT (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0f8ca48 + +------------------------------------------------------------------- +Fri Feb 16 15:09:16 CET 2024 - pjakobsson@suse.de + +- drm/mediatek: gamma: Support multi-bank gamma LUT (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 862655d + +------------------------------------------------------------------- +Fri Feb 16 15:09:10 CET 2024 - pjakobsson@suse.de + +- drm/mediatek: De-commonize disp_aal/disp_gamma gamma_set functions (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 33bd930 + +------------------------------------------------------------------- +Fri Feb 16 15:09:05 CET 2024 - pjakobsson@suse.de + +- drm/mediatek: aal: Use bitfield macros (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit aed2727 + +------------------------------------------------------------------- +Fri Feb 16 15:09:00 CET 2024 - pjakobsson@suse.de + +- drm/mediatek: gamma: Use bitfield macros (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 79c0b3c + +------------------------------------------------------------------- +Fri Feb 16 15:08:55 CET 2024 - pjakobsson@suse.de + +- drm/mediatek: gamma: Enable the Gamma LUT table only after (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 490ab52 + +------------------------------------------------------------------- +Fri Feb 16 15:08:49 CET 2024 - pjakobsson@suse.de + +- drm/mediatek: gamma: Improve and simplify HW LUT calculation (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 767a4a7 + +------------------------------------------------------------------- +Fri Feb 16 15:08:44 CET 2024 - pjakobsson@suse.de + +- drm/mediatek: gamma: Support SoC specific LUT size (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d592935 + +------------------------------------------------------------------- +Fri Feb 16 15:08:39 CET 2024 - pjakobsson@suse.de + +- drm/mediatek: gamma: Reduce indentation in mtk_gamma_set_common() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 8cd76ea + +------------------------------------------------------------------- +Fri Feb 16 15:08:34 CET 2024 - pjakobsson@suse.de + +- drm/mediatek: gamma: Adjust mtk_drm_gamma_set_common parameters (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit ae1a883 + +------------------------------------------------------------------- +Fri Feb 16 15:08:28 CET 2024 - pjakobsson@suse.de + +- drm/mediatek: Support dynamic selection of MT8188 VDOSYS0 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d4a9358 + +------------------------------------------------------------------- +Fri Feb 16 15:08:23 CET 2024 - pjakobsson@suse.de + +- drm/mediatek: dsi: Support dynamic connector selection (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 56c807f + +------------------------------------------------------------------- +Fri Feb 16 15:08:18 CET 2024 - pjakobsson@suse.de + +- drm/mediatek: dpi: Support dynamic connector selection (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit e8edf2c + +------------------------------------------------------------------- +Fri Feb 16 15:08:13 CET 2024 - pjakobsson@suse.de + +- drm/mediatek: Add connector dynamic selection capability (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 508368c + +------------------------------------------------------------------- +Fri Feb 16 15:08:07 CET 2024 - pjakobsson@suse.de + +- drm/mediatek: Add encoder_index interface for mtk_ddp_comp_funcs (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d25444e + +------------------------------------------------------------------- +Fri Feb 16 15:08:02 CET 2024 - pjakobsson@suse.de + +- drm/mediatek: dsi: Add mode_valid callback to DSI bridge (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 31d1763 + +------------------------------------------------------------------- +Fri Feb 16 15:07:57 CET 2024 - pjakobsson@suse.de + +- drm/mediatek: dp: Add support MT8188 dp/edp function (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 03b83dd + +------------------------------------------------------------------- +Fri Feb 16 15:07:52 CET 2024 - pjakobsson@suse.de + +- drm/mediatek: dp: Add the audio divider to mtk_dp_data struct (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit cb570e9 + +------------------------------------------------------------------- +Fri Feb 16 15:07:46 CET 2024 - pjakobsson@suse.de + +- drm/mediatek: dp: Add the audio packet flag to mtk_dp_data struct (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 60d9188 + +------------------------------------------------------------------- +Fri Feb 16 15:07:41 CET 2024 - pjakobsson@suse.de + +- drm/mediatek: Add mt8188 dsi compatible to mtk_dsi.c (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 43f0347 + +------------------------------------------------------------------- +Fri Feb 16 15:07:36 CET 2024 - pjakobsson@suse.de + +- drm/mediatek: dsi: Add dsi cmdq_ctl to send panel initial code (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit e7d23b5 + +------------------------------------------------------------------- +Fri Feb 16 15:07:31 CET 2024 - pjakobsson@suse.de + +- drm/i915/mtl: Don't set PIPE_CONTROL_FLUSH_L3 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 58650a1 + +------------------------------------------------------------------- +Fri Feb 16 15:07:25 CET 2024 - pjakobsson@suse.de + +- drm/i915: Prevent potential null-ptr-deref in engine_init_common (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 2c37a30 + +------------------------------------------------------------------- +Fri Feb 16 15:07:20 CET 2024 - pjakobsson@suse.de + +- drm/i915: Enable GuC TLB invalidations for MTL (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 42deddb + +------------------------------------------------------------------- +Fri Feb 16 15:07:15 CET 2024 - pjakobsson@suse.de + +- drm/i915/gt: Increase sleep in gt_tlb selftest sanitycheck (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0b57ee4 + +------------------------------------------------------------------- +Fri Feb 16 15:07:10 CET 2024 - pjakobsson@suse.de + +- drm/i915: No TLB invalidation on wedged GT (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 1eb7b28 + +------------------------------------------------------------------- +Fri Feb 16 15:07:05 CET 2024 - pjakobsson@suse.de + +- drm/i915: No TLB invalidation on suspended GT (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 19d80a2 + +------------------------------------------------------------------- +Fri Feb 16 15:04:43 CET 2024 - pjakobsson@suse.de + +- drm/i915: Define and use GuC and CTB TLB invalidation + routines (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071). +- Refresh + patches.suse/drm-i915-Flush-WC-GGTT-only-on-required-platforms.patch. +- commit e4446a6 + +------------------------------------------------------------------- +Fri Feb 16 15:04:36 CET 2024 - pjakobsson@suse.de + +- drm/i915/guc: Add CT size delay helper (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit ee9b832 + +------------------------------------------------------------------- +Fri Feb 16 15:04:31 CET 2024 - pjakobsson@suse.de + +- drm/i915: Add GuC TLB Invalidation device info flags (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 996f028 + +------------------------------------------------------------------- +Fri Feb 16 15:04:25 CET 2024 - pjakobsson@suse.de + +- drm/i915/pxp: Clean up zero initializers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 83f2656 + +------------------------------------------------------------------- +Fri Feb 16 15:04:20 CET 2024 - pjakobsson@suse.de + +- drm/i915/guc: Clean up zero initializers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit e1752d0 + +------------------------------------------------------------------- +Fri Feb 16 15:04:15 CET 2024 - pjakobsson@suse.de + +- drm/i915/mtl: Remove the 'force_probe' requirement for Meteor Lake (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 jsc#PED-6113 jsc#PED-6124 jsc#PED-6037 jsc#PED-6008 jsc#PED-6007 jsc#PED-6105) +- commit f4f6528 + +------------------------------------------------------------------- +Fri Feb 16 15:04:10 CET 2024 - pjakobsson@suse.de + +- drm/i915/pci: Clean up zero initializers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0aceffc + +------------------------------------------------------------------- +Fri Feb 16 15:04:05 CET 2024 - pjakobsson@suse.de + +- drm/i915/hdcp: Clean up zero initializers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7d5480f + +------------------------------------------------------------------- +Fri Feb 16 15:03:59 CET 2024 - pjakobsson@suse.de + +- drm/i915/display: Clean up zero initializers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 1351103 + +------------------------------------------------------------------- +Fri Feb 16 15:03:54 CET 2024 - pjakobsson@suse.de + +- drm/i915/dp: Remove unused DSC caps from intel_dp (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit e779542 + +------------------------------------------------------------------- +Fri Feb 16 15:03:49 CET 2024 - pjakobsson@suse.de + +- drm/i915/dp_mst: Use connector DSC DPCD in (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 71cfa1d + +------------------------------------------------------------------- +Fri Feb 16 15:03:44 CET 2024 - pjakobsson@suse.de + +- drm/i915/dp: Use connector DSC DPCD in intel_dp_dsc_compute_config() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 8370287 + +------------------------------------------------------------------- +Fri Feb 16 15:03:39 CET 2024 - pjakobsson@suse.de + +- drm/i915/dp: Use connector DSC DPCD in intel_dp_mode_valid() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 8393516 + +------------------------------------------------------------------- +Fri Feb 16 15:03:33 CET 2024 - pjakobsson@suse.de + +- drm/i915/dp: Use connector DSC DPCD in intel_dp_dsc_get_slice_count() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 8ec04ed + +------------------------------------------------------------------- +Fri Feb 16 15:03:28 CET 2024 - pjakobsson@suse.de + +- drm/i915/dp: Use connector DSC DPCD in intel_dp_dsc_supports_format() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d87a544 + +------------------------------------------------------------------- +Fri Feb 16 15:03:23 CET 2024 - pjakobsson@suse.de + +- drm/i915/dp: Use connector DSC DPCD in intel_dp_dsc_compute_params() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0d1cf43 + +------------------------------------------------------------------- +Fri Feb 16 15:03:18 CET 2024 - pjakobsson@suse.de + +- drm/i915/dp: Pass only the required DSC DPCD to (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit f8e438b + +------------------------------------------------------------------- +Fri Feb 16 15:03:13 CET 2024 - pjakobsson@suse.de + +- drm/i915/dp: Pass only the required i915 to (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 73d51ed + +------------------------------------------------------------------- +Fri Feb 16 15:03:07 CET 2024 - pjakobsson@suse.de + +- drm/i915/dp: Pass connector DSC DPCD to (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit f42c609 + +------------------------------------------------------------------- +Fri Feb 16 15:03:02 CET 2024 - pjakobsson@suse.de + +- drm/i915/dp: Use connector DSC DPCD in (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 14d3426 + +------------------------------------------------------------------- +Fri Feb 16 15:02:57 CET 2024 - pjakobsson@suse.de + +- drm/i915/dp: Use connector DSC DPCD in intel_dp_supports_dsc() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit b61cc04 + +------------------------------------------------------------------- +Fri Feb 16 15:02:52 CET 2024 - pjakobsson@suse.de + +- drm/i915/dp: Use connector DSC DPCD in intel_dp_supports_fec() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit de3df3a + +------------------------------------------------------------------- +Fri Feb 16 15:02:46 CET 2024 - pjakobsson@suse.de + +- drm/i915/dp: Use connector DSC DPCD in intel_dp_dsc_compute_max_bpp() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 9301bf0 + +------------------------------------------------------------------- +Fri Feb 16 15:02:41 CET 2024 - pjakobsson@suse.de + +- drm/i915/dp: Use connector DSC DPCD in i915_dsc_fec_support_show() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 159b2d9 + +------------------------------------------------------------------- +Fri Feb 16 15:02:36 CET 2024 - pjakobsson@suse.de + +- drm/i915/dp: Use i915/intel connector local variables in (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 1075b0d + +------------------------------------------------------------------- +Fri Feb 16 15:02:31 CET 2024 - pjakobsson@suse.de + +- drm/i915/dp_mst: Set connector DSC capabilities and decompression AUX (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 360e8aa + +------------------------------------------------------------------- +Fri Feb 16 15:02:25 CET 2024 - pjakobsson@suse.de + +- drm/i915/dp: Store DSC DPCD capabilities in the connector (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 19b3c2a + +------------------------------------------------------------------- +Fri Feb 16 15:02:20 CET 2024 - pjakobsson@suse.de + +- drm/i915/dp: Sanitize DPCD revision check in (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 62bac33 + +------------------------------------------------------------------- +Fri Feb 16 15:02:15 CET 2024 - pjakobsson@suse.de + +- drm/i915/dsb: Re-instate DSB for LUT updates (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit bdc478b + +------------------------------------------------------------------- +Fri Feb 16 15:02:10 CET 2024 - pjakobsson@suse.de + +- drm/i915/dsb: Correct DSB command buffer cache coherency settings (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 8f475ef + +------------------------------------------------------------------- +Fri Feb 16 15:02:04 CET 2024 - pjakobsson@suse.de + +- drm/i915/dsb: Allocate command buffer from local memory (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit e9bfb7a + +------------------------------------------------------------------- +Fri Feb 16 15:01:52 CET 2024 - pjakobsson@suse.de + +- drm/i915/lnl: Remove watchdog timers for PSR (jsc#PED-3527 + jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 + jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 + jsc#PED-6071). +- Refresh + patches.suse/drm-i915-psr-Only-allow-PSR-in-LPSP-mode-on-HSW-non-.patch. +- commit 56718db + +------------------------------------------------------------------- +Fri Feb 16 14:49:19 CET 2024 - pjakobsson@suse.de + +- drm/i915: Add new DG2 PCI IDs (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7c487b5 + +------------------------------------------------------------------- +Fri Feb 16 14:49:14 CET 2024 - pjakobsson@suse.de + +- drm/amd/swsmu: update smu v14_0_0 header files and metrics table (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 1a47d93 + +------------------------------------------------------------------- +Fri Feb 16 14:49:09 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add RAS error info support for umc_v12_0 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 88724fd + +------------------------------------------------------------------- +Fri Feb 16 14:49:04 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add RAS error info support for mmhub_v1_8 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 93f51db + +------------------------------------------------------------------- +Fri Feb 16 14:48:59 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add RAS error info support for gfx_v9_4_3 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit b4bf4ce + +------------------------------------------------------------------- +Fri Feb 16 14:48:53 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add RAS error info support for sdma_v4_4_2. (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7594c2f + +------------------------------------------------------------------- +Fri Feb 16 14:44:11 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add ras_err_info to identify RAS error source + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071). +- Refresh + patches.suse/drm-amdgpu-Do-not-issue-gpu-reset-from-nbio-v7_9-bif.patch. +- commit 5d58bd0 + +------------------------------------------------------------------- +Fri Feb 16 14:44:03 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: flush the correct vmid tlb for specific pasid (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7958829 + +------------------------------------------------------------------- +Fri Feb 16 14:43:58 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: make err_data structure built-in for ras_manager (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit b7bee8b + +------------------------------------------------------------------- +Fri Feb 16 14:43:53 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: disable GFXOFF and PG during compute for GFX9 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit f602552 + +------------------------------------------------------------------- +Fri Feb 16 14:43:48 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu/umsch: fix missing stuff during rebase (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 628a52c + +------------------------------------------------------------------- +Fri Feb 16 14:43:42 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu/umsch: correct IP version format (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit edbebb2 + +------------------------------------------------------------------- +Fri Feb 16 14:43:37 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: don't use legacy invalidation on MMHUB v3.3 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit db699e8 + +------------------------------------------------------------------- +Fri Feb 16 14:43:32 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: correct NBIO v7.11 programing (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit e286fca + +------------------------------------------------------------------- +Fri Feb 16 14:43:27 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Correctly use bo_va->ref_count in compute VMs (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 6c4d1e2 + +------------------------------------------------------------------- +Fri Feb 16 14:43:21 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: Add P2S tables for SMU v13.0.6 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a1c8b47 + +------------------------------------------------------------------- +Fri Feb 16 14:43:16 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Add support to load P2S tables (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit f4dbd26 + +------------------------------------------------------------------- +Fri Feb 16 14:43:11 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Update PSP interface header (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit b04ed91 + +------------------------------------------------------------------- +Fri Feb 16 14:43:05 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Avoid FRU EEPROM access on APU (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 9a6a6b4 + +------------------------------------------------------------------- +Fri Feb 16 14:43:00 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: save VCN instances init info before jpeg init (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 816f72c + +------------------------------------------------------------------- +Fri Feb 16 14:42:55 CET 2024 - pjakobsson@suse.de + +- Revert "drm/amd/display: Skip entire amdgpu_dm build if (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 23ccb13 + +------------------------------------------------------------------- +Fri Feb 16 14:42:50 CET 2024 - pjakobsson@suse.de + +- Revert "drm/amd/display: Create one virtual connector in DC" (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 17b5ef5 + +------------------------------------------------------------------- +Fri Feb 16 14:42:45 CET 2024 - pjakobsson@suse.de + +- Revert "drm/amd/display: Disable virtual links" (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 5858702 + +------------------------------------------------------------------- +Fri Feb 16 14:42:39 CET 2024 - pjakobsson@suse.de + +- Revert "drm/amd/display: Initialize writeback connector" (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 76e418c + +------------------------------------------------------------------- +Fri Feb 16 14:42:34 CET 2024 - pjakobsson@suse.de + +- Revert "drm/amd/display: Skip writeback connector when we get (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 305cd28 + +------------------------------------------------------------------- +Fri Feb 16 14:42:29 CET 2024 - pjakobsson@suse.de + +- Revert "drm/amd/display: Return drm_connector from (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 275654a + +------------------------------------------------------------------- +Fri Feb 16 14:42:24 CET 2024 - pjakobsson@suse.de + +- Revert "drm/amd/display: Use drm_connector in create_stream_for_sink" (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 61a274e + +------------------------------------------------------------------- +Fri Feb 16 14:42:18 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: drop most smu_cmn_get_smc_version in smu (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c87a595 + +------------------------------------------------------------------- +Fri Feb 16 14:42:13 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: Add reset option for fan_ctrl on smu 13.0.7 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 039a85f + +------------------------------------------------------------------- +Fri Feb 16 14:42:08 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: Add reset option for fan_ctrl interfaces (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 58518d5 + +------------------------------------------------------------------- +Fri Feb 16 14:42:03 CET 2024 - pjakobsson@suse.de + +- Revert "drm/amd/display: Create amdgpu_dm_wb_connector" (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 069b792 + +------------------------------------------------------------------- +Fri Feb 16 14:41:58 CET 2024 - pjakobsson@suse.de + +- Revert "drm/amd/display: Create fake sink and stream for writeback (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7dd37eb + +------------------------------------------------------------------- +Fri Feb 16 14:41:52 CET 2024 - pjakobsson@suse.de + +- Revert "drm/amd/display: Hande writeback request from userspace" (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 8acc920 + +------------------------------------------------------------------- +Fri Feb 16 14:41:47 CET 2024 - pjakobsson@suse.de + +- Revert "drm/amd/display: Add writeback enable/disable in dc" (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 64dae81 + +------------------------------------------------------------------- +Fri Feb 16 14:41:42 CET 2024 - pjakobsson@suse.de + +- Revert "drm/amd/display: Fix writeback_info never got updated" (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 4a93275 + +------------------------------------------------------------------- +Fri Feb 16 14:41:37 CET 2024 - pjakobsson@suse.de + +- Revert "drm/amd/display: Validate hw_points_num before using it" (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 1188701 + +------------------------------------------------------------------- +Fri Feb 16 14:41:31 CET 2024 - pjakobsson@suse.de + +- Revert "drm/amd/display: Fix writeback_info is not removed" (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 192b0c0 + +------------------------------------------------------------------- +Fri Feb 16 14:41:26 CET 2024 - pjakobsson@suse.de + +- Revert "drm/amd/display: Add writeback enable field (wb_enabled)" (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 2bae018 + +------------------------------------------------------------------- +Fri Feb 16 14:41:21 CET 2024 - pjakobsson@suse.de + +- Revert "drm/amd/display: Setup for mmhubbub3_warmup_mcif with big (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit f0b5192 + +------------------------------------------------------------------- +Fri Feb 16 14:41:16 CET 2024 - pjakobsson@suse.de + +- Revert "drm/amd/display: Add new set_fc_enable to struct dwbc_funcs" (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c5f33bc + +------------------------------------------------------------------- +Fri Feb 16 14:41:11 CET 2024 - pjakobsson@suse.de + +- Revert "drm/amd/display: Disable DWB frame capture to emulate (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 30823fb + +------------------------------------------------------------------- +Fri Feb 16 14:41:05 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Revert "drm/amd/display: Use drm_connector in (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 6b9168d + +------------------------------------------------------------------- +Fri Feb 16 14:41:00 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Expose ras version & schema info (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit f97ca72 + +------------------------------------------------------------------- +Fri Feb 16 14:40:55 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Read PSPv13 OS version from register (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit f8e2e74 + +------------------------------------------------------------------- +Fri Feb 16 14:40:50 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: add missing NULL check for DML2 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 6e8094f + +------------------------------------------------------------------- +Fri Feb 16 14:40:44 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu/umsch: enable doorbell for umsch (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 2d58e4d + +------------------------------------------------------------------- +Fri Feb 16 14:40:39 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: make dc_set_power_state() return type `void` again (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0824918 + +------------------------------------------------------------------- +Fri Feb 16 14:40:34 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Destroy DC context while keeping DML and DML2 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 9258c51 + +------------------------------------------------------------------- +Fri Feb 16 14:40:29 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Catch errors from drm_atomic_helper_suspend() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 37a994c + +------------------------------------------------------------------- +Fri Feb 16 14:40:23 CET 2024 - pjakobsson@suse.de + +- drm/amd: Split up UVD suspend into prepare and suspend steps (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit f9fc31a + +------------------------------------------------------------------- +Fri Feb 16 14:40:18 CET 2024 - pjakobsson@suse.de + +- drm/amd: Add concept of running prepare_suspend() sequence for IP (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 5cec749 + +------------------------------------------------------------------- +Fri Feb 16 14:40:13 CET 2024 - pjakobsson@suse.de + +- drm/amd: Evict resources during PM ops prepare() callback (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit fa1b0ba + +------------------------------------------------------------------- +Fri Feb 16 14:40:08 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: enable GFX IP v11.5.0 CG and PG support (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 446782b + +------------------------------------------------------------------- +Fri Feb 16 14:40:03 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add support to power up/down UMSCH by SMU (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7da10d9 + +------------------------------------------------------------------- +Fri Feb 16 14:39:57 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add power up/down UMSCH ppt callback (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c16e13b + +------------------------------------------------------------------- +Fri Feb 16 14:39:52 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add support to powerup VPE by SMU (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 93889f2 + +------------------------------------------------------------------- +Fri Feb 16 14:39:47 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu/discovery: add SMU 14 support (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 9041b19 + +------------------------------------------------------------------- +Fri Feb 16 14:39:42 CET 2024 - pjakobsson@suse.de + +- drm/amd/swsmu: add smu14 ip support (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 99771e4 + +------------------------------------------------------------------- +Fri Feb 16 14:39:37 CET 2024 - pjakobsson@suse.de + +- drm/amd/swsmu: add smu v14_0_0 pmfw if file (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit dd6c6b5 + +------------------------------------------------------------------- +Fri Feb 16 14:39:31 CET 2024 - pjakobsson@suse.de + +- drm/amd/swsmu: add smu v14_0_0 ppsmc file (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 79187c1 + +------------------------------------------------------------------- +Fri Feb 16 14:39:26 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu/swsmu: add smu v14_0_0 driver if file (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3a5fbeb + +------------------------------------------------------------------- +Fri Feb 16 14:39:21 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu/umsch: power on/off UMSCH by DLDO (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c4580d3 + +------------------------------------------------------------------- +Fri Feb 16 14:39:16 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu/umsch: fix psp frontdoor loading (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 12dbe53 + +------------------------------------------------------------------- +Fri Feb 16 14:39:10 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Increase IP discovery region size (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit bd8199b + +------------------------------------------------------------------- +Fri Feb 16 14:39:02 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: Use gpu_metrics_v1_4 for SMUv13.0.6 (jsc#PED-3527 + jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 + jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 + jsc#PED-6071). +- Refresh + patches.suse/drm-amd-pm-Fix-a-memory-leak-on-an-error-path.patch. +- commit d1f7bde + +------------------------------------------------------------------- +Fri Feb 16 14:38:54 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: Add gpu_metrics_v1_4 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 4110a79 + +------------------------------------------------------------------- +Fri Feb 16 14:38:49 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: Update metric table for smu v13_0_6 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit b33835e + +------------------------------------------------------------------- +Fri Feb 16 14:38:44 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Return -EINVAL when MMSCH init status incorrect (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 32e5d3b + +------------------------------------------------------------------- +Fri Feb 16 14:38:38 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: wait for completion of the EnableGfxImu command (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 091cdf6 + +------------------------------------------------------------------- +Fri Feb 16 14:38:33 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu/vpe: fix insert_nop ops (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a4d4b8b + +------------------------------------------------------------------- +Fri Feb 16 14:38:28 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Address member 'gart_placement' not described in (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0138257 + +------------------------------------------------------------------- +Fri Feb 16 14:38:23 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu/vpe: align with mcbp changes (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit bdfa034 + +------------------------------------------------------------------- +Fri Feb 16 14:38:17 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu/vpe: remove IB end boundary requirement (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 1ba20ba + +------------------------------------------------------------------- +Fri Feb 16 14:38:12 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Improve MES responsiveness during oversubscription (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit e05d384 + +------------------------------------------------------------------- +Fri Feb 16 14:38:07 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu/discovery: enable DCN 3.5.0 support (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3e15261 + +------------------------------------------------------------------- +Fri Feb 16 14:38:02 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: 3.2.255 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 2470123 + +------------------------------------------------------------------- +Fri Feb 16 14:37:57 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Disable virtual links (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 842ca6c + +------------------------------------------------------------------- +Fri Feb 16 14:37:51 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Disable SubVP if test pattern is enabled (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit f33fd37 + +------------------------------------------------------------------- +Fri Feb 16 14:37:46 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Refactor DPG test pattern logic for ODM cases (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 8d1be25 + +------------------------------------------------------------------- +Fri Feb 16 14:37:41 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Don't set dpms_off for seamless boot (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 2c3f610 + +------------------------------------------------------------------- +Fri Feb 16 14:37:36 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Refactor HWSS into component folder (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3461e9a + +------------------------------------------------------------------- +Fri Feb 16 14:37:30 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Revert "drm/amd/display: Add a check for idle power (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 18bfd27 + +------------------------------------------------------------------- +Fri Feb 16 14:37:25 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add hub->ctx_distance in setup_vmid_config (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3a0a854 + +------------------------------------------------------------------- +Fri Feb 16 14:37:20 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Update cursor limits based on SW cursor fallback (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 2232063 + +------------------------------------------------------------------- +Fri Feb 16 14:37:15 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Update dml ssb from pmfw clock table (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 4e1e813 + +------------------------------------------------------------------- +Fri Feb 16 14:37:10 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Update stream mask (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c171862 + +------------------------------------------------------------------- +Fri Feb 16 14:37:04 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Revert "drm/amd/display: remove duplicated edp (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 036f44f + +------------------------------------------------------------------- +Fri Feb 16 14:36:59 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Modify Vmin default value (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 197bc1a + +------------------------------------------------------------------- +Fri Feb 16 14:36:54 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Update pmfw_driver_if new structure (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit f3ad633 + +------------------------------------------------------------------- +Fri Feb 16 14:36:49 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: VSIF v3 set Max Refresh Rate (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 2a01d41 + +------------------------------------------------------------------- +Fri Feb 16 14:36:43 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Modify SMU message logs (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 5f8c47c + +------------------------------------------------------------------- +Fri Feb 16 14:36:38 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: enable S/G display for for recent APUs by default (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 2186883 + +------------------------------------------------------------------- +Fri Feb 16 14:36:33 CET 2024 - pjakobsson@suse.de + +- Documentation/amdgpu: Add FRU attribute details (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit b96aaff + +------------------------------------------------------------------- +Fri Feb 16 14:36:28 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Add more FRU field information (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit bc0e69c + +------------------------------------------------------------------- +Fri Feb 16 14:36:23 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Refactor FRU product information (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 6c8a81f + +------------------------------------------------------------------- +Fri Feb 16 14:36:17 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: enable FRU device for SMU v13.0.6 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit e63b695 + +------------------------------------------------------------------- +Fri Feb 16 14:36:12 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: update ib start and size alignment (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 16aedec + +------------------------------------------------------------------- +Fri Feb 16 14:36:07 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: add check in validate_only in dml2 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0b67913 + +------------------------------------------------------------------- +Fri Feb 16 14:36:02 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Port replay vblank logic to DML2 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 433819d + +------------------------------------------------------------------- +Fri Feb 16 14:35:57 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Modify Pipe Selection for Policy for ODM (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 5104213 + +------------------------------------------------------------------- +Fri Feb 16 14:35:51 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: correct dml2 input and dlg_refclk (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit b0e5032 + +------------------------------------------------------------------- +Fri Feb 16 14:35:46 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Fix Chroma Surface height/width initialization (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 2531f32 + +------------------------------------------------------------------- +Fri Feb 16 14:35:41 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Move stereo timing check to helper (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3ec9c52 + +------------------------------------------------------------------- +Fri Feb 16 14:35:36 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Split pipe for stereo timings (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c0e10ef + +------------------------------------------------------------------- +Fri Feb 16 14:35:31 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Use fixed DET Buffer Size (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 8be7909 + +------------------------------------------------------------------- +Fri Feb 16 14:35:25 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Handle multiple streams sourcing same surface (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 615772f + +------------------------------------------------------------------- +Fri Feb 16 14:35:20 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Add z8_marks in dml (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3ffd3bf + +------------------------------------------------------------------- +Fri Feb 16 14:35:15 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Add DCN35 DML2 support (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 08a99b8 + +------------------------------------------------------------------- +Fri Feb 16 14:35:10 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Introduce DML2 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit cb532bb + +------------------------------------------------------------------- +Fri Feb 16 14:35:05 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Move dml code under CONFIG_DRM_AMD_DC_FP guard (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 846dda3 + +------------------------------------------------------------------- +Fri Feb 16 14:35:00 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Move bw_fixed from DML folder (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0fbbc5c + +------------------------------------------------------------------- +Fri Feb 16 14:34:54 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Move custom_float from DML folder (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 8ed5b03 + +------------------------------------------------------------------- +Fri Feb 16 14:34:49 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Move dce_calcs from DML folder (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 45fe3e9 + +------------------------------------------------------------------- +Fri Feb 16 14:34:44 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Enable SMU 13.0.0 optimizations when ROCm is active (v2) (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 9f32cfc + +------------------------------------------------------------------- +Fri Feb 16 14:34:39 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Move the memory allocation out of (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0979c39 + +------------------------------------------------------------------- +Fri Feb 16 14:34:34 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Move the memory allocation out of (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit e32f467 + +------------------------------------------------------------------- +Fri Feb 16 14:34:28 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Add a warning if the FPU is used outside from task (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 4175398 + +------------------------------------------------------------------- +Fri Feb 16 14:34:23 CET 2024 - pjakobsson@suse.de + +- drm/radeon: Fix UBSAN array-index-out-of-bounds for Radeon HD 5430 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit cd53ea5 + +------------------------------------------------------------------- +Fri Feb 16 14:34:18 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Annotate struct amdgpu_bo_list with __counted_by (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 09866e6 + +------------------------------------------------------------------- +Fri Feb 16 14:34:13 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Drop unnecessary return statements (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 746054c + +------------------------------------------------------------------- +Fri Feb 16 14:34:08 CET 2024 - pjakobsson@suse.de + +- Documentation/amdgpu: Add board info details (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 69160f0 + +------------------------------------------------------------------- +Fri Feb 16 14:34:02 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Add sysfs attribute to get board info (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 5a5d8d6 + +------------------------------------------------------------------- +Fri Feb 16 14:33:57 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Get package types for smuio v13.0 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 23d6545 + +------------------------------------------------------------------- +Fri Feb 16 14:33:52 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Add more smuio v13.0.3 package types (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit ba433f6 + +------------------------------------------------------------------- +Fri Feb 16 14:33:47 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: fix ip count query for xcp partitions (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 2bf8924 + +------------------------------------------------------------------- +Fri Feb 16 14:33:42 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: Remove set df cstate for SMUv13.0.6 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit e39de3d + +------------------------------------------------------------------- +Fri Feb 16 14:33:36 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Move package type enum to amdgpu_smuio (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit ce01a29 + +------------------------------------------------------------------- +Fri Feb 16 14:33:31 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Fix complex macros error (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3c20e9a + +------------------------------------------------------------------- +Fri Feb 16 14:33:26 CET 2024 - pjakobsson@suse.de + +- drm/amdkfd: Use partial migrations in GPU page faults (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 5eb6f61 + +------------------------------------------------------------------- +Fri Feb 16 14:33:21 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Simplify the per-CPU usage. (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 4b006c5 + +------------------------------------------------------------------- +Fri Feb 16 14:33:16 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Remove migrate_en/dis from dc_fpu_begin(). (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit cc4c1d8 + +------------------------------------------------------------------- +Fri Feb 16 14:33:11 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: amdgpu_drm.h: fix comment typos (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3c99939 + +------------------------------------------------------------------- +Fri Feb 16 14:33:05 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: refine fault cache updates (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 61687fb + +------------------------------------------------------------------- +Fri Feb 16 14:33:00 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add new INFO ioctl query for the last GPU page fault (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit e4008cd + +------------------------------------------------------------------- +Fri Feb 16 14:32:55 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: Add GC v9.4.3 thermal limits to hwmon (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 8ec0f1d + +------------------------------------------------------------------- +Fri Feb 16 14:32:50 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: Add throttle limit for SMU v13.0.6 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 27eec56 + +------------------------------------------------------------------- +Fri Feb 16 14:32:45 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: 3.2.254 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit dd1b787 + +------------------------------------------------------------------- +Fri Feb 16 14:32:40 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Adjust code style for hw_sequencer.h (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d4d77f2 + +------------------------------------------------------------------- +Fri Feb 16 14:32:35 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Adjust code style for dmub_cmd.h (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit fdc009a + +------------------------------------------------------------------- +Fri Feb 16 14:32:30 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Update DMUB cmd header (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7f1681a + +------------------------------------------------------------------- +Fri Feb 16 14:32:25 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Add a check for idle power optimization (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 6f92140 + +------------------------------------------------------------------- +Fri Feb 16 14:32:20 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Clean up code warnings (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 8871a50 + +------------------------------------------------------------------- +Fri Feb 16 14:32:15 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Make driver backwards-compatible with non-IPS PMFW (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 25e73e6 + +------------------------------------------------------------------- +Fri Feb 16 14:32:10 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: remove duplicated edp relink to fastboot (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 96b0881 + +------------------------------------------------------------------- +Fri Feb 16 14:26:39 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: enable dsc_clk even if dsc_pg disabled + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071). +- Refresh + patches.suse/drm-amd-display-Fix-tiled-display-misalignment.patch. +- commit f193ba3 + +------------------------------------------------------------------- +Fri Feb 16 14:26:32 CET 2024 - pjakobsson@suse.de + +- drm/amdkfd: Fix EXT_COHERENT memory allocation crash (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0e40c63 + +------------------------------------------------------------------- +Fri Feb 16 14:26:27 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: ratelimited override pte flags messages (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7c8529d + +------------------------------------------------------------------- +Fri Feb 16 14:26:21 CET 2024 - pjakobsson@suse.de + +- drm/amd: Drop all hand-built MIN and MAX macros in the amdgpu base (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 57a7917 + +------------------------------------------------------------------- +Fri Feb 16 14:26:16 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: cache gpuvm fault information for gmc7+ (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 96bc4fd + +------------------------------------------------------------------- +Fri Feb 16 14:26:11 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add cached GPU fault structure to vm struct (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 52cc32a + +------------------------------------------------------------------- +Fri Feb 16 14:26:06 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Use ttm_pages_limit to override vram reporting (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 02aa7c0 + +------------------------------------------------------------------- +Fri Feb 16 14:26:01 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Rework KFD memory max limits (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 9be29d5 + +------------------------------------------------------------------- +Fri Feb 16 14:25:56 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu/gmc11: set gart placement GC11 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit fb600ec + +------------------------------------------------------------------- +Fri Feb 16 14:25:51 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu/gmc: add a way to force a particular placement for GART (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 13fbb99 + +------------------------------------------------------------------- +Fri Feb 16 14:25:46 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: fix problems in power_helper (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit ddb2f05 + +------------------------------------------------------------------- +Fri Feb 16 14:25:41 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: correct gpu clock counter query on cyan skilfish (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d524c0e + +------------------------------------------------------------------- +Fri Feb 16 14:25:36 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Disable DWB frame capture to emulate oneshot (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit f21b648 + +------------------------------------------------------------------- +Fri Feb 16 14:25:31 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Add new set_fc_enable to struct dwbc_funcs (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 73ccf4e + +------------------------------------------------------------------- +Fri Feb 16 14:25:26 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Setup for mmhubbub3_warmup_mcif with big buffer (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 824dc58 + +------------------------------------------------------------------- +Fri Feb 16 14:25:21 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Add writeback enable field (wb_enabled) (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit fd0a727 + +------------------------------------------------------------------- +Fri Feb 16 14:25:16 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Fix writeback_info is not removed (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit e941a01 + +------------------------------------------------------------------- +Fri Feb 16 14:25:11 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Validate hw_points_num before using it (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 8f19049 + +------------------------------------------------------------------- +Fri Feb 16 14:25:06 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Fix writeback_info never got updated (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0d2fbb1 + +------------------------------------------------------------------- +Fri Feb 16 14:25:01 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Add writeback enable/disable in dc (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit b9d213e + +------------------------------------------------------------------- +Fri Feb 16 14:24:56 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Hande writeback request from userspace (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3a304d4 + +------------------------------------------------------------------- +Fri Feb 16 14:24:51 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Create fake sink and stream for writeback connector (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 73700bd + +------------------------------------------------------------------- +Fri Feb 16 14:24:45 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Create amdgpu_dm_wb_connector (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit e4d367d + +------------------------------------------------------------------- +Fri Feb 16 14:24:40 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Use drm_connector in create_validate_stream_for_sink (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 96565ae + +------------------------------------------------------------------- +Fri Feb 16 14:24:35 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Address 'srf_updates' not described in (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit f0f5d63 + +------------------------------------------------------------------- +Fri Feb 16 14:24:30 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: delete dead code (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 876ea1d + +------------------------------------------------------------------- +Fri Feb 16 14:24:25 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Use drm_connector in create_stream_for_sink (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 05ec245 + +------------------------------------------------------------------- +Fri Feb 16 14:24:20 CET 2024 - pjakobsson@suse.de + +- drm/amdkfd: drop struct kfd_cu_info (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7564e5d + +------------------------------------------------------------------- +Fri Feb 16 14:24:15 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Return drm_connector from (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 6dca2ee + +------------------------------------------------------------------- +Fri Feb 16 14:24:10 CET 2024 - pjakobsson@suse.de + +- drm/amdkfd: reduce stack size in kfd_topology_add_device() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 48a4e03 + +------------------------------------------------------------------- +Fri Feb 16 14:24:05 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Skip writeback connector when we get (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 07ac420 + +------------------------------------------------------------------- +Fri Feb 16 14:24:00 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: exit directly if gpu reset fails (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit fdb86e6 + +------------------------------------------------------------------- +Fri Feb 16 14:23:55 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: Disallow managing power profiles on SRIOV for gc11.0.3 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit e75c850 + +------------------------------------------------------------------- +Fri Feb 16 14:23:50 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Initialize writeback connector (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit eb5a26e + +------------------------------------------------------------------- +Fri Feb 16 14:23:45 CET 2024 - pjakobsson@suse.de + +- drm/amd: Move microcode init from sw_init to early_init for CIK SDMA (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit ba7de43 + +------------------------------------------------------------------- +Fri Feb 16 14:23:40 CET 2024 - pjakobsson@suse.de + +- drm/amd: Move microcode init from sw_init to early_init for SDMA v2.4 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d0b0ab0 + +------------------------------------------------------------------- +Fri Feb 16 14:23:35 CET 2024 - pjakobsson@suse.de + +- drm/amd: Move microcode init from sw_init to early_init for SDMA v3.0 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d4e9266 + +------------------------------------------------------------------- +Fri Feb 16 14:23:30 CET 2024 - pjakobsson@suse.de + +- drm/amd: Move microcode init from sw_init to early_init for SDMA v5.2 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 01228c3 + +------------------------------------------------------------------- +Fri Feb 16 14:23:25 CET 2024 - pjakobsson@suse.de + +- drm/amd: Move microcode init from sw_init to early_init for SDMA v6.0 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 89671c7 + +------------------------------------------------------------------- +Fri Feb 16 14:23:20 CET 2024 - pjakobsson@suse.de + +- drm/amd: Move microcode init from sw_init to early_init for SDMA v5.0 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c74d856 + +------------------------------------------------------------------- +Fri Feb 16 14:23:15 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Create one virtual connector in DC (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit ec10a40 + +------------------------------------------------------------------- +Fri Feb 16 14:23:10 CET 2024 - pjakobsson@suse.de + +- drm/amd: Drop error message about failing to load SDMA firmware (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 98402d9 + +------------------------------------------------------------------- +Fri Feb 16 14:23:05 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: fix the print_clk_levels issue for SMU v13.0.6 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 1f6e154 + +------------------------------------------------------------------- +Fri Feb 16 14:23:00 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: deprecate allow_xgmi_power_down interface (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 30bb64d + +------------------------------------------------------------------- +Fri Feb 16 14:22:55 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: integrate plpd allow/disallow into (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit cdc22c8 + +------------------------------------------------------------------- +Fri Feb 16 14:22:50 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: init plpd_mode properly for different asics (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit bc8cf4d + +------------------------------------------------------------------- +Fri Feb 16 14:22:45 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Remove unused DPCD declarations (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d168780 + +------------------------------------------------------------------- +Fri Feb 16 14:22:40 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Skip entire amdgpu_dm build if !CONFIG_DRM_AMD_DC (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3ac2aab + +------------------------------------------------------------------- +Fri Feb 16 14:22:35 CET 2024 - pjakobsson@suse.de + +- drm/amd: Limit seamless boot by default to APUs (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 91de247 + +------------------------------------------------------------------- +Fri Feb 16 14:22:30 CET 2024 - pjakobsson@suse.de + +- drm/amd: Drop error message about failing to load DMUB firmware (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit cbf61ea + +------------------------------------------------------------------- +Fri Feb 16 14:22:25 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: add xgmi_plpd_policy sysfs node for user to change plpd (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d2c8391 + +------------------------------------------------------------------- +Fri Feb 16 14:22:20 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: add xgmi plpd mode selecting interface for smu v13.0.6 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 080bb30 + +------------------------------------------------------------------- +Fri Feb 16 14:22:14 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: add plpd_mode in smu_context to indicate current mode (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c6bf80b + +------------------------------------------------------------------- +Fri Feb 16 14:22:09 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: update pmfw headers for version 85.73.0 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d1be987 + +------------------------------------------------------------------- +Fri Feb 16 14:22:04 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Add description for AMD_IP_BLOCK_TYPE_VPE (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit be6e866 + +------------------------------------------------------------------- +Fri Feb 16 14:21:59 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Change dc_set_power_state() to bool instead of int (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0bb1a03 + +------------------------------------------------------------------- +Fri Feb 16 14:21:54 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu/gmc11: disable AGP on GC 11.5 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 619eb0e + +------------------------------------------------------------------- +Fri Feb 16 14:21:49 CET 2024 - pjakobsson@suse.de + +- drm/amd: Propagate failures in dc_set_power_state() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0393b45 + +------------------------------------------------------------------- +Fri Feb 16 14:21:44 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: set stream gamut remap matrix to MPC for DCN3+ (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 207deb3 + +------------------------------------------------------------------- +Fri Feb 16 14:21:34 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu/gmc: set a default disable value for AGP + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071). +- Refresh + patches.suse/drm-amdgpu-apply-the-RV2-system-aperture-fix-to-RN-C.patch. +- commit 0fb46f4 + +------------------------------------------------------------------- +Fri Feb 16 14:21:27 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu/gmc6-8: properly disable the AGP aperture (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d838bf7 + +------------------------------------------------------------------- +Fri Feb 16 14:21:22 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu:Expose physical id of device in XGMI hive (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 993b965 + +------------------------------------------------------------------- +Fri Feb 16 14:21:17 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Break after finding supported vlevel for repopulate (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 35b0881 + +------------------------------------------------------------------- +Fri Feb 16 14:21:12 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Update OPP counter from new interface (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit df281de + +------------------------------------------------------------------- +Fri Feb 16 14:21:06 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: augment display clock in dc_cap structure (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 4e6d7f3 + +------------------------------------------------------------------- +Fri Feb 16 14:21:01 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: 3.2.253 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit f4e5421 + +------------------------------------------------------------------- +Fri Feb 16 14:20:56 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: fix incorrect odm change detection logic (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c176add + +------------------------------------------------------------------- +Fri Feb 16 14:20:51 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: add primary pipe check when building slice table for (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 8d7626b + +------------------------------------------------------------------- +Fri Feb 16 14:20:46 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: add get primary dpp pipe resource interface (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit ad9a2f1 + +------------------------------------------------------------------- +Fri Feb 16 14:20:41 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: add missing function pointer for DCN321 resource (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit bde1371 + +------------------------------------------------------------------- +Fri Feb 16 14:20:36 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Rename DisableMinDispClkODM in dc_config (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c2677c9 + +------------------------------------------------------------------- +Fri Feb 16 14:20:30 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu/vpe: fix truncation warnings (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3ef7d29 + +------------------------------------------------------------------- +Fri Feb 16 14:20:25 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Improve code style on bios_parser2 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 9583f74 + +------------------------------------------------------------------- +Fri Feb 16 14:20:20 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Remove unwanted drm edid references (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 60f11f0 + +------------------------------------------------------------------- +Fri Feb 16 14:20:15 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: switch DC over to the new DRM logging macros (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7f8a263 + +------------------------------------------------------------------- +Fri Feb 16 14:20:09 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: skip audio config for virtual signal (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 8eccc1c + +------------------------------------------------------------------- +Fri Feb 16 14:20:04 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: Add reset option for fan_curve on smu13_0_0 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit df70e9e + +------------------------------------------------------------------- +Fri Feb 16 14:19:59 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: block MPO if it prevents pstate support (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit f89e66d + +------------------------------------------------------------------- +Fri Feb 16 14:19:54 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Fix DP2.0 timing sync (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 763ee0d + +------------------------------------------------------------------- +Fri Feb 16 14:19:49 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Improve x86 and dmub ips handshake (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c8a8d7a + +------------------------------------------------------------------- +Fri Feb 16 14:19:43 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: remove guaranteed viewports limitation for odm (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 297657d + +------------------------------------------------------------------- +Fri Feb 16 14:19:38 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: add new windowed mpo odm minimal transition sequence (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c30f58c + +------------------------------------------------------------------- +Fri Feb 16 14:19:33 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: reset stream slice count for new ODM policy (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 5f2acc4 + +------------------------------------------------------------------- +Fri Feb 16 14:19:28 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: determine fast update only before commit minimal (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit ebb906f + +------------------------------------------------------------------- +Fri Feb 16 14:19:23 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: remove unused mmhub_reg_offsets (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c29a866 + +------------------------------------------------------------------- +Fri Feb 16 14:19:17 CET 2024 - pjakobsson@suse.de + +- drm/amdkfd: Move dma unmapping after TLB flush (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 5e7d881 + +------------------------------------------------------------------- +Fri Feb 16 14:19:12 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: further move TLB hw workarounds a layer up (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit b9076c1 + +------------------------------------------------------------------- +Fri Feb 16 14:19:07 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: rework lock handling for flush_tlb v2 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c6c3228 + +------------------------------------------------------------------- +Fri Feb 16 14:19:02 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: drop error return from flush_gpu_tlb_pasid (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 2ac898c + +------------------------------------------------------------------- +Fri Feb 16 14:18:57 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: fix and cleanup gmc_v11_0_flush_gpu_tlb_pasid (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 27f81f2 + +------------------------------------------------------------------- +Fri Feb 16 14:18:51 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: cleanup gmc_v10_0_flush_gpu_tlb_pasid (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 01955ec + +------------------------------------------------------------------- +Fri Feb 16 14:18:46 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: fix and cleanup gmc_v9_0_flush_gpu_tlb_pasid (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 6606653 + +------------------------------------------------------------------- +Fri Feb 16 14:18:41 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: fix and cleanup gmc_v8_0_flush_gpu_tlb_pasid (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit f54092c + +------------------------------------------------------------------- +Fri Feb 16 14:18:36 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: fix and cleanup gmc_v7_0_flush_gpu_tlb_pasid (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a38b3ee + +------------------------------------------------------------------- +Fri Feb 16 14:18:31 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: cleanup gmc_v11_0_flush_gpu_tlb (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c25f594 + +------------------------------------------------------------------- +Fri Feb 16 14:18:26 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: rework gmc_v10_0_flush_gpu_tlb v2 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 74914d7 + +------------------------------------------------------------------- +Fri Feb 16 14:18:20 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: change if condition for bad channel bitmap update (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit ff1a8c7 + +------------------------------------------------------------------- +Fri Feb 16 14:18:15 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: fix value of some UMC parameters for UMC v12 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7a0569a + +------------------------------------------------------------------- +Fri Feb 16 14:18:10 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: fix some style issues (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 54f76fb + +------------------------------------------------------------------- +Fri Feb 16 14:18:05 CET 2024 - pjakobsson@suse.de + +- drm/amdkfd: Don't use sw fault filter if retry cam enabled (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 9fbc53f + +------------------------------------------------------------------- +Fri Feb 16 14:18:00 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: fix and cleanup gmc_v9_0_flush_gpu_tlb (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 4a6d11a + +------------------------------------------------------------------- +Fri Feb 16 14:17:55 CET 2024 - pjakobsson@suse.de + +- gpu: drm: amd: display: fix kernel-doc warnings (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 188126b + +------------------------------------------------------------------- +Fri Feb 16 14:17:50 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Restore partition mode after reset (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 1783689 + +------------------------------------------------------------------- +Fri Feb 16 14:17:45 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: 3.2.252 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 54757db + +------------------------------------------------------------------- +Fri Feb 16 14:17:40 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Drop unused link FPGA code (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 6f5d2d0 + +------------------------------------------------------------------- +Fri Feb 16 14:17:35 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Enable DCN low mem power by default (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 5ad9e63 + +------------------------------------------------------------------- +Fri Feb 16 14:17:30 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Expand DML to better support replay (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3f788b3 + +------------------------------------------------------------------- +Fri Feb 16 14:17:25 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Use optc32 instead of optc30 in DC (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 5a69103 + +------------------------------------------------------------------- +Fri Feb 16 14:17:20 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Optimize OLED T7 delay (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 9cd27d1 + +------------------------------------------------------------------- +Fri Feb 16 14:17:15 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Add more fields to IP version (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 1661623 + +------------------------------------------------------------------- +Fri Feb 16 14:17:10 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: print channel index for UMC bad page (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit dedd311 + +------------------------------------------------------------------- +Fri Feb 16 14:17:05 CET 2024 - pjakobsson@suse.de + +- drm/amdkfd: Separate dma unmap and free of dma address array (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7f53c63 + +------------------------------------------------------------------- +Fri Feb 16 14:17:00 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: Remove SMUv13.0.6 unsupported feature (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit e9c1e0e + +------------------------------------------------------------------- +Fri Feb 16 14:16:55 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: Round Q10 format values in SMU v13.0.6 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit f54077d + +------------------------------------------------------------------- +Fri Feb 16 14:16:50 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: update IP count INFO query (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 8d164e0 + +------------------------------------------------------------------- +Fri Feb 16 14:16:45 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Fix false positive error log (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 679d690 + +------------------------------------------------------------------- +Fri Feb 16 14:16:40 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu/jpeg: skip set pg for sriov (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d508fe4 + +------------------------------------------------------------------- +Fri Feb 16 14:16:35 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: 3.2.251 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7052087 + +------------------------------------------------------------------- +Fri Feb 16 14:16:30 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: [FW Promotion] Release 0.0.183.0 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit ddebb0e + +------------------------------------------------------------------- +Fri Feb 16 14:16:25 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Fix MST recognizes connected displays as one (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 597b5d4 + +------------------------------------------------------------------- +Fri Feb 16 14:16:20 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: fix some non-initialized register mask and setting (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0fbf956 + +------------------------------------------------------------------- +Fri Feb 16 14:16:11 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Enable replay for dcn35 (jsc#PED-3527 + jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 + jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 + jsc#PED-6071). +- Refresh + patches.suse/Revert-drm-amd-display-Enable-Replay-for-static-scre.patch. +- commit 37ba9ab + +------------------------------------------------------------------- +Fri Feb 16 14:11:20 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Add option to flip ODM optimization (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7ceb079 + +------------------------------------------------------------------- +Fri Feb 16 14:11:15 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: disable IPS (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7a377a9 + +------------------------------------------------------------------- +Fri Feb 16 14:11:10 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Add IPS control flag (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 6051c7c + +------------------------------------------------------------------- +Fri Feb 16 14:11:05 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Update driver and IPS interop (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 9b1f806 + +------------------------------------------------------------------- +Fri Feb 16 14:11:00 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Correct z8 watermark mask (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit af2c1a9 + +------------------------------------------------------------------- +Fri Feb 16 14:10:54 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: STREAM_MAPPER_CONTROL register offset on DCN35 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit fa588ae + +------------------------------------------------------------------- +Fri Feb 16 14:10:49 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Update pipe resource interfaces for DCN35 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit bb262b2 + +------------------------------------------------------------------- +Fri Feb 16 14:10:44 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Add DPIA Link Encoder Assignment Fix for DCN35 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0d30379 + +------------------------------------------------------------------- +Fri Feb 16 14:10:39 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: fix static screen detection setting for DCN35 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit e2614af + +------------------------------------------------------------------- +Fri Feb 16 14:10:34 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Add pointer check before function call (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0a1df85 + +------------------------------------------------------------------- +Fri Feb 16 14:10:29 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Enable DCLK_DS from driver by default (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 9d028a7 + +------------------------------------------------------------------- +Fri Feb 16 14:10:23 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Add DCN35 case for dc_clk_mgr_create (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3ce6dfa + +------------------------------------------------------------------- +Fri Feb 16 14:10:18 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Add z8_marks related in dml for DCN35 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit ebc3959 + +------------------------------------------------------------------- +Fri Feb 16 14:10:13 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Fix dig register undefined (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 56ca6cc + +------------------------------------------------------------------- +Fri Feb 16 14:10:08 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Temporarily disable clock gating (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 44392f1 + +------------------------------------------------------------------- +Fri Feb 16 14:10:03 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: disable clock gating logic (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c72ce86 + +------------------------------------------------------------------- +Fri Feb 16 14:09:57 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Add reset for SYMCLKC_FE_SRC_SEL (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0dcccc0 + +------------------------------------------------------------------- +Fri Feb 16 14:09:52 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Rework coredump to use memory dynamically (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 9c5f15a + +------------------------------------------------------------------- +Fri Feb 16 14:09:47 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Remove unused display_content_support (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 4cd3997 + +------------------------------------------------------------------- +Fri Feb 16 14:09:42 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Hook up 'content type' property for HDMI (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 20097dc + +------------------------------------------------------------------- +Fri Feb 16 14:09:37 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Fix vbios version string search (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a5c9d1b + +------------------------------------------------------------------- +Fri Feb 16 14:09:31 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: add smu_13_0_6 mca dump support (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 46bbd36 + +------------------------------------------------------------------- +Fri Feb 16 14:09:26 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: update smu_v13_0_6 ppsmc header (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit ec36b61 + +------------------------------------------------------------------- +Fri Feb 16 14:09:21 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Add EXT_COHERENT memory allocation flags (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 21eaee0 + +------------------------------------------------------------------- +Fri Feb 16 14:09:16 CET 2024 - pjakobsson@suse.de + +- drm/amdkfd: fix add queue process context clear without runtime (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 2ee5a04 + +------------------------------------------------------------------- +Fri Feb 16 14:09:11 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add amdgpu mca debug sysfs support (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 9d1ffa3 + +------------------------------------------------------------------- +Fri Feb 16 14:09:06 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add VPE IP discovery info to HW IP info query (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 41c8eed + +------------------------------------------------------------------- +Fri Feb 16 14:09:01 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add amdgpu smu mca dump feature support (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a83360b + +------------------------------------------------------------------- +Fri Feb 16 14:08:56 CET 2024 - pjakobsson@suse.de + +- Documentation/amdgpu: Modify pp_dpm_*clk details (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 6338d25 + +------------------------------------------------------------------- +Fri Feb 16 14:08:50 CET 2024 - pjakobsson@suse.de + +- drm/amd: Enable seamless boot by default on newer ASICs (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3759c57 + +------------------------------------------------------------------- +Fri Feb 16 14:08:45 CET 2024 - pjakobsson@suse.de + +- drm/amd: Add a module parameter for seamless boot (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c8bf214 + +------------------------------------------------------------------- +Fri Feb 16 14:08:40 CET 2024 - pjakobsson@suse.de + +- drm/amd: Add HDP flush during jpeg init (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 87c5d06 + +------------------------------------------------------------------- +Fri Feb 16 14:08:35 CET 2024 - pjakobsson@suse.de + +- drm/amd: Move seamless boot check out of display (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit bf41589 + +------------------------------------------------------------------- +Fri Feb 16 14:08:30 CET 2024 - pjakobsson@suse.de + +- drm/amd: Drop special case for yellow carp without discovery (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 627f2f2 + +------------------------------------------------------------------- +Fri Feb 16 14:08:25 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm:Fix GFX deep sleep clock reporting (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 20d51dc + +------------------------------------------------------------------- +Fri Feb 16 14:08:19 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: Fix clock reporting for SMUv13.0.6 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d60958a + +------------------------------------------------------------------- +Fri Feb 16 14:08:06 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Use function for IP version check (jsc#PED-3527 + jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 + jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 + jsc#PED-6071). +- Refresh + patches.suse/Revert-drm-amd-display-Enable-Replay-for-static-scre.patch. +- Refresh + patches.suse/drm-amdgpu-Add-NULL-checks-for-function-pointers.patch. +- Refresh patches.suse/drm-amdgpu-disable-MCBP-by-default.patch. +- Refresh + patches.suse/drm-amdgpu-finalizing-mem_partitions-at-the-end-of-G.patch. +- Refresh + patches.suse/drm-amdgpu-pm-Fix-the-power-source-flag-error.patch. +- Refresh + patches.suse/drm-amdgpu-revert-Adjust-removal-control-flow-for-sm.patch. +- commit 86396b9 + +------------------------------------------------------------------- +Fri Feb 16 13:59:45 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add remap_hdp_registers callback for nbio 7.11 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 86be0c4 + +------------------------------------------------------------------- +Fri Feb 16 13:59:40 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add vcn_doorbell_range callback for nbio 7.11 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 474edca + +------------------------------------------------------------------- +Fri Feb 16 13:59:35 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Create an option to disable soft recovery (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 309a121 + +------------------------------------------------------------------- +Fri Feb 16 13:59:30 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Merge debug module parameters (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 8bb6a62 + +------------------------------------------------------------------- +Fri Feb 16 13:59:25 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: clean up some inconsistent indenting (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d487d53 + +------------------------------------------------------------------- +Fri Feb 16 13:59:19 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: add skip_implict_edp_power_control flag for dcn32 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c1c5370 + +------------------------------------------------------------------- +Fri Feb 16 13:59:14 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: minior logging improvements (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7abb174 + +------------------------------------------------------------------- +Fri Feb 16 13:59:09 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: do not skip ODM minimal transition based on new (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a80fe7b + +------------------------------------------------------------------- +Fri Feb 16 13:59:04 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: move odm power optimization decision after subvp (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 8cfec03 + +------------------------------------------------------------------- +Fri Feb 16 13:58:59 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: 3.2.250 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 6dcbb92 + +------------------------------------------------------------------- +Fri Feb 16 13:58:54 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: fix some non-initialized register mask and setting (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 10b0a1f + +------------------------------------------------------------------- +Fri Feb 16 13:58:48 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Add check for vrr_active_fixed (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 056d5c6 + +------------------------------------------------------------------- +Fri Feb 16 13:58:43 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: dc cleanup for tests (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit ed6c706 + +------------------------------------------------------------------- +Fri Feb 16 13:58:38 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add type conversion for gc info (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit fcbfe8b + +------------------------------------------------------------------- +Fri Feb 16 13:58:33 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Drop unused registers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit b20c6b8 + +------------------------------------------------------------------- +Fri Feb 16 13:58:28 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: add dp dto programming function to dccg (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 55c350a + +------------------------------------------------------------------- +Fri Feb 16 13:58:22 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: only allow ODM power optimization if surface is (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 4c0bc3a + +------------------------------------------------------------------- +Fri Feb 16 13:58:17 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: do not attempt ODM power optimization if minimal (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit e554d88 + +------------------------------------------------------------------- +Fri Feb 16 13:58:12 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: remove a function that does complex calculation in (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c4434c7 + +------------------------------------------------------------------- +Fri Feb 16 13:58:07 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Add DCHUBBUB callback to report MALL status (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 92eed37 + +------------------------------------------------------------------- +Fri Feb 16 13:58:02 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Add new logs for AutoDPMTest (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit fd66169 + +------------------------------------------------------------------- +Fri Feb 16 13:57:57 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: support main link off before specific vertical line (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 34d9a21 + +------------------------------------------------------------------- +Fri Feb 16 13:57:51 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Rename KGD_MAX_QUEUES to AMDGPU_MAX_QUEUES (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit f2e3ec5 + +------------------------------------------------------------------- +Fri Feb 16 13:57:46 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: do not block ODM + OPM on one side of the screen (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0010750 + +------------------------------------------------------------------- +Fri Feb 16 13:57:41 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Fix DML calculation errors (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 99a789b + +------------------------------------------------------------------- +Fri Feb 16 13:57:36 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: print more address info of UMC bad page (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3c6a456 + +------------------------------------------------------------------- +Fri Feb 16 13:57:31 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: [FW Promotion] Release 0.0.181.0 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 76eddf9 + +------------------------------------------------------------------- +Fri Feb 16 13:57:25 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: set default return value for ODM Combine debugfs (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit eaa6709 + +------------------------------------------------------------------- +Fri Feb 16 13:57:20 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add channel index table for UMC v12 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 430e006 + +------------------------------------------------------------------- +Fri Feb 16 13:57:15 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: enable smu_v13_0_6 mca debug mode when UMC RAS feature is (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0eb431a + +------------------------------------------------------------------- +Fri Feb 16 13:57:10 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: update smu_v13_0_6 smu header (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit f55b1c5 + +------------------------------------------------------------------- +Fri Feb 16 13:57:05 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add address conversion for UMC v12 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 4dbe595 + +------------------------------------------------------------------- +Fri Feb 16 13:57:00 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Use default reset method handler (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 263f0bd + +------------------------------------------------------------------- +Fri Feb 16 13:56:54 CET 2024 - pjakobsson@suse.de + +- drm/amd: Fix the flag setting code for interrupt request (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 4366ea7 + +------------------------------------------------------------------- +Fri Feb 16 13:56:49 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: fix unsigned error codes (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 81bdba0 + +------------------------------------------------------------------- +Fri Feb 16 13:56:44 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: clean up one inconsistent indenting (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 2041b62 + +------------------------------------------------------------------- +Fri Feb 16 13:56:39 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Add umc v12_0 ras functions (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit ff2da4c + +------------------------------------------------------------------- +Fri Feb 16 13:56:34 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Correct se_num and reg_inst for gfx v9_4_3 ras counters (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 443ea11 + +------------------------------------------------------------------- +Fri Feb 16 13:56:28 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Add only valid firmware version nodes (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 22f863b + +------------------------------------------------------------------- +Fri Feb 16 13:56:21 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: fix incompatible types in conditional expression (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 9bc5ec0 + +------------------------------------------------------------------- +Fri Feb 16 13:56:16 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Use min_t to replace min (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit cc748e0 + +------------------------------------------------------------------- +Fri Feb 16 13:56:11 CET 2024 - pjakobsson@suse.de + +- drm/amd: Add umc v12_0_0 ip headers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c160f39 + +------------------------------------------------------------------- +Fri Feb 16 13:56:06 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Update amdgpu_device_indirect_r/wreg_ext (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c572c40 + +------------------------------------------------------------------- +Fri Feb 16 13:56:01 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Add RREG64_PCIE_EXT/WREG64_PCIE_EXT functions (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 519ace0 + +------------------------------------------------------------------- +Fri Feb 16 13:55:56 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Declare array with strings as pointers constant (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 57eec3d + +------------------------------------------------------------------- +Fri Feb 16 13:55:51 CET 2024 - pjakobsson@suse.de + +- amdgpu/pm: Optimize emit_clock_levels for aldebaran - part 3 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d64fbc7 + +------------------------------------------------------------------- +Fri Feb 16 13:55:46 CET 2024 - pjakobsson@suse.de + +- amdgpu/pm: Optimize emit_clock_levels for aldebaran - part 2 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 1da5b66 + +------------------------------------------------------------------- +Fri Feb 16 13:55:41 CET 2024 - pjakobsson@suse.de + +- amdgpu/pm: Optimize emit_clock_levels for aldebaran - part 1 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 501e514 + +------------------------------------------------------------------- +Fri Feb 16 13:55:36 CET 2024 - pjakobsson@suse.de + +- amdgpu/pm: Replace print_clock_levels with emit_clock_levels for (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3624177 + +------------------------------------------------------------------- +Fri Feb 16 13:55:31 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: clean up some inconsistent indentings (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 666262b + +------------------------------------------------------------------- +Fri Feb 16 13:55:26 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: clean up some inconsistent indentings (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0f01ab8 + +------------------------------------------------------------------- +Fri Feb 16 13:55:20 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: clean up one inconsistent indenting (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit b5f34fb + +------------------------------------------------------------------- +Fri Feb 16 13:55:15 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: clean up one inconsistent indenting (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit aca0c46 + +------------------------------------------------------------------- +Fri Feb 16 13:55:10 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Remove duplicated include in dcn35_clk_mgr.c (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 77dee7c + +------------------------------------------------------------------- +Fri Feb 16 13:55:05 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Remove duplicated include in dcn35_hwseq.c (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 09f65f7 + +------------------------------------------------------------------- +Fri Feb 16 13:55:00 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Remove duplicated include in dcn35_optc.c (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit ce99f73 + +------------------------------------------------------------------- +Fri Feb 16 13:54:55 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Remove duplicated include in dcn35_resource.c (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit cbe27f9 + +------------------------------------------------------------------- +Fri Feb 16 13:54:50 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: clean up some inconsistent indenting (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 6882f96 + +------------------------------------------------------------------- +Fri Feb 16 13:54:45 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: calling address translation functions to simplify codes (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit ea3e5ab + +------------------------------------------------------------------- +Fri Feb 16 13:54:40 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: only poweron/off vcn/jpeg when they are valid. (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 9aaa556 + +------------------------------------------------------------------- +Fri Feb 16 13:53:03 CET 2024 - pjakobsson@suse.de + +- Revert "drm/amd/pm: disable the SMU13 OD feature support + temporarily" (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 + jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 + jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071). +- Refresh + patches.suse/drm-amd-pm-Fix-error-of-MACO-flag-setting-code.patch. +- commit a3f68e3 + +------------------------------------------------------------------- +Fri Feb 16 13:52:56 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: add fan minimum pwm OD setting support for SMU13 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit e3508f8 + +------------------------------------------------------------------- +Fri Feb 16 13:52:51 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: add fan target temperature OD setting support for SMU13 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 2221c15 + +------------------------------------------------------------------- +Fri Feb 16 13:52:46 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: add fan acoustic target OD setting support for SMU13 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 602c01c + +------------------------------------------------------------------- +Fri Feb 16 13:52:41 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: update SET_HW_RESOURCES definition for UMSCH (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 2447e3c + +------------------------------------------------------------------- +Fri Feb 16 13:52:36 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add amdgpu_umsch_mm module parameter (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 373b85a + +------------------------------------------------------------------- +Fri Feb 16 13:52:31 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu/discovery: enable UMSCH 4.0 in IP discovery (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit e06576b + +------------------------------------------------------------------- +Fri Feb 16 13:52:26 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add PSP loading support for UMSCH (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 643ef86 + +------------------------------------------------------------------- +Fri Feb 16 13:52:21 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: reserve mmhub engine 3 for UMSCH FW (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 57b6a6a + +------------------------------------------------------------------- +Fri Feb 16 13:52:16 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add VPE queue submission test (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit e22a9cc + +------------------------------------------------------------------- +Fri Feb 16 13:52:11 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add selftest framework for UMSCH (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d13cf85 + +------------------------------------------------------------------- +Fri Feb 16 13:52:06 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: enable UMSCH scheduling for VPE (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0764e6b + +------------------------------------------------------------------- +Fri Feb 16 13:52:00 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add initial support for UMSCH (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3fc2999 + +------------------------------------------------------------------- +Fri Feb 16 13:51:55 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add UMSCH 4.0 api definition (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 893d74e + +------------------------------------------------------------------- +Fri Feb 16 13:51:50 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add UMSCH firmware header definition (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit f6e3eba + +------------------------------------------------------------------- +Fri Feb 16 13:51:45 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add UMSCH RING TYPE definition (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c7e61ca + +------------------------------------------------------------------- +Fri Feb 16 13:51:40 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: add fan acoustic limit OD setting support for SMU13 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 1b1d9fc + +------------------------------------------------------------------- +Fri Feb 16 13:51:35 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: add fan temperature/pwm curve OD setting support for (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 2229fc0 + +------------------------------------------------------------------- +Fri Feb 16 13:51:30 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu/jpeg: initialize number of jpeg ring (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 43069a0 + +------------------------------------------------------------------- +Fri Feb 16 13:51:25 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: revise the device initialization sequences (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit ec8786e + +------------------------------------------------------------------- +Fri Feb 16 13:51:20 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: introduce a new set of OD interfaces (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 19c14ef + +------------------------------------------------------------------- +Fri Feb 16 13:51:15 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add UMSCH IP BLOCK TYPE definition (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 9a1392d + +------------------------------------------------------------------- +Fri Feb 16 13:51:10 CET 2024 - pjakobsson@suse.de + +- amdgpu/pm: Optimize emit_clock_levels for arcturus - part 3 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit f9040a9 + +------------------------------------------------------------------- +Fri Feb 16 13:51:05 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add UMSCH 4.0 register headers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit f922c54 + +------------------------------------------------------------------- +Fri Feb 16 13:51:00 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: enable PG flags for VCN (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 58b36af + +------------------------------------------------------------------- +Fri Feb 16 13:50:55 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu/discovery: add VCN 4.0.5 Support (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit f70ef57 + +------------------------------------------------------------------- +Fri Feb 16 13:50:50 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu/soc21: Add video cap query support for VCN_4_0_5 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit e601309 + +------------------------------------------------------------------- +Fri Feb 16 13:50:45 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu:enable CG and PG flags for VCN (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit e3b175a + +------------------------------------------------------------------- +Fri Feb 16 13:50:40 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add VCN_4_0_5 firmware support (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 991d978 + +------------------------------------------------------------------- +Fri Feb 16 13:50:35 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu/jpeg: add jpeg support for VCN4_0_5 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7c85466 + +------------------------------------------------------------------- +Fri Feb 16 13:50:29 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add VCN4 ip block support (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 81082ff + +------------------------------------------------------------------- +Fri Feb 16 13:50:24 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add vcn 4_0_5 header files (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit da9a616 + +------------------------------------------------------------------- +Fri Feb 16 13:50:19 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: fix VPE front door loading issue (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 8c072b7 + +------------------------------------------------------------------- +Fri Feb 16 13:50:14 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add VPE FW version query support (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c61a1ac + +------------------------------------------------------------------- +Fri Feb 16 13:50:09 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: enable VPE for VPE 6.1.0 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c0981e2 + +------------------------------------------------------------------- +Fri Feb 16 13:50:04 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add user space CS support for VPE (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit b8f17eb + +------------------------------------------------------------------- +Fri Feb 16 13:49:59 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add PSP loading support for VPE (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 9c78f47 + +------------------------------------------------------------------- +Fri Feb 16 13:49:54 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add VPE 6.1.0 support (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit f34e7b1 + +------------------------------------------------------------------- +Fri Feb 16 13:49:49 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add nbio 7.11 callback for VPE (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 8e49c0f + +------------------------------------------------------------------- +Fri Feb 16 13:49:44 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add nbio callback for VPE (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 96e8034 + +------------------------------------------------------------------- +Fri Feb 16 13:49:39 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add PSP FW TYPE for VPE (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0287cac + +------------------------------------------------------------------- +Fri Feb 16 13:49:34 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add UCODE ID for VPE (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7f882aa + +------------------------------------------------------------------- +Fri Feb 16 13:49:29 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add support for VPE firmware name decoding (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a71c1a5 + +------------------------------------------------------------------- +Fri Feb 16 13:49:24 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add doorbell index for VPE (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d050e8b + +------------------------------------------------------------------- +Fri Feb 16 13:49:19 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add irq src id definitions for VPE (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit ec755c3 + +------------------------------------------------------------------- +Fri Feb 16 13:49:14 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add IH CLIENT ID for VPE (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 4a50534 + +------------------------------------------------------------------- +Fri Feb 16 13:49:09 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add HWID for VPE (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit bc66900 + +------------------------------------------------------------------- +Fri Feb 16 13:49:04 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add VPE firmware interface (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 823c36f + +------------------------------------------------------------------- +Fri Feb 16 13:48:59 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add VPE firmware header definition (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 5862673 + +------------------------------------------------------------------- +Fri Feb 16 13:48:53 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add VPE HW IP BLOCK definition (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit b25648e + +------------------------------------------------------------------- +Fri Feb 16 13:48:48 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add VPE IP BLOCK definition (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 061de72 + +------------------------------------------------------------------- +Fri Feb 16 13:48:43 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add VPE RING TYPE definition (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit fac54c0 + +------------------------------------------------------------------- +Fri Feb 16 13:48:38 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add VPE HW IP definition (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a248e6c + +------------------------------------------------------------------- +Fri Feb 16 13:48:33 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add VPE 6.1.0 header files (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c336640 + +------------------------------------------------------------------- +Fri Feb 16 13:48:28 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Fix printk_ratelimit() with DRM_ERROR_RATELIMITED in (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit e4a077d + +------------------------------------------------------------------- +Fri Feb 16 13:48:23 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Use READ_ONCE() when reading the values in (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit cd5c98c + +------------------------------------------------------------------- +Fri Feb 16 13:48:18 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: remove unused parameter in amdgpu_vmid_grab_idle (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit ae1bbad + +------------------------------------------------------------------- +Fri Feb 16 13:48:13 CET 2024 - pjakobsson@suse.de + +- drm/amdkfd: Replace pr_err with dev_err (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit b51148b + +------------------------------------------------------------------- +Fri Feb 16 13:48:08 CET 2024 - pjakobsson@suse.de + +- amdgpu/pm: Optimize emit_clock_levels for arcturus - part 2 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit bc1c943 + +------------------------------------------------------------------- +Fri Feb 16 13:48:03 CET 2024 - pjakobsson@suse.de + +- amdgpu/pm: Optimize emit_clock_levels for arcturus - part 1 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 1b247d4 + +------------------------------------------------------------------- +Fri Feb 16 13:47:58 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Adjust kdoc for 'optc35_set_odm_combine' (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 936122c + +------------------------------------------------------------------- +Fri Feb 16 13:47:52 CET 2024 - pjakobsson@suse.de + +- drm/amd: Simplify the bo size check funciton (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3489cf3 + +------------------------------------------------------------------- +Fri Feb 16 13:47:47 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: access RLC_SPM_MC_CNTL through MMIO in SRIOV runtime (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 798ce35 + +------------------------------------------------------------------- +Fri Feb 16 13:47:42 CET 2024 - pjakobsson@suse.de + +- drm/amd/amdgpu/sdma_v6_0: Demote a bunch of half-completed function (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 4fdcb15 + +------------------------------------------------------------------- +Fri Feb 16 13:47:37 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Add DCN35 DM Support (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 9c702d2 + +------------------------------------------------------------------- +Fri Feb 16 13:47:32 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Add DCN35 CORE (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 4866d89 + +------------------------------------------------------------------- +Fri Feb 16 13:47:27 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Add DCN35 blocks to Makefile (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c34f59f + +------------------------------------------------------------------- +Fri Feb 16 13:47:22 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Add DCN35 DML (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 592bb6f + +------------------------------------------------------------------- +Fri Feb 16 13:47:17 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Add DCN35 Resource (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 2c372d5 + +------------------------------------------------------------------- +Fri Feb 16 13:47:12 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Add DCN35 init (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 5d4f248 + +------------------------------------------------------------------- +Fri Feb 16 13:47:07 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Add DCN35 DMUB (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit da4ec23 + +------------------------------------------------------------------- +Fri Feb 16 13:47:02 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Add DCN35 IRQ (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 6633dc0 + +------------------------------------------------------------------- +Fri Feb 16 13:46:57 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Add DCN35 CLK_MGR (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 6e899ea + +------------------------------------------------------------------- +Fri Feb 16 13:42:39 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Add DCN35 HWSEQ (jsc#PED-3527 jsc#PED-5475 + jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 + jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 + jsc#PED-6071). +- Refresh + patches.suse/drm-amd-display-add-seamless-pipe-topology-transitio.patch. +- commit d820baa + +------------------------------------------------------------------- +Fri Feb 16 13:42:32 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Add DCN35 DSC (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7381a01 + +------------------------------------------------------------------- +Fri Feb 16 13:42:27 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Add DCN35 MMHUBBUB (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit e537b3b + +------------------------------------------------------------------- +Fri Feb 16 13:42:22 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Add DCN35 HUBBUB (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit b8fc622 + +------------------------------------------------------------------- +Fri Feb 16 13:42:16 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Add DCN35 HUBP (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3c0fbdc + +------------------------------------------------------------------- +Fri Feb 16 13:42:11 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Add DCN35 DWB (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 947906e + +------------------------------------------------------------------- +Fri Feb 16 13:42:06 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Add DCN35 DPP (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit f459e45 + +------------------------------------------------------------------- +Fri Feb 16 13:42:01 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Add DCN35 OPP (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a8f46e3 + +------------------------------------------------------------------- +Fri Feb 16 13:41:56 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Add DCN35 OPTC (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 30eaded + +------------------------------------------------------------------- +Fri Feb 16 13:41:51 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Add DCN35 PG_CNTL (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a52f9f8 + +------------------------------------------------------------------- +Fri Feb 16 13:41:46 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Add DCN35 DIO (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit e399c02 + +------------------------------------------------------------------- +Fri Feb 16 13:41:40 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Add DCN35 DCCG (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 9999cb8 + +------------------------------------------------------------------- +Fri Feb 16 13:41:35 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Add DCN35 GPIO (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 25a5d39 + +------------------------------------------------------------------- +Fri Feb 16 13:41:30 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Add DCN35 BIOS command table support (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 581cf5d + +------------------------------------------------------------------- +Fri Feb 16 13:41:25 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Update dc.h for DCN35 support (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 09719b6 + +------------------------------------------------------------------- +Fri Feb 16 13:41:20 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Update DCN32 for DCN35 support (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0d941e8 + +------------------------------------------------------------------- +Fri Feb 16 13:41:15 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Update DCN314 for DCN35 support (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 908fcea + +------------------------------------------------------------------- +Fri Feb 16 13:41:10 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Update DCN31 for DCN35 support (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 39aa980 + +------------------------------------------------------------------- +Fri Feb 16 13:41:04 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Update DCN30 for DCN35 support (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit ac258a2 + +------------------------------------------------------------------- +Fri Feb 16 13:40:59 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Update DCN20 for DCN35 support (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 33aaa04 + +------------------------------------------------------------------- +Fri Feb 16 13:40:54 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Update DCN10 for DCN35 support (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c3869b0 + +------------------------------------------------------------------- +Fri Feb 16 13:40:49 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Update DCE for DCN35 support (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 24fc6e3 + +------------------------------------------------------------------- +Fri Feb 16 13:40:44 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Add DCN35 family information (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 9cdb7c1 + +------------------------------------------------------------------- +Fri Feb 16 13:40:39 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Add dcn35 register header files (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit da50ca6 + +------------------------------------------------------------------- +Fri Feb 16 13:40:34 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Fix up kdoc format for 'dc_set_edp_power' (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 4a54bf5 + +------------------------------------------------------------------- +Fri Feb 16 13:40:28 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: 3.2.249 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7b0f153 + +------------------------------------------------------------------- +Fri Feb 16 13:40:23 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: fix pipe topology logging error (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit bea54bd + +------------------------------------------------------------------- +Fri Feb 16 13:40:18 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Add debugfs interface for ODM combine info (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 4600c75 + +------------------------------------------------------------------- +Fri Feb 16 13:40:13 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: correct z8_watermark 16bit to 20bit mask (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 5f92e00 + +------------------------------------------------------------------- +Fri Feb 16 13:40:08 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Fix incorrect comment (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 69de9a9 + +------------------------------------------------------------------- +Fri Feb 16 13:40:03 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Skip dmub memory flush when not needed (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit ef755e0 + +------------------------------------------------------------------- +Fri Feb 16 13:39:58 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: add pipe topology update log (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 92d327c + +------------------------------------------------------------------- +Fri Feb 16 13:39:53 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: switch to new ODM policy for windowed MPO ODM (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit fab917e + +------------------------------------------------------------------- +Fri Feb 16 13:39:48 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: use new pipe allocation interface in dcn32 fpu (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 07cbdbc + +------------------------------------------------------------------- +Fri Feb 16 13:39:42 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: add more pipe resource interfaces (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit b42fbe4 + +------------------------------------------------------------------- +Fri Feb 16 13:39:37 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: add new resource interfaces to update odm mpc slice (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit e71893e + +------------------------------------------------------------------- +Fri Feb 16 13:39:32 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: add new resource interface for acquiring sec opp (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit bc4d26f + +------------------------------------------------------------------- +Fri Feb 16 13:39:27 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: rename function to add otg master for stream (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7632fe4 + +------------------------------------------------------------------- +Fri Feb 16 13:39:22 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: add comments to add plane functions (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c5065fb + +------------------------------------------------------------------- +Fri Feb 16 13:39:17 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Add support for 1080p SubVP to reduce idle power (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0e05491 + +------------------------------------------------------------------- +Fri Feb 16 13:39:12 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add header files for MP 14.0.0 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a543031 + +------------------------------------------------------------------- +Fri Feb 16 13:39:06 CET 2024 - pjakobsson@suse.de + +- drm/amd/amdgpu/imu_v11_0: Increase buffer size to ensure all possible (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit e76513e + +------------------------------------------------------------------- +Fri Feb 16 13:39:01 CET 2024 - pjakobsson@suse.de + +- drm/amd/amdgpu/amdgpu_sdma: Increase buffer size to account for all (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 2ead3c0 + +------------------------------------------------------------------- +Fri Feb 16 13:38:56 CET 2024 - pjakobsson@suse.de + +- drm/amd/amdgpu/amdgpu_ras: Increase buffer size to account for all (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit f08580a + +------------------------------------------------------------------- +Fri Feb 16 13:38:51 CET 2024 - pjakobsson@suse.de + +- drm/amd/amdgpu/amdgpu_device: Provide suitable description for param (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 432187a + +------------------------------------------------------------------- +Fri Feb 16 13:38:46 CET 2024 - pjakobsson@suse.de + +- drm/radeon/radeon_ttm: Remove unused variable 'rbo' from (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 9976a7c + +------------------------------------------------------------------- +Fri Feb 16 13:38:41 CET 2024 - pjakobsson@suse.de + +- drm/amd: Fix spelling mistake "throtting" -> "throttling" (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7dee8d9 + +------------------------------------------------------------------- +Fri Feb 16 13:38:36 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Use kvzalloc() to simplify code (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 07bf1cf + +------------------------------------------------------------------- +Fri Feb 16 13:38:31 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Remove amdgpu_bo_list_array_entry() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit f9a9c98 + +------------------------------------------------------------------- +Fri Feb 16 13:38:26 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Remove a redundant sanity check (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 07e1a8c + +------------------------------------------------------------------- +Fri Feb 16 13:38:21 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Explicitly add a flexible array at the end of 'struct (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7bf0ba2 + +------------------------------------------------------------------- +Fri Feb 16 13:38:15 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Allow issue disable gfx ras cmd to firmware (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 20e2493 + +------------------------------------------------------------------- +Fri Feb 16 13:38:10 CET 2024 - pjakobsson@suse.de + +- amdgpu/pm: Replace print_clock_levels with emit_clock_levels for (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit fd9817c + +------------------------------------------------------------------- +Fri Feb 16 13:38:05 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: fulfill the support for SMU13 `pp_dpm_dcefclk` interface (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 00a9e5e + +------------------------------------------------------------------- +Fri Feb 16 13:38:00 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: correct SMU13 gfx voltage related OD settings (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 972d80d + +------------------------------------------------------------------- +Fri Feb 16 13:37:55 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu/pm: Remove the duplicate dpm status check (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit ae9312d + +------------------------------------------------------------------- +Fri Feb 16 13:37:50 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: Vangogh: Get average_* from average field of (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 4041c42 + +------------------------------------------------------------------- +Fri Feb 16 13:37:45 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: Fixes incorrect type in 'amdgpu_hwmon_show_power_avg() & (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit bb9f5b3 + +------------------------------------------------------------------- +Fri Feb 16 13:37:40 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: fix error flow in sensor fetching (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit dada6d1 + +------------------------------------------------------------------- +Fri Feb 16 13:37:35 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Fix kcalloc over kzalloc in 'gmc_v9_0_init_mem_ranges' (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 47297cb + +------------------------------------------------------------------- +Fri Feb 16 13:37:30 CET 2024 - pjakobsson@suse.de + +- drm/amdkfd: Share the original BO for GTT mapping (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 245d104 + +------------------------------------------------------------------- +Fri Feb 16 13:37:25 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: 3.2.248 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a863d5a + +------------------------------------------------------------------- +Fri Feb 16 13:37:19 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: [FW Promotion] Release 0.0.180.0 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 667ac11 + +------------------------------------------------------------------- +Fri Feb 16 13:37:14 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: ensure FS is enabled before sending request to DMUB (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a9a94fa + +------------------------------------------------------------------- +Fri Feb 16 13:37:09 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: add check for PMFW hard min request complete (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 92529a7 + +------------------------------------------------------------------- +Fri Feb 16 13:37:04 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Save addr update in scratch before flip (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d473108 + +------------------------------------------------------------------- +Fri Feb 16 13:36:59 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add gfxhub 11.5.0 support (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit ccdc704 + +------------------------------------------------------------------- +Fri Feb 16 13:36:54 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: enable gmc11 for GC 11.5.0 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0723143 + +------------------------------------------------------------------- +Fri Feb 16 13:36:49 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add mmhub 3.3.0 support (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 4e024e6 + +------------------------------------------------------------------- +Fri Feb 16 13:36:44 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add mmhub 3.3.0 headers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit f43d7c2 + +------------------------------------------------------------------- +Fri Feb 16 13:36:39 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu/discovery: enable gfx11 for GC 11.5.0 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 23f85bc + +------------------------------------------------------------------- +Fri Feb 16 13:36:34 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu/discovery: enable mes block for gc 11.5.0 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3c6ac21 + +------------------------------------------------------------------- +Fri Feb 16 13:36:28 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add mes firmware support for gc_11_5_0 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c7868c5 + +------------------------------------------------------------------- +Fri Feb 16 13:36:23 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add imu firmware support for gc_11_5_0 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 09fae5e + +------------------------------------------------------------------- +Fri Feb 16 13:36:18 CET 2024 - pjakobsson@suse.de + +- drm/amdkfd: add KFD support for GC 11.5.0 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7ed27e5 + +------------------------------------------------------------------- +Fri Feb 16 13:36:13 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add golden setting for gc_11_5_0 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 5cff005 + +------------------------------------------------------------------- +Fri Feb 16 13:35:20 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu/gfx11: initialize gfx11.5.0 (jsc#PED-3527 + jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 + jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 + jsc#PED-6071). +- Refresh + patches.suse/drm-amdgpu-Force-order-between-a-read-and-write-to-t.patch. +- commit 2a2ab95 + +------------------------------------------------------------------- +Fri Feb 16 13:35:13 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu/gmc11: initialize GMC for GC 11.5.0 memory support (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 9ff86e6 + +------------------------------------------------------------------- +Fri Feb 16 13:35:07 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add gc headers for gc 11.5.0 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d58abbe + +------------------------------------------------------------------- +Fri Feb 16 13:35:02 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu/discovery: add nbio 7.11.0 support (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit fdeecdf + +------------------------------------------------------------------- +Fri Feb 16 13:34:57 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add nbio 7.11 support (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a9f42f1 + +------------------------------------------------------------------- +Fri Feb 16 13:34:52 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add nbio 7.11 registers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 8097a0d + +------------------------------------------------------------------- +Fri Feb 16 13:34:47 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu/discovery: enable soc21 support (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a950ca8 + +------------------------------------------------------------------- +Fri Feb 16 13:34:42 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu/soc21: add initial GC 11.5.0 soc21 support (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 762d470 + +------------------------------------------------------------------- +Fri Feb 16 13:34:37 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: add new AMDGPU_FAMILY definition (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d901781 + +------------------------------------------------------------------- +Fri Feb 16 13:34:32 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: use 6.1.0 register offset for HDP CLK_CNTL (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit bb58b51 + +------------------------------------------------------------------- +Fri Feb 16 13:34:26 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Write flip addr to scratch reg for subvp (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 86ed573 + +------------------------------------------------------------------- +Fri Feb 16 13:34:21 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Enable runtime register offset init for DCN32 DMUB (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 730d323 + +------------------------------------------------------------------- +Fri Feb 16 13:34:16 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: PQ regamma end point (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit b6c4dff + +------------------------------------------------------------------- +Fri Feb 16 13:34:11 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: PQ tail accuracy (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit ca38551 + +------------------------------------------------------------------- +Fri Feb 16 13:34:06 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Expose mall capability (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 2927d95 + +------------------------------------------------------------------- +Fri Feb 16 13:34:01 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Fix useless else if in display_mode_vba_util_32.c (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 8c56864 + +------------------------------------------------------------------- +Fri Feb 16 13:33:56 CET 2024 - pjakobsson@suse.de + +- drm/radeon: Cleanup radeon/radeon_fence.c (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 9fed39f + +------------------------------------------------------------------- +Fri Feb 16 13:33:51 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Fix unnecessary conversion to bool in (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 60e7b11 + +------------------------------------------------------------------- +Fri Feb 16 13:33:46 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Keep reset handlers shared (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 724b5c4 + +------------------------------------------------------------------- +Fri Feb 16 13:33:41 CET 2024 - pjakobsson@suse.de + +- drm/amd/amdgpu: Use kmemdup to simplify kmalloc and memcpy logic (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0b33585 + +------------------------------------------------------------------- +Fri Feb 16 13:33:36 CET 2024 - pjakobsson@suse.de + +- accel/habanalabs: change Greco to Gaudi2 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 789f1db + +------------------------------------------------------------------- +Fri Feb 16 13:33:31 CET 2024 - pjakobsson@suse.de + +- accel/habanalabs: add tsc clock sampling to clock sync info (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 215e434 + +------------------------------------------------------------------- +Fri Feb 16 13:33:26 CET 2024 - pjakobsson@suse.de + +- drm/i915: More use of GT specific print helpers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 357e685 + +------------------------------------------------------------------- +Fri Feb 16 13:33:21 CET 2024 - pjakobsson@suse.de + +- drm/i915/gt: More use of GT specific print helpers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 5277695 + +------------------------------------------------------------------- +Fri Feb 16 13:33:16 CET 2024 - pjakobsson@suse.de + +- drm/i915/guc: Enable WA 14018913170 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d4a171d + +------------------------------------------------------------------- +Fri Feb 16 13:33:10 CET 2024 - pjakobsson@suse.de + +- drm/i915/guc: Annotate struct ct_incoming_msg with __counted_by (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7b2052c + +------------------------------------------------------------------- +Fri Feb 16 13:33:05 CET 2024 - pjakobsson@suse.de + +- drm/i915/guc: Update 'recommended' version to 70.12.1 for (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 81a3841 + +------------------------------------------------------------------- +Fri Feb 16 13:33:00 CET 2024 - pjakobsson@suse.de + +- drm/i915/guc: Suppress 'ignoring reset notification' message (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 1879e80 + +------------------------------------------------------------------- +Fri Feb 16 13:28:33 CET 2024 - pjakobsson@suse.de + +- drm/i915: Clarify type evolution of uabi_node/uabi_engines + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071). +- Refresh + patches.suse/drm-i915-gsc-Mark-internal-GSC-engine-with-reserved-.patch. +- commit 3ea9fd5 + +------------------------------------------------------------------- +Fri Feb 16 13:28:25 CET 2024 - pjakobsson@suse.de + +- drm/i915: Enable GGTT updates with binder in MTL (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit f9652a4 + +------------------------------------------------------------------- +Fri Feb 16 13:28:20 CET 2024 - pjakobsson@suse.de + +- drm/i915: Toggle binder context ready status (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit dcecb34 + +------------------------------------------------------------------- +Fri Feb 16 13:28:15 CET 2024 - pjakobsson@suse.de + +- drm/i915: Implement GGTT update method with MI_UPDATE_GTT (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit b5b9e58 + +------------------------------------------------------------------- +Fri Feb 16 13:28:10 CET 2024 - pjakobsson@suse.de + +- drm/i915: Parameterize binder context creation (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit fc43d24 + +------------------------------------------------------------------- +Fri Feb 16 13:28:05 CET 2024 - pjakobsson@suse.de + +- drm/i915: Implement for_each_sgt_daddr_next (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 50d618b + +------------------------------------------------------------------- +Fri Feb 16 13:28:00 CET 2024 - pjakobsson@suse.de + +- drm/i915: Create a kernel context for GGTT updates (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 5ff4527 + +------------------------------------------------------------------- +Fri Feb 16 13:27:55 CET 2024 - pjakobsson@suse.de + +- drm/i915: Lift runtime-pm acquire callbacks out of (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 4a5f4cb + +------------------------------------------------------------------- +Fri Feb 16 13:27:50 CET 2024 - pjakobsson@suse.de + +- drm/i915/gem: Make i915_gem_shrinker multi-gt aware (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7154125 + +------------------------------------------------------------------- +Fri Feb 16 13:27:45 CET 2024 - pjakobsson@suse.de + +- drm/i915/mtl: Skip MCR ops for ring fault register (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 924f3c6 + +------------------------------------------------------------------- +Fri Feb 16 13:27:40 CET 2024 - pjakobsson@suse.de + +- drm/i915: Clean steer semaphore on resume (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a852354 + +------------------------------------------------------------------- +Fri Feb 16 13:27:35 CET 2024 - pjakobsson@suse.de + +- drm/i915: Introduce the intel_gt_resume_early() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 9e7dfa7 + +------------------------------------------------------------------- +Fri Feb 16 13:27:30 CET 2024 - pjakobsson@suse.de + +- drm/i915: Introduce intel_gt_mcr_lock_sanitize() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3b6af18 + +------------------------------------------------------------------- +Fri Feb 16 13:27:25 CET 2024 - pjakobsson@suse.de + +- drm/i915/dsi: Add some debug logging to mipi_exec_i2c (v2) (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0d7bb66 + +------------------------------------------------------------------- +Fri Feb 16 13:27:19 CET 2024 - pjakobsson@suse.de + +- drm/i915/vlv_dsi: Add DMI quirk for backlight control issues on (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 9e7be01 + +------------------------------------------------------------------- +Fri Feb 16 13:27:14 CET 2024 - pjakobsson@suse.de + +- drm/i915/vlv_dsi: Add DMI quirk for wrong I2C bus and panel size on (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit cfcb9fe + +------------------------------------------------------------------- +Fri Feb 16 13:27:09 CET 2024 - pjakobsson@suse.de + +- drm/i915/vlv_dsi: Add DMI quirk for wrong panel modeline in BIOS on (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit e83d0f7 + +------------------------------------------------------------------- +Fri Feb 16 13:27:04 CET 2024 - pjakobsson@suse.de + +- drm/i915: Remove the module parameter 'fastboot' (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 311aa21 + +------------------------------------------------------------------- +Fri Feb 16 13:26:59 CET 2024 - pjakobsson@suse.de + +- drm/i915/hdcp: Move common message filling function to its own file (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d1c7d18 + +------------------------------------------------------------------- +Fri Feb 16 13:26:54 CET 2024 - pjakobsson@suse.de + +- drm/i915/hdcp: Move checks for gsc health status (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit dc2e11d + +------------------------------------------------------------------- +Fri Feb 16 13:26:49 CET 2024 - pjakobsson@suse.de + +- drm/i915/display: Use correct method to free crtc_state (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit b36d59f + +------------------------------------------------------------------- +Fri Feb 16 13:26:44 CET 2024 - pjakobsson@suse.de + +- drm/i915/display: Use intel_crtc_destroy_state instead kfree (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 6b768a5 + +------------------------------------------------------------------- +Fri Feb 16 13:26:39 CET 2024 - pjakobsson@suse.de + +- drm/i915: enable W=1 warnings by default (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 5626a4d + +------------------------------------------------------------------- +Fri Feb 16 13:26:34 CET 2024 - pjakobsson@suse.de + +- drm/i915: drop -Wall and related disables from cflags as redundant (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit fb3c5bb + +------------------------------------------------------------------- +Fri Feb 16 13:26:29 CET 2024 - pjakobsson@suse.de + +- drm/i915/gvt: move structs intel_gvt_irq_info and intel_gvt_irq_map (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 5416ae8 + +------------------------------------------------------------------- +Fri Feb 16 13:26:24 CET 2024 - pjakobsson@suse.de + +- drm/i915/gvt: move struct engine_mmio to mmio_context.c (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 5b364fd + +------------------------------------------------------------------- +Fri Feb 16 13:26:19 CET 2024 - pjakobsson@suse.de + +- drm/i915/gvt: don't include gvt.h from intel_gvt_mmio_table.h (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d47f68c + +------------------------------------------------------------------- +Fri Feb 16 13:26:14 CET 2024 - pjakobsson@suse.de + +- drm/i915/gvt: remove unused to_gvt() and reduce includes (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 4acaeac + +------------------------------------------------------------------- +Fri Feb 16 13:26:09 CET 2024 - pjakobsson@suse.de + +- drm/i915/xe2lpd: update the scaler feature capability (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit cc09513 + +------------------------------------------------------------------- +Fri Feb 16 13:26:04 CET 2024 - pjakobsson@suse.de + +- drm/i915/xe2lpd: update the dsc feature capability (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit afd28df + +------------------------------------------------------------------- +Fri Feb 16 13:25:58 CET 2024 - pjakobsson@suse.de + +- drm/i915/xe2lpd: display capability register definitions (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 6d1b64f + +------------------------------------------------------------------- +Fri Feb 16 13:25:53 CET 2024 - pjakobsson@suse.de + +- drm/i915: Add wrapper for getting display step (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 90007bd + +------------------------------------------------------------------- +Fri Feb 16 13:25:48 CET 2024 - pjakobsson@suse.de + +- drm/i915/display: Free crtc_state in verify_crtc_state (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 38f59de + +------------------------------------------------------------------- +Fri Feb 16 13:25:43 CET 2024 - pjakobsson@suse.de + +- drm/i915: Fix VLV color state readout (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d3ce1a6 + +------------------------------------------------------------------- +Fri Feb 16 13:25:38 CET 2024 - pjakobsson@suse.de + +- drm/i915/uapi: fix doc typos (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit caf99db + +------------------------------------------------------------------- +Fri Feb 16 13:25:33 CET 2024 - pjakobsson@suse.de + +- drm/i915/ddi: Remove redundant intel_connector NULL check (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 684045f + +------------------------------------------------------------------- +Fri Feb 16 13:25:28 CET 2024 - pjakobsson@suse.de + +- drm/i915: s/dev_priv/i915/ in the state checker (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 212ff61 + +------------------------------------------------------------------- +Fri Feb 16 13:25:23 CET 2024 - pjakobsson@suse.de + +- drm/i915: s/pipe_config/crtc_state/ in the state checker (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit f6a0fad + +------------------------------------------------------------------- +Fri Feb 16 13:25:18 CET 2024 - pjakobsson@suse.de + +- drm/i915: Simplify the state checker calling convetions (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit ff0a710 + +------------------------------------------------------------------- +Fri Feb 16 13:25:13 CET 2024 - pjakobsson@suse.de + +- drm/i915: Constify remainder of the state checker (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 5784d73 + +------------------------------------------------------------------- +Fri Feb 16 13:25:08 CET 2024 - pjakobsson@suse.de + +- drm/i915: Simplify snps/c10x DPLL state checker calling convetion (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 2e0fe2f + +------------------------------------------------------------------- +Fri Feb 16 13:25:03 CET 2024 - pjakobsson@suse.de + +- drm/i915: Constify the snps/c10x PLL state checkers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit f1c91a2 + +------------------------------------------------------------------- +Fri Feb 16 13:24:58 CET 2024 - pjakobsson@suse.de + +- drm/i915: Simplify watermark state checker calling convention (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 9acbc0e + +------------------------------------------------------------------- +Fri Feb 16 13:24:53 CET 2024 - pjakobsson@suse.de + +- drm/i915: Constify watermark state checker (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7446df3 + +------------------------------------------------------------------- +Fri Feb 16 13:24:48 CET 2024 - pjakobsson@suse.de + +- drm/i915: Simplify DPLL state checker calling convention (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7b5f2ad + +------------------------------------------------------------------- +Fri Feb 16 13:24:43 CET 2024 - pjakobsson@suse.de + +- drm/i915: Constify the crtc states in the DPLL checker (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 818c3e6 + +------------------------------------------------------------------- +Fri Feb 16 13:24:38 CET 2024 - pjakobsson@suse.de + +- drm/i915: Stop clobbering old crtc state during state check (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c5b25ce + +------------------------------------------------------------------- +Fri Feb 16 13:24:33 CET 2024 - pjakobsson@suse.de + +- drm/i915/psr: Unify PSR pre/post plane update hooks (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 5d3604f + +------------------------------------------------------------------- +Fri Feb 16 13:24:28 CET 2024 - pjakobsson@suse.de + +- drm/i915/fbc: Remove pointless "stride is multiple of 64 bytes" check (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 9788566 + +------------------------------------------------------------------- +Fri Feb 16 13:24:23 CET 2024 - pjakobsson@suse.de + +- drm/i915/fbc: Split plane pixel format checks per-platform (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit b1b5214 + +------------------------------------------------------------------- +Fri Feb 16 13:24:18 CET 2024 - pjakobsson@suse.de + +- drm/i915/fbc: Split plane rotation checks per-platform (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 33b648b + +------------------------------------------------------------------- +Fri Feb 16 13:24:13 CET 2024 - pjakobsson@suse.de + +- drm/i915/fbc: Split plane tiling checks per-platform (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0cb5e95 + +------------------------------------------------------------------- +Fri Feb 16 13:24:08 CET 2024 - pjakobsson@suse.de + +- drm/i915/fbc: Split plane stride checks per-platform (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a7edc65 + +------------------------------------------------------------------- +Fri Feb 16 13:24:03 CET 2024 - pjakobsson@suse.de + +- drm/i915/fbc: Remove ancient 16k plane stride limit (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit f9a3344 + +------------------------------------------------------------------- +Fri Feb 16 13:23:58 CET 2024 - pjakobsson@suse.de + +- drm/i915/pmu: Use local64_try_cmpxchg in i915_pmu_event_read (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0e870ed + +------------------------------------------------------------------- +Fri Feb 16 13:23:53 CET 2024 - pjakobsson@suse.de + +- drm/i915/display: Created exclusive version of vga decode setup (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 38e38f6 + +------------------------------------------------------------------- +Fri Feb 16 13:23:48 CET 2024 - pjakobsson@suse.de + +- drm/i915/dp_mst: Make sure pbn_div is up-to-date after sink reconnect (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 6cc0e78 + +------------------------------------------------------------------- +Fri Feb 16 13:23:43 CET 2024 - pjakobsson@suse.de + +- drm/i915/display/lspcon: Increase LSPCON mode settle timeout (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 751cb3f + +------------------------------------------------------------------- +Fri Feb 16 13:23:38 CET 2024 - pjakobsson@suse.de + +- drm/i915/gt: remove i915->gt0 in favour of i915->gt[0] (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a97a051 + +------------------------------------------------------------------- +Fri Feb 16 13:23:33 CET 2024 - pjakobsson@suse.de + +- drm/i915: allocate i915->gt0 dynamically (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 881045b + +------------------------------------------------------------------- +Fri Feb 16 13:23:28 CET 2024 - pjakobsson@suse.de + +- drm/i915/mocs: use to_gt() instead of direct &i915->gt (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 14c5ad7 + +------------------------------------------------------------------- +Fri Feb 16 13:23:23 CET 2024 - pjakobsson@suse.de + +- drm/i915: s/dev_priv/i915/ in the shared_dpll code (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 81d03de + +------------------------------------------------------------------- +Fri Feb 16 13:23:17 CET 2024 - pjakobsson@suse.de + +- drm/i915: Introduce for_each_shared_dpll() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 1c681eb + +------------------------------------------------------------------- +Fri Feb 16 13:23:12 CET 2024 - pjakobsson@suse.de + +- drm/i915: Decouple I915_NUM_PLLS from PLL IDs (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 17c9be0 + +------------------------------------------------------------------- +Fri Feb 16 13:23:07 CET 2024 - pjakobsson@suse.de + +- drm/i915: Stop requiring PLL index == PLL ID (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 4c2aed2 + +------------------------------------------------------------------- +Fri Feb 16 13:23:02 CET 2024 - pjakobsson@suse.de + +- drm/i915: separate subplatform init and runtime feature init (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 139b4c6 + +------------------------------------------------------------------- +Fri Feb 16 13:22:57 CET 2024 - pjakobsson@suse.de + +- drm/i915: separate display runtime info init (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit e7ad902 + +------------------------------------------------------------------- +Fri Feb 16 13:22:52 CET 2024 - pjakobsson@suse.de + +- drm/i915: move display info related macros to display (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0198495 + +------------------------------------------------------------------- +Fri Feb 16 13:22:47 CET 2024 - pjakobsson@suse.de + +- drm/i915: convert INTEL_DISPLAY_ENABLED() into a function (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 661e0a6 + +------------------------------------------------------------------- +Fri Feb 16 13:22:42 CET 2024 - pjakobsson@suse.de + +- drm/i915/lnl: update the supported plane formats with FBC (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 06a680a + +------------------------------------------------------------------- +Fri Feb 16 13:22:37 CET 2024 - pjakobsson@suse.de + +- drm/i915/lnl: possibility to enable FBC on first three planes (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 19b1661 + +------------------------------------------------------------------- +Fri Feb 16 13:22:32 CET 2024 - pjakobsson@suse.de + +- drm/i915: Abstract display info away during probe (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 94c80c5 + +------------------------------------------------------------------- +Fri Feb 16 13:22:27 CET 2024 - pjakobsson@suse.de + +- drm/i915/display: Include i915_active header in frontbuffer tracking (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit e9a8da8 + +------------------------------------------------------------------- +Fri Feb 16 13:22:22 CET 2024 - pjakobsson@suse.de + +- drm/i915/display: add I915 conditional build to vlv_dsi_pll.h (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 8419ce6 + +------------------------------------------------------------------- +Fri Feb 16 13:22:17 CET 2024 - pjakobsson@suse.de + +- drm/i915/display: add I915 conditional build to intel_tv.h (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 4bc1860 + +------------------------------------------------------------------- +Fri Feb 16 13:22:12 CET 2024 - pjakobsson@suse.de + +- drm/i915/display: add I915 conditional build to intel_sdvo.h (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 4141346 + +------------------------------------------------------------------- +Fri Feb 16 13:22:07 CET 2024 - pjakobsson@suse.de + +- drm/i915/display: add I915 conditional build to intel_dvo.h (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 38fe40f + +------------------------------------------------------------------- +Fri Feb 16 13:22:02 CET 2024 - pjakobsson@suse.de + +- drm/i915/display: add I915 conditional build to g4x_hdmi.h (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 577bf74 + +------------------------------------------------------------------- +Fri Feb 16 13:21:57 CET 2024 - pjakobsson@suse.de + +- drm/i915/display: add I915 conditional build to i9xx_wm.h (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 65c6c9e + +------------------------------------------------------------------- +Fri Feb 16 13:21:52 CET 2024 - pjakobsson@suse.de + +- drm/i915/display: add I915 conditional build to vlv_dsi.h (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 30242af + +------------------------------------------------------------------- +Fri Feb 16 13:21:47 CET 2024 - pjakobsson@suse.de + +- drm/i915/display: add I915 conditional build to intel_crt.h (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d287f13 + +------------------------------------------------------------------- +Fri Feb 16 13:21:42 CET 2024 - pjakobsson@suse.de + +- drm/i915/display: add I915 conditional build to intel_dpio_phy.h (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 2f1850e + +------------------------------------------------------------------- +Fri Feb 16 13:21:37 CET 2024 - pjakobsson@suse.de + +- drm/i915/display: add I915 conditional build to g4x_dp.h (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 38c6a50 + +------------------------------------------------------------------- +Fri Feb 16 13:21:32 CET 2024 - pjakobsson@suse.de + +- drm/i915/display: add I915 conditional build to intel_overlay.h (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 076a85b + +------------------------------------------------------------------- +Fri Feb 16 13:21:27 CET 2024 - pjakobsson@suse.de + +- drm/i915/display: add I915 conditional build to intel_sprite.h (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 6437e3f + +------------------------------------------------------------------- +Fri Feb 16 13:21:22 CET 2024 - pjakobsson@suse.de + +- drm/i915/display: add I915 conditional build to intel_pch_display.h (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 00a5d6a + +------------------------------------------------------------------- +Fri Feb 16 13:21:17 CET 2024 - pjakobsson@suse.de + +- drm/i915/display: add I915 conditional build to intel_pch_refclk.h (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7616ee7 + +------------------------------------------------------------------- +Fri Feb 16 13:21:12 CET 2024 - pjakobsson@suse.de + +- drm/i915/display: add I915 conditional build to intel_lpe_audio.h (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 2697089 + +------------------------------------------------------------------- +Fri Feb 16 13:21:07 CET 2024 - pjakobsson@suse.de + +- drm/i915/display: add I915 conditional build to i9xx_plane.h (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7ba94ba + +------------------------------------------------------------------- +Fri Feb 16 13:21:02 CET 2024 - pjakobsson@suse.de + +- drm/i915/display: add I915 conditional build to hsw_ips.h (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 6893fae + +------------------------------------------------------------------- +Fri Feb 16 13:20:57 CET 2024 - pjakobsson@suse.de + +- drm/i915/display: add I915 conditional build to intel_lvds.h (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 89fe0ec + +------------------------------------------------------------------- +Fri Feb 16 13:20:52 CET 2024 - pjakobsson@suse.de + +- drm/i915: define I915 during i915 driver build (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 86e10aa + +------------------------------------------------------------------- +Fri Feb 16 13:20:47 CET 2024 - pjakobsson@suse.de + +- drm/simpledrm: Fix power domain device link validity check (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 2871938 + +------------------------------------------------------------------- +Fri Feb 16 13:20:42 CET 2024 - pjakobsson@suse.de + +- drm: Replace drm_framebuffer plane size functions with its (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 5f8909f + +------------------------------------------------------------------- +Fri Feb 16 13:20:37 CET 2024 - pjakobsson@suse.de + +- drm: Remove plane hsub/vsub alignment requirement for core helpers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0db5150 + +------------------------------------------------------------------- +Fri Feb 16 13:20:31 CET 2024 - pjakobsson@suse.de + +- drm/tegra: gem: Do not return NULL in tegra_bo_mmap() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 2ce6e97 + +------------------------------------------------------------------- +Fri Feb 16 13:20:26 CET 2024 - pjakobsson@suse.de + +- drm/tegra: Zero-initialize iosys_map (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 5e3d2dc + +------------------------------------------------------------------- +Fri Feb 16 13:20:21 CET 2024 - pjakobsson@suse.de + +- gpu: host1x: Syncpoint interrupt sharding (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit b00706e + +------------------------------------------------------------------- +Fri Feb 16 13:20:16 CET 2024 - pjakobsson@suse.de + +- gpu: host1x: Enable system suspend callbacks (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a2df001 + +------------------------------------------------------------------- +Fri Feb 16 13:20:11 CET 2024 - pjakobsson@suse.de + +- gpu: host1x: Stop CDMA before suspending (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0fced49 + +------------------------------------------------------------------- +Fri Feb 16 13:20:06 CET 2024 - pjakobsson@suse.de + +- gpu: host1x: Add locking in channel allocation (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 74f0f7d + +------------------------------------------------------------------- +Fri Feb 16 13:20:01 CET 2024 - pjakobsson@suse.de + +- drm/tegra: hub: Increase buffer size to ensure all possible values (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 46af161 + +------------------------------------------------------------------- +Fri Feb 16 13:19:56 CET 2024 - pjakobsson@suse.de + +- drm/tegra: Remove two unused function declarations (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c756ab0 + +------------------------------------------------------------------- +Fri Feb 16 13:19:51 CET 2024 - pjakobsson@suse.de + +- drm/tegra: Remove surplus else after return (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit b50b741 + +------------------------------------------------------------------- +Fri Feb 16 13:19:46 CET 2024 - pjakobsson@suse.de + +- drm/bridge_connector: implement oob_hotplug_event (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c71b878 + +------------------------------------------------------------------- +Fri Feb 16 13:19:41 CET 2024 - pjakobsson@suse.de + +- drm/bridge_connector: stop filtering events in (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3da6321 + +------------------------------------------------------------------- +Fri Feb 16 13:19:36 CET 2024 - pjakobsson@suse.de + +- drm/i915: Update DRIVER_DATE to 20230929 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0d3685b + +------------------------------------------------------------------- +Fri Feb 16 13:19:31 CET 2024 - pjakobsson@suse.de + +- drm/i915: Warn on if set frontbuffer return value is not NULL on (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 72a1fe2 + +------------------------------------------------------------------- +Fri Feb 16 13:19:26 CET 2024 - pjakobsson@suse.de + +- drm/i915/fdi: Recompute state for affected CRTCs on FDI links (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit de895c3 + +------------------------------------------------------------------- +Fri Feb 16 13:19:21 CET 2024 - pjakobsson@suse.de + +- drm/i915/fdi: Improve FDI BW sharing between pipe B and C (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit e026cd1 + +------------------------------------------------------------------- +Fri Feb 16 13:19:16 CET 2024 - pjakobsson@suse.de + +- drm/i915: Add helpers for BW management on shared display links (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 8937098 + +------------------------------------------------------------------- +Fri Feb 16 13:19:11 CET 2024 - pjakobsson@suse.de + +- drm/i915: Factor out a helper to check/compute all the CRTC states (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0a4572c + +------------------------------------------------------------------- +Fri Feb 16 13:19:06 CET 2024 - pjakobsson@suse.de + +- drm/i915: Rename intel_modeset_all_pipes() to (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a964eda + +------------------------------------------------------------------- +Fri Feb 16 13:19:01 CET 2024 - pjakobsson@suse.de + +- drm/i915: Add helper to modeset a set of pipes (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit bb77164 + +------------------------------------------------------------------- +Fri Feb 16 13:18:56 CET 2024 - pjakobsson@suse.de + +- drm/i915/dp: Limit the output link bpp in DSC mode (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3df7ad5 + +------------------------------------------------------------------- +Fri Feb 16 13:18:51 CET 2024 - pjakobsson@suse.de + +- drm/i915/dp: Update the link bpp limits for DSC mode (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d9784d8 + +------------------------------------------------------------------- +Fri Feb 16 13:18:46 CET 2024 - pjakobsson@suse.de + +- drm/i915/dp: Skip computing a non-DSC link config if DSC is needed (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7f8776c + +------------------------------------------------------------------- +Fri Feb 16 13:18:41 CET 2024 - pjakobsson@suse.de + +- drm/i915/dp: Track the pipe and link bpp limits separately (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 4d1cef7 + +------------------------------------------------------------------- +Fri Feb 16 13:18:36 CET 2024 - pjakobsson@suse.de + +- drm/i915/dp: Factor out helpers to compute the link limits (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3824482 + +------------------------------------------------------------------- +Fri Feb 16 13:18:31 CET 2024 - pjakobsson@suse.de + +- drm/i915/dsb: Use DEwake to combat PkgC latency (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 54d1a1c + +------------------------------------------------------------------- +Fri Feb 16 13:18:26 CET 2024 - pjakobsson@suse.de + +- drm/i915: Introduce intel_crtc_scanline_to_hw() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d0006d5 + +------------------------------------------------------------------- +Fri Feb 16 13:18:21 CET 2024 - pjakobsson@suse.de + +- drm/i915: Introduce skl_watermark_max_latency() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 2d64c3b + +------------------------------------------------------------------- +Fri Feb 16 13:18:16 CET 2024 - pjakobsson@suse.de + +- drm/i915/dsb: Evade transcoder undelayed vblank when using DSB (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3b1ce29 + +------------------------------------------------------------------- +Fri Feb 16 13:18:11 CET 2024 - pjakobsson@suse.de + +- drm/i915/dsb: Use non-posted register writes for legacy LUT (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 68c1743 + +------------------------------------------------------------------- +Fri Feb 16 13:18:06 CET 2024 - pjakobsson@suse.de + +- drm/i915/dsb: Load LUTs using the DSB during vblank (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit aec12e2 + +------------------------------------------------------------------- +Fri Feb 16 13:18:01 CET 2024 - pjakobsson@suse.de + +- drm/i915/dsb: Don't use DSB to load the LUTs during full modeset (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3540c35 + +------------------------------------------------------------------- +Fri Feb 16 13:17:56 CET 2024 - pjakobsson@suse.de + +- drm/i915/dsb: Add support for non-posted DSB registers writes (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 6ee63c1 + +------------------------------------------------------------------- +Fri Feb 16 13:17:51 CET 2024 - pjakobsson@suse.de + +- drm/i915/dsb: Introduce intel_dsb_reg_write_masked() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit f483679 + +------------------------------------------------------------------- +Fri Feb 16 13:17:46 CET 2024 - pjakobsson@suse.de + +- drm/i915/dsb: Introduce intel_dsb_noop() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7e76cda + +------------------------------------------------------------------- +Fri Feb 16 13:17:41 CET 2024 - pjakobsson@suse.de + +- drm/i915/dsb: Define the contents of some intstructions bit better (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit e0b7ba6 + +------------------------------------------------------------------- +Fri Feb 16 13:17:36 CET 2024 - pjakobsson@suse.de + +- drm/i915/dsb: Define more DSB bits (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 4e47f1b + +------------------------------------------------------------------- +Fri Feb 16 13:17:31 CET 2024 - pjakobsson@suse.de + +- drm/i915/dsb: Use non-locked register access (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d640a44 + +------------------------------------------------------------------- +Fri Feb 16 13:17:26 CET 2024 - pjakobsson@suse.de + +- drm/i915/cx0: prefer forward declarations over includes (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit ba38894 + +------------------------------------------------------------------- +Fri Feb 16 13:17:21 CET 2024 - pjakobsson@suse.de + +- drm/i915/dp: refactor aux_ch_name() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 38b9880 + +------------------------------------------------------------------- +Fri Feb 16 13:17:16 CET 2024 - pjakobsson@suse.de + +- drm/i915/irq: Clear GFX_MSTR_IRQ as part of IRQ reset (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 4a68543 + +------------------------------------------------------------------- +Fri Feb 16 13:17:10 CET 2024 - pjakobsson@suse.de + +- drm/i915/display: Print display info inside driver display (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit da06446 + +------------------------------------------------------------------- +Fri Feb 16 13:17:05 CET 2024 - pjakobsson@suse.de + +- drm/i915/bios: Fixup h/vsync_end instead of h/vtotal (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 970c0b1 + +------------------------------------------------------------------- +Fri Feb 16 13:17:00 CET 2024 - pjakobsson@suse.de + +- drm/i915/lnl: Start using CDCLK through PLL (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit b14b8fd + +------------------------------------------------------------------- +Fri Feb 16 13:16:55 CET 2024 - pjakobsson@suse.de + +- drm/i915/xe2lpd: Add DC state support (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c14e5f6 + +------------------------------------------------------------------- +Fri Feb 16 13:16:50 CET 2024 - pjakobsson@suse.de + +- drm/i915/xe2lpd: Add display power well (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 4ffc817 + +------------------------------------------------------------------- +Fri Feb 16 13:16:45 CET 2024 - pjakobsson@suse.de + +- drm/i915/lnl: Add CDCLK table (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit b443ba1 + +------------------------------------------------------------------- +Fri Feb 16 13:16:40 CET 2024 - pjakobsson@suse.de + +- drm/i915/lnl: Add gmbus/ddc support (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit f30e49f + +------------------------------------------------------------------- +Fri Feb 16 13:16:35 CET 2024 - pjakobsson@suse.de + +- drm/i915/xe2lpd: Extend Wa_15010685871 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 1cfcaa8 + +------------------------------------------------------------------- +Fri Feb 16 13:16:30 CET 2024 - pjakobsson@suse.de + +- drm/i915/xe2lpd: Add support for HPD (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3e7a994 + +------------------------------------------------------------------- +Fri Feb 16 13:16:25 CET 2024 - pjakobsson@suse.de + +- drm/i915/xe2lpd: Enable odd size and panning for planar yuv (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 52b9e3e + +------------------------------------------------------------------- +Fri Feb 16 13:16:20 CET 2024 - pjakobsson@suse.de + +- drm/i915/xe2lpd: Read pin assignment from IOM (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 9628813 + +------------------------------------------------------------------- +Fri Feb 16 13:16:15 CET 2024 - pjakobsson@suse.de + +- drm/i915/xe2lpd: Handle port AUX interrupts (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c25a99f + +------------------------------------------------------------------- +Fri Feb 16 13:16:10 CET 2024 - pjakobsson@suse.de + +- drm/i915/xe2lpd: Re-order DP AUX regs (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit acf5bff + +------------------------------------------------------------------- +Fri Feb 16 13:16:05 CET 2024 - pjakobsson@suse.de + +- drm/i915/display: Use _PICK_EVEN_2RANGES() in DP AUX regs (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 490b35c + +------------------------------------------------------------------- +Fri Feb 16 13:16:00 CET 2024 - pjakobsson@suse.de + +- drm/i915/display: Fix style and conventions for DP AUX regs (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 5f2c2de + +------------------------------------------------------------------- +Fri Feb 16 13:15:55 CET 2024 - pjakobsson@suse.de + +- drm/i915/xe2lpd: Register DE_RRMR has been removed (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 76007b6 + +------------------------------------------------------------------- +Fri Feb 16 13:15:50 CET 2024 - pjakobsson@suse.de + +- drm/i915/xe2lpd: Don't try to program PLANE_AUX_DIST (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c7b7cd3 + +------------------------------------------------------------------- +Fri Feb 16 13:15:45 CET 2024 - pjakobsson@suse.de + +- drm/i915/xe2lpd: Treat cursor plane as regular plane for DDB (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 636e39a + +------------------------------------------------------------------- +Fri Feb 16 13:15:40 CET 2024 - pjakobsson@suse.de + +- drm/i915/xe2lpd: Add fake PCH (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c817bcd + +------------------------------------------------------------------- +Fri Feb 16 13:15:35 CET 2024 - pjakobsson@suse.de + +- drm/i915: Re-order if/else ladder in intel_detect_pch() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 70b794b + +------------------------------------------------------------------- +Fri Feb 16 13:15:30 CET 2024 - pjakobsson@suse.de + +- drm/i915/display: Remove FBC capability from fused off pipes (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 4af8a75 + +------------------------------------------------------------------- +Fri Feb 16 13:15:25 CET 2024 - pjakobsson@suse.de + +- drm/i915/xe2lpd: FBC is now supported on all pipes (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 5771ff2 + +------------------------------------------------------------------- +Fri Feb 16 13:15:20 CET 2024 - pjakobsson@suse.de + +- drm/i915/lnl: Add display definitions (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit f7fe072 + +------------------------------------------------------------------- +Fri Feb 16 13:15:15 CET 2024 - pjakobsson@suse.de + +- drm/i915/xelpdp: Add XE_LPDP_FEATURES (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 956048f + +------------------------------------------------------------------- +Fri Feb 16 13:15:10 CET 2024 - pjakobsson@suse.de + +- Revert "drm/i915/mst: Populate connector->ddc" (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 6e581e9 + +------------------------------------------------------------------- +Fri Feb 16 13:15:05 CET 2024 - pjakobsson@suse.de + +- drm/i915: add a note about fec_enable with 128b/132b (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit f90ce98 + +------------------------------------------------------------------- +Fri Feb 16 13:15:00 CET 2024 - pjakobsson@suse.de + +- drm/i915: Implement transcoder LRR for TGL+ (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7650e0f + +------------------------------------------------------------------- +Fri Feb 16 13:14:55 CET 2024 - pjakobsson@suse.de + +- drm/i915: Assert that VRR is off during vblank evasion if necessary (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 506093f + +------------------------------------------------------------------- +Fri Feb 16 13:14:50 CET 2024 - pjakobsson@suse.de + +- drm/i915: Update VRR parameters in fastset (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 31295f2 + +------------------------------------------------------------------- +Fri Feb 16 13:14:45 CET 2024 - pjakobsson@suse.de + +- drm/i915: Disable VRR during seamless M/N changes (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit f8e3d60 + +------------------------------------------------------------------- +Fri Feb 16 13:14:40 CET 2024 - pjakobsson@suse.de + +- drm/i915: Validate that the timings are within the VRR range (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3611352 + +------------------------------------------------------------------- +Fri Feb 16 13:14:35 CET 2024 - pjakobsson@suse.de + +- drm/i915: Relocate is_in_vrr_range() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 13280d7 + +------------------------------------------------------------------- +Fri Feb 16 13:14:30 CET 2024 - pjakobsson@suse.de + +- drm/i915: Optimize out redundant M/N updates (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit ec1a67b + +------------------------------------------------------------------- +Fri Feb 16 13:14:25 CET 2024 - pjakobsson@suse.de + +- drm/i915: Adjust seamless_m_n flag behaviour (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit fb34e57 + +------------------------------------------------------------------- +Fri Feb 16 13:14:20 CET 2024 - pjakobsson@suse.de + +- drm/i915: Enable VRR later during fastsets (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit eb47ab7 + +------------------------------------------------------------------- +Fri Feb 16 13:14:15 CET 2024 - pjakobsson@suse.de + +- drm/i915: Extract intel_crtc_vblank_evade_scanlines() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 26aee2b + +------------------------------------------------------------------- +Fri Feb 16 13:14:10 CET 2024 - pjakobsson@suse.de + +- drm/i915: Change intel_pipe_update_{start,end}() calling convention (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 066f670 + +------------------------------------------------------------------- +Fri Feb 16 13:14:04 CET 2024 - pjakobsson@suse.de + +- drm/i915: Move psr unlock out from the pipe update critical section (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 4a23cff + +------------------------------------------------------------------- +Fri Feb 16 13:13:59 CET 2024 - pjakobsson@suse.de + +- drm/i915/dsi: let HW maintain CLK_POST (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 90a0739 + +------------------------------------------------------------------- +Fri Feb 16 13:13:54 CET 2024 - pjakobsson@suse.de + +- drm/i915/cx0: Add step for programming msgbus timer (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a974383 + +------------------------------------------------------------------- +Fri Feb 16 13:13:49 CET 2024 - pjakobsson@suse.de + +- drm/i915/dp_mst: Tune down error message during payload addition (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 22796a7 + +------------------------------------------------------------------- +Fri Feb 16 13:13:44 CET 2024 - pjakobsson@suse.de + +- drm/i915: Remove runtime suspended boolean from intel_runtime_pm (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3fecfe4 + +------------------------------------------------------------------- +Fri Feb 16 13:13:39 CET 2024 - pjakobsson@suse.de + +- drm/i915: move intel_display_device_probe() one level higher (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 5bbf1c3 + +------------------------------------------------------------------- +Fri Feb 16 13:13:34 CET 2024 - pjakobsson@suse.de + +- drm/i915/display: call gmdid display probe at a higher level (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit f57e7c8 + +------------------------------------------------------------------- +Fri Feb 16 13:13:29 CET 2024 - pjakobsson@suse.de + +- drm/i915: move more of the display probe to display code (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 80d81a2 + +------------------------------------------------------------------- +Fri Feb 16 13:13:24 CET 2024 - pjakobsson@suse.de + +- drm/i915/dpt: replace GEM_BUG_ON() with drm_WARN_ON() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 680ca08 + +------------------------------------------------------------------- +Fri Feb 16 13:13:19 CET 2024 - pjakobsson@suse.de + +- drm/i915/fb: replace GEM_WARN_ON() with drm_WARN_ON() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 6a230a3 + +------------------------------------------------------------------- +Fri Feb 16 13:13:14 CET 2024 - pjakobsson@suse.de + +- drm/i915/fbc: replace GEM_BUG_ON() to drm_WARN_ON() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 254bad3 + +------------------------------------------------------------------- +Fri Feb 16 13:13:09 CET 2024 - pjakobsson@suse.de + +- drm/i915/sdvo: Constify mapping structs (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c4cbd1d + +------------------------------------------------------------------- +Fri Feb 16 13:13:04 CET 2024 - pjakobsson@suse.de + +- drm/i915/hdmi: Remove old i2c symlink (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit db1aae0 + +------------------------------------------------------------------- +Fri Feb 16 13:12:59 CET 2024 - pjakobsson@suse.de + +- drm/i915/hdmi: Nuke hdmi->ddc_bus (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c66e53c + +------------------------------------------------------------------- +Fri Feb 16 13:12:54 CET 2024 - pjakobsson@suse.de + +- drm/i915/hdmi: Use connector->ddc everwhere (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 6d16f20 + +------------------------------------------------------------------- +Fri Feb 16 13:12:49 CET 2024 - pjakobsson@suse.de + +- drm/i915/mst: Populate connector->ddc (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 238daf9 + +------------------------------------------------------------------- +Fri Feb 16 13:12:44 CET 2024 - pjakobsson@suse.de + +- drm/i915/dp: Populate connector->ddc (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 929f870 + +------------------------------------------------------------------- +Fri Feb 16 13:12:38 CET 2024 - pjakobsson@suse.de + +- drm/i915/dvo: Populate connector->ddc (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit ccb6e5e + +------------------------------------------------------------------- +Fri Feb 16 13:12:33 CET 2024 - pjakobsson@suse.de + +- drm/i915/crt: Populate connector->ddc (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit cd36ec1 + +------------------------------------------------------------------- +Fri Feb 16 13:12:28 CET 2024 - pjakobsson@suse.de + +- drm/i915/lvds: Populate connector->ddc (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit b5129f7 + +------------------------------------------------------------------- +Fri Feb 16 13:12:23 CET 2024 - pjakobsson@suse.de + +- drm/i915: Call the DDC bus i2c adapter "ddc" (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c922bf5 + +------------------------------------------------------------------- +Fri Feb 16 13:12:18 CET 2024 - pjakobsson@suse.de + +- drm/sysfs: Register "ddc" symlink later (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 250d382 + +------------------------------------------------------------------- +Fri Feb 16 13:12:13 CET 2024 - pjakobsson@suse.de + +- drm: Reorder drm_sysfs_connector_remove() vs. (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit db36840 + +------------------------------------------------------------------- +Fri Feb 16 13:12:08 CET 2024 - pjakobsson@suse.de + +- drm/i915/dsc: Fix pic_width readout (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 18cbeff + +------------------------------------------------------------------- +Fri Feb 16 13:12:03 CET 2024 - pjakobsson@suse.de + +- drm/i915: Reduce combo PHY log spam (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit f38b8d4 + +------------------------------------------------------------------- +Fri Feb 16 13:11:58 CET 2024 - pjakobsson@suse.de + +- drm/i915: Stop spamming the logs with PLL state (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3ca5f2c + +------------------------------------------------------------------- +Fri Feb 16 13:11:53 CET 2024 - pjakobsson@suse.de + +- drm/i915: Split some long lines in hsw_fdi_link_train() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit f0d3587 + +------------------------------------------------------------------- +Fri Feb 16 13:11:48 CET 2024 - pjakobsson@suse.de + +- drm/i915: Fix FEC pipe A vs. DDI A mixup (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 2f1ef4a + +------------------------------------------------------------------- +Fri Feb 16 13:11:43 CET 2024 - pjakobsson@suse.de + +- drm/i915/mst: Read out FEC state (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 93f7df3 + +------------------------------------------------------------------- +Fri Feb 16 13:11:38 CET 2024 - pjakobsson@suse.de + +- drm/i915/gt: rename DBG() to GTT_TRACE() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 57d82c6 + +------------------------------------------------------------------- +Fri Feb 16 13:11:33 CET 2024 - pjakobsson@suse.de + +- drm/i915/dsc: use REG_BIT, REG_GENMASK, and friends for PPS0 and PPS1 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit baa8508 + +------------------------------------------------------------------- +Fri Feb 16 13:11:28 CET 2024 - pjakobsson@suse.de + +- drm/i915/dsc: add the PPS number to the register content macros (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 243c744 + +------------------------------------------------------------------- +Fri Feb 16 13:11:23 CET 2024 - pjakobsson@suse.de + +- drm/i915/dsc: clean up pps comments (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 2646713 + +------------------------------------------------------------------- +Fri Feb 16 13:11:18 CET 2024 - pjakobsson@suse.de + +- drm/i915/dsc: drop redundant = 0 assignments (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c9e486d + +------------------------------------------------------------------- +Fri Feb 16 13:11:13 CET 2024 - pjakobsson@suse.de + +- drm/i915/dsc: rename pps write to intel_dsc_pps_write() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d671d98 + +------------------------------------------------------------------- +Fri Feb 16 13:11:08 CET 2024 - pjakobsson@suse.de + +- drm/i915/dsc: have intel_dsc_pps_read() return the value (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 77c79c9 + +------------------------------------------------------------------- +Fri Feb 16 13:11:03 CET 2024 - pjakobsson@suse.de + +- drm/i915/dsc: have intel_dsc_pps_read_and_verify() return the value (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 2b8c1f1 + +------------------------------------------------------------------- +Fri Feb 16 13:10:57 CET 2024 - pjakobsson@suse.de + +- drm/i915/dsc: improve clarity of the pps reg read/write helpers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 349f53d + +------------------------------------------------------------------- +Fri Feb 16 13:10:52 CET 2024 - pjakobsson@suse.de + +- drm/i915/display: Apply workarounds during display init (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 8c8db0b + +------------------------------------------------------------------- +Fri Feb 16 13:10:47 CET 2024 - pjakobsson@suse.de + +- drm/i915/display: Extract display workarounds from clock gating init (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a5e6a47 + +------------------------------------------------------------------- +Fri Feb 16 13:10:42 CET 2024 - pjakobsson@suse.de + +- drm/i915/adlp: Stop calling gen12lp_init_clock_gating() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a1f6659 + +------------------------------------------------------------------- +Fri Feb 16 13:10:37 CET 2024 - pjakobsson@suse.de + +- drm/i915: Stop forcing clock gating init for future platforms (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 8e63482 + +------------------------------------------------------------------- +Fri Feb 16 13:10:32 CET 2024 - pjakobsson@suse.de + +- drm/i915/dsb: Don't use indexed writes when byte enables are not all (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 61da366 + +------------------------------------------------------------------- +Fri Feb 16 13:10:27 CET 2024 - pjakobsson@suse.de + +- drm/i915/dsb: Avoid corrupting the first register write (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 8cf0e7f + +------------------------------------------------------------------- +Fri Feb 16 13:10:22 CET 2024 - pjakobsson@suse.de + +- drm/i915/dsb: Dump the DSB command buffer when DSB fails (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 85e87d2 + +------------------------------------------------------------------- +Fri Feb 16 13:10:17 CET 2024 - pjakobsson@suse.de + +- drm/i915: Constify LUT entries in checker (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 399d50d + +------------------------------------------------------------------- +Fri Feb 16 13:10:12 CET 2024 - pjakobsson@suse.de + +- drm/i915/cx0: Check and increase msgbus timeout threshold (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 1d89f3e + +------------------------------------------------------------------- +Fri Feb 16 13:10:07 CET 2024 - pjakobsson@suse.de + +- drm/i915: add trailing newlines to msgs (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 2910715 + +------------------------------------------------------------------- +Fri Feb 16 13:10:02 CET 2024 - pjakobsson@suse.de + +- drm/i915/psr: Add psr sink error status into sink status debugfs (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 88ab1e0 + +------------------------------------------------------------------- +Fri Feb 16 13:09:57 CET 2024 - pjakobsson@suse.de + +- drm/i915/tc: remove "fia" from intel_tc_port_fia_max_lane_count() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit f1bf545 + +------------------------------------------------------------------- +Fri Feb 16 13:09:52 CET 2024 - pjakobsson@suse.de + +- drm/i915/tc: move legacy code out of the main _max_lane_count() func (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 05fa473 + +------------------------------------------------------------------- +Fri Feb 16 13:09:47 CET 2024 - pjakobsson@suse.de + +- drm/i915/tc: make intel_tc_port_get_lane_mask() static (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 1e4ac1b + +------------------------------------------------------------------- +Fri Feb 16 13:09:42 CET 2024 - pjakobsson@suse.de + +- drm/i915/tc: rename mtl_tc_port_get_pin_assignment_mask() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 9263ecc + +------------------------------------------------------------------- +Fri Feb 16 13:09:37 CET 2024 - pjakobsson@suse.de + +- drm/i915/display: Compare the readout dsc pps params (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 09f2b2f + +------------------------------------------------------------------- +Fri Feb 16 13:09:32 CET 2024 - pjakobsson@suse.de + +- drm/i915/vdsc: Fill the intel_dsc_get_pps_config function (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 6692753 + +------------------------------------------------------------------- +Fri Feb 16 13:09:27 CET 2024 - pjakobsson@suse.de + +- drm/i915/vdsc: Remove unused dsc registers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 8b62195 + +------------------------------------------------------------------- +Fri Feb 16 13:09:22 CET 2024 - pjakobsson@suse.de + +- drm/i915/vdsc: Add function to write in PPS register (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit b09e32a + +------------------------------------------------------------------- +Fri Feb 16 13:09:17 CET 2024 - pjakobsson@suse.de + +- drm/i915/vdsc: Add function to read any PPS register (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 5358ad9 + +------------------------------------------------------------------- +Fri Feb 16 13:09:11 CET 2024 - pjakobsson@suse.de + +- drm/i915/vdsc: Add func to get no. of vdsc instances per pipe (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 1909e2b + +------------------------------------------------------------------- +Fri Feb 16 13:09:06 CET 2024 - pjakobsson@suse.de + +- drm/i915/vdsc: Add a check for dsc split cases (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 6358240 + +------------------------------------------------------------------- +Fri Feb 16 13:09:01 CET 2024 - pjakobsson@suse.de + +- drm/i915/vdsc: Refactor dsc register field macro (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 1a6e0de + +------------------------------------------------------------------- +Fri Feb 16 13:08:56 CET 2024 - pjakobsson@suse.de + +- drm/i915: Handle dma fences in dirtyfb callback (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a990719 + +------------------------------------------------------------------- +Fri Feb 16 13:08:51 CET 2024 - pjakobsson@suse.de + +- drm/i915: Add new frontbuffer tracking interface to queue flush (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit f433ccd + +------------------------------------------------------------------- +Fri Feb 16 13:08:46 CET 2024 - pjakobsson@suse.de + +- drm/i915/psr: Clear frontbuffer busy bits on flip (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 47ca62b + +------------------------------------------------------------------- +Fri Feb 16 13:08:41 CET 2024 - pjakobsson@suse.de + +- drm/i915/fbc: Clear frontbuffer busy bits on flip (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit adbbf12 + +------------------------------------------------------------------- +Fri Feb 16 13:08:36 CET 2024 - pjakobsson@suse.de + +- drm/i915/cec: switch to setting physical address directly (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 017d38e + +------------------------------------------------------------------- +Fri Feb 16 13:08:31 CET 2024 - pjakobsson@suse.de + +- drm/cec: add drm_dp_cec_attach() as the non-edid version of set edid (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7d6227d + +------------------------------------------------------------------- +Fri Feb 16 13:08:26 CET 2024 - pjakobsson@suse.de + +- drm/edid: parse source physical address (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 67052bc + +------------------------------------------------------------------- +Fri Feb 16 13:08:21 CET 2024 - pjakobsson@suse.de + +- drm/i915/display: use drm_edid_is_digital() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 6aa2d28 + +------------------------------------------------------------------- +Fri Feb 16 13:08:16 CET 2024 - pjakobsson@suse.de + +- drm/edid: add drm_edid_is_digital() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 8b4408e + +------------------------------------------------------------------- +Fri Feb 16 13:08:11 CET 2024 - pjakobsson@suse.de + +- drm/i915/hdcp: Use correct aux for capability check scenario (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0170cf2 + +------------------------------------------------------------------- +Fri Feb 16 13:08:06 CET 2024 - pjakobsson@suse.de + +- drm/i915/hdcp: Use intel_connector as argument for hdcp_2_2_capable (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a533d7d + +------------------------------------------------------------------- +Fri Feb 16 13:08:01 CET 2024 - pjakobsson@suse.de + +- drm/i915: add minimal i915_gem_object_frontbuffer.h (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0b03e42 + +------------------------------------------------------------------- +Fri Feb 16 13:07:56 CET 2024 - pjakobsson@suse.de + +- drm/i915/mtl: Add TC port lockdep assert to AUX power well enabling (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit bdd112f + +------------------------------------------------------------------- +Fri Feb 16 13:07:51 CET 2024 - pjakobsson@suse.de + +- drm/i915/dp: Drop redundant AUX power get/put in intel_dp_force() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit b57f2db + +------------------------------------------------------------------- +Fri Feb 16 13:07:46 CET 2024 - pjakobsson@suse.de + +- drm/i915/dg2: Add support for new DG2-G12 revid 0x1 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 563fc2c + +------------------------------------------------------------------- +Fri Feb 16 13:07:41 CET 2024 - pjakobsson@suse.de + +- drivers/drm/i915: Honor limits->max_bpp while computing DSC max input (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit fb93c20 + +------------------------------------------------------------------- +Fri Feb 16 13:07:36 CET 2024 - pjakobsson@suse.de + +- drm/display/dp: Assume 8 bpc support when DSC is supported (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7a5e76e + +------------------------------------------------------------------- +Fri Feb 16 13:07:31 CET 2024 - pjakobsson@suse.de + +- drm/i915/psr: Apply Wa_14015648006 for all display 14 steppings (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3378f8b + +------------------------------------------------------------------- +Fri Feb 16 13:07:26 CET 2024 - pjakobsson@suse.de + +- drm/i915/sdvo: Print out the i2c pin and slave address (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 4fa4922 + +------------------------------------------------------------------- +Fri Feb 16 13:07:21 CET 2024 - pjakobsson@suse.de + +- drm/i915/sdvo: Rework DDC bus handling (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit b1926f5 + +------------------------------------------------------------------- +Fri Feb 16 13:07:16 CET 2024 - pjakobsson@suse.de + +- drm/i915/sdvo: Get rid of the per-connector i2c symlink (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit b98acc7 + +------------------------------------------------------------------- +Fri Feb 16 13:07:11 CET 2024 - pjakobsson@suse.de + +- drm/i915/sdvo: Nuke the duplicate sdvo->port (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit baece1e + +------------------------------------------------------------------- +Fri Feb 16 13:07:06 CET 2024 - pjakobsson@suse.de + +- drm/i915/sdvo: Initialize the encoder earlier (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 304a49e + +------------------------------------------------------------------- +Fri Feb 16 13:07:01 CET 2024 - pjakobsson@suse.de + +- drm/i915/sdvo: Nuke attached_output tracking (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 21507e9 + +------------------------------------------------------------------- +Fri Feb 16 13:06:56 CET 2024 - pjakobsson@suse.de + +- drm/i915/hdcp: Adjust timeout for read in DPMST Scenario (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c3dd75d + +------------------------------------------------------------------- +Fri Feb 16 13:06:51 CET 2024 - pjakobsson@suse.de + +- drm/i915/hdcp: Send the correct aux for DPMST HDCP scenario (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 04d5b07 + +------------------------------------------------------------------- +Fri Feb 16 13:06:46 CET 2024 - pjakobsson@suse.de + +- drm/i915/hdcp: Propagate aux info in DP HDCP functions (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 1296104 + +------------------------------------------------------------------- +Fri Feb 16 13:06:41 CET 2024 - pjakobsson@suse.de + +- drm/i915/hdcp: Use intel_connector argument in intel_hdcp_shim (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 17e49ed + +------------------------------------------------------------------- +Fri Feb 16 13:06:36 CET 2024 - pjakobsson@suse.de + +- drm/i915/color: move pre-SKL gamma and CSC enable read to intel_color (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 9c879d0 + +------------------------------------------------------------------- +Fri Feb 16 13:06:31 CET 2024 - pjakobsson@suse.de + +- drm/i915/color: move SKL+ gamma and CSC enable read to intel_color (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 5ec92fe + +------------------------------------------------------------------- +Fri Feb 16 13:06:26 CET 2024 - pjakobsson@suse.de + +- drm/i915: move ILK+ CSC mode read to intel_color (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 31a2dae + +------------------------------------------------------------------- +Fri Feb 16 13:06:21 CET 2024 - pjakobsson@suse.de + +- drm/i915: move HSW+ gamma mode read to intel_color (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 84a64a5 + +------------------------------------------------------------------- +Fri Feb 16 13:06:16 CET 2024 - pjakobsson@suse.de + +- drm/i915/color: move CHV CGM pipe mode read to intel_color (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c8cce95 + +------------------------------------------------------------------- +Fri Feb 16 13:06:11 CET 2024 - pjakobsson@suse.de + +- drm/i915/regs: split out intel_color_regs.h (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit bfb884e + +------------------------------------------------------------------- +Fri Feb 16 13:06:06 CET 2024 - pjakobsson@suse.de + +- drm/i915/display: configure SDP split for DP-MST (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 9b60660 + +------------------------------------------------------------------- +Fri Feb 16 13:06:01 CET 2024 - pjakobsson@suse.de + +- drm/i915/display: update intel_dp_has_audio to support MST (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a6f10ff + +------------------------------------------------------------------- +Fri Feb 16 13:05:56 CET 2024 - pjakobsson@suse.de + +- drm/i915/vma: constify unbind_fence_ops (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 4d88770 + +------------------------------------------------------------------- +Fri Feb 16 13:05:51 CET 2024 - pjakobsson@suse.de + +- drm/i915/rpl: Update pci ids for RPL P/U (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 6d04aae + +------------------------------------------------------------------- +Fri Feb 16 13:05:46 CET 2024 - pjakobsson@suse.de + +- drm/i915/sdvo: Fail gracefully if the TV dotclock is out of range (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 975c19e + +------------------------------------------------------------------- +Fri Feb 16 13:05:41 CET 2024 - pjakobsson@suse.de + +- drm/i915/sdvo: Pick the TV dotclock from adjusted_mode (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit e5e0b0b + +------------------------------------------------------------------- +Fri Feb 16 13:05:36 CET 2024 - pjakobsson@suse.de + +- drm/i915: Fully populate crtc_state->dpll (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 369f2df + +------------------------------------------------------------------- +Fri Feb 16 13:05:31 CET 2024 - pjakobsson@suse.de + +- drm/i915: Don't warn about zero N/P in *_calc_dpll_params() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 155fb9d + +------------------------------------------------------------------- +Fri Feb 16 13:05:26 CET 2024 - pjakobsson@suse.de + +- drm/i915/sdvo: s/sdvo_inputs_mask/sdvo_num_inputs/ (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 8a4b724 + +------------------------------------------------------------------- +Fri Feb 16 13:05:21 CET 2024 - pjakobsson@suse.de + +- drm/i915/sdvo: Protect macro args (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d6a73b0 + +------------------------------------------------------------------- +Fri Feb 16 13:05:15 CET 2024 - pjakobsson@suse.de + +- drm/i915/sdvo: Issue SetTargetOutput prior to GetAttachedDisplays (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d607072 + +------------------------------------------------------------------- +Fri Feb 16 13:05:10 CET 2024 - pjakobsson@suse.de + +- drm/i915/display: add lock while printing frontbuffer tracking bits (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 9296c63 + +------------------------------------------------------------------- +Fri Feb 16 13:05:05 CET 2024 - pjakobsson@suse.de + +- drm/i915/display: combine DP audio compute config steps (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 435fb0a + +------------------------------------------------------------------- +Fri Feb 16 13:05:00 CET 2024 - pjakobsson@suse.de + +- drm/i915/display: remove redundant parameter from sdp split update (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 2a4c20c + +------------------------------------------------------------------- +Fri Feb 16 13:04:55 CET 2024 - pjakobsson@suse.de + +- drm/i915/display: Remove unused POWER_DOMAIN_MODESET (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 9788f88 + +------------------------------------------------------------------- +Fri Feb 16 13:04:50 CET 2024 - pjakobsson@suse.de + +- drm/i915/dp: Check if force_dsc_output_format is possible (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 81ab4fb + +------------------------------------------------------------------- +Fri Feb 16 13:04:45 CET 2024 - pjakobsson@suse.de + +- drm/i915/dp: Check src/sink compressed bpp limit for edp (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7d64aae + +------------------------------------------------------------------- +Fri Feb 16 13:04:40 CET 2024 - pjakobsson@suse.de + +- drm/i915/dp: Get optimal link config to have best compressed bpp (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3d56cb5 + +------------------------------------------------------------------- +Fri Feb 16 13:04:35 CET 2024 - pjakobsson@suse.de + +- drm/i915/dp: Separate out function to get compressed bpp with joiner (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7662480 + +------------------------------------------------------------------- +Fri Feb 16 13:04:30 CET 2024 - pjakobsson@suse.de + +- drm/i915/dp: Add DSC BPC/BPP constraints while selecting pipe bpp (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d4b59da + +------------------------------------------------------------------- +Fri Feb 16 13:04:25 CET 2024 - pjakobsson@suse.de + +- drm/i915/dp: Separate out functions for edp/DP for computing DSC bpp (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 19c7953 + +------------------------------------------------------------------- +Fri Feb 16 13:04:20 CET 2024 - pjakobsson@suse.de + +- drm/i915/dp: Rename helper to get DSC max pipe_bpp (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a204975 + +------------------------------------------------------------------- +Fri Feb 16 13:04:15 CET 2024 - pjakobsson@suse.de + +- drm/i915/dp: Avoid left shift of DSC output bpp by 4 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit b2a9b0e + +------------------------------------------------------------------- +Fri Feb 16 13:04:10 CET 2024 - pjakobsson@suse.de + +- drm/i915/dp: Check min bpc DSC limits for dsc_force_bpc also (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 50a461f + +------------------------------------------------------------------- +Fri Feb 16 13:04:05 CET 2024 - pjakobsson@suse.de + +- drm/i915/dp: Add functions to get min/max src input bpc with DSC (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit cc9edbb + +------------------------------------------------------------------- +Fri Feb 16 13:04:00 CET 2024 - pjakobsson@suse.de + +- drm/i915/dp: Avoid forcing DSC BPC for MST case (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 1d08529 + +------------------------------------------------------------------- +Fri Feb 16 13:03:55 CET 2024 - pjakobsson@suse.de + +- drm/i915/dp: Remove extra logs for printing DSC info (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 51dbba2 + +------------------------------------------------------------------- +Fri Feb 16 13:03:50 CET 2024 - pjakobsson@suse.de + +- drm/i915/intel_cdclk: Add vdsc with bigjoiner constraints on (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 653fbe4 + +------------------------------------------------------------------- +Fri Feb 16 13:03:45 CET 2024 - pjakobsson@suse.de + +- drm/i915/dp: Update Bigjoiner interface bits for computing compressed (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 567dcfc + +------------------------------------------------------------------- +Fri Feb 16 13:03:01 CET 2024 - pjakobsson@suse.de + +- drm/i915/dp: Use consistent name for link bpp and compressed + bpp (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071). +- Refresh + patches.suse/drm-i915-Introduce-crtc_state-enhanced_framing.patch. +- commit fce2b01 + +------------------------------------------------------------------- +Fri Feb 16 13:02:54 CET 2024 - pjakobsson@suse.de + +- drm/i915/dp_mst: Use output_format to get the final link bpp (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0973c99 + +------------------------------------------------------------------- +Fri Feb 16 13:02:49 CET 2024 - pjakobsson@suse.de + +- drm/i915/dp: Move compressed bpp check with 420 format inside the (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 587ff24 + +------------------------------------------------------------------- +Fri Feb 16 13:02:44 CET 2024 - pjakobsson@suse.de + +- drm/i915/dp: Consider output_format while computing dsc bpp (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 735b6f4 + +------------------------------------------------------------------- +Fri Feb 16 13:02:39 CET 2024 - pjakobsson@suse.de + +- drm/i915: Eliminate has_4tile feature flag (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 44082aa + +------------------------------------------------------------------- +Fri Feb 16 13:02:34 CET 2024 - pjakobsson@suse.de + +- drm/i915/selftest: Simplify Y-major tiling in blit selftest (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 65b68b0 + +------------------------------------------------------------------- +Fri Feb 16 13:02:29 CET 2024 - pjakobsson@suse.de + +- drm/i915/cx0: Program vswing only for owned lanes (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit dfbe8de + +------------------------------------------------------------------- +Fri Feb 16 13:02:24 CET 2024 - pjakobsson@suse.de + +- drm/i915/cx0: Enable/disable TX only for owned PHY lanes (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 024fe6b + +------------------------------------------------------------------- +Fri Feb 16 13:02:19 CET 2024 - pjakobsson@suse.de + +- drm/i915: Simplify intel_cx0_program_phy_lane() with loop (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 1d8a4f0 + +------------------------------------------------------------------- +Fri Feb 16 13:02:14 CET 2024 - pjakobsson@suse.de + +- drm/i915/cx0: Add intel_cx0_get_owned_lane_mask() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 4821e04 + +------------------------------------------------------------------- +Fri Feb 16 13:02:09 CET 2024 - pjakobsson@suse.de + +- drm/i915/display: Remove unused POWER_DOMAIN_MASK (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit b85caee + +------------------------------------------------------------------- +Fri Feb 16 13:02:04 CET 2024 - pjakobsson@suse.de + +- drm/i915/pxp: Optimize GET_PARAM:PXP_STATUS (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit e4899fb + +------------------------------------------------------------------- +Fri Feb 16 13:01:59 CET 2024 - pjakobsson@suse.de + +- drm/i915/pxp/mtl: intel_pxp_init_hw needs runtime-pm inside (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0fd1d49 + +------------------------------------------------------------------- +Fri Feb 16 13:01:54 CET 2024 - pjakobsson@suse.de + +- drm/i915/dp: Fix LT debug print in SDP CRC enable (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 8a0c1d3 + +------------------------------------------------------------------- +Fri Feb 16 13:01:49 CET 2024 - pjakobsson@suse.de + +- drm/i915/vdsc: Fix first_line_bpg_offset calculation (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3f880f6 + +------------------------------------------------------------------- +Fri Feb 16 13:01:44 CET 2024 - pjakobsson@suse.de + +- drm/i915: Don't change the status of forced connectors during HPD (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit ccbfc0a + +------------------------------------------------------------------- +Fri Feb 16 13:01:39 CET 2024 - pjakobsson@suse.de + +- drm/i915: Don't change the status of forced connectors during hotplug (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 55af8cf + +------------------------------------------------------------------- +Fri Feb 16 13:01:34 CET 2024 - pjakobsson@suse.de + +- drm/i915: Avoid endless HPD poll detect loop via runtime (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 2aeea69 + +------------------------------------------------------------------- +Fri Feb 16 13:01:29 CET 2024 - pjakobsson@suse.de + +- drm/i915: Do not disable preemption for resets (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 8b1861c + +------------------------------------------------------------------- +Fri Feb 16 13:01:24 CET 2024 - pjakobsson@suse.de + +- drm/i915/perf: Remove gtt_offset from stream->oa_buffer.head/.tail (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 02b73f3 + +------------------------------------------------------------------- +Fri Feb 16 13:01:19 CET 2024 - pjakobsson@suse.de + +- drm/i915: Add Wa_18028616096 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7cee125 + +------------------------------------------------------------------- +Fri Feb 16 13:01:14 CET 2024 - pjakobsson@suse.de + +- drm/i915/gem: remove inlines from i915_gem_execbuffer.c (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit beba8a6 + +------------------------------------------------------------------- +Fri Feb 16 13:01:09 CET 2024 - pjakobsson@suse.de + +- drm/i915/gt: remove a static inline that requires including (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 5a28ee6 + +------------------------------------------------------------------- +Fri Feb 16 13:01:04 CET 2024 - pjakobsson@suse.de + +- drm/i915/gt: Update RC6 mask for mtl_drpc (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 4829227 + +------------------------------------------------------------------- +Fri Feb 16 13:00:59 CET 2024 - pjakobsson@suse.de + +- drm/i915: refactor deprecated strncpy (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 2dfda9f + +------------------------------------------------------------------- +Fri Feb 16 13:00:54 CET 2024 - pjakobsson@suse.de + +- drm/i915/lrc: User PXP contexts requires runalone bit in lrc (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7f412db + +------------------------------------------------------------------- +Fri Feb 16 13:00:49 CET 2024 - pjakobsson@suse.de + +- drm/i915/pxp/mtl: Update pxp-firmware packet size (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 464907b + +------------------------------------------------------------------- +Fri Feb 16 13:00:44 CET 2024 - pjakobsson@suse.de + +- drm/i915/pxp/mtl: Update pxp-firmware response timeout (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 48e0b97 + +------------------------------------------------------------------- +Fri Feb 16 13:00:39 CET 2024 - pjakobsson@suse.de + +- drm/i915/huc: silence injected failure in the load via GSC path (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 55b8a86 + +------------------------------------------------------------------- +Fri Feb 16 13:00:34 CET 2024 - pjakobsson@suse.de + +- drm/i915: Add Wa_18022495364 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7a68688 + +------------------------------------------------------------------- +Fri Feb 16 13:00:29 CET 2024 - pjakobsson@suse.de + +- drm/i915/gt: skip WA verification for GEN7_MISCCPCTL on DG2 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 2036689 + +------------------------------------------------------------------- +Fri Feb 16 13:00:24 CET 2024 - pjakobsson@suse.de + +- drm/i915: Run relevant bits of debugfs drop_caches per GT (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 8947254 + +------------------------------------------------------------------- +Fri Feb 16 13:00:19 CET 2024 - pjakobsson@suse.de + +- drm/i915/mtl: Drop Wa_14017240301 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit df5eda5 + +------------------------------------------------------------------- +Fri Feb 16 13:00:14 CET 2024 - pjakobsson@suse.de + +- drm/i915: Add Wa_14015150844 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d3e9a5a + +------------------------------------------------------------------- +Fri Feb 16 13:00:09 CET 2024 - pjakobsson@suse.de + +- drm/i915/gt: Wait longer for tasks in migrate selftest (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0f6e240 + +------------------------------------------------------------------- +Fri Feb 16 13:00:04 CET 2024 - pjakobsson@suse.de + +- drm/i915/gsc: define gsc fw (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 6e25237 + +------------------------------------------------------------------- +Fri Feb 16 12:59:59 CET 2024 - pjakobsson@suse.de + +- drm/i915/mtl: Adding DeviceID for Arrowlake-S under MTL (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7bf8d76 + +------------------------------------------------------------------- +Fri Feb 16 12:59:54 CET 2024 - pjakobsson@suse.de + +- drm/i915/guc: Force a reset on internal GuC error (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit b70a904 + +------------------------------------------------------------------- +Fri Feb 16 12:59:49 CET 2024 - pjakobsson@suse.de + +- drm/i915/selftests: Align igt_spinner_create_request with hangcheck (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit fe1afca + +------------------------------------------------------------------- +Fri Feb 16 12:59:36 CET 2024 - pjakobsson@suse.de + +- drm/i915/dg2: Remove Wa_15010599737 (jsc#PED-3527 jsc#PED-5475 + jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 + jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 + jsc#PED-6071). +- Refresh + patches.suse/drm-i915-dg2-Drop-pre-production-GT-workarounds.patch. +- commit 7a60723 + +------------------------------------------------------------------- +Fri Feb 16 12:59:29 CET 2024 - pjakobsson@suse.de + +- drm/panel: ltk050h3146w: add support for Leadtek LTK050H3148W-CTA6 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 8a6835e + +------------------------------------------------------------------- +Fri Feb 16 12:59:24 CET 2024 - pjakobsson@suse.de + +- drm/panel: ltk050h3146w: add mipi_dsi_device.mode_flags to (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 332d0bb + +------------------------------------------------------------------- +Fri Feb 16 12:59:19 CET 2024 - pjakobsson@suse.de + +- drm/rockchip: dsi: Use devm_platform_get_and_ioremap_resource() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7d5bc27 + +------------------------------------------------------------------- +Fri Feb 16 12:59:14 CET 2024 - pjakobsson@suse.de + +- drm/rockchip: remove redundant of_match_ptr (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit f166d3e + +------------------------------------------------------------------- +Fri Feb 16 12:59:09 CET 2024 - pjakobsson@suse.de + +- drm/rockchip: vop2: Convert to use maple tree register cache (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7770fe5 + +------------------------------------------------------------------- +Fri Feb 16 12:59:04 CET 2024 - pjakobsson@suse.de + +- drm/rockchip: vop2: Demote message in mod_supported to drm_dbg_kms (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit e65069c + +------------------------------------------------------------------- +Fri Feb 16 12:58:59 CET 2024 - pjakobsson@suse.de + +- Documentation/gpu: fix Panfrost documentation build warnings (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 44a84b7 + +------------------------------------------------------------------- +Fri Feb 16 12:58:54 CET 2024 - pjakobsson@suse.de + +- drm/panel-simple: allow LVDS format override (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 6033026 + +------------------------------------------------------------------- +Fri Feb 16 12:58:48 CET 2024 - pjakobsson@suse.de + +- drm/bridge: samsung-dsim: calculate porches in Hz (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit ccc53fb + +------------------------------------------------------------------- +Fri Feb 16 12:58:43 CET 2024 - pjakobsson@suse.de + +- drm/bridge: samsung-dsim: adjust porches by rounding up (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 016421e + +------------------------------------------------------------------- +Fri Feb 16 12:58:38 CET 2024 - pjakobsson@suse.de + +- drm/bridge: samsung-dsim: update PLL reference clock (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 91741f4 + +------------------------------------------------------------------- +Fri Feb 16 12:58:33 CET 2024 - pjakobsson@suse.de + +- drm/bridge: samsung-dsim: reread ref clock before configuring PLL (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 865a27b + +------------------------------------------------------------------- +Fri Feb 16 12:58:28 CET 2024 - pjakobsson@suse.de + +- drm/bridge: samsung-dsim: add more mipi-dsi device debug information (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit aa4cc9c + +------------------------------------------------------------------- +Fri Feb 16 12:58:23 CET 2024 - pjakobsson@suse.de + +- drm: exynos: dsi: Convert to platform remove callback returning void (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 94c9916 + +------------------------------------------------------------------- +Fri Feb 16 12:58:18 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Fix mst hub unplug warning (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 8f23482 + +------------------------------------------------------------------- +Fri Feb 16 12:58:13 CET 2024 - pjakobsson@suse.de + +- drm/panel: nv3051d: Add Support for Anbernic 351V (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 5b17a23 + +------------------------------------------------------------------- +Fri Feb 16 12:58:08 CET 2024 - pjakobsson@suse.de + +- drm/dp: switch drm_dp_downstream_*() helpers to struct drm_edid (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 584e755 + +------------------------------------------------------------------- +Fri Feb 16 12:58:03 CET 2024 - pjakobsson@suse.de + +- drm/v3d: Annotate struct v3d_perfmon with __counted_by (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a56bfb3 + +------------------------------------------------------------------- +Fri Feb 16 12:57:58 CET 2024 - pjakobsson@suse.de + +- drm/vmwgfx: Annotate struct vmw_surface_dirty with __counted_by (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 74260a9 + +------------------------------------------------------------------- +Fri Feb 16 12:57:53 CET 2024 - pjakobsson@suse.de + +- drm/virtio: Annotate struct virtio_gpu_object_array with __counted_by (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a7f342a + +------------------------------------------------------------------- +Fri Feb 16 12:57:48 CET 2024 - pjakobsson@suse.de + +- drm/vc4: Annotate struct vc4_perfmon with __counted_by (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit cc57f75 + +------------------------------------------------------------------- +Fri Feb 16 12:57:43 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/pm: Annotate struct nvkm_perfdom with __counted_by (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 421aa22 + +------------------------------------------------------------------- +Fri Feb 16 12:57:38 CET 2024 - pjakobsson@suse.de + +- drm/msm/dpu: Annotate struct dpu_hw_intr with __counted_by (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7279d3d + +------------------------------------------------------------------- +Fri Feb 16 12:57:33 CET 2024 - pjakobsson@suse.de + +- drm/i915/selftests: Annotate struct perf_series with __counted_by (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 1edeea1 + +------------------------------------------------------------------- +Fri Feb 16 12:57:28 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu/discovery: Annotate struct ip_hw_instance with (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit ac149fc + +------------------------------------------------------------------- +Fri Feb 16 12:57:23 CET 2024 - pjakobsson@suse.de + +- drm/amd/pm: Annotate struct smu10_voltage_dependency_table with (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 2e8a186 + +------------------------------------------------------------------- +Fri Feb 16 12:57:18 CET 2024 - pjakobsson@suse.de + +- drm/panfrost: Implement generic DRM object RSS reporting function (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0c5f128 + +------------------------------------------------------------------- +Fri Feb 16 12:57:13 CET 2024 - pjakobsson@suse.de + +- drm/drm_file: Add DRM obj's RSS reporting function for fdinfo (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 160680f + +------------------------------------------------------------------- +Fri Feb 16 12:57:08 CET 2024 - pjakobsson@suse.de + +- drm/panfrost: Add fdinfo support for memory stats (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 30523e0 + +------------------------------------------------------------------- +Fri Feb 16 12:53:20 CET 2024 - pjakobsson@suse.de + +- drm/panfrost: Add fdinfo support GPU load metrics (jsc#PED-3527 + jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 + jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 + jsc#PED-6071). +- Refresh + patches.suse/drm-panfrost-Ignore-core_mask-for-poweroff-and-disab.patch. +- Refresh + patches.suse/drm-panfrost-Really-power-off-GPU-cores-in-panfrost_.patch. +- commit c25d505 + +------------------------------------------------------------------- +Fri Feb 16 12:53:11 CET 2024 - pjakobsson@suse.de + +- drm/panfrost: Add cycle count GPU register definitions (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0a8462e + +------------------------------------------------------------------- +Fri Feb 16 12:53:09 CET 2024 - msuchanek@suse.de + +- Delete patches.suse/scsi-lpfc-limit-irq-vectors-to-online-cpus-if-kdump-kernel.patch. + Should be addressed by the previously merged upstream solution (bsc#1218180 ltc#204476). +- commit ebf5676 + +------------------------------------------------------------------- +Fri Feb 16 12:53:06 CET 2024 - pjakobsson@suse.de + +- drm/vblank: Warn when silently cancelling vblank works (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0ea87ae + +------------------------------------------------------------------- +Fri Feb 16 12:53:01 CET 2024 - pjakobsson@suse.de + +- drm/doc: Document DRM device reset expectations (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 4833bdb + +------------------------------------------------------------------- +Fri Feb 16 12:52:51 CET 2024 - pjakobsson@suse.de + +- drm/panel: ili9322: Convert to use maple tree register cache (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 2a6a568 + +------------------------------------------------------------------- +Fri Feb 16 12:52:46 CET 2024 - pjakobsson@suse.de + +- drm/panel: ili9322: Remove redundant volatle_reg() operation (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0c1d38c + +------------------------------------------------------------------- +Fri Feb 16 12:52:41 CET 2024 - pjakobsson@suse.de + +- drm/bridge: sn65dsi83: Convert to use maple tree register cache (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 683fba2 + +------------------------------------------------------------------- +Fri Feb 16 12:52:36 CET 2024 - pjakobsson@suse.de + +- drm/bridge: lt9211: Convert to use maple tree register cache (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 2cda034 + +------------------------------------------------------------------- +Fri Feb 16 12:52:31 CET 2024 - pjakobsson@suse.de + +- drm/bridge: icn6211: Convert to use maple tree register cache (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a7e0aed + +------------------------------------------------------------------- +Fri Feb 16 12:52:26 CET 2024 - pjakobsson@suse.de + +- drm/bridge: tc358767: Convert to use maple tree register cache (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 381473f + +------------------------------------------------------------------- +Fri Feb 16 12:52:21 CET 2024 - pjakobsson@suse.de + +- drm/bridge: dpc3433: Convert to use maple tree register cache (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 856e7bb + +------------------------------------------------------------------- +Fri Feb 16 12:52:16 CET 2024 - pjakobsson@suse.de + +- drm/bridge: adv7511: Convert to use maple tree register cache (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit ae1b40f + +------------------------------------------------------------------- +Fri Feb 16 12:52:11 CET 2024 - pjakobsson@suse.de + +- drm/tests: Add new format conversion tests to better cover (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7ffbd0c + +------------------------------------------------------------------- +Fri Feb 16 12:52:06 CET 2024 - pjakobsson@suse.de + +- drm/tests: Add calls to drm_fb_blit() on supported format conversion (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 31de742 + +------------------------------------------------------------------- +Fri Feb 16 12:52:01 CET 2024 - pjakobsson@suse.de + +- drm/bridge: lt9611uxc: use drm_bridge_get_edid() instead of using (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit ebb69d6 + +------------------------------------------------------------------- +Fri Feb 16 12:51:57 CET 2024 - pjakobsson@suse.de + +- drm/bridge: use drm_bridge_get_edid() instead of using ->get_edid (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c715ca7 + +------------------------------------------------------------------- +Fri Feb 16 12:51:52 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/kms/nv50: hide unused variables (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d501b3a + +------------------------------------------------------------------- +Fri Feb 16 12:51:47 CET 2024 - pjakobsson@suse.de + +- drm/gpuvm: doc: fix filename references (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 956420e + +------------------------------------------------------------------- +Fri Feb 16 12:51:42 CET 2024 - pjakobsson@suse.de + +- drm/gma500: refactor deprecated strncpy (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 991a3b3 + +------------------------------------------------------------------- +Fri Feb 16 12:51:37 CET 2024 - pjakobsson@suse.de + +- drm/nouveau: uvmm: rename 'umgr' to 'base' (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 629934a + +------------------------------------------------------------------- +Fri Feb 16 12:51:22 CET 2024 - pjakobsson@suse.de + +- drm/imx/dcss: Call drm_atomic_helper_shutdown() at shutdown time (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 2dbc56b + +------------------------------------------------------------------- +Fri Feb 16 12:51:17 CET 2024 - pjakobsson@suse.de + +- drm/bridge: Add 200ms delay to wait FW HPD status stable (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d1696eb + +------------------------------------------------------------------- +Fri Feb 16 12:51:12 CET 2024 - pjakobsson@suse.de + +- drm/simpledrm: Add support for multiple "power-domains" (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit b534ec3 + +------------------------------------------------------------------- +Fri Feb 16 12:51:07 CET 2024 - pjakobsson@suse.de + +- accel/qaic: Remove ->size field from struct qaic_bo (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3ff2dfd + +------------------------------------------------------------------- +Fri Feb 16 12:51:02 CET 2024 - pjakobsson@suse.de + +- drm/ssd130x: Drop _helper prefix from struct drm_*_helper_funcs (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 1e71905 + +------------------------------------------------------------------- +Fri Feb 16 12:50:57 CET 2024 - pjakobsson@suse.de + +- drm/hisilicon/kirin: Call drm_atomic_helper_shutdown() at (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit ff0b9db + +------------------------------------------------------------------- +Fri Feb 16 12:50:52 CET 2024 - pjakobsson@suse.de + +- drm/ssd130x: Call drm_atomic_helper_shutdown() at remove time (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit db88ed6 + +------------------------------------------------------------------- +Fri Feb 16 12:50:47 CET 2024 - pjakobsson@suse.de + +- drm/vc4: Call drm_atomic_helper_shutdown() at shutdown time (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 47359c1 + +------------------------------------------------------------------- +Fri Feb 16 12:50:42 CET 2024 - pjakobsson@suse.de + +- drm: Call drm_atomic_helper_shutdown() at shutdown time for misc (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a7d4979 + +------------------------------------------------------------------- +Fri Feb 16 12:50:37 CET 2024 - pjakobsson@suse.de + +- drm/armada: Call drm_atomic_helper_shutdown() at shutdown time (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 241cb62 + +------------------------------------------------------------------- +Fri Feb 16 12:50:32 CET 2024 - pjakobsson@suse.de + +- drm/bridge: panel: Fix device link for DRM_BRIDGE_ATTACH_NO_CONNECTOR (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 315a06e + +------------------------------------------------------------------- +Fri Feb 16 12:50:27 CET 2024 - pjakobsson@suse.de + +- drm/bridge: tc358768: Attempt to fix DSI horizontal timings (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 2e77bdc + +------------------------------------------------------------------- +Fri Feb 16 12:50:22 CET 2024 - pjakobsson@suse.de + +- drm/bridge: tc358768: Cleanup PLL calculations (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit ac740d3 + +------------------------------------------------------------------- +Fri Feb 16 12:50:17 CET 2024 - pjakobsson@suse.de + +- drm/bridge: tc358768: Default to positive h/v syncs (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d1f2f7b + +------------------------------------------------------------------- +Fri Feb 16 12:50:12 CET 2024 - pjakobsson@suse.de + +- drm/tegra: rgb: Parameterize V- and H-sync polarities (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit b452fae + +------------------------------------------------------------------- +Fri Feb 16 12:50:07 CET 2024 - pjakobsson@suse.de + +- drm/bridge/analogix/anx78xx: Add missing definition (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 289dc90 + +------------------------------------------------------------------- +Fri Feb 16 12:50:02 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/kms/nv50-: disable dcb parsing (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit ecbb4bc + +------------------------------------------------------------------- +Fri Feb 16 12:49:57 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/kms/nv50-: create outputs based on nvkm info (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit de05dad + +------------------------------------------------------------------- +Fri Feb 16 12:49:52 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/kms/nv50-: create connectors based on nvkm info (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c4081cc + +------------------------------------------------------------------- +Fri Feb 16 12:49:47 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/kms/nv50-: name aux channels after their connector (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3244880 + +------------------------------------------------------------------- +Fri Feb 16 12:49:42 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/kms/nv50-: create heads after outps/conns (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a014bf5 + +------------------------------------------------------------------- +Fri Feb 16 12:49:42 CET 2024 - msuchanek@suse.de + +- powerpc/smp: Remap boot CPU onto core 0 if >= nr_cpu_ids + (bsc#1218180 ltc#204476). +- powerpc/smp: Factor out assign_threads() (bsc#1218180 + ltc#204476). +- powerpc/smp: Lookup avail once per device tree node (bsc#1218180 + ltc#204476). +- powerpc/smp: Increase nr_cpu_ids to include the boot CPU + (bsc#1218180 ltc#204476). +- powerpc/smp: Adjust nr_cpu_ids to cover all threads of a core + (bsc#1218180 ltc#204476). +- commit 4c4f84a + +------------------------------------------------------------------- +Fri Feb 16 12:49:37 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/kms/nv50-: create heads based on nvkm head mask (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit b0cc0d9 + +------------------------------------------------------------------- +Fri Feb 16 12:49:32 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/disp/nv50-: skip DCB_OUTPUT_TV (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d1169f5 + +------------------------------------------------------------------- +Fri Feb 16 12:49:27 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/disp: move outp init/fini paths to chipset code (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 4367ebb + +------------------------------------------------------------------- +Fri Feb 16 12:49:22 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/disp: move outp/conn construction to chipset code (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 83ca168 + +------------------------------------------------------------------- +Fri Feb 16 12:49:17 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/disp: add dp mst id get/put methods (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c18b778 + +------------------------------------------------------------------- +Fri Feb 16 12:49:12 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/disp: add dp sst config method (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 2a16d31 + +------------------------------------------------------------------- +Fri Feb 16 12:49:07 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/disp: move link training out of supervisor (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 72db5f0 + +------------------------------------------------------------------- +Fri Feb 16 12:49:02 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/disp: add dp train method (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 561c5bb + +------------------------------------------------------------------- +Fri Feb 16 12:48:57 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/kms/nv50-: fixup sink D3 before tearing down link (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 205538f + +------------------------------------------------------------------- +Fri Feb 16 12:48:52 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/kms/nv50-: flush mst disables together (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 5546f2c + +------------------------------------------------------------------- +Fri Feb 16 12:48:47 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/kms/nv50-: split DP disable+enable into two modesets (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 9b7d75c + +------------------------------------------------------------------- +Fri Feb 16 12:48:42 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/disp: add dp rates method (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 47dc73c + +------------------------------------------------------------------- +Fri Feb 16 12:48:37 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/disp: add dp aux xfer method (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 24565e5 + +------------------------------------------------------------------- +Fri Feb 16 12:48:32 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/disp: move dp aux pwr method to HAL (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit f9a8619 + +------------------------------------------------------------------- +Fri Feb 16 12:48:27 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/disp: add hdmi audio hal function (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 79b328a + +------------------------------------------------------------------- +Fri Feb 16 12:48:22 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/disp: add output lvds config method (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit b507113 + +------------------------------------------------------------------- +Fri Feb 16 12:48:17 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/disp: add output backlight control methods (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 8b23054 + +------------------------------------------------------------------- +Fri Feb 16 12:48:12 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/disp: remove SOR routing updates from supervisor (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a7eb999 + +------------------------------------------------------------------- +Fri Feb 16 12:48:07 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/disp: release outputs post-modeset (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit ac5873e + +------------------------------------------------------------------- +Fri Feb 16 12:48:02 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/disp: move hdmi disable out of release() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 9783000 + +------------------------------------------------------------------- +Fri Feb 16 12:47:57 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/disp: add output hdmi config method (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d4527a5 + +------------------------------------------------------------------- +Fri Feb 16 12:47:52 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/kms/nv50-: move audio enable post-modeset (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 2f4fb23 + +------------------------------------------------------------------- +Fri Feb 16 12:47:47 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/kms/nv50-: keep output state around until modeset (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 5ee9ce2 + +------------------------------------------------------------------- +Fri Feb 16 12:47:42 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/kms/nv50-: remove nv_encoder.audio.connector (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 042a52e + +------------------------------------------------------------------- +Fri Feb 16 12:47:37 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/kms/nv50-: pull some common init out of OR-specific code (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit f566a1b + +------------------------------------------------------------------- +Fri Feb 16 12:47:32 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/disp: update SOR routing immediately on acquire() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 1753a18 + +------------------------------------------------------------------- +Fri Feb 16 12:47:27 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/disp: add acquire_sor/pior() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0c91fb2 + +------------------------------------------------------------------- +Fri Feb 16 12:47:22 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/disp: add acquire_dac() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 88b24fd + +------------------------------------------------------------------- +Fri Feb 16 12:47:17 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/disp: shuffle to make upcoming diffs prettier (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 17153d7 + +------------------------------------------------------------------- +Fri Feb 16 12:47:12 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/kms: Add INHERIT ioctl to nvkm/nvif for reading IOR state (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 22cf797 + +------------------------------------------------------------------- +Fri Feb 16 12:47:07 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/disp: rename internal output acquire/release functions (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 810a240 + +------------------------------------------------------------------- +Fri Feb 16 12:47:02 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/disp: add output method to fetch edid (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c5a2126 + +------------------------------------------------------------------- +Fri Feb 16 12:46:57 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/disp: add output detect method (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit e5a7b52 + +------------------------------------------------------------------- +Fri Feb 16 12:46:52 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/disp: rearrange output methods (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 6538ae2 + +------------------------------------------------------------------- +Fri Feb 16 12:46:47 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/kms/nv50-: fix mst payload alloc fail crashing evo (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit aea5b69 + +------------------------------------------------------------------- +Fri Feb 16 12:46:42 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/mmu/gp100-: always invalidate TLBs at CACHE_LEVEL_ALL (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 89de0b6 + +------------------------------------------------------------------- +Fri Feb 16 12:46:37 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/gr/gf100-: lose contents of global ctxbufs across suspend (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 53da021 + +------------------------------------------------------------------- +Fri Feb 16 12:46:32 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/imem: support allocations not preserved across suspend (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 1b2d42e + +------------------------------------------------------------------- +Fri Feb 16 12:46:27 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/devinit/tu102-: remove attempt at loading PreOS (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit fe23d30 + +------------------------------------------------------------------- +Fri Feb 16 12:46:22 CET 2024 - pjakobsson@suse.de + +- drm/dp_mst: Tune down error message during payload addition (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 36bfd8b + +------------------------------------------------------------------- +Fri Feb 16 12:46:17 CET 2024 - pjakobsson@suse.de + +- drm/dp_mst: Sanitize error return during payload addition (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 796f4f5 + +------------------------------------------------------------------- +Fri Feb 16 12:46:13 CET 2024 - pjakobsson@suse.de + +- drm/dp_mst: Fix NULL dereference during payload addition (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 21dc6be + +------------------------------------------------------------------- +Fri Feb 16 12:46:08 CET 2024 - pjakobsson@suse.de + +- drm/bridge: dw-hdmi-cec: Add arbitration lost event (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 79d3a0d + +------------------------------------------------------------------- +Fri Feb 16 12:46:03 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/pm: refactor deprecated strncpy (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3003786 + +------------------------------------------------------------------- +Fri Feb 16 12:45:58 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/core: refactor deprecated strncpy (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 5a59e9b + +------------------------------------------------------------------- +Fri Feb 16 12:45:53 CET 2024 - pjakobsson@suse.de + +- drm/nouveau/nvif: refactor deprecated strncpy (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 12dd886 + +------------------------------------------------------------------- +Fri Feb 16 12:45:48 CET 2024 - pjakobsson@suse.de + +- drm/komeda: add NV12 format to support writeback layer type (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit db1ea9c + +------------------------------------------------------------------- +Fri Feb 16 12:45:43 CET 2024 - pjakobsson@suse.de + +- drm/ssd130x: Store the HW buffer in the driver-private CRTC state (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit f52ebd0 + +------------------------------------------------------------------- +Fri Feb 16 12:45:38 CET 2024 - pjakobsson@suse.de + +- drm/debugfs: Fix drm_debugfs_remove_files() stub (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 40bfae7 + +------------------------------------------------------------------- +Fri Feb 16 12:45:33 CET 2024 - pjakobsson@suse.de + +- drm/amd/display: Fix -Wuninitialized in (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit acb52e6 + +------------------------------------------------------------------- +Fri Feb 16 12:45:28 CET 2024 - pjakobsson@suse.de + +- drm/ingenic: Call drm_atomic_helper_shutdown() at shutdown time (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 71881ca + +------------------------------------------------------------------- +Fri Feb 16 12:45:23 CET 2024 - pjakobsson@suse.de + +- drm/imx/ipuv3: Call drm_atomic_helper_shutdown() at shutdown/unbind (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit de82057 + +------------------------------------------------------------------- +Fri Feb 16 12:45:18 CET 2024 - pjakobsson@suse.de + +- drm/atomic-helper: drm_atomic_helper_shutdown(NULL) should be a noop (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7cf2a59 + +------------------------------------------------------------------- +Fri Feb 16 12:45:13 CET 2024 - pjakobsson@suse.de + +- drm/panel: otm8009a: Don't double check prepared/enabled (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 4411d26 + +------------------------------------------------------------------- +Fri Feb 16 12:45:08 CET 2024 - pjakobsson@suse.de + +- drm/panel: s6e63m0: Don't store+check prepared/enabled (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 1bacc20 + +------------------------------------------------------------------- +Fri Feb 16 12:45:03 CET 2024 - pjakobsson@suse.de + +- drm/panel: Don't store+check prepared/enabled for simple cases (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 6ca5057 + +------------------------------------------------------------------- +Fri Feb 16 12:44:58 CET 2024 - pjakobsson@suse.de + +- drm/i915: Move the size computations to drm buddy (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 23b01d5 + +------------------------------------------------------------------- +Fri Feb 16 12:44:53 CET 2024 - pjakobsson@suse.de + +- drm/amdgpu: Move the size computations to drm buddy (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c63a833 + +------------------------------------------------------------------- +Fri Feb 16 12:44:48 CET 2024 - pjakobsson@suse.de + +- drm/buddy: Improve contiguous memory allocation (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit de505fd + +------------------------------------------------------------------- +Fri Feb 16 12:44:43 CET 2024 - pjakobsson@suse.de + +- fbdev/core: Clean up include statements in fbmem.c (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a21b3c6 + +------------------------------------------------------------------- +Fri Feb 16 12:44:38 CET 2024 - pjakobsson@suse.de + +- fbdev/core: Remove empty internal helpers from fb_logo.c (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 96ad7c9 + +------------------------------------------------------------------- +Fri Feb 16 12:44:33 CET 2024 - pjakobsson@suse.de + +- fbdev/core: Move logo functions into separate source file (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 2b3e5a9 + +------------------------------------------------------------------- +Fri Feb 16 12:44:28 CET 2024 - pjakobsson@suse.de + +- fbdev/core: Unexport logo helpers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 34b0a11 + +------------------------------------------------------------------- +Fri Feb 16 12:44:23 CET 2024 - pjakobsson@suse.de + +- fbdev/core: Fix style of code for boot-up logo (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 394dafd + +------------------------------------------------------------------- +Fri Feb 16 12:44:18 CET 2024 - pjakobsson@suse.de + +- fbdev/mmp/mmpfb: Do not display boot-up logo (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 231bd54 + +------------------------------------------------------------------- +Fri Feb 16 12:44:13 CET 2024 - pjakobsson@suse.de + +- fbdev/au1200fb: Do not display boot-up logo (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 05e349f + +------------------------------------------------------------------- +Fri Feb 16 12:44:08 CET 2024 - pjakobsson@suse.de + +- drm/ssd130x: Use bool for ssd130x_deviceinfo flags (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 1e9058a + +------------------------------------------------------------------- +Fri Feb 16 12:44:03 CET 2024 - pjakobsson@suse.de + +- drm/ssd130x: Print the PWM's label instead of its number (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c82cdc8 + +------------------------------------------------------------------- +Fri Feb 16 12:43:58 CET 2024 - pjakobsson@suse.de + +- drm/shmobile: Convert to platform remove callback returning void (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0cca49b + +------------------------------------------------------------------- +Fri Feb 16 12:43:53 CET 2024 - pjakobsson@suse.de + +- drm/msm: Convert to platform remove callback returning void (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 65b1972 + +------------------------------------------------------------------- +Fri Feb 16 12:43:48 CET 2024 - pjakobsson@suse.de + +- drm/ingenic: Convert to platform remove callback returning void (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit cd9d1ba + +------------------------------------------------------------------- +Fri Feb 16 12:43:43 CET 2024 - pjakobsson@suse.de + +- drm/imx/ipuv3: Convert to platform remove callback returning void (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit f0c6538 + +------------------------------------------------------------------- +Fri Feb 16 12:43:38 CET 2024 - pjakobsson@suse.de + +- drm/mst: Refactor the flow for payload allocation/removement (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 46352d3 + +------------------------------------------------------------------- +Fri Feb 16 12:43:33 CET 2024 - pjakobsson@suse.de + +- drm/mst: delete unnecessary case in drm_dp_add_payload_part2() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 2feb266 + +------------------------------------------------------------------- +Fri Feb 16 12:43:28 CET 2024 - pjakobsson@suse.de + +- drm/tests: Zero initialize fourccs_out (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit b08d6dd + +------------------------------------------------------------------- +Fri Feb 16 12:43:23 CET 2024 - pjakobsson@suse.de + +- drm/debugfs: Add inline to drm_debugfs_dev_init() to suppres (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0d60056 + +------------------------------------------------------------------- +Fri Feb 16 12:43:19 CET 2024 - pjakobsson@suse.de + +- drm/doc/rfc: Mark GPU VA as complete. (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7bfc180 + +------------------------------------------------------------------- +Fri Feb 16 12:43:14 CET 2024 - pjakobsson@suse.de + +- drm/doc/rfc: Mark DRM_VM_BIND as complete. (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 22c99db + +------------------------------------------------------------------- +Fri Feb 16 12:43:09 CET 2024 - pjakobsson@suse.de + +- drm/doc/rfc: Mark Dev_coredump as completed. (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit cae5703 + +------------------------------------------------------------------- +Fri Feb 16 12:43:04 CET 2024 - pjakobsson@suse.de + +- drm/doc/rfc: No STAGING out of drivers/staging. (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 09111c5 + +------------------------------------------------------------------- +Fri Feb 16 12:42:59 CET 2024 - pjakobsson@suse.de + +- drm/connector: document DRM_MODE_COLORIMETRY_COUNT (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c44af89 + +------------------------------------------------------------------- +Fri Feb 16 12:42:54 CET 2024 - pjakobsson@suse.de + +- drm/bridge: Drop CONFIG_OF conditionals around of_node pointers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c99b400 + +------------------------------------------------------------------- +Fri Feb 16 12:42:49 CET 2024 - pjakobsson@suse.de + +- drm/bridge: Drop conditionals around of_node pointers (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 73c183c + +------------------------------------------------------------------- +Fri Feb 16 12:42:44 CET 2024 - pjakobsson@suse.de + +- drm/bridge/analogix/anx78xx: Drop ID table (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c37ef7e + +------------------------------------------------------------------- +Fri Feb 16 12:42:39 CET 2024 - pjakobsson@suse.de + +- drm: bridge: it66121: Extend match support for OF tables (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 30b6a90 + +------------------------------------------------------------------- +Fri Feb 16 12:42:34 CET 2024 - pjakobsson@suse.de + +- fbdev/hyperv_fb: Use fb_ops helpers for deferred I/O (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 9760f74 + +------------------------------------------------------------------- +Fri Feb 16 12:42:29 CET 2024 - pjakobsson@suse.de + +- fbdev: Add Kconfig macro FB_IOMEM_HELPERS_DEFERRED (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 91d0bac + +------------------------------------------------------------------- +Fri Feb 16 12:42:24 CET 2024 - pjakobsson@suse.de + +- fbdev/udlfb: Use fb_ops helpers for deferred I/O (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0414980 + +------------------------------------------------------------------- +Fri Feb 16 12:42:20 CET 2024 - nik.borisov@suse.com + +- KVM: VMX: Move VERW closer to VMentry for MDS mitigation (git-fixes). +- KVM: VMX: Use BT+JNC, i.e. EFLAGS.CF to select VMRESUME vs. VMLAUNCH (git-fixes). +- x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static key (git-fixes). +- x86/entry_32: Add VERW just before userspace transition (git-fixes). +- x86/entry_64: Add VERW just before userspace transition (git-fixes). +- x86/bugs: Add asm helpers for executing VERW (git-fixes). +- commit 6f2943c + +------------------------------------------------------------------- +Fri Feb 16 12:42:19 CET 2024 - pjakobsson@suse.de + +- fbdev/smscufx: Use fb_ops helpers for deferred I/O (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 568be29 + +------------------------------------------------------------------- +Fri Feb 16 12:42:14 CET 2024 - pjakobsson@suse.de + +- drm/virtio: Remove unused function declarations (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 4b5f5e9 + +------------------------------------------------------------------- +Fri Feb 16 12:42:09 CET 2024 - pjakobsson@suse.de + +- drm/debugfs: rework drm_debugfs_create_files implementation v2 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit ed253c2 + +------------------------------------------------------------------- +Fri Feb 16 12:42:04 CET 2024 - pjakobsson@suse.de + +- drm/debugfs: remove dev->debugfs_list and debugfs_mutex v2 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit e95b68c + +------------------------------------------------------------------- +Fri Feb 16 12:41:59 CET 2024 - pjakobsson@suse.de + +- drm/debugfs: rework debugfs directory creation v5 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit ff9e4b2 + +------------------------------------------------------------------- +Fri Feb 16 12:41:54 CET 2024 - pjakobsson@suse.de + +- drm/debugfs: disallow debugfs access when device isn't registered (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 3421b7e + +------------------------------------------------------------------- +Fri Feb 16 12:41:49 CET 2024 - pjakobsson@suse.de + +- drm/debugfs: drop debugfs_init() for the render and accel node v2 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 4c558ae + +------------------------------------------------------------------- +Fri Feb 16 12:41:44 CET 2024 - pjakobsson@suse.de + +- fbdev/tcx: Use initializer macro for struct fb_ops (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 1f54b3a + +------------------------------------------------------------------- +Fri Feb 16 12:41:39 CET 2024 - pjakobsson@suse.de + +- fbdev/p9100: Use initializer macro for struct fb_ops (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 32336da + +------------------------------------------------------------------- +Fri Feb 16 12:41:34 CET 2024 - pjakobsson@suse.de + +- fbdev/leo: Use initializer macro for struct fb_ops (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d240d98 + +------------------------------------------------------------------- +Fri Feb 16 12:41:29 CET 2024 - pjakobsson@suse.de + +- fbdev/ffb: Use initializer macro for struct fb_ops (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 38cac7d + +------------------------------------------------------------------- +Fri Feb 16 12:41:24 CET 2024 - pjakobsson@suse.de + +- fbdev/cg6: Use initializer macro for struct fb_ops (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a5637c0 + +------------------------------------------------------------------- +Fri Feb 16 12:41:19 CET 2024 - pjakobsson@suse.de + +- fbdev/cg3: Use initializer macro for struct fb_ops (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit ab66585 + +------------------------------------------------------------------- +Fri Feb 16 12:41:14 CET 2024 - pjakobsson@suse.de + +- fbdev/cg14: Use initializer macro for struct fb_ops (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 637ff7c + +------------------------------------------------------------------- +Fri Feb 16 12:41:09 CET 2024 - pjakobsson@suse.de + +- fbdev/bw2: Use initializer macro for struct fb_ops (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 53a0d2a + +------------------------------------------------------------------- +Fri Feb 16 12:41:04 CET 2024 - pjakobsson@suse.de + +- fbdev/sbus: Add initializer macros and Kconfig tokens for SBUS (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit a6caeae + +------------------------------------------------------------------- +Fri Feb 16 12:41:00 CET 2024 - pjakobsson@suse.de + +- fbdev/sbus: Forward declare all necessary structures in header (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 9d7d959 + +------------------------------------------------------------------- +Fri Feb 16 12:40:55 CET 2024 - pjakobsson@suse.de + +- fbdev/sbus: Build sbuslib.o if CONFIG_FB_SBUS has been selected (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit b272235 + +------------------------------------------------------------------- +Fri Feb 16 12:40:50 CET 2024 - pjakobsson@suse.de + +- drm/tests: Add KUnit tests for drm_fb_memcpy() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit ebb55ff + +------------------------------------------------------------------- +Fri Feb 16 12:40:45 CET 2024 - pjakobsson@suse.de + +- drm/tests: Add multi-plane support to conversion_buf_size() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 583bc27 + +------------------------------------------------------------------- +Fri Feb 16 12:40:40 CET 2024 - pjakobsson@suse.de + +- drm/tests: Add KUnit tests for drm_fb_build_fourcc_list() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit e9848c6 + +------------------------------------------------------------------- +Fri Feb 16 12:40:35 CET 2024 - pjakobsson@suse.de + +- drm/tests: Add KUnit tests for drm_fb_clip_offset() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d06bd5c + +------------------------------------------------------------------- +Fri Feb 16 12:40:30 CET 2024 - pjakobsson@suse.de + +- drm/tests: Add KUnit tests for drm_fb_swab() (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 4110338 + +------------------------------------------------------------------- +Fri Feb 16 12:40:25 CET 2024 - pjakobsson@suse.de + +- drm/tests: Test default pitch fallback (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 5e082ee + +------------------------------------------------------------------- +Fri Feb 16 12:40:20 CET 2024 - pjakobsson@suse.de + +- drm/repaper: fix -Wvoid-pointer-to-enum-cast warning (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit db0f015 + +------------------------------------------------------------------- +Fri Feb 16 12:40:15 CET 2024 - pjakobsson@suse.de + +- drm/gma500: Remove unused declarations (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 60f1133 + +------------------------------------------------------------------- +Fri Feb 16 12:40:10 CET 2024 - pjakobsson@suse.de + +- drm/gma500: remove duplicate macro definitions (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 1ff752b + +------------------------------------------------------------------- +Fri Feb 16 12:40:05 CET 2024 - pjakobsson@suse.de + +- doc: uapi: Add document describing dma-buf semantics (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit e29a8fa + +------------------------------------------------------------------- +Fri Feb 16 12:40:00 CET 2024 - pjakobsson@suse.de + +- drm/panfrost: Do not check for 0 return after calling (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7acbe64 + +------------------------------------------------------------------- +Fri Feb 16 12:39:50 CET 2024 - pjakobsson@suse.de + +- drm/panel: JDI LT070ME05000 drop broken link (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 80a825b + +------------------------------------------------------------------- +Fri Feb 16 12:39:45 CET 2024 - pjakobsson@suse.de + +- drm/panel: simple: Add support for Mitsubishi AA084XE01 (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit bd2a3eb + +------------------------------------------------------------------- +Fri Feb 16 12:39:40 CET 2024 - pjakobsson@suse.de + +- drm/bridge: panel: Add a device link between drm device and panel (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit fe26a6c + +------------------------------------------------------------------- +Fri Feb 16 12:39:35 CET 2024 - pjakobsson@suse.de + +- drm/rockchip: vop: Use cleanup helper directly as destroy funcs (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 532b508 + +------------------------------------------------------------------- +Fri Feb 16 12:39:30 CET 2024 - pjakobsson@suse.de + +- drm/bridge: lvds-codec: Implement atomic_get_input_bus_fmts for LVDS (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 1f7bd0f + +------------------------------------------------------------------- +Fri Feb 16 12:39:25 CET 2024 - pjakobsson@suse.de + +- accel/ivpu: Document DRM_IVPU_PARAM_CAPABILITIES (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 98b854b + +------------------------------------------------------------------- +Fri Feb 16 12:39:20 CET 2024 - pjakobsson@suse.de + +- drm/rockchip: dsi: Add rv1126 MIPI DSI support (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0c403d6 + +------------------------------------------------------------------- +Fri Feb 16 12:39:15 CET 2024 - pjakobsson@suse.de + +- drm/rockchip: vop: Add rv1126 vop_lite support (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 8a64dd7 + +------------------------------------------------------------------- +Fri Feb 16 12:39:10 CET 2024 - pjakobsson@suse.de + +- nouveau/svm: Split assignment from if conditional (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit f9739f0 + +------------------------------------------------------------------- +Fri Feb 16 12:39:05 CET 2024 - pjakobsson@suse.de + +- nouveau/svm: Replace one-element array with flexible-array member in (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7534231 + +------------------------------------------------------------------- +Fri Feb 16 12:38:56 CET 2024 - pjakobsson@suse.de + +- PCI: Add pci_get_base_class() helper (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 937f4d8 + +------------------------------------------------------------------- +Fri Feb 16 12:22:54 CET 2024 - pjakobsson@suse.de + +- Delete + patches.suse/drm-amdgpu-Restrict-extended-wait-to-PSP-v13.0.6.patch. +- commit 399db8f + +------------------------------------------------------------------- +Fri Feb 16 12:02:26 CET 2024 - pjakobsson@suse.de + +- Update + patches.suse/drm-Add-HPD-state-to-drm_connector_oob_hotplug_event.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 jsc#PED-6028). +- Refresh + patches.suse/usb-typec-altmodes-displayport-Signal-hpd-when.patch. +- commit 43da14e + +------------------------------------------------------------------- +Fri Feb 16 10:55:14 CET 2024 - denis.kirjanov@suse.com + +- net: ethernet: mtk_wed: fix possible NULL pointer dereference + in mtk_wed_wo_queue_tx_clean() (git-fixes). +- commit f6c1c6f + +------------------------------------------------------------------- +Fri Feb 16 10:53:33 CET 2024 - denis.kirjanov@suse.com + +- net: ks8851: Fix TX stall caused by TX buffer overrun + (git-fixes). +- commit 309032b + +------------------------------------------------------------------- +Fri Feb 16 10:51:08 CET 2024 - denis.kirjanov@suse.com + +- net: mscc: ocelot: fix pMAC TX RMON stats for bucket 256-511 + and above (git-fixes). +- commit f51244f + +------------------------------------------------------------------- +Fri Feb 16 10:49:34 CET 2024 - denis.kirjanov@suse.com + +- net: mscc: ocelot: fix eMAC TX RMON stats for bucket 256-511 + and above (git-fixes). +- commit 0cdf0a3 + +------------------------------------------------------------------- +Fri Feb 16 10:47:56 CET 2024 - denis.kirjanov@suse.com + +- net: atlantic: fix double free in ring reinit logic (git-fixes). +- commit 7354340 + +------------------------------------------------------------------- +Fri Feb 16 10:46:13 CET 2024 - denis.kirjanov@suse.com + +- net: stmmac: Handle disabled MDIO busses from devicetree + (git-fixes). +- commit be25be7 + +------------------------------------------------------------------- +Fri Feb 16 10:41:19 CET 2024 - pjakobsson@suse.de + +- Update + patches.suse/uapi-stddef.h-Fix-__DECLARE_FLEX_ARRAY-for-C.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 + jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit d7f10c6 + +------------------------------------------------------------------- +Fri Feb 16 10:41:15 CET 2024 - pjakobsson@suse.de + +- Update + patches.suse/drm-amd-display-Fix-sending-VSC-colorimetry-packets-.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 + jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 24540f7 + +------------------------------------------------------------------- +Fri Feb 16 10:41:12 CET 2024 - pjakobsson@suse.de + +- Update + patches.suse/drm-amdgpu-skip-gpu_info-fw-loading-on-navi12.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 + jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 479cb85 + +------------------------------------------------------------------- +Fri Feb 16 10:41:08 CET 2024 - pjakobsson@suse.de + +- Update + patches.suse/drm-amd-display-add-nv12-bounding-box.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 + jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 49bb5d0 + +------------------------------------------------------------------- +Fri Feb 16 10:41:04 CET 2024 - pjakobsson@suse.de + +- Update + patches.suse/drm-amd-display-pbn_div-need-be-updated-for-hotplug-.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 + jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 456ae01 + +------------------------------------------------------------------- +Fri Feb 16 10:41:01 CET 2024 - pjakobsson@suse.de + +- Update + patches.suse/drm-mgag200-Fix-gamma-lut-not-initialized-for-G200ER.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 + jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 427bc78 + +------------------------------------------------------------------- +Fri Feb 16 10:40:57 CET 2024 - pjakobsson@suse.de + +- Update + patches.suse/drm-bridge-ps8640-Fix-size-mismatch-warning-w-len.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 + jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7c0f0f9 + +------------------------------------------------------------------- +Fri Feb 16 10:40:53 CET 2024 - pjakobsson@suse.de + +- Update + patches.suse/drm-bridge-ti-sn65dsi86-Never-store-more-than-msg-si.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 + jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit ac440b3 + +------------------------------------------------------------------- +Fri Feb 16 10:40:50 CET 2024 - pjakobsson@suse.de + +- Update + patches.suse/drm-bridge-parade-ps8640-Never-store-more-than-msg-s.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 + jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 91d6caf + +------------------------------------------------------------------- +Fri Feb 16 10:40:46 CET 2024 - pjakobsson@suse.de + +- Update + patches.suse/drm-i915-perf-Update-handling-of-MMIO-triggered-repo.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 + jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c834c8d + +------------------------------------------------------------------- +Fri Feb 16 10:40:42 CET 2024 - pjakobsson@suse.de + +- Update + patches.suse/drm-i915-dp-Fix-passing-the-correct-DPCD_REV-for-drm.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 + jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 990e5fd + +------------------------------------------------------------------- +Fri Feb 16 10:40:39 CET 2024 - pjakobsson@suse.de + +- Update + patches.suse/drm-i915-dmc-Don-t-enable-any-pipe-DMC-events.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 + jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 66c5cba + +------------------------------------------------------------------- +Fri Feb 16 10:40:35 CET 2024 - pjakobsson@suse.de + +- Update + patches.suse/drm-i915-mtl-Fix-HDMI-DP-PLL-clock-selection.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 + jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c820254 + +------------------------------------------------------------------- +Fri Feb 16 10:40:31 CET 2024 - pjakobsson@suse.de + +- Update + patches.suse/drm-i915-Reject-async-flips-with-bigjoiner.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 + jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0611076 + +------------------------------------------------------------------- +Fri Feb 16 10:40:28 CET 2024 - pjakobsson@suse.de + +- Update + patches.suse/drm-i915-hwmon-Fix-static-analysis-tool-reported-iss.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 + jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 0b8d00b + +------------------------------------------------------------------- +Fri Feb 16 10:40:24 CET 2024 - pjakobsson@suse.de + +- Update + patches.suse/drm-amdgpu-re-create-idle-bo-s-PTE-during-VM-state-m.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 + jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit e983540 + +------------------------------------------------------------------- +Fri Feb 16 10:40:20 CET 2024 - pjakobsson@suse.de + +- Update + patches.suse/drm-amd-display-get-dprefclk-ss-info-from-integratio.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 + jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit cec05f9 + +------------------------------------------------------------------- +Fri Feb 16 10:40:17 CET 2024 - pjakobsson@suse.de + +- Update + patches.suse/drm-amd-display-Add-case-for-dcn35-to-support-usb4-d.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 + jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 32a0766 + +------------------------------------------------------------------- +Fri Feb 16 10:40:13 CET 2024 - pjakobsson@suse.de + +- Update + patches.suse/drm-amdkfd-svm-range-always-mapped-flag-not-working-.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 + jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit e24941c + +------------------------------------------------------------------- +Fri Feb 16 10:40:10 CET 2024 - pjakobsson@suse.de + +- Update + patches.suse/drm-edid-also-call-add-modes-in-EDID-connector-updat.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 + jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 186e99f + +------------------------------------------------------------------- +Fri Feb 16 10:40:06 CET 2024 - pjakobsson@suse.de + +- Update + patches.suse/drm-crtc-fix-uninitialized-variable-use.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 + jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit f8d192f + +------------------------------------------------------------------- +Fri Feb 16 10:40:02 CET 2024 - pjakobsson@suse.de + +- Update + patches.suse/drm-crtc-Fix-uninit-value-bug-in-drm_mode_setcrtc.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 + jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c59e9f5 + +------------------------------------------------------------------- +Fri Feb 16 10:39:59 CET 2024 - pjakobsson@suse.de + +- Update + patches.suse/drm-Fix-FD-ownership-check-in-drm_master_check_perm.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 + jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 4796f01 + +------------------------------------------------------------------- +Fri Feb 16 10:39:55 CET 2024 - pjakobsson@suse.de + +- Update + patches.suse/drm-amdgpu-fix-tear-down-order-in-amdgpu_vm_pt_free.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 + jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7fa63f7 + +------------------------------------------------------------------- +Fri Feb 16 10:39:52 CET 2024 - pjakobsson@suse.de + +- Update + patches.suse/drm-amdgpu-sdma5.2-add-begin-end_use-ring-callbacks.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 + jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit e2b4703 + +------------------------------------------------------------------- +Fri Feb 16 10:39:48 CET 2024 - pjakobsson@suse.de + +- Update + patches.suse/drm-amd-display-Disable-PSR-SU-on-Parade-0803-TCON-a.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 + jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 4cffb04 + +------------------------------------------------------------------- +Fri Feb 16 10:39:44 CET 2024 - pjakobsson@suse.de + +- Update + patches.suse/drm-amd-display-Restore-guard-against-default-backli.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 + jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 28169ea + +------------------------------------------------------------------- +Fri Feb 16 10:39:37 CET 2024 - pjakobsson@suse.de + +- Delete + patches.suse/drm-amd-display-fix-hw-rotated-modes-when-PSR-SU-is-.patch. +- commit c4c99e8 + +------------------------------------------------------------------- +Fri Feb 16 10:38:08 CET 2024 - pjakobsson@suse.de + +- Update + patches.suse/drm-i915-edp-don-t-write-to-DP_LINK_BW_SET-when-usin.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 + jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 40b399d + +------------------------------------------------------------------- +Fri Feb 16 10:38:04 CET 2024 - pjakobsson@suse.de + +- Update + patches.suse/drm-i915-Fix-ADL-tiled-plane-stride-when-the-POT-str.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 + jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 7fafc1f + +------------------------------------------------------------------- +Fri Feb 16 10:38:01 CET 2024 - pjakobsson@suse.de + +- Update + patches.suse/drm-i915-Fix-intel_atomic_setup_scalers-plane_state-.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 + jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit cdddc75 + +------------------------------------------------------------------- +Fri Feb 16 10:37:58 CET 2024 - denis.kirjanov@suse.com + +- dpaa2-switch: do not ask for MDB, VLAN and FDB replay + (git-fixes). +- commit c6e8879 + +------------------------------------------------------------------- +Fri Feb 16 10:37:57 CET 2024 - pjakobsson@suse.de + +- Update + patches.suse/drm-i915-Fix-remapped-stride-with-CCS-on-ADL.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 + jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c9decbb + +------------------------------------------------------------------- +Fri Feb 16 10:37:54 CET 2024 - pjakobsson@suse.de + +- Update + patches.suse/drm-i915-Use-internal-class-when-counting-engine-res.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 + jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 41f2ffd + +------------------------------------------------------------------- +Fri Feb 16 10:37:50 CET 2024 - pjakobsson@suse.de + +- Update + patches.suse/drm-i915-selftests-Fix-engine-reset-count-storage-fo.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 + jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 9125213 + +------------------------------------------------------------------- +Fri Feb 16 10:37:46 CET 2024 - pjakobsson@suse.de + +- Update + patches.suse/drm-mediatek-Fix-access-violation-in-mtk_drm_crtc_dm.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 + jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 36e198c + +------------------------------------------------------------------- +Fri Feb 16 10:37:43 CET 2024 - pjakobsson@suse.de + +- Update + patches.suse/drm-mediatek-Add-spinlock-for-setting-vblank-event-i.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 + jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit c19fb81 + +------------------------------------------------------------------- +Fri Feb 16 10:37:39 CET 2024 - pjakobsson@suse.de + +- Update + patches.suse/drm-mediatek-fix-kernel-oops-if-no-crtc-is-found.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 + jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 34a58bd + +------------------------------------------------------------------- +Fri Feb 16 10:37:35 CET 2024 - pjakobsson@suse.de + +- Update + patches.suse/misc-mei-client.c-fix-problem-of-return-EOVERFLOW-in.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 + jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 547c308 + +------------------------------------------------------------------- +Fri Feb 16 10:37:32 CET 2024 - pjakobsson@suse.de + +- Update + patches.suse/misc-mei-client.c-return-negative-error-code-in-mei_.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 + jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit 8a5444b + +------------------------------------------------------------------- +Fri Feb 16 10:37:28 CET 2024 - pjakobsson@suse.de + +- Update + patches.suse/drm-exynos-fix-a-wrong-error-checking.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 + jsc#PED-5511 jsc#PED-6041 jsc#PED-6069 jsc#PED-6071) +- commit fc33a7d + +------------------------------------------------------------------- +Fri Feb 16 10:37:25 CET 2024 - pjakobsson@suse.de + +- Update + patches.suse/drm-exynos-fix-a-potential-error-pointer-dereference.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6