Searched refs:drm_rect (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/include/drm/ |
D | drm_rect.h | 41 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 …]
|
D | drm_plane_helper.h | 82 struct drm_rect *src, 83 struct drm_rect *dest, 84 const struct drm_rect *clip,
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_rect.c | 42 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 …]
|
D | drm_plane_helper.c | 135 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()
|
D | Makefile | 14 drm_rect.o drm_vma_manager.o drm_flip_work.o \
|
/linux-4.4.14/Documentation/DocBook/ |
D | .gpu.xml.cmd | 2 …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/ |
D | armada_overlay.c | 102 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/ |
D | intel_sprite.c | 766 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()
|
D | intel_drv.h | 257 struct drm_rect src; 258 struct drm_rect dst; 259 struct drm_rect clip;
|
D | intel_display.c | 13575 struct drm_rect *src = &state->src; in intel_commit_primary_plane()
|
/linux-4.4.14/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_vop.c | 820 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()
|