summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-05-18drm/nouveau/disp/gv100: initial supportBen Skeggs26-9/+1544
2018-05-18drm/nouveau/dma/gv100: initial supportBen Skeggs6-0/+159
2018-05-18drm/nouveau/therm/gv100: initial supportBen Skeggs1-0/+1
2018-05-18drm/nouveau/pmu/gv100: initial supportBen Skeggs1-0/+1
2018-05-18drm/nouveau/fault/gv100: initial supportBen Skeggs4-1/+213
2018-05-18drm/nouveau/bar/gv100: initial supportBen Skeggs1-0/+1
2018-05-18drm/nouveau/mmu/gv100: initial supportBen Skeggs6-0/+137
2018-05-18drm/nouveau/ltc/gv100: initial supportBen Skeggs1-0/+1
2018-05-18drm/nouveau/fb/gv100: initial supportBen Skeggs6-1/+52
2018-05-18drm/nouveau/imem/gv100: initial supportBen Skeggs1-0/+1
2018-05-18drm/nouveau/tmr/gv100: initial supportBen Skeggs1-0/+1
2018-05-18drm/nouveau/bus/gv100: initial supportBen Skeggs1-0/+1
2018-05-18drm/nouveau/mc/gv100: initial supportBen Skeggs1-0/+1
2018-05-18drm/nouveau/fuse/gv100: initial supportBen Skeggs1-0/+1
2018-05-18drm/nouveau/i2c/gv100: initial supportBen Skeggs1-0/+1
2018-05-18drm/nouveau/gpio/gv100: initial supportBen Skeggs1-0/+1
2018-05-18drm/nouveau/ibus/gv100: initial supportBen Skeggs1-0/+1
2018-05-18drm/nouveau/top/gv100: initial supportBen Skeggs2-1/+3
2018-05-18drm/nouveau/devinit/gv100: initial supportBen Skeggs6-1/+85
2018-05-18drm/nouveau/bios/pll: limits table 5.0Ben Skeggs1-1/+18
2018-05-18drm/nouveau/bios/gv100: initial supportBen Skeggs2-1/+5
2018-05-18drm/nouveau/pci/gv100: initial supportBen Skeggs1-0/+1
2018-05-18drm/nouveau/core: recognise gv100Ben Skeggs5-0/+11
2018-05-18drm/nouveau/core: increase maximum number of copy engines to 9Ben Skeggs3-3/+15
2018-05-18drm/nouveau/kms/nv50-: initial overlay supportBen Skeggs16-15/+364
2018-05-18drm/nouveau/kms/gk104-: add support for [XA]2R10G10B10 formatsBen Skeggs6-3/+57
2018-05-18drm/nouveau/kms/gk104-: support additional cursor sizesBen Skeggs7-16/+65
2018-05-18drm/nouveau/kms/nv50-: separate blocklinear vs linear pitchBen Skeggs8-17/+28
2018-05-18drm/nouveau/kms/nv50-: handle degamma LUT from window channelsBen Skeggs17-171/+462
2018-05-18drm/nouveau/kms/nv50-: plane updates don't always require image_set()Ben Skeggs2-32/+32
2018-05-18drm/nouveau/kms/nv50-: store window visibility in stateBen Skeggs2-8/+21
2018-05-18drm/nouveau/kms/nv50-: simplify swap interval handlingBen Skeggs2-9/+3
2018-05-18drm/nouveau/kms/nv50-: decouple window state changes, and update method submi...Ben Skeggs2-4/+16
2018-05-18drm/nouveau/kms/nv50-: simplify tracking of channel interlocksBen Skeggs20-86/+224
2018-05-18drm/nouveau/kms/nv50-: determine MST support from DP Info TableBen Skeggs3-3/+12
2018-05-18drm/nouveau/kms/nv50-: extend window image data for stereo/planar formatsBen Skeggs6-18/+18
2018-05-18drm/nouveau/kms/nv50-: move drm format->hw conversion into common codeBen Skeggs3-18/+27
2018-05-18drm/nouveau/kms/nv50-: unify set/clr masksBen Skeggs4-44/+20
2018-05-18drm/nouveau/kms/nv50-: allow specification of valid heads for a windowBen Skeggs5-6/+6
2018-05-18drm/nouveau/kms/nv50-: split base implementation by hardware classBen Skeggs9-79/+242
2018-05-18drm/nouveau/kms/nv50-: split core implementation by hardware classBen Skeggs19-333/+903
2018-05-18drm/nouveau/kms/nv50-: split each resource type into their own source filesBen Skeggs28-2483/+2967
2018-05-18drm/nouveau/kms/nv50: abstract OR interfaces so the code can be splitBen Skeggs1-78/+102
2018-05-18drm/nouveau/kms/nv50: handle SetControlOutputResource from headBen Skeggs2-61/+57
2018-05-18drm/nouveau/kms/nv50-: abstract head interfaces so the code can be splitBen Skeggs1-14/+50
2018-05-18drm/nouveau/kms/nv50: modify core allocation so the code can be splitBen Skeggs1-81/+134
2018-05-18drm/nouveau/kms/nv50-: modify base allocation so the code can be splitBen Skeggs1-133/+105
2018-05-18drm/nouveau/kms/nv50-: modify cursor allocation so the code can be splitBen Skeggs1-65/+71
2018-05-18drm/nouveau/kms/nv50-: modify overlay allocation so the code can be splitBen Skeggs1-98/+179
2018-05-18drm/nouveau/kms/nv50-: move fb ctxdma tracking into windowsBen Skeggs1-79/+84