Hi Linus, Some fixes tree came in since the main pull request for rc1, primarily i915 and drm-misc and one amd fix. The drm core vblank regression fix is probably the most important thing. I've also added the mediatek feature pull, it wasn't that big and didn't look like it would have any impact outside of mediatek, in fact it looks to just be a single feature, and some cleanups. I'm also sending this now, as I'm still a bit flu ridden, and I'm not sure how much I'll surface for the rest of the week. Dave. The following changes since commit 00fc2c26bc46a64545cdf95a1511461ea9acecb4: drm: Remove unused drm_file parameter to drm_syncobj_replace_fence() (2017-07-06 15:53:00 +1000) are available in the git repository at: git://people.freedesktop.org/~airlied/linux tags/drm-fixes-for-v4.13-rc1 for you to fetch changes up to 6419ec78c6726aa54ff103aceffbf19d546d3d1b: Merge branch 'drm-next-4.13' of git://people.freedesktop.org/~agd5f/linux into drm-next (2017-07-13 13:38:22 +1000) ---------------------------------------------------------------- i915, amd and some core fixes + mediatek color support ---------------------------------------------------------------- Bibby Hsieh (1): drm/mediatek: Support UYVY and YUYV format for overlay Caesar Wang (1): drm/rockchip: gem: add the lacks lock and trivial changes Changbin Du (1): drm/i915/gvt: Make function dpy_reg_mmio_readx safe Chris Wilson (2): drm/i915: Avoid undefined behaviour of "u32 >> 32" drm/i915/fbdev: Check for existence of ifbdev->vma before operations Christophe JAILLET (1): drm/i915: Fix an error checking test Christophe Jaillet (1): drm/mediatek: check for memory allocation failure Chuanxiao Dong (4): drm/i915/gvt: Fix possible recursive locking issue drm/i915/gvt: Fix inconsistent locks holding sequence drm/i915/gvt: Revert "drm/i915/gvt: Fix possible recursive locking issue" drm/i915/gvt: Use fence error from GVT request for workload status Colin Ian King (1): drm/mediatek: re-phrase DRM_INFO error message Dave Airlie (4): Merge branch 'mediatek-drm-next-4.13' of https://github.com/ckhu-mediatek/linux.git-tags into drm-next Merge tag 'drm-intel-next-fixes-2017-07-11' of git://anongit.freedesktop.org/git/drm-intel into drm-next Merge tag 'drm-misc-next-fixes-2017-07-10' of git://anongit.freedesktop.org/git/drm-misc into drm-next Merge branch 'drm-next-4.13' of git://people.freedesktop.org/~agd5f/linux into drm-next Eric Anholt (1): bridge: Fix panel-bridge error return on !panel. Gabriel Krisman Bertazi (1): drm/i915: reintroduce VLV/CHV PFI programming power domain workaround Gustavo A. R. Silva (1): drm/rockchip: fix NULL check on devm_kzalloc() return value Jani Nikula (2): Merge tag 'gvt-fixes-2017-06-29' of https://github.com/01org/gvt-linux into drm-intel-next-fixes Merge tag 'gvt-fixes-2017-07-11' of https://github.com/01org/gvt-linux into drm-intel-next-fixes Jonathan Corbet (1): DRM: Fix an incorrectly formatted table Laurent Pinchart (1): drm: vblank: Fix vblank timestamp update Maarten Lankhorst (2): drm/atomic: Add missing drm_atomic_state_clear to atomic_remove_fb drm/i915: Make DP-MST connector info work Mario Kleiner (1): drm/radeon: Fix eDP for single-display iMac10,1 (v2) Navare, Manasi D (1): drm/i915/cnl: Fix the CURSOR_COEFF_MASK used in DDI Vswing Programming Philipp Zabel (1): drm/mediatek: use platform_register_drivers Ping Gao (1): drm/i915/gvt: Audit the command buffer address Rodrigo Vivi (1): drm/i915/cfl: Fix Workarounds. Sean Paul (4): Merge remote-tracking branch 'origin/master' into drm-misc-next-fixes Merge remote-tracking branch 'airlied/drm-next' into drm-misc-next-fixes Merge tag 'drm-misc-next-2017-06-19_0' of git://anongit.freedesktop.org/git/drm-misc into drm-misc-next-fixes Merge remote-tracking branch 'airlied/drm-next' into drm-misc-next-fixes Ville Syrjälä (1): drm/i915: Disable MSI for all pre-gen5 Weinan Li (1): drm/i915/gvt: remove scheduler_mutex in per-engine workload_thread Xiong Zhang (2): drm/i915/gvt: Set initial PORT_CLK_SEL vreg for BDW drm/i915/gvt: Don't read ADPA_CRT_HOTPLUG_MONITOR from host Zhou, Wenjia (1): drm/i915/gvt: Fix a memory leak in intel_gvt_init_gtt() sagar.a.kamble@xxxxxxxxx (1): drm/i915: Hold RPM wakelock while initializing OA buffer yt.shen@xxxxxxxxxxxx (1): drm/mediatek: separate color module to fixup error memory reallocation drivers/gpu/drm/bridge/panel.c | 2 +- drivers/gpu/drm/drm_framebuffer.c | 1 + drivers/gpu/drm/drm_vblank.c | 2 +- drivers/gpu/drm/i915/gvt/cmd_parser.c | 10 ++ drivers/gpu/drm/i915/gvt/display.c | 22 +++ drivers/gpu/drm/i915/gvt/gtt.c | 2 + drivers/gpu/drm/i915/gvt/handlers.c | 37 ++--- drivers/gpu/drm/i915/gvt/kvmgt.c | 14 +- drivers/gpu/drm/i915/gvt/scheduler.c | 28 ++-- drivers/gpu/drm/i915/i915_debugfs.c | 2 +- drivers/gpu/drm/i915/i915_drv.c | 8 +- drivers/gpu/drm/i915/i915_gem_execbuffer.c | 38 +++-- drivers/gpu/drm/i915/i915_perf.c | 12 +- drivers/gpu/drm/i915/i915_reg.h | 2 +- drivers/gpu/drm/i915/intel_cdclk.c | 20 +++ drivers/gpu/drm/i915/intel_engine_cs.c | 14 +- drivers/gpu/drm/i915/intel_fbdev.c | 11 +- drivers/gpu/drm/i915/selftests/i915_gem_dmabuf.c | 6 +- drivers/gpu/drm/mediatek/Makefile | 3 +- drivers/gpu/drm/mediatek/mtk_disp_color.c | 176 +++++++++++++++++++++++ drivers/gpu/drm/mediatek/mtk_disp_ovl.c | 7 + drivers/gpu/drm/mediatek/mtk_drm_crtc.c | 2 + drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c | 80 +---------- drivers/gpu/drm/mediatek/mtk_drm_drv.c | 33 ++--- drivers/gpu/drm/mediatek/mtk_drm_drv.h | 1 + drivers/gpu/drm/mediatek/mtk_drm_plane.c | 2 + drivers/gpu/drm/mediatek/mtk_dsi.c | 2 +- drivers/gpu/drm/mediatek/mtk_hdmi.c | 27 +--- drivers/gpu/drm/radeon/atombios_encoders.c | 13 +- drivers/gpu/drm/rockchip/cdn-dp-core.c | 2 +- drivers/gpu/drm/rockchip/rockchip_drm_drv.h | 2 +- drivers/gpu/drm/rockchip/rockchip_drm_gem.c | 5 +- include/drm/bridge/dw_hdmi.h | 70 ++++----- 33 files changed, 407 insertions(+), 249 deletions(-) create mode 100644 drivers/gpu/drm/mediatek/mtk_disp_color.c _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel