Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752661AbdHINi7 (ORCPT ); Wed, 9 Aug 2017 09:38:59 -0400 Received: from mail-ua0-f169.google.com ([209.85.217.169]:36539 "EHLO mail-ua0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752341AbdHINi5 (ORCPT ); Wed, 9 Aug 2017 09:38:57 -0400 MIME-Version: 1.0 In-Reply-To: <1501494569-6825-1-git-send-email-mark.yao@rock-chips.com> References: <1501494569-6825-1-git-send-email-mark.yao@rock-chips.com> From: Sean Paul Date: Wed, 9 Aug 2017 09:38:34 -0400 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 0/6] drm/rockchip: Some fixes To: Mark Yao Cc: David Airlie , Heiko Stuebner , "open list:ARM/Rockchip SoC..." , Linux ARM Kernel , dri-devel , Linux Kernel Mailing List Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1405 Lines: 43 On Mon, Jul 31, 2017 at 5:49 AM, Mark Yao wrote: > Here are some fixes port from rockchip_linux project[0], > > Tested on rk3399 and rk3288 board. > > [0]: https://github.com/rockchip-linux/kernel > > Mark Yao (6): > drm/rockchip: vop: no need wait vblank on crtc enable > drm/rockchip: vop: fix iommu page fault when resume > drm/rockchip: vop: fix NV12 video display error > drm/rockchip: vop: round_up pitches to word align > drm/rockchip: vop: report error when check resource error > drm/rockchip: fix race with kms hotplug and fbdev Hi Mark, I noticed you applied this set to both -misc-next and -misc-fixes. In the future, please do not apply patches in both places. Instead, consult the flowchart under "Where Do I Apply My Patch?" at https://01.org/linuxgraphics/gfx-docs/maintainer-tools/drm-misc.html and choose the most appropriate place. If you are unsure, please reach out to a -misc maintainer. Thank you, Sean > > drivers/gpu/drm/rockchip/rockchip_drm_fb.c | 2 +- > drivers/gpu/drm/rockchip/rockchip_drm_vop.c | 77 ++++++++--------------------- > drivers/gpu/drm/rockchip/rockchip_drm_vop.h | 3 ++ > 3 files changed, 24 insertions(+), 58 deletions(-) > > -- > 1.9.1 > > > _______________________________________________ > dri-devel mailing list > dri-devel@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/dri-devel