summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nvkm/engine/disp/gp102.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-27drm/nouveau/disp: add common channel class handlingBen Skeggs1-40/+40
2022-07-27drm/nouveau/disp: merge nv50_disp_new_() and nvkm_disp_new()Ben Skeggs1-2/+1
2022-07-27drm/nouveau/disp: merge head/outp/ior code into chipset filesBen Skeggs1-3/+119
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-11/+8
2022-07-27drm/nouveau/disp: collapse nv50_disp_func into nvkm_disp_funcBen Skeggs1-4/+9
2021-02-11drm/nouveau/disp: switch to instanced constructorBen Skeggs1-2/+3
2020-06-04drm/nouveau/disp/gp100: split SOR implementation from gm200Ben Skeggs1-1/+1
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/+2
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 heads during oneinitBen Skeggs1-2/+2
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-3/+0
2017-06-16drm/nouveau/disp/gt215-: port HDA ELD controls to nvkm_iorBen Skeggs1-1/+0
2017-06-16drm/nouveau/disp/g84-: port OR HDMI control to nvkm_iorBen Skeggs1-1/+0
2017-06-16drm/nouveau/disp/nv50-: port OR power state control to nvkm_iorBen Skeggs1-1/+0
2017-06-16drm/nouveau/disp: introduce input/output resource abstractionBen Skeggs1-4/+2
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-2/+0
2017-06-16drm/nouveau/disp: introduce object to track per-head functions/stateBen Skeggs1-0/+2
2017-06-16drm/nouveau/disp: shuffle functions aroundBen Skeggs1-1/+1
2016-11-17drm/nouveau/disp/gp102: rename from gp104Ben Skeggs1-0/+81