Searched refs:drm_printer (Results 1 – 11 of 11) sorted by relevance
/include/drm/ |
D | drm_print.h | 72 struct drm_printer { struct 74 void (*printfn)(struct drm_printer *p, struct va_format *vaf); argument 75 void (*puts)(struct drm_printer *p, const char *str); argument 80 void __drm_printfn_coredump(struct drm_printer *p, struct va_format *vaf); argument 81 void __drm_puts_coredump(struct drm_printer *p, const char *str); 82 void __drm_printfn_seq_file(struct drm_printer *p, struct va_format *vaf); 83 void __drm_puts_seq_file(struct drm_printer *p, const char *str); 84 void __drm_printfn_info(struct drm_printer *p, struct va_format *vaf); 85 void __drm_printfn_debug(struct drm_printer *p, struct va_format *vaf); 88 void drm_printf(struct drm_printer *p, const char *f, ...); [all …]
|
D | drm_gem_shmem_helper.h | 17 struct drm_printer; 163 void drm_gem_shmem_print_info(struct drm_printer *p, unsigned int indent,
|
D | drm_gem_cma_helper.h | 96 void drm_gem_cma_print_info(struct drm_printer *p, unsigned int indent,
|
D | drm_drv.h | 43 struct drm_printer; 546 void (*gem_print_info)(struct drm_printer *p, unsigned int indent,
|
D | drm_crtc.h | 56 struct drm_printer; 822 void (*atomic_print_state)(struct drm_printer *p,
|
D | drm_plane.h | 35 struct drm_printer; 476 void (*atomic_print_state)(struct drm_printer *p,
|
D | drm_gem.h | 88 void (*print_info)(struct drm_printer *p, unsigned int indent,
|
D | drm_connector.h | 42 struct drm_printer; 956 void (*atomic_print_state)(struct drm_printer *p,
|
D | drm_mm.h | 547 void drm_mm_print(const struct drm_mm *mm, struct drm_printer *p);
|
D | drm_atomic.h | 674 void drm_state_dump(struct drm_device *dev, struct drm_printer *p);
|
/include/drm/ttm/ |
D | ttm_bo_driver.h | 135 struct drm_printer *printer);
|