[Intel-gfx] [PATCH 0/2] drm/i915: This set enables 90/270 degree rotation on 16bpp planes on gen10

2017-11-21 Thread Juha-Pekka Heikkila
90/270 16bpp rotation is supported in hadrware from Gen10 onwards. I modified
kms_rotation_crc igt test to test this feature:
https://patchwork.freedesktop.org/series/33132/

v2: (Ville Syrjälä) move all rotation related checks from
intel_plane_atomic_check_with_state into new function
and don't pass dev_priv pointer around.

v3: (Ville Syrjälä) rebase and small detail changes.

/Juha-Pekka

Juha-Pekka Heikkila (2):
  drm/i915: Move 90/270 rotation validity check into its own function
  drm/i915: Enable 16bpp 90/270 plane rotation for gen10 onwards.

 drivers/gpu/drm/i915/intel_atomic_plane.c | 81 ++-
 1 file changed, 48 insertions(+), 33 deletions(-)

-- 
2.7.4

___
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx


[Intel-gfx] [PATCH 0/2] drm/i915: This set enables 90/270 degree rotation on 16bpp planes on gen10

2017-11-09 Thread Juha-Pekka Heikkila
90/270 16bpp rotation is supported in hadrware from Gen10 onwards. I modified
kms_rotation_crc igt test to test this feature:
https://patchwork.freedesktop.org/patch/186179/

v2: (Ville Syrjälä) move all rotation related checks from
intel_plane_atomic_check_with_state into new function
and don't pass dev_priv pointer around.


/Juha-Pekka

Juha-Pekka Heikkila (2):
  drm/i915: Move 90/270 rotation validity check into its own function
  drm/i915: Enable 16bpp 90/270 plane rotation for gen10 onwards.

 drivers/gpu/drm/i915/intel_atomic_plane.c | 84 +++
 1 file changed, 51 insertions(+), 33 deletions(-)

-- 
2.7.4

___
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx


[Intel-gfx] [PATCH 0/2] drm/i915: This set enables 90/270 degree rotation on 16bpp planes on gen10

2017-11-03 Thread Juha-Pekka Heikkila
90/270 16bpp rotation is supported in hadrware from Gen10 onwards. I modified
kms_rotation_crc igt test to test this feature:
https://patchwork.freedesktop.org/patch/186179/

/Juha-Pekka

Juha-Pekka Heikkila (2):
  drm/i915: Move 90/270 rotation validity check into its own function
  drm/i915: Enable 16bpp 90/270 plane rotation for gen10 onwards.

 drivers/gpu/drm/i915/intel_atomic_plane.c | 60 +++
 1 file changed, 37 insertions(+), 23 deletions(-)

-- 
2.7.4

___
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx