summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_debugfs_crc.c
AgeCommit message (Expand)Author
2018-08-22Revert "drm: crc: Wait for a frame before returning from open()"Mahesh Kumar
2018-08-22drm/crc: Cleanup crtc_crc_open functionMahesh Kumar
2018-08-13drm: crc: Introduce get_crc_sources callbackMahesh Kumar
2018-08-13drm: crc: Introduce verify_crc_source callbackMahesh Kumar
2018-07-06drm/crc: Only report a single overflow when a CRC fd is openedMaarten Lankhorst
2018-02-05drm/crc: Add support for polling on the data fd.Maarten Lankhorst
2017-09-13drm/atomic: Prepare drm_modeset_lock infrastructure for interruptible waiting...Maarten Lankhorst
2017-07-17drm/crc: Only open CRC on atomic drivers when the CRTC is active.Maarten Lankhorst
2017-07-17drm/crc: Handle opening and closing crc betterMaarten Lankhorst
2017-04-07Revert "drm: Don't allow interruptions when opening debugfs/crc"Sean Paul
2017-04-07drm: Don't allow interruptions when opening debugfs/crcChris Wilson
2017-03-24drm: document driver interface for CRC capturingDaniel Vetter
2017-01-06drm: crc: Call wake_up_interruptible() each time there is a new CRC entryBenjamin Gaignard
2017-01-05drm: crc: Wait for a frame before returning from open()Tomeu Vizoso
2017-01-05drm: Move locking into drm_debugfs_crtc_crc_addTomeu Vizoso
2016-10-19drm: fix sparse warnings on undeclared symbols in crc debugfsJani Nikula
2016-10-17drm: Add API for capturing frame CRCsTomeu Vizoso