From mboxrd@z Thu Jan 1 00:00:00 1970 From: Archit Taneja Subject: Re: [PATCH 0/6] drm: msm: A5XX zap shader Date: Thu, 20 Apr 2017 09:16:19 +0530 Message-ID: <7255aa27-33c2-d4ee-2c5f-73241849b89b@codeaurora.org> References: <1492031718-28477-1-git-send-email-jcrouse@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from smtp.codeaurora.org ([198.145.29.96]:53440 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934102AbdDTDqZ (ORCPT ); Wed, 19 Apr 2017 23:46:25 -0400 In-Reply-To: <1492031718-28477-1-git-send-email-jcrouse@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Jordan Crouse , freedreno@lists.freedesktop.org, dri-devel@lists.freedesktop.org, bjorn.andersson@linaro.org Cc: linux-arm-msm@vger.kernel.org On 04/13/2017 02:45 AM, Jordan Crouse wrote: > Hey Rob - > > Here is the stack of stuff to add the zap shader for msm-next. I left > the code broken out as the first two changes are merged into the device > specific tree and the third one has been seen before so this should > hopefully cut down on confusion. > > The following patches are basically the changes that Bjorn requested and a bit > more clean up to rely on the device tree less as is our current plan of action. > > I am not at all oppposed to squashing these into one big change or two moderate > changes if it makes life easier. For the series: Tested-by: Archit Taneja Thanks, Archit > > Jordan Crouse (6): > drm/msm: Add a quick and dirty PIL loader > drm/msm: gpu: Use the zap shader on 5XX if we can > drm/msm: Improve the zap shader > drm/msm: Create a child device for the zap shader > drm/msm: Move zap shader firmware name to the device table > drm/msm: Document the zap-shader subnode for the GPU > > .../devicetree/bindings/display/msm/gpu.txt | 13 ++ > drivers/gpu/drm/msm/adreno/a5xx_gpu.c | 249 ++++++++++++++++++++- > drivers/gpu/drm/msm/adreno/a5xx_gpu.h | 2 + > drivers/gpu/drm/msm/adreno/adreno_device.c | 1 + > drivers/gpu/drm/msm/adreno/adreno_gpu.h | 1 + > 5 files changed, 264 insertions(+), 2 deletions(-) > -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project