1
0
Fork 0
alistair23-linux/drivers/gpu/drm/imx/dpu
Liu Ying aa6fda9c4e MLK-21509-4 drm/imx: dpu: crc: Add user-configurable CRC region(ROI) support
This patch adds user-configurable CRC region support.
The users may choose a region of interest(ROI) as the CRC source
(i.e., the CRC evaluation window) via the debugfs control node.
The ROI cannot exceed the display region as indicated by
drm_crtc_state->adjusted_mode.  The users may write a string in
the fashion of "roi:x1,y1,x2,y2" to the node to specify the ROI
within the display region.  The inclusive position at (x1, y1)
indicates the upper left of the region, while the exclusive
position at (x2, y2) indicates the lower right of the region.

Signed-off-by: Liu Ying <victor.liu@nxp.com>
Reviewed-by: Robby Cai <robby.cai@nxp.com>
2020-07-09 09:42:39 +08:00
..
Kconfig LF-282 drm/imx: dpu: Kconfig: Add prompt string for DRM_IMX_DPU 2019-12-03 17:15:43 +08:00
Makefile MLK-21509-3 drm/imx: dpu: kms: Add auto control mode debugfs CRC support 2020-07-09 09:42:27 +08:00
dpu-blit.c MLK-17311 gpu: imx: dpu-blit: enable prefetch feature 2019-11-25 16:01:17 +08:00
dpu-crc.c MLK-21509-4 drm/imx: dpu: crc: Add user-configurable CRC region(ROI) support 2020-07-09 09:42:39 +08:00
dpu-crc.h MLK-21509-4 drm/imx: dpu: crc: Add user-configurable CRC region(ROI) support 2020-07-09 09:42:39 +08:00
dpu-crtc.c MLK-21509-4 drm/imx: dpu: crc: Add user-configurable CRC region(ROI) support 2020-07-09 09:42:39 +08:00
dpu-crtc.h MLK-21509-4 drm/imx: dpu: crc: Add user-configurable CRC region(ROI) support 2020-07-09 09:42:39 +08:00
dpu-kms.c MLK-24168 drm/imx: dpu: kms: Avoid -EDEADLK warning when getting crtc_state in ->atomic_check 2020-05-27 12:48:06 +08:00
dpu-kms.h
dpu-plane.c MLK-23109 drm/imx: dpu: plane: Always enable DPRC when prefetch is needed 2020-02-26 04:17:40 +08:00
dpu-plane.h