Home
last modified time | relevance | path

Searched refs:lsdc_device (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/loongson/
H A Dlsdc_drv.h126 struct lsdc_device *ldev;
149 struct lsdc_device *ldev;
167 struct lsdc_device *ldev;
265 struct lsdc_device { struct
300 static inline struct lsdc_device *tdev_to_ldev(struct ttm_device *bdev) in tdev_to_ldev() argument
302 return container_of(bdev, struct lsdc_device, bdev); in tdev_to_ldev()
305 static inline struct lsdc_device *to_lsdc(struct drm_device *ddev) in to_lsdc()
307 return container_of(ddev, struct lsdc_device, base); in to_lsdc()
346 static inline u32 lsdc_rreg32(struct lsdc_device *ldev, u32 offset) in lsdc_rreg32()
351 static inline void lsdc_wreg32(struct lsdc_device *ldev, u32 offset, u32 val) in lsdc_wreg32()
[all …]
H A Dlsdc_ttm.h96 int lsdc_ttm_init(struct lsdc_device *ldev);
97 void lsdc_ttm_debugfs_init(struct lsdc_device *ldev);
H A Dlsdc_benchmark.h11 int lsdc_show_benchmark_copy(struct lsdc_device *ldev, struct drm_printer *p);
H A Dlsdc_gfxpll.c176 struct lsdc_device *ldev = to_lsdc(ddev); in loongson_gfxpll_create()