summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_writeback.c
Commit message (Expand)AuthorAgeFilesLines
* drm/writeback: don't set fence->ops to defaultDaniel Vetter2020-05-201-1/+0
* drm: Clear the fence pointer when writeback job signaledLowry Li (Arm Technology China)2019-09-231-8/+15
* drm: drop use of drmP.h in drm/*Sam Ravnborg2019-05-271-2/+4
* drm: writeback: Add job prepare and cleanup operationsLaurent Pinchart2019-03-181-0/+44
* drm: writeback: Fix leak of writeback jobLaurent Pinchart2019-03-181-3/+11
* drm: writeback: Cleanup job ownership handling when queuing jobLaurent Pinchart2019-03-181-5/+10
* drm: writeback: Fix doc that says connector should be disconnectedAlexandru Gheorghe2018-07-161-2/+2
* drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter2018-07-131-1/+1
* drm/writeback: Fix the "overview" section of the docBoris Brezillon2018-07-071-4/+7
* drm: writeback: Add out-fences for writeback connectorsBrian Starkey2018-06-201-2/+107
* drm: Add writeback connector typeBrian Starkey2018-06-201-0/+245