summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_debugfs_crc.c
Commit message (Expand)AuthorAgeFilesLines
* drm/crc-debugfs: Fix memleak in crc_control_writeDinghao Liu2020-09-011-1/+3
* drm/crc: Actually allow to change the crc sourceDaniel Vetter2020-01-281-1/+1
* drm: Set crc->opened to false before setting crc source to NULL.Dingchen Zhang2020-01-071-0/+5
* drm: remove the newline for CRC source name.Dingchen Zhang2020-01-071-2/+2
* drm: Fix return type of crc .poll()Ville Syrjälä2019-09-301-5/+3
* drm/crc-debugfs: Add notes about CRC<->commit interactionsBrian Starkey2019-08-061-0/+9
* drm/drm_debugfs_crc.c: Document that .verify_crc_source vfunc is required for...Liviu Dudau2019-08-021-3/+3
* drm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-131-21/+7
* drm/crc-debugfs: Also sprinkle irqrestore over early exitsDaniel Vetter2019-06-071-2/+2
* drm/crc-debugfs: User irqsafe spinlock in drm_crtc_add_crc_entryDaniel Vetter2019-06-061-2/+3
* drm: drop use of drmP.h in drm/*Sam Ravnborg2019-05-271-1/+8
* Revert "drm: crc: Wait for a frame before returning from open()"Mahesh Kumar2018-08-221-16/+0
* drm/crc: Cleanup crtc_crc_open functionMahesh Kumar2018-08-221-32/+29
* drm: crc: Introduce get_crc_sources callbackMahesh Kumar2018-08-131-1/+22
* drm: crc: Introduce verify_crc_source callbackMahesh Kumar2018-08-131-0/+8
* drm/crc: Only report a single overflow when a CRC fd is openedMaarten Lankhorst2018-07-061-1/+8
* drm/crc: Add support for polling on the data fd.Maarten Lankhorst2018-02-051-0/+19
* drm/atomic: Prepare drm_modeset_lock infrastructure for interruptible waiting...Maarten Lankhorst2017-09-131-1/+1
* drm/crc: Only open CRC on atomic drivers when the CRTC is active.Maarten Lankhorst2017-07-171-0/+13
* drm/crc: Handle opening and closing crc betterMaarten Lankhorst2017-07-171-15/+31
* Revert "drm: Don't allow interruptions when opening debugfs/crc"Sean Paul2017-04-071-1/+5
* drm: Don't allow interruptions when opening debugfs/crcChris Wilson2017-04-071-5/+1
* drm: document driver interface for CRC capturingDaniel Vetter2017-03-241-11/+6
* drm: crc: Call wake_up_interruptible() each time there is a new CRC entryBenjamin Gaignard2017-01-061-0/+2
* drm: crc: Wait for a frame before returning from open()Tomeu Vizoso2017-01-051-6/+17
* drm: Move locking into drm_debugfs_crtc_crc_addTomeu Vizoso2017-01-051-2/+7
* drm: fix sparse warnings on undeclared symbols in crc debugfsJani Nikula2016-10-191-2/+3
* drm: Add API for capturing frame CRCsTomeu Vizoso2016-10-171-0/+351