Hi, On Thu, 2019-04-18 at 13:40 +1000, Dave Airlie wrote: > Since Easter is looming for me, I'm just pushing whatever is in my > tree, I'll see what else turns up and maybe I'll send another pull > early next week if there is anything.
Note that I submitted some drm/sun4i fixes which looked trivial and got merged to drm-misc fixes yesterday, but there is a call order issue there that I missed. I sent out a fixup for it earlier today, so it would be good to include it along with the initial fixes before the next PR. The fixup is at: https://patchwork.freedesktop.org/patch/300883/ Just to be perfectly clear: it doesn't affect this PR, we just need to be careful about the next one. Cheers and sorry for the inconvenience, Paul > tegra: > - stream id programming fix > - avoid divide by 0 for bad hdmi audio setup code > > ttm: > - Hugepages fix > - refcount imbalance in error path fix > > amdgpu: > - GPU VM fixes for Vega/RV > - DC AUX fix for active DP-DVI dongles > - DC fix for multihead regression. > > Dave. > > drm-fixes-2019-04-18: > drm tegra, amdgpu fixes > The following changes since commit dc4060a5dc2557e6b5aa813bf5b73677299d62d2: > > Linux 5.1-rc5 (2019-04-14 15:17:41 -0700) > > are available in the Git repository at: > > git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2019-04-18 > > for you to fetch changes up to 00fd14ff3017f64a9a03a08291e4be0d87bedc17: > > Merge branch 'drm-fixes-5.1' of > git://people.freedesktop.org/~agd5f/linux into drm-fixes (2019-04-18 > 06:56:35 +1000) > > ---------------------------------------------------------------- > drm tegra, amdgpu fixes > > ---------------------------------------------------------------- > Alex Deucher (1): > drm/amdgpu/gmc9: fix VM_L2_CNTL3 programming > > Arnd Bergmann (1): > gpu: host1x: Program stream ID to bypass without SMMU > > Christian König (3): > drm/ttm: fix out-of-bounds read in ttm_put_pages() v2 > drm/ttm: fix start page for huge page check in ttm_put_pages() > drm/ttm: fix incrementing the page pointer for huge pages > > Dave Airlie (2): > Merge tag 'drm/tegra/for-5.1-rc6' of > git://anongit.freedesktop.org/tegra/linux into drm-fixes > Merge branch 'drm-fixes-5.1' of > git://people.freedesktop.org/~agd5f/linux into drm-fixes > > David Francis (1): > drm/amd/display: If one stream full updates, full update all planes > > Lin Yi (1): > drm/ttm: fix dma_fence refcount imbalance on error path > > Martin Leung (1): > drm/amd/display: extending AUX SW Timeout > > Thierry Reding (1): > drm/tegra: hdmi: Setup audio only if configured > > wentalou (1): > drm/amdgpu: shadow in shadow_list without tbo.mem.start cause > page fault in sriov TDR > > drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 1 + > drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.c | 1 + > drivers/gpu/drm/amd/display/dc/core/dc.c | 19 +++++++++++++++++++ > drivers/gpu/drm/amd/display/dc/dc.h | 3 +++ > drivers/gpu/drm/amd/display/dc/dce/dce_aux.c | 9 ++++++--- > drivers/gpu/drm/amd/display/dc/dce/dce_aux.h | 6 +++--- > drivers/gpu/drm/tegra/hdmi.c | 12 +++++++++--- > drivers/gpu/drm/ttm/ttm_bo.c | 4 +++- > drivers/gpu/drm/ttm/ttm_page_alloc.c | 13 +++++++------ > drivers/gpu/host1x/hw/channel_hw.c | 8 ++++++-- > 10 files changed, 58 insertions(+), 18 deletions(-) > _______________________________________________ > dri-devel mailing list > dri-devel@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/dri-devel -- Paul Kocialkowski, Bootlin Embedded Linux and kernel engineering https://bootlin.com _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel