summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau
Commit message (Collapse)AuthorAgeFilesLines
...
* | drm/nouveau/bar/gv100: initial supportBen Skeggs2018-05-181-0/+1
| | | | | | | | | | | | Appears to be compatible with GM107. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
* | drm/nouveau/mmu/gv100: initial supportBen Skeggs2018-05-186-0/+137
| | | | | | | | | | | | | | | | VEID support hacked in here, as it's the most convenient place for now. Will be refined once it's better understood. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
* | drm/nouveau/ltc/gv100: initial supportBen Skeggs2018-05-181-0/+1
| | | | | | | | | | | | Appears to be compatible with GP102. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
* | drm/nouveau/fb/gv100: initial supportBen Skeggs2018-05-186-1/+52
| | | | | | | | Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
* | drm/nouveau/imem/gv100: initial supportBen Skeggs2018-05-181-0/+1
| | | | | | | | | | | | Can't imagine this will be any different. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
* | drm/nouveau/tmr/gv100: initial supportBen Skeggs2018-05-181-0/+1
| | | | | | | | | | | | Appears to be compatible with GK20A. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
* | drm/nouveau/bus/gv100: initial supportBen Skeggs2018-05-181-0/+1
| | | | | | | | | | | | Appears to be compatible with GF100. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
* | drm/nouveau/mc/gv100: initial supportBen Skeggs2018-05-181-0/+1
| | | | | | | | | | | | Appears to be compatible with GP100. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
* | drm/nouveau/fuse/gv100: initial supportBen Skeggs2018-05-181-0/+1
| | | | | | | | | | | | Appears to be compatible with GM107. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
* | drm/nouveau/i2c/gv100: initial supportBen Skeggs2018-05-181-0/+1
| | | | | | | | | | | | Appears to be compatible with GM200. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
* | drm/nouveau/gpio/gv100: initial supportBen Skeggs2018-05-181-0/+1
| | | | | | | | | | | | Appears to be compatible with GK104. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
* | drm/nouveau/ibus/gv100: initial supportBen Skeggs2018-05-181-0/+1
| | | | | | | | | | | | Appears to be compatible with GM200. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
* | drm/nouveau/top/gv100: initial supportBen Skeggs2018-05-182-1/+3
| | | | | | | | Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
* | drm/nouveau/devinit/gv100: initial supportBen Skeggs2018-05-186-1/+85
| | | | | | | | Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
* | drm/nouveau/bios/pll: limits table 5.0Ben Skeggs2018-05-181-1/+18
| | | | | | | | Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
* | drm/nouveau/bios/gv100: initial supportBen Skeggs2018-05-182-1/+5
| | | | | | | | | | | | No real surprises here so far. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
* | drm/nouveau/pci/gv100: initial supportBen Skeggs2018-05-181-0/+1
| | | | | | | | | | | | Appears to be compatible with GP100. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
* | drm/nouveau/core: recognise gv100Ben Skeggs2018-05-185-0/+11
| | | | | | | | Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
* | drm/nouveau/core: increase maximum number of copy engines to 9Ben Skeggs2018-05-183-3/+15
| | | | | | | | Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
* | drm/nouveau/kms/nv50-: initial overlay supportBen Skeggs2018-05-1816-15/+364
| | | | | | | | Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
* | drm/nouveau/kms/gk104-: add support for [XA]2R10G10B10 formatsBen Skeggs2018-05-186-3/+57
| | | | | | | | Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
* | drm/nouveau/kms/gk104-: support additional cursor sizesBen Skeggs2018-05-187-16/+65
| | | | | | | | Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
* | drm/nouveau/kms/nv50-: separate blocklinear vs linear pitchBen Skeggs2018-05-188-17/+28
| | | | | | | | | | | | Will be required to support Volta. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
* | drm/nouveau/kms/nv50-: handle degamma LUT from window channelsBen Skeggs2018-05-1817-171/+462
| | | | | | | | | | | | | | Required to eventually support DRM colour management APIs, and to support Volta. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
* | drm/nouveau/kms/nv50-: plane updates don't always require image_set()Ben Skeggs2018-05-182-32/+32
| | | | | | | | | | | | | | | | | | When only the position of a window changes, there's no need to submit an image update as well. Will be required to support the overlays, and Volta windows. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
* | drm/nouveau/kms/nv50-: store window visibility in stateBen Skeggs2018-05-182-8/+21
| | | | | | | | | | | | | | | | Window visibility is going to become a little more complicated with the upcoming LUT changes, so store the calculated value to avoid needing to recalculate the armed state again. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
* | drm/nouveau/kms/nv50-: simplify swap interval handlingBen Skeggs2018-05-182-9/+3
| | | | | | | | | | | | | | This is just cleaning up some left-overs from when we needed a custom legacy page flip implementation. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
* | drm/nouveau/kms/nv50-: decouple window state changes, and update method ↵Ben Skeggs2018-05-182-4/+16
| | | | | | | | | | | | | | | | submisssion This will be required to support Volta. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
* | drm/nouveau/kms/nv50-: simplify tracking of channel interlocksBen Skeggs2018-05-1820-86/+224
| | | | | | | | | | | | | | | | | | | | Instead of windows returning their core channel interlock mask if they know core has been modified, it's recorded unconditionally and used if required when update methods are emitted. This will be required to support Volta. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
* | drm/nouveau/kms/nv50-: determine MST support from DP Info TableBen Skeggs2018-05-183-3/+12
| | | | | | | | | | | | | | GV100 doesn't support MST, use the information provided in VBIOS tables to detect its presence instead. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
* | drm/nouveau/kms/nv50-: extend window image data for stereo/planar formatsBen Skeggs2018-05-186-18/+18
| | | | | | | | Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
* | drm/nouveau/kms/nv50-: move drm format->hw conversion into common codeBen Skeggs2018-05-183-18/+27
| | | | | | | | | | | | This will be required to support additional HW features. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
* | drm/nouveau/kms/nv50-: unify set/clr masksBen Skeggs2018-05-184-44/+20
| | | | | | | | | | | | This is a simplification that'll be used to improve interlock handling. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
* | drm/nouveau/kms/nv50-: allow specification of valid heads for a windowBen Skeggs2018-05-185-6/+6
| | | | | | | | | | | | This will be required to support Volta, where window ID != head. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
* | drm/nouveau/kms/nv50-: split base implementation by hardware classBen Skeggs2018-05-189-79/+242
| | | | | | | | Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
* | drm/nouveau/kms/nv50-: split core implementation by hardware classBen Skeggs2018-05-1819-333/+903
| | | | | | | | Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
* | drm/nouveau/kms/nv50-: split each resource type into their own source filesBen Skeggs2018-05-1828-2483/+2967
| | | | | | | | | | | | There should be no code changes here, just shuffling stuff around. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
* | drm/nouveau/kms/nv50: abstract OR interfaces so the code can be splitBen Skeggs2018-05-181-78/+102
| | | | | | | | Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
* | drm/nouveau/kms/nv50: handle SetControlOutputResource from headBen Skeggs2018-05-182-61/+57
| | | | | | | | | | | | Removes duplicated code from OR-specific functions. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
* | drm/nouveau/kms/nv50-: abstract head interfaces so the code can be splitBen Skeggs2018-05-181-14/+50
| | | | | | | | Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
* | drm/nouveau/kms/nv50: modify core allocation so the code can be splitBen Skeggs2018-05-181-81/+134
| | | | | | | | Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
* | drm/nouveau/kms/nv50-: modify base allocation so the code can be splitBen Skeggs2018-05-181-133/+105
| | | | | | | | Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
* | drm/nouveau/kms/nv50-: modify cursor allocation so the code can be splitBen Skeggs2018-05-181-65/+71
| | | | | | | | Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
* | drm/nouveau/kms/nv50-: modify overlay allocation so the code can be splitBen Skeggs2018-05-181-98/+179
| | | | | | | | Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
* | drm/nouveau/kms/nv50-: move fb ctxdma tracking into windowsBen Skeggs2018-05-181-79/+84
| | | | | | | | Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
* | drm/nouveau/kms/nv50-: fix i2c-over-aux on anx9805Ben Skeggs2018-05-181-2/+1
| | | | | | | | | | | | We don't support address-only transactions there. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
* | drm/nouveau/kms/nv50-: move code underneath dispnv50/Ben Skeggs2018-05-183-5/+4
| | | | | | | | | | | | The code is about to be split up, and this matches dispnv04. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
* | drm/nouveau/kms: move display class instantiation to libraryBen Skeggs2018-05-188-61/+129
| | | | | | | | | | | | This function is useful outside of DRM code. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
* | drm/nouveau/drm/nv50-: remove allocation of sw classBen Skeggs2018-05-182-22/+19
| | | | | | | | | | | | Hasn't been required for a long time. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
* | drm/nouveau: no need to create ctxdma for push buffers on fermi and upBen Skeggs2018-05-181-2/+5
| | | | | | | | Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
OpenPOWER on IntegriCloud