Home
last modified time | relevance | path

Searched refs:drm_rect (Results 1 – 6 of 6) sorted by relevance

/include/drm/
Ddrm_rect.h46 struct drm_rect { struct
60 #define DRM_RECT_INIT(x, y, w, h) ((struct drm_rect){ \ argument
101 static inline void drm_rect_init(struct drm_rect *r, int x, int y, in drm_rect_init()
122 static inline void drm_rect_adjust_size(struct drm_rect *r, int dw, int dh) in drm_rect_adjust_size()
139 static inline void drm_rect_translate(struct drm_rect *r, int dx, int dy) in drm_rect_translate()
156 static inline void drm_rect_translate_to(struct drm_rect *r, int x, int y) in drm_rect_translate_to()
169 static inline void drm_rect_downscale(struct drm_rect *r, int horz, int vert) in drm_rect_downscale()
184 static inline int drm_rect_width(const struct drm_rect *r) in drm_rect_width()
196 static inline int drm_rect_height(const struct drm_rect *r) in drm_rect_height()
208 static inline bool drm_rect_visible(const struct drm_rect *r) in drm_rect_visible()
[all …]
Ddrm_format_helper.h14 struct drm_rect;
71 const struct drm_rect *clip);
75 const struct drm_rect *clip);
78 const struct drm_rect *clip, bool cached,
82 const struct drm_rect *clip, struct drm_format_conv_state *state);
85 const struct drm_rect *clip, struct drm_format_conv_state *state,
89 const struct drm_rect *clip, struct drm_format_conv_state *state);
92 const struct drm_rect *clip, struct drm_format_conv_state *state);
95 const struct drm_rect *clip, struct drm_format_conv_state *state);
98 const struct drm_rect *clip, struct drm_format_conv_state *state);
[all …]
Ddrm_damage_helper.h56 struct drm_rect plane_src;
58 const struct drm_rect *clips;
79 struct drm_rect *rect);
82 struct drm_rect *rect);
Ddrm_plane.h229 struct drm_rect src, dst;
265 static inline struct drm_rect
268 struct drm_rect src = { in drm_plane_state_src()
277 static inline struct drm_rect
280 struct drm_rect dest = { in drm_plane_state_dest()
Ddrm_mipi_dbi.h16 struct drm_rect;
206 struct drm_rect *clip, bool swap,
Ddrm_client.h168 int drm_client_framebuffer_flush(struct drm_client_buffer *buffer, struct drm_rect *rect);