freedreno: add support for msm drm
authorRob Clark <robclark@freedesktop.org>
Sun, 21 Jul 2013 00:35:31 +0000 (20:35 -0400)
committerRob Clark <robclark@freedesktop.org>
Wed, 28 Aug 2013 19:51:04 +0000 (15:51 -0400)
commitf17d417e28143176cb36b64e1b6a5818897e8154
treee784655674f8cb362c61c9ea36652b74886affcb
parentb2b1885dfcb3a206623e926704057b448d06781d
freedreno: add support for msm drm

This adds support for the "msm" backend, using the upstream msm drm/kms
driver.

Signed-off-by: Rob Clark <robclark@freedesktop.org>
freedreno/Makefile.am
freedreno/freedreno_device.c
freedreno/freedreno_priv.h
freedreno/msm/msm_bo.c [new file with mode: 0644]
freedreno/msm/msm_device.c [new file with mode: 0644]
freedreno/msm/msm_drm.h [new file with mode: 0644]
freedreno/msm/msm_pipe.c [new file with mode: 0644]
freedreno/msm/msm_priv.h [new file with mode: 0644]
freedreno/msm/msm_ringbuffer.c [new file with mode: 0644]