index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
drm_debugfs_crc.c
Age
Commit message (
Expand
)
Author
2020-10-29
drm/crc-debugfs: Fix memleak in crc_control_write
Dinghao Liu
2020-02-24
drm: remove the newline for CRC source name.
Dingchen Zhang
2019-08-06
drm/crc-debugfs: Add notes about CRC<->commit interactions
Brian Starkey
2019-08-02
drm/drm_debugfs_crc.c: Document that .verify_crc_source vfunc is required for...
Liviu Dudau
2019-06-13
drm: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2019-06-07
drm/crc-debugfs: Also sprinkle irqrestore over early exits
Daniel Vetter
2019-06-06
drm/crc-debugfs: User irqsafe spinlock in drm_crtc_add_crc_entry
Daniel Vetter
2019-05-27
drm: drop use of drmP.h in drm/*
Sam Ravnborg
2018-08-22
Revert "drm: crc: Wait for a frame before returning from open()"
Mahesh Kumar
2018-08-22
drm/crc: Cleanup crtc_crc_open function
Mahesh Kumar
2018-08-13
drm: crc: Introduce get_crc_sources callback
Mahesh Kumar
2018-08-13
drm: crc: Introduce verify_crc_source callback
Mahesh Kumar
2018-07-06
drm/crc: Only report a single overflow when a CRC fd is opened
Maarten Lankhorst
2018-02-05
drm/crc: Add support for polling on the data fd.
Maarten Lankhorst
2017-09-13
drm/atomic: Prepare drm_modeset_lock infrastructure for interruptible waiting...
Maarten Lankhorst
2017-07-17
drm/crc: Only open CRC on atomic drivers when the CRTC is active.
Maarten Lankhorst
2017-07-17
drm/crc: Handle opening and closing crc better
Maarten Lankhorst
2017-04-07
Revert "drm: Don't allow interruptions when opening debugfs/crc"
Sean Paul
2017-04-07
drm: Don't allow interruptions when opening debugfs/crc
Chris Wilson
2017-03-24
drm: document driver interface for CRC capturing
Daniel Vetter
2017-01-06
drm: crc: Call wake_up_interruptible() each time there is a new CRC entry
Benjamin Gaignard
2017-01-05
drm: crc: Wait for a frame before returning from open()
Tomeu Vizoso
2017-01-05
drm: Move locking into drm_debugfs_crtc_crc_add
Tomeu Vizoso
2016-10-19
drm: fix sparse warnings on undeclared symbols in crc debugfs
Jani Nikula
2016-10-17
drm: Add API for capturing frame CRCs
Tomeu Vizoso