This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from afdab700f65e Merge tag 'bitmap-6.11-rc' of https://github.com/norov/linux new 113fd6372a5b drm/client: fix null pointer dereference in drm_client_mod [...] new 62b45bab010d drm/test: fix the gem shmem test to map the sg table. new ce4a995884ec drm/omap: add CONFIG_MMU dependency new 1fb0847392e2 drm/bridge-connector: Fix double free in error handling paths new 1c4a057d01f4 dt-bindings: display: panel: samsung,atna45dc02: Document [...] new 929725bd7eb4 drm/atomic: allow no-op FB_ID updates for async flips new 062fd0a6cdb5 Merge tag 'drm-misc-fixes-2024-08-08' of https://gitlab.fr [...] new f2aaed194a54 drm/amd/display: Replace dm_execute_dmub_cmd with dc_wake_ [...] new 4df19b14f631 drm/amd/display: Add missing DET segments programming new 437cf8bb0e1a drm/amd/display: Add dcc propagation value new eb880ffddd5d drm/amd/display: Add missing mcache registers new 5f142b3826a0 drm/amd/pm: update powerplay structure on smu v14.0.2/3 new aa5c9701ebd6 drm/amdgpu: force to use legacy inv in mmhub new 07cd40a0c984 drm/amd/display: Add missing DCN314 to the DML Makefile new e8097cf1ce9e drm/amd/display: Add missing program DET segment call to p [...] new d507ae0dc83b drm/buddy: Add start address support to trim function new 8ff3bb44cc94 drm/amdgpu: add golden setting for gc v12 new 829798c789f5 drm/amdgpu: Forward soft recovery errors to userspace new 5d687a67fda6 drm/amdgpu: change non-dcc buffer copy configuration new 50e376f1fe3b drm/amd/display: Skip Recompute DSC Params if no Stream on Link new 4a5ad08f5377 drm/amdgpu: Add address alignment support to DCC buffers new 7fc5f252c0d2 drm/amdgpu: correct sdma7 max dw new 6ad9dafba19f drm/amdgpu: Add DCC GFX12 flag to enable address alignment new a507e750a1d6 Merge tag 'amd-drm-fixes-6.11-2024-08-08' of https://gitla [...] new ae02c7b7fea3 drm/xe/rtp: Fix off-by-one when processing rules new 4f854a8b1b85 drm/xe: Use dma_fence_chain_free in chain fence unused as a sync new ac3191c5cf47 drm/xe/hwmon: Fix PL1 disable flow in xe_hwmon_power_max_write new 642dfc9d5964 drm/xe: Take ref to VM in delayed snapshot new fe0ce0d622d0 Merge tag 'drm-xe-fixes-2024-08-08' of https://gitlab.free [...] new 1b85bdb0fadb drm/i915/display: correct dual pps handling for MTL_PCH+ new 1ac5167b3a90 drm/i915/gem: Adjust vma offset for framebuffer mmap offset new 8bdd9ef7e9b1 drm/i915/gem: Fix Virtual Memory mapping boundaries calculation new 264b5b598006 drm/i915: Allow evicting to use the requested placement new 787db3bb6ed5 drm/i915: Attempt to get pages without eviction first new 06f5b920d1d0 Merge tag 'drm-intel-fixes-2024-08-08' of https://gitlab.f [...] new 15833fea97c1 Merge tag 'drm-fixes-2024-08-10' of https://gitlab.freedes [...] new c3c4f22b7c81 spi: hisi-kunpeng: Add validation for the minimum value of [...] new 5127c42c77de spi: hisi-kunpeng: Add verification for the max_frequency [...] new e4c4638b6a10 spi: spidev: Add missing spi_device_id for bh2228fv new 730bbfaf7d48 spi: spi-fsl-lpspi: Fix scldiv calculation new 57b935eb8c55 Merge tag 'spi-fix-v6.11-rc2' of git://git.kernel.org/pub/ [...]
The 41 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/display/panel/samsung,atna33xc20.yaml | 9 ++-- drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.h | 6 +++ drivers/gpu/drm/amd/amdgpu/amdgpu_job.c | 3 +- drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c | 36 +++++++++++++- drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c | 27 +++++++++++ drivers/gpu/drm/amd/amdgpu/gmc_v12_0.c | 18 +++++++ drivers/gpu/drm/amd/amdgpu/mmhub_v4_1_0.c | 3 +- drivers/gpu/drm/amd/amdgpu/sdma_v7_0.c | 7 +-- .../amd/display/amdgpu_dm/amdgpu_dm_mst_types.c | 3 ++ drivers/gpu/drm/amd/display/dc/dce/dmub_replay.c | 3 +- drivers/gpu/drm/amd/display/dc/dml/Makefile | 2 + .../drm/amd/display/dc/hwss/dcn10/dcn10_hwseq.c | 2 + .../drm/amd/display/dc/hwss/dcn35/dcn35_hwseq.c | 2 + .../display/dc/resource/dcn401/dcn401_resource.c | 1 + .../display/dc/resource/dcn401/dcn401_resource.h | 4 +- .../gpu/drm/amd/pm/swsmu/inc/smu_v14_0_2_pptable.h | 52 +++++++++++++++++--- drivers/gpu/drm/drm_atomic_uapi.c | 15 ++---- drivers/gpu/drm/drm_bridge_connector.c | 8 +--- drivers/gpu/drm/drm_buddy.c | 25 +++++++++- drivers/gpu/drm/drm_client_modeset.c | 5 ++ drivers/gpu/drm/i915/display/intel_backlight.c | 3 ++ drivers/gpu/drm/i915/display/intel_pps.c | 3 ++ drivers/gpu/drm/i915/gem/i915_gem_mman.c | 55 +++++++++++++++++++--- drivers/gpu/drm/i915/gem/i915_gem_ttm.c | 13 ++--- drivers/gpu/drm/omapdrm/Kconfig | 1 + drivers/gpu/drm/tests/drm_gem_shmem_test.c | 11 +++++ drivers/gpu/drm/xe/xe_hwmon.c | 3 +- drivers/gpu/drm/xe/xe_lrc.c | 15 +++++- drivers/gpu/drm/xe/xe_rtp.c | 2 +- drivers/gpu/drm/xe/xe_sync.c | 2 +- drivers/gpu/drm/xe/xe_ttm_vram_mgr.c | 2 +- drivers/spi/spi-fsl-lpspi.c | 6 ++- drivers/spi/spi-hisi-kunpeng.c | 4 ++ drivers/spi/spidev.c | 1 + include/drm/drm_buddy.h | 2 + 35 files changed, 296 insertions(+), 58 deletions(-)