aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/nouveau/nvkm/engine/disp/rootnv50.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-27drm/nouveau/disp: move DAC load detection methodBen Skeggs1-21/+0
2022-07-27drm/nouveau/disp: split sor hda funcs out to their own structBen Skeggs1-4/+4
2022-07-27drm/nouveau/disp: split sor dp funcs out to their own structBen Skeggs1-4/+4
2022-07-27drm/nouveau/disp: merge head/outp/ior code into chipset filesBen Skeggs1-1/+1
2022-07-27drm/nouveau/disp: add common class handling between <nv50 and >=nv50Ben Skeggs1-89/+2
2022-07-27drm/nouveau/disp: collapse nv50_disp into nvkm_dispBen Skeggs1-6/+6
2022-07-27drm/nouveau/disp: collapse nvkm_dp into nvkm_outpBen Skeggs1-3/+1
2020-07-24drm/nouveau/disp/gm200-: remove 'head' parameter from nvkm_ior_func.hdmi.scdc()Ben Skeggs1-2/+1
2020-06-04drm/nouveau/disp: provide hint to OR allocation about HDA requirementsBen Skeggs1-2/+2
2020-05-22drm/nouveau/disp/hda/gt215-: pass head to nvkm_ior.hda.eld()Ben Skeggs1-1/+1
2018-10-11drm/nouveau/disp: add a way to configure scrambling/tmds for hdmi 2.0Ilia Mirkin1-2/+8
2018-05-18drm/nouveau/disp/nv50-: merge handling of pio and dma channelsBen Skeggs1-1/+1
2018-05-18drm/nouveau/disp/nv50-: simplify definiton of core channelsBen Skeggs1-22/+1
2018-05-18drm/nouveau/disp/nv50-: simplify definition of cursor channelsBen Skeggs1-22/+1
2018-05-18drm/nouveau/disp/nv50-: simplify definition of base channelsBen Skeggs1-1/+1
2018-05-18drm/nouveau/disp/nv50-: simplify definition of overlay immediate channelsBen Skeggs1-1/+1
2018-05-18drm/nouveau/disp/nv50-: simplify definition of overlay channelsBen Skeggs1-1/+22
2018-05-18drm/nouveau/disp/nv50-: initialise from the engine, rather than the user objectBen Skeggs1-120/+0
2018-05-18drm/nouveau/disp/nv50-: fetch mask of available piors during oneinitBen Skeggs1-1/+1
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
2017-06-16drm/nouveau/disp/nv50-: implement a common supervisor 2.2Ben Skeggs1-0/+1
2017-06-16drm/nouveau/disp: introduce acquire/release display path methodsBen Skeggs1-0/+22
2017-06-16drm/nouveau/disp/gf119-: port OR DP VCPI control to nvkm_iorBen Skeggs1-5/+6
2017-06-16drm/nouveau/disp/gt215-: port HDA ELD controls to nvkm_iorBen Skeggs1-4/+32
2017-06-16drm/nouveau/disp/g84-: port OR HDMI control to nvkm_iorBen Skeggs1-3/+39
2017-06-16drm/nouveau/disp/nv50-: port OR manual sink detection to nvkm_iorBen Skeggs1-2/+17
2017-06-16drm/nouveau/disp/nv50-: port OR power state control to nvkm_iorBen Skeggs1-9/+16
2017-06-16drm/nouveau/disp/dp: train link only when actively displaying an imageBen Skeggs1-6/+2
2017-06-16drm/nouveau/disp/dp: remove DP_PWR methodBen Skeggs1-24/+0
2017-06-16drm/nouveau/disp: common implementation of scanoutpos method in nvkm_headBen Skeggs1-47/+15
2017-06-16drm/nouveau/disp: introduce object to track per-head functions/stateBen Skeggs1-10/+12
2017-06-16drm/nouveau/disp: rename nvkm_output to nvkm_outpBen Skeggs1-2/+1
2016-11-17drm/nouveau/disp/nv50-: specify ctrl/user separately when constructing classesBen Skeggs1-2/+2
2016-11-07drm/nouveau/disp/sor/gf119-: add method to program mst payload informationBen Skeggs1-0/+23
2016-11-07drm/nouveau/disp/sor/gf119-: add method to control mst enableBen Skeggs1-0/+20
2016-11-07drm/nouveau/disp/dp: remove workqueue for link trainingBen Skeggs1-1/+1
2016-11-07drm/nouveau: mark symbols static where possibleBaoyou Xie1-1/+1
2016-01-11drm/nouveau/nvif: modify nvif_unvers/nvif_unpack macros to be more obviousBen Skeggs1-7/+9
2016-01-11drm/nouveau/nvif: split out display interface definitionsBen Skeggs1-1/+2
2015-08-28drm/nouveau/disp: convert to new-style nvkm_engineBen Skeggs1-16/+16
2015-08-28drm/nouveau/disp: convert user classes to new-style nvkm_objectBen Skeggs1-61/+132
2015-08-28drm/nouveau/disp: split user classes out from engine implementationsBen Skeggs1-0/+328