[PATCH v3 0/9] drm/exynos: new G2D test programs and improvement

Hyungwon Hwang human.hwang at samsung.com
Sun Nov 29 20:39:45 PST 2015


Hello,

this series mostly touches G2D code. It introduces the following:

(1) A small performance test application which can be used to measure
    the speed of solid color clear operations. Interesting for
    benchmarking and plotting colorful graphs (e.g. through
    Mathematica).

(2) g2d_move() which works similar to g2d_copy() but like the C
    memmove() properly handles overlapping buffer copies.
    Again a test application is present to check that this
    indeed does what it should.

(3) Various small changes. A framebuffer colorformat fix for the
    general G2D test application.

(4) Last but not least a small bump of the Exynos version number.

Please review and let me know what I should change/improve.

With best wishes on behalf of Tobias,
Hyungwon Hwang

Changes since v1:
- Added wording changes suggested by Hyungwon Hwang.
- Added binaries for new test applications to .gitignore.
- Collected r-b and t-b tags.

Changes since v2:
- Patches for public API changes (g2d_reset, exynos_bo_unmap, drmHandleEvent)
are excluded.
- Definitions which are used internally are moved from public header to source
file

ps. I've added SOB by me only to the 3 patches I've modified. You can check
easily find the changes by finding SOB by me from the previous series.

ps2. Firewall in the office blocked this email when I sent the patchset today.
So I resend this email again.

Tobias Jakobi (9):
  exynos: Introduce exynos_handle_event()
  tests/exynos: add fimg2d performance analysis
  exynos/fimg2d: add g2d_config_event
  tests/exynos: add fimg2d event test
  tests/exynos: use XRGB8888 for framebuffer
  exynos: fimg2d: add g2d_set_direction
  exynos/fimg2d: add g2d_move
  tests/exynos: add test for g2d_move
  exynos: bump version number

 .gitignore                         |   2 +
 exynos/exynos-symbol-check         |   2 +
 exynos/exynos_drm.c                |  76 +++++++++
 exynos/exynos_drm.h                |  12 ++
 exynos/exynos_drmif.h              |  26 +++
 exynos/exynos_fimg2d.c             | 174 +++++++++++++++++++-
 exynos/exynos_fimg2d.h             |   4 +
 exynos/libdrm_exynos.pc.in         |   2 +-
 tests/exynos/Makefile.am           |  26 ++-
 tests/exynos/exynos_fimg2d_event.c | 326 ++++++++++++++++++++++++++++++++++++
 tests/exynos/exynos_fimg2d_perf.c  | 327 +++++++++++++++++++++++++++++++++++++
 tests/exynos/exynos_fimg2d_test.c  | 134 ++++++++++++++-
 12 files changed, 1105 insertions(+), 6 deletions(-)
 create mode 100644 tests/exynos/exynos_fimg2d_event.c
 create mode 100644 tests/exynos/exynos_fimg2d_perf.c

--
1.9.1



More information about the dri-devel mailing list