Searched refs:drm_rect (Results 1 – 6 of 6) sorted by relevance
/include/drm/ |
D | drm_rect.h | 46 struct drm_rect { struct 85 static inline void drm_rect_init(struct drm_rect *r, int x, int y, in drm_rect_init() 106 static inline void drm_rect_adjust_size(struct drm_rect *r, int dw, int dh) in drm_rect_adjust_size() 123 static inline void drm_rect_translate(struct drm_rect *r, int dx, int dy) in drm_rect_translate() 140 static inline void drm_rect_translate_to(struct drm_rect *r, int x, int y) in drm_rect_translate_to() 153 static inline void drm_rect_downscale(struct drm_rect *r, int horz, int vert) in drm_rect_downscale() 168 static inline int drm_rect_width(const struct drm_rect *r) in drm_rect_width() 180 static inline int drm_rect_height(const struct drm_rect *r) in drm_rect_height() 192 static inline bool drm_rect_visible(const struct drm_rect *r) in drm_rect_visible() 205 static inline bool drm_rect_equals(const struct drm_rect *r1, in drm_rect_equals() [all …]
|
D | drm_format_helper.h | 10 struct drm_rect; 13 struct drm_rect *clip); 16 struct drm_rect *clip); 18 struct drm_rect *clip, bool cached); 21 struct drm_rect *clip, bool swab); 24 struct drm_rect *clip, bool swab); 27 struct drm_rect *clip); 29 struct drm_rect *clip); 34 struct drm_rect *rect);
|
D | drm_damage_helper.h | 56 struct drm_rect plane_src; 58 const struct drm_rect *clips; 79 struct drm_rect *rect); 82 struct drm_rect *rect);
|
D | drm_plane.h | 215 struct drm_rect src, dst; 244 static inline struct drm_rect 247 struct drm_rect src = { in drm_plane_state_src() 256 static inline struct drm_rect 259 struct drm_rect dest = { in drm_plane_state_dest()
|
D | drm_mipi_dbi.h | 15 struct drm_rect; 170 struct drm_rect *clip, bool swap);
|
D | drm_client.h | 158 int drm_client_framebuffer_flush(struct drm_client_buffer *buffer, struct drm_rect *rect);
|