dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] drm/rect: Bugfixes and selftests
@ 2019-11-22 17:56 Ville Syrjala
  2019-11-22 17:56 ` [PATCH v2 1/4] drm/rect: Avoid division by zero Ville Syrjala
                   ` (4 more replies)
  0 siblings, 5 replies; 17+ messages in thread
From: Ville Syrjala @ 2019-11-22 17:56 UTC (permalink / raw)
  To: dri-devel; +Cc: intel-gfx, Benjamin Gaignard

From: Ville Syrjälä <ville.syrjala@linux.intel.com>

My earlier fixes for drm_rect + div-by-zero fix + some
selftests that Daniel requested.

Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Cc: Benjamin Gaignard <benjamin.gaignard@st.com>
Cc: Daniel Vetter <daniel@ffwll.ch>

Ville Syrjälä (4):
  drm/rect: Avoid division by zero
  drm/rect: Keep the scaled clip bounded
  drm/rect: Keep the clipped dst rectangle in place
  drm/selftests: Add drm_rect selftests

 drivers/gpu/drm/drm_rect.c                    |  36 +--
 drivers/gpu/drm/selftests/Makefile            |   3 +-
 .../gpu/drm/selftests/drm_modeset_selftests.h |   4 +
 .../drm/selftests/test-drm_modeset_common.h   |   7 +
 drivers/gpu/drm/selftests/test-drm_rect.c     | 220 ++++++++++++++++++
 include/drm/drm_rect.h                        |   2 +
 6 files changed, 257 insertions(+), 15 deletions(-)
 create mode 100644 drivers/gpu/drm/selftests/test-drm_rect.c

-- 
2.23.0

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2019-11-28  8:24 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-22 17:56 [PATCH v2 0/4] drm/rect: Bugfixes and selftests Ville Syrjala
2019-11-22 17:56 ` [PATCH v2 1/4] drm/rect: Avoid division by zero Ville Syrjala
2019-11-22 17:56   ` Ville Syrjala
2019-11-26 14:40   ` Daniel Vetter
2019-11-26 14:40     ` Daniel Vetter
2019-11-22 17:56 ` [PATCH v2 2/4] drm/rect: Keep the scaled clip bounded Ville Syrjala
2019-11-26 14:48   ` Daniel Vetter
2019-11-26 14:48     ` Daniel Vetter
2019-11-22 17:56 ` [PATCH v2 3/4] drm/rect: Keep the clipped dst rectangle in place Ville Syrjala
2019-11-22 17:56   ` Ville Syrjala
2019-11-26 15:02   ` Daniel Vetter
2019-11-22 17:56 ` [PATCH v2 4/4] drm/selftests: Add drm_rect selftests Ville Syrjala
2019-11-22 17:56   ` Ville Syrjala
2019-11-26 15:18   ` Daniel Vetter
2019-11-26 15:18     ` [Intel-gfx] " Daniel Vetter
2019-11-27 10:19 ` [PATCH v2 0/4] drm/rect: Bugfixes and selftests Benjamin GAIGNARD
2019-11-27 10:19   ` Benjamin GAIGNARD

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