Home
last modified time | relevance | path

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

/linux-4.1.27/include/drm/
Ddrm_rect.h41 struct drm_rect { struct
57 static inline void drm_rect_adjust_size(struct drm_rect *r, int dw, int dh) in drm_rect_adjust_size() argument
74 static inline void drm_rect_translate(struct drm_rect *r, int dx, int dy) in drm_rect_translate()
90 static inline void drm_rect_downscale(struct drm_rect *r, int horz, int vert) in drm_rect_downscale()
105 static inline int drm_rect_width(const struct drm_rect *r) in drm_rect_width()
117 static inline int drm_rect_height(const struct drm_rect *r) in drm_rect_height()
129 static inline bool drm_rect_visible(const struct drm_rect *r) in drm_rect_visible()
142 static inline bool drm_rect_equals(const struct drm_rect *r1, in drm_rect_equals()
143 const struct drm_rect *r2) in drm_rect_equals()
149 bool drm_rect_intersect(struct drm_rect *r, const struct drm_rect *clip);
[all …]
Ddrm_plane_helper.h85 struct drm_rect *src,
86 struct drm_rect *dest,
87 const struct drm_rect *clip,
/linux-4.1.27/drivers/gpu/drm/
Ddrm_rect.c42 bool drm_rect_intersect(struct drm_rect *r1, const struct drm_rect *r2) in drm_rect_intersect()
68 bool drm_rect_clip_scaled(struct drm_rect *src, struct drm_rect *dst, in drm_rect_clip_scaled()
69 const struct drm_rect *clip, in drm_rect_clip_scaled()
127 int drm_rect_calc_hscale(const struct drm_rect *src, in drm_rect_calc_hscale()
128 const struct drm_rect *dst, in drm_rect_calc_hscale()
158 int drm_rect_calc_vscale(const struct drm_rect *src, in drm_rect_calc_vscale()
159 const struct drm_rect *dst, in drm_rect_calc_vscale()
195 int drm_rect_calc_hscale_relaxed(struct drm_rect *src, in drm_rect_calc_hscale_relaxed()
196 struct drm_rect *dst, in drm_rect_calc_hscale_relaxed()
245 int drm_rect_calc_vscale_relaxed(struct drm_rect *src, in drm_rect_calc_vscale_relaxed()
[all …]
Ddrm_plane_helper.c134 struct drm_rect *src, in drm_plane_helper_check_update()
135 struct drm_rect *dest, in drm_plane_helper_check_update()
136 const struct drm_rect *clip, in drm_plane_helper_check_update()
237 struct drm_rect src = { in drm_primary_helper_update()
243 struct drm_rect dest = { in drm_primary_helper_update()
249 const struct drm_rect clip = { in drm_primary_helper_update()
DMakefile16 drm_rect.o drm_vma_manager.o drm_flip_work.o \
/linux-4.1.27/Documentation/DocBook/
D.drm.xml.cmd2 …i_dsi.c drivers/gpu/drm/drm_edid.c include/drm/drm_rect.h include/drm/drm_rect.h drivers/gpu/drm/d…
/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_drv.h246 struct drm_rect src;
247 struct drm_rect dst;
248 struct drm_rect clip;
Dintel_sprite.c872 struct drm_rect *src = &state->src; in intel_check_sprite_plane()
873 struct drm_rect *dst = &state->dst; in intel_check_sprite_plane()
874 const struct drm_rect *clip = &state->clip; in intel_check_sprite_plane()
Dintel_display.c12457 struct drm_rect *dest = &state->dst; in intel_check_primary_plane()
12458 struct drm_rect *src = &state->src; in intel_check_primary_plane()
12459 const struct drm_rect *clip = &state->clip; in intel_check_primary_plane()
12534 struct drm_rect *src = &state->src; in intel_commit_primary_plane()
12748 struct drm_rect *dest = &state->dst; in intel_check_cursor_plane()
12749 struct drm_rect *src = &state->src; in intel_check_cursor_plane()
12750 const struct drm_rect *clip = &state->clip; in intel_check_cursor_plane()
/linux-4.1.27/drivers/gpu/drm/rockchip/
Drockchip_drm_vop.c592 struct drm_rect dest = { in vop_update_plane_event()
598 struct drm_rect src = { in vop_update_plane_event()
605 const struct drm_rect clip = { in vop_update_plane_event()