Searched defs:msm_drm_private (Results 1 – 1 of 1) sorted by relevance
73 struct msm_drm_private { struct75 struct drm_device *dev;77 struct msm_kms *kms;78 int (*kms_init)(struct drm_device *dev);81 struct platform_device *gpu_pdev;84 struct msm_gpu *gpu;87 bool is_a2xx;88 bool has_cached_coherent;90 struct msm_rd_state *rd; /* debugfs to dump all submits */91 struct msm_rd_state *hangrd; /* debugfs to dump hanging submits */[all …]