OSDN Git Service

drm/rcar-du/crc: Implement verify_crc_source callback
authorMahesh Kumar <mahesh1.kumar@intel.com>
Mon, 23 Jul 2018 10:38:24 +0000 (16:08 +0530)
committerMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Mon, 13 Aug 2018 12:00:20 +0000 (14:00 +0200)
commit3a3cd0d92a0bbec9afed252f8685ba534b2ddf6e
tree20a2a156ebfd7a0d11637a022b676a13b21b02c0
parent3b3b8448ebd1e54927bf7a77be9d6eac11441bfd
drm/rcar-du/crc: Implement verify_crc_source callback

This patch implements "verify_crc_source" callback function for
rcar drm driver.

Changes Since V1:
 - avoid duplication of code
Changes Since V2:
 - further optimize the code
Changes Since V3:
 - Adopt to driver style
 - Address review comments from Laurent Pinchart

Signed-off-by: Mahesh Kumar <mahesh1.kumar@intel.com>
Cc: dri-devel@lists.freedesktop.org
Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180723103824.21734-1-mahesh1.kumar@intel.com
drivers/gpu/drm/rcar-du/rcar_du_crtc.c