search for: igt_fb

Displaying 12 results from an estimated 12 matches for "igt_fb".

Did you mean: ast_fb
2020 Mar 20
0
[ANNOUNCE] igt-gpu-tools 1.25
...lper tests/kms_fbcon_fbt: Drop master before restoring fbcon Dhinakaran Pandiyan (3): tools/vbt_decode: Fix VBT parsing for the PSR section tools/vbt_decode: Print PSR2 training pattern duration tests/fb/tgl: Yf tiling does not exist on gen-12 Dingchen Zhang (3): lib/igt_fb: add functionality of getting framebuffer 16-bit CRC. lib/igt_debugfs: add DPRX pipe crc source for AMDGPU tests/amdgpu: add 8bpc bypass mode test. Don Hiatt (2): lib/igt_pm: dump runtime pm status on timeout lib/aux: Ensure swap space prior to suspend to disk Emil Velikov...
2015 Dec 02
0
[ANNOUNCE] intel-gpu-tools 1.13
...Add gen9-specific test kms_cursor_crc: Add test for unthrottled cursor movement Matt Turner (1): tools/aubdump: Link with -ldl. Mika Kuoppala (2): lib: Add Skylake Intel Graphics GT4 PCI IDs tests/drm_import_export: Always loop with mutex held Paulo Zanoni (19): lib/igt_fb: don't forget to close parens on message printed kms_frontbuffer_tracking: change pattern 1's last rect to 1x1 kms_frontbuffer_tracking: set the universal planes cap in the setup kms_frontbuffer_tracking: add scaledprimary subtest kms_frontbuffer_tracking: don't...
2018 Mar 09
0
[ANNOUNCE] intel-gpu-tools 1.22
...Reorganize subtests by pipe, v2. tests/kms_flip: Move kms_flip.vblank-vs-hang to kms_vblank, v4. kms_vblank: Add tests implemented in kms_flip kms_flip: Remove redundant vblank tests. kms_vblank: Remove teardown code from cleanup_crtc tests: Remove kms_render lib/igt_fb: Add igt_put_cairo_ctx as counter to igt_get_cairo_ctx lib/igt_fb: Pass format to igt_calc_fb_size lib/fb: Handle planar formats in igt_calc_fb_size and create_bo_for_fb lib/intel_batchbuffer: Add delta argument to igt_blitter_fast_copy__raw, v2. lib/intel_batchbuffer: Add s...
2020 Mar 18
0
[PATCH i-g-t] tests/kms_plane: Generate reference CRCs for partial coverage too
...= 1 << 4, +}; + +/* + * create a colored fb, possibly with a series of 64x64 colored rectangles (used + * for position tests) + */ +static void +create_fb_for_mode(data_t *data, drmModeModeInfo *mode, + color_t *fb_color, + const rectangle_t *rects, int rect_cnt, + struct igt_fb *fb /* out */) +{ + unsigned int fb_id; + cairo_t *cr; + + fb_id = igt_create_fb(data->drm_fd, + mode->hdisplay, mode->vdisplay, + DRM_FORMAT_XRGB8888, + LOCAL_DRM_FORMAT_MOD_NONE, + fb); + igt_assert_fd(fb_id); + + cr = igt_get_cairo_ctx(data->drm_fd, fb...
2016 Mar 01
0
[ANNOUNCE] intel-gpu-tools 1.14
...ichel Thierry (1): tests/gem_softpin: Use offset addresses in canonical form Mika Kahola (1): tools/intel_bios_reader: Fix typo on dump info Mika Kuoppala (1): tests/gem_softpin: Fix compiler warning on 32bit systems Paulo Zanoni (12): tools: add intel_residency lib/igt_fb: make the automatic buffer sizes/strides smaller kms_frontbuffer_tracking: use igt_drm_format_to_bpp() kms_frontbuffer_tracking: standardize the used FB sizes lib/igt_draw: use igt_drm_format_to_bpp() lib/igt_fb: fix igt_get_all_formats documentation tests/igt_fb: rena...
2017 Oct 04
0
[ANNOUNCE] intel-gpu-tools 1.20
...melium: Remove init reset duplicate in favor of per-test reset Make igtrc configuration common, with configurable suspend/resume delay tests/chamelium: Skip suspend/resume test with unreliable hotplug event tests/chamelium: Catch and flush hotplug uevents after each plug lib/igt_fb: Export the cairo surface instead of writing to a png chamelium: Calculate CRC from framebuffer instead of hardcoding it lib/igt_debugfs: Introduce CRC check function, with logic made common Introduce common frame dumping configuration and helpers lib/igt_debugfs: Add extend...
2018 Aug 08
0
[ANNOUNCE] igt-gpu-tools 1.23
...ramebuffer lib: Add igt_hweight() lib: Parse plane IN_FORMATS blobifiers into a nicer form lib/kms: Constify some string arrays lib/kms: Use named initializers for prop name arrays tests/kms_properties: Validate properties harder tests/kms_ccs: Don't populate igt_fb structs with stack garbage tests/kms_plane_scaling: Allow clip test to fail with YUV tests/kms_plane_scaling: Reduce the fb size 8x8 from 9x9 tests/kms_force_connector_basic: Don't skip when VGA is connected lib: Add clamp() to igt_aux and use it for ycbcr<->rgb co...
2016 May 31
0
[ANNOUNCE] intel-gpu-tools 1.15
...est/gem_exec_gttfill, tests/gem_exec_suspend, tests/gem_exec_flush (Chris Wilson) - New benchmarks: benchmarks/gem_syslatency, benchmarks/gem_exec_fault (Chris Wilson) - tests/gem_exec_nop included in BAT (Chris Wilson) - tests/pm_rpm: Fix crash on machines that lack LLC (David Weinehall) - lib/igt_fb: Fix domain tracking for GTT cairo surfaces (Chris Wilson) - Add igt_subtest_group to allow igt_fixture for only a subset of subtests without skipping/failing all subsequent subtests. (Daniel Vetter) - Many more fixes and improvements. And the full changelog follows: Bob Paauwe (1): ksm_p...
2015 Jun 11
0
[ANNOUNCE] intel-gpu-tools 1.11
...Remove unused variable in negative test kms_rotation_crc: Negative test does not need to render anything kms_rotation_crc: Consolidate plane and cursor code paths kms_rotation_crc: No need to square the buffer in paint kms_rotation_crc: Use main test for negative cases igt_fb: Transfer existing content to Cairo surface for Y/Yf frame buffers kms_rotation_crc: Do not leak framebuffers during test duration igt_fb: Close the image file when we are done with it kms_flip_tiling: New tiling tests, including Y/Yf igt_kms: Avoid NULL ptr deref when commi...
2015 Mar 12
0
[ANNOUNCE] intel-gpu-tools 1.10
...tests/gem_render_tiled_blits: split into subtests Tvrtko Ursulin (6): tests/kms_addfb: Add support for fb modifiers tests/kms_addfb: Y tiled testcases tiling: Convert framebuffer helpers to use fb modifiers lib: Add support for new extension to the ADDFB2 ioctl. lib/igt_fb: Use new ADDFB2 extension for new tiling modes tests/kms_flip_tiling: Exercise Y tiling modes on Gen9+ Vincent Cheng (1): tools/intel_gpu_abrt: Fix bashism Yang, Libin (1): tools/intel_audio_dump: add support for Cherryview Zhipeng Gong (3): i-g-t: check whether kernel ha...
2018 Jan 16
0
[ANNOUNCE] intel-gpu-tools 1.21
...lper for shell commands aux: Use IGT version of system() call to run rtcwake kms_atomic_transition: Split out modeset tests on internal panels kms_plane: Enumerate outputs before planes in position subtests kms_plane: Enumerate outputs before planes in panning subtests igt_fb: Add support for drawing to non-32bit Y/Yf tiled FBs Jani Nikula (10): tools/intel_vbt_decode: make a copy of child devices before dumping tools/intel_vbt_decode: update dvo port name dumping tools/intel_vbt_decode: use %.*s instead of duplicating a string tools/intel_vbt_d...
2016 Sep 02
0
[ANNOUNCE] intel-gpu-tools 1.16
...b: Add invalid tests to set fb props tests/gem_close_race: Use drm_open_driver helper tests: Push igt_fork/stop_hang_detector into fixtures lib: Update docs for igt_sysfs.c lib: update docs for igt_debugfs lib/debugs: nuke igt_crc_equal again lib: Update docs for igt_fb lib: update docs for igt_pm lib: Update docs for igt_stats lib: Update igt_core docs docs: pull in VC4 docs lib: Update igt_chipset docs lib: Update ioctl_wrappers functions docs: minimal docs for igt_vgem.c Derek Morton (1): gem_largeobject: Fix for...