From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Brown Subject: Re: [PATCH 0/6] drm/msm: queued up patches for 3.13 Date: Tue, 22 Oct 2013 03:27:45 -0700 Message-ID: <20131022102745.GB16516@codeaurora.org> References: <1382285459-21490-1-git-send-email-robdclark@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Return-path: Received: from smtp.codeaurora.org ([198.145.11.231]:34189 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751372Ab3JVK1r (ORCPT ); Tue, 22 Oct 2013 06:27:47 -0400 Content-Disposition: inline In-Reply-To: <1382285459-21490-1-git-send-email-robdclark@gmail.com> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Rob Clark Cc: dri-devel@lists.freedesktop.org, linux-arm-msm@vger.kernel.org On Sun, Oct 20, 2013 at 12:10:53PM -0400, Rob Clark wrote: >Fyi, here are the queued up patches I have so far for 3.13. I'm happy with these changes. You can add a Acked-by: David Brown if you want. David >Rob Clark (6): > drm/msm: prime support > drm/msm: support render nodes > drm/msm: resync generated headers > drm/msm: add plane support > drm/msm: rework inactive-work > drm/msm: EBUSY status handling in msm_gem_fault() > > drivers/gpu/drm/msm/Makefile | 1 + > drivers/gpu/drm/msm/adreno/a2xx.xml.h | 42 ++++++- > drivers/gpu/drm/msm/adreno/a3xx.xml.h | 46 +++++-- > drivers/gpu/drm/msm/adreno/adreno_common.xml.h | 10 +- > drivers/gpu/drm/msm/adreno/adreno_pm4.xml.h | 10 +- > drivers/gpu/drm/msm/dsi/dsi.xml.h | 6 +- > drivers/gpu/drm/msm/dsi/mmss_cc.xml.h | 6 +- > drivers/gpu/drm/msm/dsi/sfpb.xml.h | 6 +- > drivers/gpu/drm/msm/hdmi/hdmi.xml.h | 6 +- > drivers/gpu/drm/msm/hdmi/qfprom.xml.h | 6 +- > drivers/gpu/drm/msm/mdp4/mdp4.xml.h | 126 +++++++++---------- > drivers/gpu/drm/msm/mdp4/mdp4_crtc.c | 147 ++++++++++++++--------- > drivers/gpu/drm/msm/mdp4/mdp4_format.c | 16 +++ > drivers/gpu/drm/msm/mdp4/mdp4_kms.c | 17 +++ > drivers/gpu/drm/msm/mdp4/mdp4_kms.h | 56 ++++++++- > drivers/gpu/drm/msm/mdp4/mdp4_plane.c | 30 +++-- > drivers/gpu/drm/msm/msm_drv.c | 60 ++++++++-- > drivers/gpu/drm/msm/msm_drv.h | 37 +++++- > drivers/gpu/drm/msm/msm_gem.c | 160 +++++++++++++++++++------ > drivers/gpu/drm/msm/msm_gem.h | 3 - > drivers/gpu/drm/msm/msm_gem_prime.c | 56 +++++++++ > drivers/gpu/drm/msm/msm_gpu.c | 4 +- > 22 files changed, 614 insertions(+), 237 deletions(-) > create mode 100644 drivers/gpu/drm/msm/msm_gem_prime.c > >-- >1.8.3.1 > >-- >To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in >the body of a message to majordomo@vger.kernel.org >More majordomo info at http://vger.kernel.org/majordomo-info.html -- sent by an employee of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, hosted by The Linux Foundation