Hey,
Op 08-08-18 om 17:26 schreef Mahesh Kumar:
This patch implements get_crc_sources callback, which returns list of all the crc sources supported by driver in current platform.
Changes Since V1:
- move sources list per-crtc
- init sources-list only for gen3
Changes Since V2:
- Adopt to driver style
- Address other review comments from Laurent Pinchart
Changes Since V3/4/5: (Laurent Pinchart review)
- s/rcar_du_crtc_crc_sources_list_init/rcar_du_crtc_crc_init
- s/rcar_du_crtc_crc_sources_list_uninit/rcar_du_crtc_crc_cleanup
- other cleanup
Signed-off-by: Mahesh Kumar mahesh1.kumar@intel.com Cc: dri-devel@lists.freedesktop.org Cc: Laurent Pinchart laurent.pinchart@ideasonboard.com Reviewed-by: Laurent Pinchart laurent.pinchart@ideasonboard.com
Thanks, I've pushed this and patch 1-7 to drm-misc-next. 8/ needs to be rebased because the VKMS driver appears to be able to generate CRC's now.
Didn't yet push 9/ because of the polling change needed in igt.
~Maarten