[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAPM=9twEfV=TerAqTaQAo+3wUUewUxeij48bCph9XC1tdX3Pew@mail.gmail.com>
Date: Fri, 6 Nov 2020 14:21:13 +1000
From: Dave Airlie <airlied@...il.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>,
Daniel Vetter <daniel.vetter@...ll.ch>
Cc: dri-devel <dri-devel@...ts.freedesktop.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: [git pull] drm fixes for 5.10-rc3
Hey Linus,
It's Friday here so that means another installment of drm fixes to
distract you from the counting process.
Changes all over the place, the amdgpu changes contain support for a
new GPU that is close to current one already in the tree (Green
Sardine) so it shouldn't have much side effects.
Otherwise imx has a few cleanup patches and fixes, amdgpu and i915
have around the usual smattering of fixes, fonts got constified, and
vc4/panfrost has some minor fixes. All in all a fairly regular rc3.
I think we have an outstanding nouveau regression, but the author is
looking into the fix, so should be here next week.
I now return you to counting.
Dave.
drm-fixes-2020-11-06-1:
drm fixes for 5.10-rc3
fonts:
- constify font structures.
MAINTAINERS:
- Fix path for amdgpu power management
amdgpu:
- Add support for more navi1x SKUs
- Fix for suspend on CI dGPUs
- VCN DPG fix for Picasso
- Sienna Cichlid fixes
- Polaris DPM fix
- Add support for Green Sardine
amdkfd:
- Fix an allocation failure check
i915:
- Fix set domain's cache coherency
- Fixes around breadcrumbs
- Fix encoder lookup during PSR atomic
- Hold onto an explicit ref to i915_vma_work.pinned
- gvt: HWSP reset handling fix
- gvt: flush workaround
- gvt: vGPU context pin/unpin
- gvt: mmio cmd access fix for bxt/apl
imx:
- drop unused functions and callbacks
- reuse imx_drm_encoder_parse_of
- spinlock rework
- memory leak fix
- minor cleanups
vc4:
- resource cleanup fix
panfrost:
- madvise/shrinker fix
The following changes since commit 3cea11cd5e3b00d91caf0b4730194039b45c5891:
Linux 5.10-rc2 (2020-11-01 14:43:51 -0800)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2020-11-06-1
for you to fetch changes up to 356583b956e620a7ef8086f14bfe971986a320b3:
Merge tag 'drm-misc-fixes-2020-11-05' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes (2020-11-06
13:32:12 +1000)
----------------------------------------------------------------
drm fixes for 5.10-rc3
fonts:
- constify font structures.
MAINTAINERS:
- Fix path for amdgpu power management
amdgpu:
- Add support for more navi1x SKUs
- Fix for suspend on CI dGPUs
- VCN DPG fix for Picasso
- Sienna Cichlid fixes
- Polaris DPM fix
- Add support for Green Sardine
amdkfd:
- Fix an allocation failure check
i915:
- Fix set domain's cache coherency
- Fixes around breadcrumbs
- Fix encoder lookup during PSR atomic
- Hold onto an explicit ref to i915_vma_work.pinned
- gvt: HWSP reset handling fix
- gvt: flush workaround
- gvt: vGPU context pin/unpin
- gvt: mmio cmd access fix for bxt/apl
imx:
- drop unused functions and callbacks
- reuse imx_drm_encoder_parse_of
- spinlock rework
- memory leak fix
- minor cleanups
vc4:
- resource cleanup fix
panfrost:
- madvise/shrinker fix
----------------------------------------------------------------
Aaron Liu (1):
drm/amdgpu: enable green_sardine_asd.bin loading (v2)
Alex Deucher (4):
drm/amdgpu/powerplay: Only apply optimized mclk dpm policy on polaris
drm/amdgpu/swsmu: remove duplicate call to smu_set_default_dpm_table
drm/amdgpu: add Green_Sardine APU flag
drm/amdgpu/display: remove DRM_AMD_DC_GREEN_SARDINE
Arnd Bergmann (1):
drm/imx: tve remove extraneous type qualifier
Boris Brezillon (1):
drm/panfrost: Fix a deadlock between the shrinker and madvise path
Chris Wilson (5):
drm/i915/gem: Flush coherency domains on first set-domain-ioctl
drm/i915/gt: Use the local HWSP offset during submission
drm/i915/gt: Expose more parameters for emitting writes into the ring
drm/i915/gt: Flush xcs before tgl breadcrumbs
drm/i915: Hold onto an explicit ref to i915_vma_work.pinned
Colin Xu (4):
drm/i915/gvt: Allow zero out HWSP addr on hws_pga_write
drm/i915/gvt: Set SNOOP for PAT3 on BXT/APL to workaround GPU BB hang
drm/i915/gvt: Only pin/unpin intel_context along with workload
drm/i915/gvt: Fix mmio handler break on BXT/APL.
Dave Airlie (4):
Merge tag 'imx-drm-next-2020-10-30' of
git://git.pengutronix.de/git/pza/linux into drm-fixes
Merge tag 'drm-intel-fixes-2020-11-05' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
Merge tag 'amd-drm-fixes-5.10-2020-11-04' of
git://people.freedesktop.org/~agd5f/linux into drm-fixes
Merge tag 'drm-misc-fixes-2020-11-05' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
Evan Quan (5):
drm/amdgpu: perform srbm soft reset always on SDMA resume
drm/amd/pm: correct the baco reset sequence for CI ASICs
drm/amd/pm: enable baco reset for Hawaii
drm/amd/pm: perform SMC reset on suspend/hibernation
drm/amd/pm: do not use ixFEATURE_STATUS for checking smc running
Flora Cui (2):
drm/amdgpu: disable DCN and VCN for Navi14 0x7340/C9 SKU
drm/amdgpu: rename nv_is_headless_sku()
Imre Deak (1):
drm/i915: Fix encoder lookup during PSR atomic check
Joe Perches (1):
MAINTAINERS: Update AMD POWERPLAY pattern
John Clements (1):
drm/amdgpu: resolved ASD loading issue on sienna
Kent Russell (1):
amdkfd: Check kvmalloc return before memcpy
Lee Jones (1):
Fonts: Replace discarded const qualifier
Likun Gao (1):
drm/amdgpu: update golden setting for sienna_cichlid
Marco Felsch (1):
drm/imx: parallel-display: fix edid memory leak
Maxime Ripard (7):
drm/vc4: bo: Add a managed action to cleanup the cache
drm/vc4: drv: Use managed drm_mode_config_init
drm/vc4: gem: Add a managed action to cleanup the job queue
drm/vc4: Use the helper to retrieve vc4_dev when needed
drm/vc4: Use devm_drm_dev_alloc
drm/vc4: kms: Add functions to create the state objects
drm/vc4: drv: Remove unused variable
Philipp Zabel (9):
gpu: ipu-v3: remove unused functions
drm/imx: dw_hdmi-imx: use imx_drm_encoder_parse_of
drm/imx: imx-tve: use regmap fast_io spinlock
drm/imx: imx-tve: remove redundant enable tracking
drm/imx: drop explicit drm_mode_config_cleanup
drm/imx: dw_hdmi-imx: remove empty encoder_disable callback
drm/imx: imx-ldb: reduce scope of edid_len
drm/imx: parallel-display: remove unused function enc_to_imxpd()
drm/imx: parallel-display: reduce scope of edid_len
Prike Liang (4):
drm/amdgpu: add green_sardine support for gpu_info and ip block
setting (v2)
drm/amdgpu: add soc15 common ip block support for green_sardine (v3)
drm/amdgpu: add gfx support for green_sardine (v2)
drm/amdgpu/sdma: add sdma engine support for green_sardine (v2)
Rodrigo Vivi (1):
Merge tag 'gvt-fixes-2020-10-30' of
https://github.com/intel/gvt-linux into drm-intel-fixes
Roman Li (2):
drm/amd/display: Add green_sardine support to DC
drm/amd/display: Add green_sardine support to DM
Steven Price (1):
drm/panfrost: Fix module unload
Thong Thai (1):
drm/amdgpu: enable vcn support for green_sardine (v2)
Veerabadhran Gopalakrishnan (1):
amd/amdgpu: Disable VCN DPG mode for Picasso
Zhenyu Wang (1):
Merge tag 'drm-intel-fixes-2020-10-29' into gvt-fixes
MAINTAINERS | 2 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 6 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 1 +
drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c | 8 ++-
drivers/gpu/drm/amd/amdgpu/cik.c | 4 +-
drivers/gpu/drm/amd/amdgpu/cik_sdma.c | 27 ++++----
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 4 ++
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 12 +++-
drivers/gpu/drm/amd/amdgpu/nv.c | 11 +--
drivers/gpu/drm/amd/amdgpu/psp_v12_0.c | 6 +-
drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c | 6 +-
drivers/gpu/drm/amd/amdgpu/soc15.c | 14 ++--
drivers/gpu/drm/amd/amdkfd/kfd_crat.c | 2 +-
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 6 ++
drivers/gpu/drm/amd/display/dc/clk_mgr/clk_mgr.c | 5 ++
drivers/gpu/drm/amd/display/dc/core/dc_resource.c | 2 +
drivers/gpu/drm/amd/display/include/dal_asic_id.h | 4 ++
drivers/gpu/drm/amd/include/amd_shared.h | 1 +
drivers/gpu/drm/amd/pm/inc/hwmgr.h | 1 +
drivers/gpu/drm/amd/pm/inc/smumgr.h | 2 +
drivers/gpu/drm/amd/pm/powerplay/hwmgr/ci_baco.c | 7 +-
.../gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c | 34 +++++----
.../gpu/drm/amd/pm/powerplay/smumgr/ci_smumgr.c | 29 ++++++--
drivers/gpu/drm/amd/pm/powerplay/smumgr/smumgr.c | 8 +++
drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c | 11 ---
drivers/gpu/drm/i915/display/intel_psr.c | 2 +-
drivers/gpu/drm/i915/gem/i915_gem_domain.c | 28 ++++----
drivers/gpu/drm/i915/gt/intel_engine.h | 55 +++++++++------
drivers/gpu/drm/i915/gt/intel_lrc.c | 31 ++++++---
drivers/gpu/drm/i915/gt/intel_timeline.c | 18 ++---
drivers/gpu/drm/i915/gt/intel_timeline_types.h | 2 +
drivers/gpu/drm/i915/gvt/handlers.c | 47 ++++++++++++-
drivers/gpu/drm/i915/gvt/scheduler.c | 15 ++--
drivers/gpu/drm/i915/i915_vma.c | 6 +-
drivers/gpu/drm/imx/dw_hdmi-imx.c | 17 +----
drivers/gpu/drm/imx/imx-drm-core.c | 10 +--
drivers/gpu/drm/imx/imx-ldb.c | 10 ++-
drivers/gpu/drm/imx/imx-tve.c | 40 ++---------
drivers/gpu/drm/imx/parallel-display.c | 20 +-----
drivers/gpu/drm/panfrost/panfrost_drv.c | 5 +-
drivers/gpu/drm/panfrost/panfrost_gem.c | 4 +-
drivers/gpu/drm/panfrost/panfrost_gem.h | 2 +-
drivers/gpu/drm/panfrost/panfrost_gem_shrinker.c | 14 +++-
drivers/gpu/drm/vc4/vc4_bo.c | 9 +--
drivers/gpu/drm/vc4/vc4_drv.c | 41 ++++-------
drivers/gpu/drm/vc4/vc4_drv.h | 9 ++-
drivers/gpu/drm/vc4/vc4_gem.c | 19 ++---
drivers/gpu/drm/vc4/vc4_hvs.c | 4 +-
drivers/gpu/drm/vc4/vc4_kms.c | 80 ++++++++++++++++------
drivers/gpu/drm/vc4/vc4_v3d.c | 12 ++--
drivers/gpu/ipu-v3/ipu-common.c | 67 ------------------
include/video/imx-ipu-v3.h | 3 -
lib/fonts/font_10x18.c | 2 +-
lib/fonts/font_6x10.c | 2 +-
lib/fonts/font_6x11.c | 2 +-
lib/fonts/font_6x8.c | 2 +-
lib/fonts/font_7x14.c | 2 +-
lib/fonts/font_8x16.c | 2 +-
lib/fonts/font_8x8.c | 2 +-
lib/fonts/font_acorn_8x8.c | 2 +-
lib/fonts/font_mini_4x6.c | 2 +-
lib/fonts/font_pearl_8x8.c | 2 +-
lib/fonts/font_sun12x22.c | 2 +-
lib/fonts/font_sun8x16.c | 2 +-
lib/fonts/font_ter16x32.c | 2 +-
65 files changed, 439 insertions(+), 370 deletions(-)
Powered by blists - more mailing lists