Re: [PATCH] drm/msm: Add MSM_INFO_GET_FLAGS

2022-11-02 Thread Dmitry Baryshkov
On 23/09/2022 20:33, Rob Clark wrote: From: Rob Clark In some cases crosvm needs a way to query the cache flags to communicate them to the guest kernel for guest userspace mapping. Signed-off-by: Rob Clark --- drivers/gpu/drm/msm/msm_drv.c | 10 ++ include/uapi/drm/msm_drm.h|

[PATCH] drm/msm: Add MSM_INFO_GET_FLAGS

2022-09-23 Thread Rob Clark
From: Rob Clark In some cases crosvm needs a way to query the cache flags to communicate them to the guest kernel for guest userspace mapping. Signed-off-by: Rob Clark --- drivers/gpu/drm/msm/msm_drv.c | 10 ++ include/uapi/drm/msm_drm.h| 1 + 2 files changed, 11 insertions(+)