aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm/engine/disp/gf119.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-20drm/nouveau/disp/gf119-: decode exception reason to human-readable stringBen Skeggs1-5/+11
2018-05-18drm/nouveau/disp/nv50-: merge handling of pio and dma channelsBen Skeggs1-0/+1
2018-05-18drm/nouveau/disp/nv50-: initialise from the engine, rather than the user objectBen Skeggs1-0/+82
2018-05-18drm/nouveau/disp/nv50-: fetch mask of available sors during oneinitBen Skeggs1-1/+1
2018-05-18drm/nouveau/disp/nv50-: fetch mask of available dacs during oneinitBen Skeggs1-1/+1
2018-05-18drm/nouveau/disp/nv50-: fetch mask of available heads during oneinitBen Skeggs1-10/+2
2017-06-16drm/nouveau/disp/nv50-: implement a common supervisor 3.0Ben Skeggs1-124/+1
2017-06-16drm/nouveau/disp/nv50-: implement a common supervisor 2.2Ben Skeggs1-116/+1
2017-06-16drm/nouveau/disp/nv50-: implement a common supervisor 2.1Ben Skeggs1-13/+2
2017-06-16drm/nouveau/disp/nv50-: implement a common supervisor 2.0Ben Skeggs1-65/+1
2017-06-16drm/nouveau/disp/nv50-: implement a common supervisor 1.0Ben Skeggs1-8/+1
2017-06-16drm/nouveau/disp: introduce acquire/release display path methodsBen Skeggs1-3/+1
2017-06-16drm/nouveau/disp: remove hw-specific customisation of output pathsBen Skeggs1-4/+0
2017-06-16drm/nouveau/disp/gt215-: port HDA ELD controls to nvkm_iorBen Skeggs1-3/+1
2017-06-16drm/nouveau/disp/g84-: port OR HDMI control to nvkm_iorBen Skeggs1-1/+0
2017-06-16drm/nouveau/disp/nv50-: port OR manual sink detection to nvkm_iorBen Skeggs1-3/+1
2017-06-16drm/nouveau/disp/nv50-: port OR power state control to nvkm_iorBen Skeggs1-2/+0
2017-06-16drm/nouveau/disp/nv50-: fetch head/OR state at beginning of supervisorBen Skeggs1-0/+1
2017-06-16drm/nouveau/disp/nv50-: execute supervisor on its own workqueueBen Skeggs1-1/+1
2017-06-16drm/nouveau/disp/dp: only check for re-train when the link is activeBen Skeggs1-2/+1
2017-06-16drm/nouveau/disp: fork off some new hw-specific implementationsBen Skeggs1-1/+1
2017-06-16drm/nouveau/disp: introduce input/output resource abstractionBen Skeggs1-0/+3
2017-06-16drm/nouveau/disp: common implementation of scanoutpos method in nvkm_headBen Skeggs1-1/+0
2017-06-16drm/nouveau/disp: move vblank_{get,put} methods into nvkm_headBen Skeggs1-16/+0
2017-06-16drm/nouveau/disp: introduce object to track per-head functions/stateBen Skeggs1-33/+36
2017-06-16drm/nouveau/disp: shuffle functions aroundBen Skeggs1-2/+2
2016-11-07drm/nouveau/disp/g94-: stop listening for dp (sst) retrain irq when disabling linkBen Skeggs1-0/+1
2016-11-07drm/nouveau/disp/sor/gf119-: add method to control mst enableBen Skeggs1-10/+12
2016-11-07drm/nouveau/disp/dp: remove workqueue for link trainingBen Skeggs1-1/+1
2016-07-14drm/nouveau/disp/gp104: initial supportBen Skeggs1-2/+3
2016-07-14drm/nouveau/disp/nv50-: fix lookup of udisp table under certain circumstancesBen Skeggs1-3/+1
2016-06-02drm/nouveau/bios/disp: fix handling of "match any protocol" entriesBen Skeggs1-8/+5
2016-01-11drm/nouveau/disp: activate dual link TMDS links only when possibleHauke Mehrtens1-1/+1
2015-08-28drm/nouveau/disp: convert to new-style nvkm_engineBen Skeggs1-81/+53
2015-08-28drm/nouveau/devinit: convert to new-style nvkm_subdevBen Skeggs1-1/+1
2015-08-28drm/nouveau/bios: convert to new-style nvkm_subdevBen Skeggs1-2/+3
2015-08-28drm/nouveau/disp: convert user classes to new-style nvkm_objectBen Skeggs1-33/+10
2015-08-28drm/nouveau/disp: split user classes out from engine implementationsBen Skeggs1-0/+586