[PATCH 0/3] drm/msm: Adreno 4xx support
Rob Clark
robdclark at gmail.com
Thu Nov 6 13:07:41 PST 2014
On Fri, Oct 31, 2014 at 11:07 AM, Ganesan, Aravind
<aravindg at codeaurora.org> wrote:
> Resend the patch-set with the same thread-id
> A set of three patches to support adreno 4xx GPUs in msm-drm:
> (1) Updated the a3xx and a4xx header files.
> (2) Handle register offset differences between a3xx and a4xx GPUs.
> (3) Added a4xx GPU support.
So, I managed to draw some triangles.. not quite enough to sit back
and play some xonotic yet, but enough to tell that the gpu is alive
and working :-)
I've got a couple small comments about the 2nd and 3rd patch which will follow
BR,
-R
> Aravind Ganesan (3):
> drm/msm: Additional definitions for a3xx and a4xx
> drm/msm: Handle register offset differences between a3xx and a4xx
> drm/msm: a4xx support for msm-drm
>
> drivers/gpu/drm/msm/Makefile | 1 +
> drivers/gpu/drm/msm/adreno/a3xx.xml.h | 50 +-
> drivers/gpu/drm/msm/adreno/a3xx_gpu.c | 103 ++
> drivers/gpu/drm/msm/adreno/a4xx.xml.h | 2062
> ++++++++++++++++++++++++++++
> drivers/gpu/drm/msm/adreno/a4xx_gpu.c | 620 +++++++++
> drivers/gpu/drm/msm/adreno/a4xx_gpu.h | 34 +
> drivers/gpu/drm/msm/adreno/adreno_device.c | 13 +
> drivers/gpu/drm/msm/adreno/adreno_gpu.c | 19 +-
> drivers/gpu/drm/msm/adreno/adreno_gpu.h | 140 ++
> 9 files changed, 3025 insertions(+), 17 deletions(-)
> create mode 100644 drivers/gpu/drm/msm/adreno/a4xx.xml.h
> create mode 100644 drivers/gpu/drm/msm/adreno/a4xx_gpu.c
> create mode 100644 drivers/gpu/drm/msm/adreno/a4xx_gpu.h
>
> --
> 1.8.5.2
>
> --
> Qualcomm Innovation Center, Inc.
> The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
> a Linux Foundation Collaborative Project
More information about the dri-devel
mailing list