summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_writeback.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-20drm/writeback: don't set fence->ops to defaultDaniel Vetter1-1/+0
2019-09-23drm: Clear the fence pointer when writeback job signaledLowry Li (Arm Technology China)1-8/+15
2019-05-27drm: drop use of drmP.h in drm/*Sam Ravnborg1-2/+4
2019-03-18drm: writeback: Add job prepare and cleanup operationsLaurent Pinchart1-0/+44
2019-03-18drm: writeback: Fix leak of writeback jobLaurent Pinchart1-3/+11
2019-03-18drm: writeback: Cleanup job ownership handling when queuing jobLaurent Pinchart1-5/+10
2018-07-16drm: writeback: Fix doc that says connector should be disconnectedAlexandru Gheorghe1-2/+2
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter1-1/+1
2018-07-07drm/writeback: Fix the "overview" section of the docBoris Brezillon1-4/+7
2018-06-20drm: writeback: Add out-fences for writeback connectorsBrian Starkey1-2/+107
2018-06-20drm: Add writeback connector typeBrian Starkey1-0/+245