summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm/engine/disp/gf119.c
Commit message (Expand)AuthorAgeFilesLines
* drm/nouveau/disp/tu102-: prepare for GSP-RMBen Skeggs2023-10-311-1/+1
* drm/nouveau/disp: add output backlight control methodsBen Skeggs2023-09-191-0/+1
* drm/nouveau/disp: remove SOR routing updates from supervisorBen Skeggs2023-09-191-1/+0
* drm/nouveau/disp: move HDMI config into acquire + infoframe methodsBen Skeggs2022-11-091-36/+57
* drm/nouveau/disp: add supervisor mutexBen Skeggs2022-07-271-0/+4
* drm/nouveau/disp: add common channel class handlingBen Skeggs2022-07-271-41/+40
* drm/nouveau/disp: split sor hda funcs out to their own structBen Skeggs2022-07-271-7/+10
* drm/nouveau/disp: split sor dp funcs out to their own structBen Skeggs2022-07-271-13/+16
* drm/nouveau/disp: replace hda func pointer check with flagBen Skeggs2022-07-271-2/+2
* drm/nouveau/disp: merge nv50_disp_new_() and nvkm_disp_new()Ben Skeggs2022-07-271-2/+1
* drm/nouveau/disp: group supervisor-related struct membersBen Skeggs2022-07-271-8/+8
* drm/nouveau/disp: merge head/outp/ior code into chipset filesBen Skeggs2022-07-271-3/+951
* drm/nouveau/disp: add common class handling between <nv50 and >=nv50Ben Skeggs2022-07-271-2/+11
* drm/nouveau/disp: collapse nv50_disp into nvkm_dispBen Skeggs2022-07-271-32/+29
* drm/nouveau/disp: collapse nv50_disp_func into nvkm_disp_funcBen Skeggs2022-07-271-4/+9
* drm/nouveau/disp: switch to instanced constructorBen Skeggs2021-02-111-2/+3
* drm/nouveau/disp/gf119-: decode exception reason to human-readable stringBen Skeggs2019-02-201-5/+11
* drm/nouveau/disp/nv50-: merge handling of pio and dma channelsBen Skeggs2018-05-181-0/+1
* drm/nouveau/disp/nv50-: initialise from the engine, rather than the user objectBen Skeggs2018-05-181-0/+82
* drm/nouveau/disp/nv50-: fetch mask of available sors during oneinitBen Skeggs2018-05-181-1/+1
* drm/nouveau/disp/nv50-: fetch mask of available dacs during oneinitBen Skeggs2018-05-181-1/+1
* drm/nouveau/disp/nv50-: fetch mask of available heads during oneinitBen Skeggs2018-05-181-10/+2
* drm/nouveau/disp/nv50-: implement a common supervisor 3.0Ben Skeggs2017-06-161-124/+1
* drm/nouveau/disp/nv50-: implement a common supervisor 2.2Ben Skeggs2017-06-161-116/+1
* drm/nouveau/disp/nv50-: implement a common supervisor 2.1Ben Skeggs2017-06-161-13/+2
* drm/nouveau/disp/nv50-: implement a common supervisor 2.0Ben Skeggs2017-06-161-65/+1
* drm/nouveau/disp/nv50-: implement a common supervisor 1.0Ben Skeggs2017-06-161-8/+1
* drm/nouveau/disp: introduce acquire/release display path methodsBen Skeggs2017-06-161-3/+1
* drm/nouveau/disp: remove hw-specific customisation of output pathsBen Skeggs2017-06-161-4/+0
* drm/nouveau/disp/gt215-: port HDA ELD controls to nvkm_iorBen Skeggs2017-06-161-3/+1
* drm/nouveau/disp/g84-: port OR HDMI control to nvkm_iorBen Skeggs2017-06-161-1/+0
* drm/nouveau/disp/nv50-: port OR manual sink detection to nvkm_iorBen Skeggs2017-06-161-3/+1
* drm/nouveau/disp/nv50-: port OR power state control to nvkm_iorBen Skeggs2017-06-161-2/+0
* drm/nouveau/disp/nv50-: fetch head/OR state at beginning of supervisorBen Skeggs2017-06-161-0/+1
* drm/nouveau/disp/nv50-: execute supervisor on its own workqueueBen Skeggs2017-06-161-1/+1
* drm/nouveau/disp/dp: only check for re-train when the link is activeBen Skeggs2017-06-161-2/+1
* drm/nouveau/disp: fork off some new hw-specific implementationsBen Skeggs2017-06-161-1/+1
* drm/nouveau/disp: introduce input/output resource abstractionBen Skeggs2017-06-161-0/+3
* drm/nouveau/disp: common implementation of scanoutpos method in nvkm_headBen Skeggs2017-06-161-1/+0
* drm/nouveau/disp: move vblank_{get,put} methods into nvkm_headBen Skeggs2017-06-161-16/+0
* drm/nouveau/disp: introduce object to track per-head functions/stateBen Skeggs2017-06-161-33/+36
* drm/nouveau/disp: shuffle functions aroundBen Skeggs2017-06-161-2/+2
* drm/nouveau/disp/g94-: stop listening for dp (sst) retrain irq when disabling...Ben Skeggs2016-11-071-0/+1
* drm/nouveau/disp/sor/gf119-: add method to control mst enableBen Skeggs2016-11-071-10/+12
* drm/nouveau/disp/dp: remove workqueue for link trainingBen Skeggs2016-11-071-1/+1
* drm/nouveau/disp/gp104: initial supportBen Skeggs2016-07-141-2/+3
* drm/nouveau/disp/nv50-: fix lookup of udisp table under certain circumstancesBen Skeggs2016-07-141-3/+1
* drm/nouveau/bios/disp: fix handling of "match any protocol" entriesBen Skeggs2016-06-021-8/+5
* drm/nouveau/disp: activate dual link TMDS links only when possibleHauke Mehrtens2016-01-111-1/+1
* drm/nouveau/disp: convert to new-style nvkm_engineBen Skeggs2015-08-281-81/+53