summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_debugfs_crc.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-22Revert "drm: crc: Wait for a frame before returning from open()"Mahesh Kumar1-16/+0
2018-08-22drm/crc: Cleanup crtc_crc_open functionMahesh Kumar1-32/+29
2018-08-13drm: crc: Introduce get_crc_sources callbackMahesh Kumar1-1/+22
2018-08-13drm: crc: Introduce verify_crc_source callbackMahesh Kumar1-0/+8
2018-07-06drm/crc: Only report a single overflow when a CRC fd is openedMaarten Lankhorst1-1/+8
2018-02-05drm/crc: Add support for polling on the data fd.Maarten Lankhorst1-0/+19
2017-09-13drm/atomic: Prepare drm_modeset_lock infrastructure for interruptible waiting...Maarten Lankhorst1-1/+1
2017-07-17drm/crc: Only open CRC on atomic drivers when the CRTC is active.Maarten Lankhorst1-0/+13
2017-07-17drm/crc: Handle opening and closing crc betterMaarten Lankhorst1-15/+31
2017-04-07Revert "drm: Don't allow interruptions when opening debugfs/crc"Sean Paul1-1/+5
2017-04-07drm: Don't allow interruptions when opening debugfs/crcChris Wilson1-5/+1
2017-03-24drm: document driver interface for CRC capturingDaniel Vetter1-11/+6
2017-01-06drm: crc: Call wake_up_interruptible() each time there is a new CRC entryBenjamin Gaignard1-0/+2
2017-01-05drm: crc: Wait for a frame before returning from open()Tomeu Vizoso1-6/+17
2017-01-05drm: Move locking into drm_debugfs_crtc_crc_addTomeu Vizoso1-2/+7
2016-10-19drm: fix sparse warnings on undeclared symbols in crc debugfsJani Nikula1-2/+3
2016-10-17drm: Add API for capturing frame CRCsTomeu Vizoso1-0/+351