aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_writeback.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä1-0/+1
2022-05-02drm: introduce drm_writeback_connector_init_with_encoder() APIAbhinav Kumar1-14/+58
2022-05-02drm: allow passing possible_crtcs to drm_writeback_connector_init()Abhinav Kumar1-1/+6
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