Searched defs:msm_drm_private (Results 1 – 1 of 1) sorted by relevance
72 struct msm_drm_private { struct74 struct drm_device *dev;76 struct msm_kms *kms;77 int (*kms_init)(struct drm_device *dev);80 struct platform_device *gpu_pdev;83 struct msm_gpu *gpu;86 bool is_a2xx;87 bool has_cached_coherent;89 struct msm_rd_state *rd; /* debugfs to dump all submits */90 struct msm_rd_state *hangrd; /* debugfs to dump hanging submits */[all …]