summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nvkm/engine/disp/rootnv50.c
AgeCommit message (Expand)AuthorFilesLines
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