This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 75e7d1600f4 [PR117248][LRA]: Rewriting reg notes update and fix calcula [...]
new 48eda34624f Do not calculate an entry range for invariant names.
new faddf229428 Add a range query to inferred ranges.
new c7fd6c4369e Only add inferred ranges if they change the value.
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/gimple-range-cache.cc | 12 +++++++++++-
gcc/gimple-range-infer.cc | 33 +++++++++++++++++++++++--------
gcc/gimple-range-infer.h | 50 +++++++++++++++++++++++++++++++++++++++++------
gcc/value-query.cc | 10 ++++++++--
gcc/value-query.h | 2 +-
5 files changed, 89 insertions(+), 18 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 9a6e8c7c3a02 Merge tag 'drm-fixes-2024-12-07' of https://gitlab.freedes [...]
new c6c2f66372d5 drm/amdgpu/jpeg1.0: fix idle work handler
new c9b8dcabb52a drm/amdgpu/hdp4.0: do a posting read when flushing HDP
new cf424020e040 drm/amdgpu/hdp5.0: do a posting read when flushing HDP
new f756dbac1ce1 drm/amdgpu/hdp5.2: do a posting read when flushing HDP
new abe1cbaec6cf drm/amdgpu/hdp6.0: do a posting read when flushing HDP
new 689275140cb8 drm/amdgpu/hdp7.0: do a posting read when flushing HDP
new 0f15cbc20371 drm/amd: Sanity check the ACPI EDID
new 1c0938620176 drm/amd/display: Fix programming backlight on OLED panels
new 33114f1057ea drm/amdkfd: add MEC version that supports no PCIe atomics [...]
new 55ed120dcfdd drm/amdkfd: hard-code cacheline for gc943,gc944
new 63e7ee677c74 drm/amd/display: Add a left edge pixel if in YCbCr422 or Y [...]
new 6a7fd76b949e drm/amd/display: Add option to retrieve detile buffer size
new 24d3749c11d9 drm/amd/display: Correct prefetch calculation
new a29997b7ac1f drm/amd/display: Limit VTotal range to max hw cap minus fp
new 0c0a19430bfd drm/amd/display: Add hblank borrowing support
new 274e3f459644 drm/amdgpu: Fix ISP hw init issue
new f3bb57b66dc4 drm/amdgpu: fix sriov reinit late orders
new c3d06a3b6acd Revert "drm/amd/pm: correct the workload setting"
new 1443dd3c67f6 drm/amd/pm: fix and simplify workload handling
new 73dae652dcac drm/amdgpu: rework resume handling for display (v2)
new 1995e7d05062 Merge tag 'amd-drm-fixes-6.13-2024-12-04' of https://gitla [...]
new c7cde621b2ac Merge tag 'drm-fixes-2024-12-06' of https://gitlab.freedes [...]
The 22 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 90 ++++++++---
drivers/gpu/drm/amd/amdgpu/hdp_v4_0.c | 12 +-
drivers/gpu/drm/amd/amdgpu/hdp_v5_0.c | 7 +-
drivers/gpu/drm/amd/amdgpu/hdp_v5_2.c | 6 +-
drivers/gpu/drm/amd/amdgpu/hdp_v6_0.c | 6 +-
drivers/gpu/drm/amd/amdgpu/hdp_v7_0.c | 6 +-
drivers/gpu/drm/amd/amdgpu/jpeg_v1_0.c | 2 +-
drivers/gpu/drm/amd/amdkfd/kfd_crat.c | 6 +
drivers/gpu/drm/amd/amdkfd/kfd_device.c | 3 +
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 2 +
.../drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c | 13 +-
drivers/gpu/drm/amd/display/dc/core/dc.c | 18 +++
drivers/gpu/drm/amd/display/dc/core/dc_resource.c | 42 ++++-
drivers/gpu/drm/amd/display/dc/dc.h | 4 +
drivers/gpu/drm/amd/display/dc/dc_spl_translate.c | 2 +-
.../drm/amd/display/dc/dml2/display_mode_core.c | 1 +
.../dc/dml2/dml21/dml21_translation_helper.c | 48 +++++-
.../drm/amd/display/dc/hwss/dcn32/dcn32_hwseq.c | 3 +-
.../drm/amd/display/dc/hwss/dcn401/dcn401_hwseq.c | 7 +-
drivers/gpu/drm/amd/display/dc/inc/core_types.h | 3 +
drivers/gpu/drm/amd/display/dc/link/link_dpms.c | 3 +-
.../amd/display/dc/resource/dcn20/dcn20_resource.c | 23 +++
.../amd/display/dc/resource/dcn30/dcn30_resource.c | 1 +
.../display/dc/resource/dcn302/dcn302_resource.c | 1 +
.../display/dc/resource/dcn303/dcn303_resource.c | 1 +
.../amd/display/dc/resource/dcn31/dcn31_resource.c | 7 +
.../amd/display/dc/resource/dcn31/dcn31_resource.h | 3 +
.../display/dc/resource/dcn314/dcn314_resource.c | 1 +
.../display/dc/resource/dcn315/dcn315_resource.c | 1 +
.../display/dc/resource/dcn316/dcn316_resource.c | 1 +
.../amd/display/dc/resource/dcn32/dcn32_resource.c | 2 +
.../display/dc/resource/dcn321/dcn321_resource.c | 1 +
.../amd/display/dc/resource/dcn35/dcn35_resource.c | 2 +
.../display/dc/resource/dcn351/dcn351_resource.c | 2 +
.../display/dc/resource/dcn401/dcn401_resource.c | 1 +
.../drm/amd/display/modules/freesync/freesync.c | 13 +-
drivers/gpu/drm/amd/pm/amdgpu_pm.c | 6 +-
drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c | 169 +++++++++++---------
drivers/gpu/drm/amd/pm/swsmu/inc/amdgpu_smu.h | 17 +-
drivers/gpu/drm/amd/pm/swsmu/smu11/arcturus_ppt.c | 167 +++++++++++---------
drivers/gpu/drm/amd/pm/swsmu/smu11/navi10_ppt.c | 170 ++++++++++++--------
.../drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c | 171 ++++++++++++--------
drivers/gpu/drm/amd/pm/swsmu/smu11/vangogh_ppt.c | 41 ++---
drivers/gpu/drm/amd/pm/swsmu/smu12/renoir_ppt.c | 43 ++---
.../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c | 175 +++++++++++----------
.../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c | 139 +++++++++-------
.../gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c | 165 +++++++++++--------
drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c | 33 +++-
drivers/gpu/drm/amd/pm/swsmu/smu_cmn.h | 6 +-
49 files changed, 1031 insertions(+), 615 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 42d84ba5db6 [PR tree-optimization/117895] Fix sparc libgo build failure [...]
new 75e7d1600f4 [PR117248][LRA]: Rewriting reg notes update and fix calcula [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/lra-lives.cc | 284 ++++++++++++++++++++++++++++++++++---------------------
1 file changed, 177 insertions(+), 107 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 339246fb9ef c++: use diagnostic nesting [PR116253]
new 42d84ba5db6 [PR tree-optimization/117895] Fix sparc libgo build failure [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/expr.cc | 25 ++++++++++++++-----------
1 file changed, 14 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from b8f52214c61a Merge tag 'audit-pr-20241205' of git://git.kernel.org/pub/ [...]
new f00582aa4a44 dt-bindings: power: mediatek: Add another nested power-dom [...]
new b8f7bbd1f4ec pmdomain: core: Add missing put_device()
new 3e3b71d35a02 pmdomain: core: Fix error path in pm_genpd_init() when ida [...]
new 2379fb937de5 pmdomain: imx: gpcv2: Adjust delay after power up handshake
new fa4c221fa153 Merge tag 'pmdomain-v6.13-rc1' of git://git.kernel.org/pub [...]
new 7f0fa47ceebc mmc: sdhci-pci: Add DMI quirk for missing CD GPIO on Vexia [...]
new 87a0d90fcd31 mmc: core: Further prevent card detect during shutdown
new 35b7b337ffad Merge tag 'mmc-v6.13-rc1' of git://git.kernel.org/pub/scm/ [...]
new 984836621aad spi: mpc52xx: Add cancel_work_sync before module remove
new 1b299bd0c228 spi: apple: Set use_gpio_descriptors to true
new ceb259e43bf5 spi: intel: Add Panther Lake SPI controller support
new 4c6ac5446d06 spi: omap2-mcspi: Fix the IS_ERR() bug for devm_clk_get_op [...]
new b60500e9022f Merge tag 'spi-fix-v6.13-rc1' of git://git.kernel.org/pub/ [...]
new 3f1aa0c533d9 regmap: Use correct format specifier for logging range errors
new 3061e170381a regmap: detach regmap from dev on regmap_exit
new d9e15b25161e Merge tag 'regmap-fix-v6.13-rc1' of git://git.kernel.org/p [...]
new aaa55faa2495 ALSA: seq: ump: Fix seq port updates per FB info notify
new 3978d53df723 ALSA: ump: Don't open legacy substream for an inactive group
new e29e504e7890 ALSA: ump: Indicate the inactive group in legacy substream names
new edad3f9519fc ALSA: ump: Update legacy substream names upon FB info update
new 947c4012f8f0 ALSA: hda/conexant: fix Z60MR100 startup pop issue
new 4f9d674377d0 ALSA: usb-audio: Notify xrun for low-latency mode
new 9b5f8ee43e48 ALSA: sh: Use standard helper for buffer accesses
new ed990c07af70 ALSA: ump: Shut up truncated string warning
new a7de2b873f3d ALSA: usb-audio: add mixer mapping for Corsair HS80
new 3a83f7baf134 ALSA: hda/realtek: Enable mute and micmute LED on HP ProBo [...]
new a0cd2b265fe3 ALSA: hda/tas2781: Fix error code tas2781_read_acpi()
new e2974a220594 ALSA: hda/realtek: Add support for Samsung Galaxy Book3 36 [...]
new f7d306b47a24 ALSA: usb-audio: Fix a DMA to stack memory bug
new f09f0397db64 ALSA: usb-audio: Add extra PID for RME Digiface USB
new 0d08f0eec961 ALSA: hda/realtek: fix micmute LEDs don't work on HP Laptops
new 20c3b3e5f264 ALSA: hda/realtek: Fix spelling mistake "Firelfy" -> "Firefly"
new 04c319e05d0b ASoC: Intel: avs: da7219: Remove suspend_pre() and resume_post()
new 6d544ea21d36 ASoC: SOF: ipc3-topology: fix resource leaks in sof_ipc3_w [...]
new ec16a3cdf37e ASoC: mediatek: mt8188-mt6359: Remove hardcoded dmic codec
new c34e9ab9a612 Merge tag 'asoc-fix-v6.13-rc1' of https://git.kernel.org/p [...]
new 2b90dcd599b6 Merge tag 'sound-6.13-rc2' of git://git.kernel.org/pub/scm [...]
new 949291c53140 dma-fence: Fix reference leak on fence merge failure path
new fe52c649438b dma-fence: Use kernel's sort for merging fences
new 8cc4d0f0f2b1 Merge tag 'drm-misc-fixes-2024-11-21' of https://gitlab.fr [...]
new 78ac1c355881 dma-buf: fix dma_fence_array_signaled v4
new bd2fccac61b4 drm/dp_mst: Fix MST sideband message body length check
new 86e8f94789dd drm/sti: Add __iomem for mixer_dbg_mxn's parameter
new defc06f7ef16 Merge tag 'drm-misc-fixes-2024-11-28' of https://gitlab.fr [...]
new 4495816122cc drm/xe/guc: Fix missing init value and add register order check
new 5dce85fecb87 drm/xe: Move the coredump registration to the worker thread
new 915bac607f02 Merge tag 'drm-xe-fixes-2024-12-04' of https://gitlab.free [...]
new a6fa67d26de3 drm/dp_mst: Fix resetting msg rx state after topology removal
new 4d49e77a973d drm/dp_mst: Verify request type in the corresponding down [...]
new b559b68d2761 drm/dp_mst: Simplify error path in drm_dp_mst_handle_down_rep()
new 3f611855031f drm/dp_mst: Fix down request message timeout handling
new e54b00086f74 drm/dp_mst: Ensure mst_primary pointer is valid in drm_dp_ [...]
new 2b245c97b1af drm/dp_mst: Reset message rx state after OOM in drm_dp_mst [...]
new 59ca0e1c97c5 drm/dp_mst: Use reset_msg_rx_state() instead of open coding it
new c98b10496b2f drm/v3d: Enable Performance Counters before clearing them
new 471f3a21addd Merge tag 'drm-misc-fixes-2024-12-05' of https://gitlab.fr [...]
new 9a6e8c7c3a02 Merge tag 'drm-fixes-2024-12-07' of https://gitlab.freedes [...]
The 57 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../bindings/power/mediatek,power-controller.yaml | 4 +
drivers/base/regmap/regmap.c | 16 +-
drivers/dma-buf/dma-fence-array.c | 28 +-
drivers/dma-buf/dma-fence-unwrap.c | 126 ++++----
drivers/gpu/drm/display/drm_dp_mst_topology.c | 107 +++++--
drivers/gpu/drm/sti/sti_mixer.c | 2 +-
drivers/gpu/drm/v3d/v3d_perfmon.c | 2 +-
drivers/gpu/drm/xe/xe_devcoredump.c | 73 +++--
drivers/gpu/drm/xe/xe_guc_capture.c | 77 ++++-
drivers/mmc/core/bus.c | 2 +
drivers/mmc/core/core.c | 3 +
drivers/mmc/host/sdhci-pci-core.c | 72 +++++
drivers/mmc/host/sdhci-pci.h | 1 +
drivers/pmdomain/core.c | 37 ++-
drivers/pmdomain/imx/gpcv2.c | 2 +-
drivers/spi/spi-apple.c | 1 +
drivers/spi/spi-intel-pci.c | 2 +
drivers/spi/spi-mpc52xx.c | 1 +
drivers/spi/spi-omap2-mcspi.c | 6 +-
include/drm/display/drm_dp_mst_helper.h | 7 +
sound/core/seq/seq_ump_client.c | 6 +-
sound/core/ump.c | 26 +-
sound/pci/hda/patch_conexant.c | 28 ++
sound/pci/hda/patch_realtek.c | 8 +
sound/pci/hda/tas2781_hda_i2c.c | 1 +
sound/sh/sh_dac_audio.c | 5 +-
sound/soc/intel/avs/boards/da7219.c | 17 -
sound/soc/mediatek/mt8188/mt8188-mt6359.c | 4 +-
sound/soc/sof/ipc3-topology.c | 7 +-
sound/usb/endpoint.c | 14 +-
sound/usb/mixer_maps.c | 10 +
sound/usb/mixer_quirks.c | 1 +
sound/usb/quirks-table.h | 341 +++++++++++----------
sound/usb/quirks.c | 44 ++-
34 files changed, 700 insertions(+), 381 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 171aef2974d i386: Add missing part from my previous commit.
new 339246fb9ef c++: use diagnostic nesting [PR116253]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/cp/call.cc | 69 ++++++++-------
gcc/cp/constraint.cc | 5 ++
gcc/cp/error.cc | 99 ++++++++++++++++++----
.../concepts/nested-diagnostics-1-truncated.C | 41 +++++++++
.../g++.dg/concepts/nested-diagnostics-1.C | 51 +++++++++++
.../g++.dg/concepts/nested-diagnostics-2.C | 37 ++++++++
6 files changed, 257 insertions(+), 45 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/concepts/nested-diagnostics-1-truncated.C
create mode 100644 gcc/testsuite/g++.dg/concepts/nested-diagnostics-1.C
create mode 100644 gcc/testsuite/g++.dg/concepts/nested-diagnostics-2.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-14
in repository gcc.
from be532c74fd5 Fortran: Eliminate error prone translations.
new 1dbbfe23b15 Fortran: Fix B64.0 formatted write output.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/testsuite/gfortran.dg/pr117820.f90 | 10 ++++++++++
libgfortran/io/write.c | 4 ++++
2 files changed, 14 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/pr117820.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 6a8ff7de756 i386: Fix gcc.target/i386/pr101716.c (and some related cleanups)
new 171aef2974d i386: Add missing part from my previous commit.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/config/i386/i386.cc | 3 +++
1 file changed, 3 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-14
in repository gcc.
from 7dff53cb7bf [PATCH] PR modula2/117904: cc1gm2 ICE when compiling a cons [...]
new be532c74fd5 Fortran: Eliminate error prone translations.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/fortran/resolve.cc | 176 ++++++++++++++++++++++++-------------------------
1 file changed, 88 insertions(+), 88 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 115e4bf54ec arm,testsuite: Add -mtune=cortex-m55 to dlstp-int8x16.c
new 6a8ff7de756 i386: Fix gcc.target/i386/pr101716.c (and some related cleanups)
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/config/i386/i386.cc | 40 ++++++++++++--------------------
gcc/testsuite/gcc.target/i386/pr101716.c | 13 +++++------
2 files changed, 21 insertions(+), 32 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.