diff options
author | Dave Airlie <airlied@redhat.com> | 2020-06-08 13:22:56 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2020-06-08 13:22:57 +1000 |
commit | efe792f39ddbc6396b9142afff97855ee357b492 (patch) | |
tree | 351d4a458c92dcc3780553519db9970daeebea1f /drivers/gpu/drm/msm/msm_gem.h | |
parent | 3d77e6a8804abcc0504c904bd6e5cdf3a5cf8162 (diff) | |
parent | 1cb2c4a2c89b2004a36399860c85a1af9b3fcba7 (diff) | |
download | linux-efe792f39ddbc6396b9142afff97855ee357b492.tar.gz linux-efe792f39ddbc6396b9142afff97855ee357b492.tar.bz2 linux-efe792f39ddbc6396b9142afff97855ee357b492.zip |
Merge https://gitlab.freedesktop.org/drm/msm into drm-next-msm-5.8
* new gpu support: a405, a640, a650
* dpu: color processing support
* mdp5: support for msm8x36 (the thing with a405)
* some prep work for per-context pagetables (ie the part that
does not depend on in-flight iommu patches)
* last but not least, UABI update for submit ioctl to support
syncobj (from Bas)
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Rob Clark <robdclark@gmail.com>
Link: https://patchwork.freedesktop.org/patch/msgid/ <CAF6AEGvLMubYPeKZ0rvOp45=+h4HZz-K9XNf0CXYcvPDVbnqLA@mail.gmail.com
Diffstat (limited to 'drivers/gpu/drm/msm/msm_gem.h')
-rw-r--r-- | drivers/gpu/drm/msm/msm_gem.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/msm/msm_gem.h b/drivers/gpu/drm/msm/msm_gem.h index 30584eaf8cc8..972490b14ba5 100644 --- a/drivers/gpu/drm/msm/msm_gem.h +++ b/drivers/gpu/drm/msm/msm_gem.h @@ -13,6 +13,7 @@ /* Additional internal-use only BO flags: */ #define MSM_BO_STOLEN 0x10000000 /* try to use stolen/splash memory */ +#define MSM_BO_MAP_PRIV 0x20000000 /* use IOMMU_PRIV when mapping */ struct msm_gem_address_space { const char *name; |