summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-09drm/nouveau/nvkm: rip out old notifyBen Skeggs1-1/+1
2022-11-07drm/nouveau/disp: move LVDS protocol information into acquireBen Skeggs1-4/+6
2022-07-27drm/nouveau/disp: add supervisor mutexBen Skeggs1-1/+5
2022-07-27drm/nouveau/disp: add common channel class handlingBen Skeggs1-226/+43
2022-07-27drm/nouveau/disp: split sor dp funcs out to their own structBen Skeggs1-9/+12
2022-07-27drm/nouveau/disp: replace hda func pointer check with flagBen Skeggs1-3/+3
2022-07-27drm/nouveau/disp: merge nv50_disp_new_() and nvkm_disp_new()Ben Skeggs1-41/+1
2022-07-27drm/nouveau/disp: group supervisor-related struct membersBen Skeggs1-13/+13
2022-07-27drm/nouveau/disp: merge head/outp/ior code into chipset filesBen Skeggs1-70/+1182
2022-07-27drm/nouveau/disp: add common class handling between <nv50 and >=nv50Ben Skeggs1-2/+11
2022-07-27drm/nouveau/disp: collapse nv50_disp into nvkm_dispBen Skeggs1-79/+52
2022-07-27drm/nouveau/disp: collapse nv50_disp_func into nvkm_disp_funcBen Skeggs1-31/+20
2021-02-11drm/nouveau/disp: switch to instanced constructorBen Skeggs1-4/+5
2019-02-20drm/nouveau/disp/gf119-: decode exception reason to human-readable stringBen Skeggs1-5/+7
2018-09-06drm/nouveau/disp: fix DP disable raceBen Skeggs1-3/+3
2018-05-18drm/nouveau/disp/gv100: initial supportBen Skeggs1-1/+8
2018-05-18drm/nouveau/disp/nv50-: simplify definiton of core channelsBen Skeggs1-0/+1
2018-05-18drm/nouveau/disp/nv50-: initialise from the engine, rather than the user objectBen Skeggs1-2/+105
2018-05-18drm/nouveau/disp/nv50-: fetch mask of available piors during oneinitBen Skeggs1-5/+10
2018-05-18drm/nouveau/disp/nv50-: fetch mask of available sors during oneinitBen Skeggs1-2/+5
2018-05-18drm/nouveau/disp/nv50-: fetch mask of available dacs during oneinitBen Skeggs1-5/+10
2018-05-18drm/nouveau/disp/nv50-: fetch mask of available heads during oneinitBen Skeggs1-5/+8
2018-05-18drm/nouveau/disp/nv50-: delay subunit construction until oneinitBen Skeggs1-26/+40
2017-06-16drm/nouveau/disp/nv50-: implement a common supervisor 3.0Ben Skeggs1-154/+14
2017-06-16drm/nouveau/disp/nv50-: implement a common supervisor 2.2Ben Skeggs1-117/+134
2017-06-16drm/nouveau/disp/nv50-: implement a common supervisor 2.1Ben Skeggs1-8/+8
2017-06-16drm/nouveau/disp/nv50-: implement a common supervisor 2.0Ben Skeggs1-90/+20
2017-06-16drm/nouveau/disp/nv50-: implement a common supervisor 1.0Ben Skeggs1-4/+67
2017-06-16drm/nouveau/disp/nv50-gt21x: remove workaround for dp->tmds hotplug issuesBen Skeggs1-27/+0
2017-06-16drm/nouveau/disp: introduce acquire/release display path methodsBen Skeggs1-0/+1
2017-06-16drm/nouveau/disp: remove hw-specific customisation of output pathsBen Skeggs1-68/+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-7/+2
2017-06-16drm/nouveau/disp/nv50-: fetch head/OR state at beginning of supervisorBen Skeggs1-0/+18
2017-06-16drm/nouveau/disp/nv50-: execute supervisor on its own workqueueBen Skeggs1-2/+8
2017-06-16drm/nouveau/disp/dp: only check for re-train when the link is activeBen Skeggs1-2/+1
2017-06-16drm/nouveau/disp: introduce input/output resource abstractionBen Skeggs1-0/+22
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-32/+0
2017-06-16drm/nouveau/disp: introduce object to track per-head functions/stateBen Skeggs1-19/+27
2017-06-16drm/nouveau/disp: shuffle functions aroundBen Skeggs1-246/+120
2017-01-31drm/nouveau/disp/mcp7x: disable dptmds workaroundBen Skeggs1-2/+0
2016-11-07drm/nouveau/disp/g94-: stop listening for dp (sst) retrain irq when disabling...Ben Skeggs1-0/+1
2016-11-07drm/nouveau/disp/dp: remove workqueue for link trainingBen Skeggs1-1/+1
2016-07-14drm/nouveau/disp/g94: implement workaround for dvi issue on fx380Ben Skeggs1-0/+133
2016-07-14drm/nouveau/disp/nv50-: fix lookup of udisp table under certain circumstancesBen Skeggs1-2/+1
2016-06-02drm/nouveau/bios/disp: fix handling of "match any protocol" entriesBen Skeggs1-8/+4
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-85/+177
2015-08-28drm/nouveau/devinit: convert to new-style nvkm_subdevBen Skeggs1-1/+1