index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
drm_debugfs_crc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/doc: document how userspace should find out CRTC index
Leandro Ribeiro
2021-06-10
1
-4
/
+4
*
drm/crc-debugfs: Fix memleak in crc_control_write
Dinghao Liu
2020-09-01
1
-1
/
+3
*
drm/crc: Actually allow to change the crc source
Daniel Vetter
2020-01-28
1
-1
/
+1
*
drm: Set crc->opened to false before setting crc source to NULL.
Dingchen Zhang
2020-01-07
1
-0
/
+5
*
drm: remove the newline for CRC source name.
Dingchen Zhang
2020-01-07
1
-2
/
+2
*
drm: Fix return type of crc .poll()
Ville Syrjälä
2019-09-30
1
-5
/
+3
*
drm/crc-debugfs: Add notes about CRC<->commit interactions
Brian Starkey
2019-08-06
1
-0
/
+9
*
drm/drm_debugfs_crc.c: Document that .verify_crc_source vfunc is required for...
Liviu Dudau
2019-08-02
1
-3
/
+3
*
drm: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2019-06-13
1
-21
/
+7
*
drm/crc-debugfs: Also sprinkle irqrestore over early exits
Daniel Vetter
2019-06-07
1
-2
/
+2
*
drm/crc-debugfs: User irqsafe spinlock in drm_crtc_add_crc_entry
Daniel Vetter
2019-06-06
1
-2
/
+3
*
drm: drop use of drmP.h in drm/*
Sam Ravnborg
2019-05-27
1
-1
/
+8
*
Revert "drm: crc: Wait for a frame before returning from open()"
Mahesh Kumar
2018-08-22
1
-16
/
+0
*
drm/crc: Cleanup crtc_crc_open function
Mahesh Kumar
2018-08-22
1
-32
/
+29
*
drm: crc: Introduce get_crc_sources callback
Mahesh Kumar
2018-08-13
1
-1
/
+22
*
drm: crc: Introduce verify_crc_source callback
Mahesh Kumar
2018-08-13
1
-0
/
+8
*
drm/crc: Only report a single overflow when a CRC fd is opened
Maarten Lankhorst
2018-07-06
1
-1
/
+8
*
drm/crc: Add support for polling on the data fd.
Maarten Lankhorst
2018-02-05
1
-0
/
+19
*
drm/atomic: Prepare drm_modeset_lock infrastructure for interruptible waiting...
Maarten Lankhorst
2017-09-13
1
-1
/
+1
*
drm/crc: Only open CRC on atomic drivers when the CRTC is active.
Maarten Lankhorst
2017-07-17
1
-0
/
+13
*
drm/crc: Handle opening and closing crc better
Maarten Lankhorst
2017-07-17
1
-15
/
+31
*
Revert "drm: Don't allow interruptions when opening debugfs/crc"
Sean Paul
2017-04-07
1
-1
/
+5
*
drm: Don't allow interruptions when opening debugfs/crc
Chris Wilson
2017-04-07
1
-5
/
+1
*
drm: document driver interface for CRC capturing
Daniel Vetter
2017-03-24
1
-11
/
+6
*
drm: crc: Call wake_up_interruptible() each time there is a new CRC entry
Benjamin Gaignard
2017-01-06
1
-0
/
+2
*
drm: crc: Wait for a frame before returning from open()
Tomeu Vizoso
2017-01-05
1
-6
/
+17
*
drm: Move locking into drm_debugfs_crtc_crc_add
Tomeu Vizoso
2017-01-05
1
-2
/
+7
*
drm: fix sparse warnings on undeclared symbols in crc debugfs
Jani Nikula
2016-10-19
1
-2
/
+3
*
drm: Add API for capturing frame CRCs
Tomeu Vizoso
2016-10-17
1
-0
/
+351