Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] drm: drm_rect and clipping for intel sprite planes v2
@ 2013-04-24 15:52 ville.syrjala
  2013-04-24 15:52 ` [PATCH v5 1/6] drm: Add struct drm_rect and assorted utility functions ville.syrjala
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: ville.syrjala @ 2013-04-24 15:52 UTC (permalink / raw)
  To: intel-gfx; +Cc: dri-devel

Here's the latest version of my plane clipping stuff.

I think it should be ready for merging. Laurent reviewed the first patch,
and Chris reviewed the whole set.

I didn't hear any bikeshedding about the location of the drm_rect
stuff from anyone, so I'm assuming it's all good.

Ville Syrjälä (6):
      drm: Add struct drm_rect and assorted utility functions
      drm: Add drm_rect_calc_{hscale, vscale}() utility functions
      drm: Add drm_rect_debug_print()
      drm: Add drm_rect_equals()
      drm/i915: Implement proper clipping for video sprites
      drm/i915: Relax the sprite scaling limits checks

 Documentation/DocBook/drm.tmpl      |   2 +
 drivers/gpu/drm/Makefile            |   3 +-
 drivers/gpu/drm/drm_rect.c          | 295 ++++++++++++++++++++++++++++++++++++
 drivers/gpu/drm/i915/intel_sprite.c | 202 ++++++++++++++++++------
 include/drm/drm_rect.h              | 160 +++++++++++++++++++
 5 files changed, 615 insertions(+), 47 deletions(-)
 create mode 100644 drivers/gpu/drm/drm_rect.c
 create mode 100644 include/drm/drm_rect.h
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-04-30 20:15 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-24 15:52 [PATCH 0/6] drm: drm_rect and clipping for intel sprite planes v2 ville.syrjala
2013-04-24 15:52 ` [PATCH v5 1/6] drm: Add struct drm_rect and assorted utility functions ville.syrjala
2013-04-24 15:52 ` [PATCH v4 2/6] drm: Add drm_rect_calc_{hscale, vscale}() " ville.syrjala
2013-04-24 15:52 ` [PATCH v3 3/6] drm: Add drm_rect_debug_print() ville.syrjala
2013-04-24 15:52 ` [PATCH 4/6] drm: Add drm_rect_equals() ville.syrjala
2013-04-24 15:52 ` [PATCH v6 5/6] drm/i915: Implement proper clipping for video sprites ville.syrjala
2013-04-24 15:52 ` [PATCH v2 6/6] drm/i915: Relax the sprite scaling limits checks ville.syrjala
2013-04-30 20:18 ` [PATCH 0/6] drm: drm_rect and clipping for intel sprite planes v2 Daniel Vetter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox