Home
last modified time | relevance | path

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

/linux-4.4.14/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.h82 struct drm_rect *src,
83 struct drm_rect *dest,
84 const struct drm_rect *clip,
/linux-4.4.14/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.c135 struct drm_rect *src, in drm_plane_helper_check_update()
136 struct drm_rect *dest, in drm_plane_helper_check_update()
137 const struct drm_rect *clip, in drm_plane_helper_check_update()
238 struct drm_rect src = { in drm_primary_helper_update()
244 struct drm_rect dest = { in drm_primary_helper_update()
250 const struct drm_rect clip = { in drm_primary_helper_update()
DMakefile14 drm_rect.o drm_vma_manager.o drm_flip_work.o \
/linux-4.4.14/Documentation/DocBook/
D.gpu.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.4.14/drivers/gpu/drm/armada/
Darmada_overlay.c102 struct drm_rect src = { in armada_ovl_plane_update()
108 struct drm_rect dest = { in armada_ovl_plane_update()
114 const struct drm_rect clip = { in armada_ovl_plane_update()
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_sprite.c766 struct drm_rect *src = &state->src; in intel_check_sprite_plane()
767 struct drm_rect *dst = &state->dst; in intel_check_sprite_plane()
768 const struct drm_rect *clip = &state->clip; in intel_check_sprite_plane()
Dintel_drv.h257 struct drm_rect src;
258 struct drm_rect dst;
259 struct drm_rect clip;
Dintel_display.c13575 struct drm_rect *src = &state->src; in intel_commit_primary_plane()
/linux-4.4.14/drivers/gpu/drm/rockchip/
Drockchip_drm_vop.c820 struct drm_rect dest = { in vop_update_plane_event()
826 struct drm_rect src = { in vop_update_plane_event()
833 const struct drm_rect clip = { in vop_update_plane_event()