[Intel-gfx] igt/kms_rotation_crc: Add horizontal flip subtest.

2017-09-20 Thread Joseph Garvey
Test that horizontal flip works with supported rotations. Includes a fix for the unrotated fb which was not being positioned correctly with portrait and landscape rectangles. Signed-off-by: Joseph Garvey --- lib/igt_kms.c| 2 +- lib/igt_kms.h| 4 + tests

[Intel-gfx] [RFC] drm/i915/firmware: Load GuC and HuC firmware using async work.

2017-08-16 Thread Joseph Garvey
The DMC firmware is currently being loaded using async work. We can do the same for the GuC and HuC firmware. Also wait for the work to finish before the firmware transfer. Cc: Sagar Kamble Cc: Rodrigo Vivi CC: Oscar Mateo Cc: Anusha Srivatsa Cc: Daniel Vetter Signed-off-by: Joseph Garvey