summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | drm/nouveau/kms/tu104: initial supportBen Skeggs2018-12-1115-19/+457
| | * | | | | | | | | | | drm/nouveau/ce/tu104: initial supportBen Skeggs2018-12-116-0/+50
| | * | | | | | | | | | | drm/nouveau/fifo/tu104: initial supportBen Skeggs2018-12-1114-9/+279
| | * | | | | | | | | | | drm/nouveau/disp/tu104: initial supportBen Skeggs2018-12-1113-8/+333
| | * | | | | | | | | | | drm/nouveau/dma/tu104: initial supportBen Skeggs2018-12-111-0/+1
| | * | | | | | | | | | | drm/nouveau/therm/tu104: initial supportBen Skeggs2018-12-111-0/+1
| | * | | | | | | | | | | drm/nouveau/pmu/tu104: initial supportBen Skeggs2018-12-111-0/+1
| | * | | | | | | | | | | drm/nouveau/fault/tu104: initial supportBen Skeggs2018-12-116-1/+173
| | * | | | | | | | | | | drm/nouveau/bar/tu104: initial supportBen Skeggs2018-12-114-0/+101
| | * | | | | | | | | | | drm/nouveau/mmu/tu104: initial supportBen Skeggs2018-12-116-0/+129
| | * | | | | | | | | | | drm/nouveau/ltc/tu104: initial supportBen Skeggs2018-12-111-0/+1
| | * | | | | | | | | | | drm/nouveau/fb/tu104: initial supportBen Skeggs2018-12-111-0/+1
| | * | | | | | | | | | | drm/nouveau/imem/tu104: initial supportBen Skeggs2018-12-111-0/+1
| | * | | | | | | | | | | drm/nouveau/tmr/tu104: initial supportBen Skeggs2018-12-111-0/+1
| | * | | | | | | | | | | drm/nouveau/bus/tu104: initial supportBen Skeggs2018-12-111-0/+1
| | * | | | | | | | | | | drm/nouveau/mc/tu104: initial supportBen Skeggs2018-12-116-0/+62
| | * | | | | | | | | | | drm/nouveau/fuse/tu104: initial supportBen Skeggs2018-12-111-0/+1
| | * | | | | | | | | | | drm/nouveau/i2c/tu104: initial supportBen Skeggs2018-12-111-0/+1
| | * | | | | | | | | | | drm/nouveau/gpio/tu104: initial supportBen Skeggs2018-12-111-0/+1
| | * | | | | | | | | | | drm/nouveau/ibus/tu104: initial supportBen Skeggs2018-12-111-0/+1
| | * | | | | | | | | | | drm/nouveau/top/tu104: initial supportBen Skeggs2018-12-111-0/+1
| | * | | | | | | | | | | drm/nouveau/devinit/tu104: initial supportBen Skeggs2018-12-114-0/+92
| | * | | | | | | | | | | drm/nouveau/bios/tu104: initial supportBen Skeggs2018-12-111-0/+1
| | * | | | | | | | | | | drm/nouveau/pci/tu104: initial supportBen Skeggs2018-12-111-0/+1
| | * | | | | | | | | | | drm/nouveau/core: recognise TU104Ben Skeggs2018-12-114-0/+10
| | * | | | | | | | | | | drm/nouveau/kms/nv50-: allow more flexibility with lut formatsBen Skeggs2018-12-1113-42/+77
| | * | | | | | | | | | | drm/nouveau: remove left-over struct memberBen Skeggs2018-12-111-1/+0
| | * | | | | | | | | | | drm/nouveau/fifo/gv100: return work submission token in channel ctor argsBen Skeggs2018-12-118-13/+63
| | * | | | | | | | | | | drm/nouveau/fifo/gv100: allocate method bufferBen Skeggs2018-12-113-3/+22
| | * | | | | | | | | | | drm/nouveau/fifo/gm200-: read pbdma count more directlyBen Skeggs2018-12-118-8/+36
| | * | | | | | | | | | | drm/nouveau/fifo/gk104-: virtualise pbdma enable functionBen Skeggs2018-12-113-1/+12
| | * | | | | | | | | | | drm/nouveau/fifo/gk104-: group pbdma functions togetherBen Skeggs2018-12-1111-13/+28
| | * | | | | | | | | | | drm/nouveau/fifo/gk104-: separate runlist building from committing to hwBen Skeggs2018-12-116-25/+41
| | * | | | | | | | | | | drm/nouveau/fifo/gk104-: support enabling privileged ce functionsBen Skeggs2018-12-117-17/+28
| | * | | | | | | | | | | drm/nouveau/fifo/gk104-: return channel instance in ctor argsBen Skeggs2018-12-115-6/+14
| | * | | | | | | | | | | drm/nouveau/fifo/gf100-: call into BAR to reset BARs after MMU faultBen Skeggs2018-12-114-4/+26
| | * | | | | | | | | | | drm/nouveau/disp/gv100: fix name of window channels in debug outputBen Skeggs2018-12-111-1/+1
| | * | | | | | | | | | | drm/nouveau/mmu: add more general vmm free/node handling functionsBen Skeggs2018-12-113-51/+118
| | * | | | | | | | | | | drm/nouveau/fault: add explicit control over fault buffer interruptsBen Skeggs2018-12-114-8/+29
| | * | | | | | | | | | | drm/nouveau/fault: store get/put pri address in nvkm_fault_bufferBen Skeggs2018-12-114-14/+21
| | * | | | | | | | | | | drm/nouveau/fault: remove manual mapping of fault buffers into BAR2Ben Skeggs2018-12-114-17/+10
| | * | | | | | | | | | | drm/nouveau/imem/nv50: support pinning objects in BAR2 and returning addressBen Skeggs2018-12-112-1/+17
| | * | | | | | | | | | | drm/nouveau/tmr: detect stalled gpu timer and break out of waitsBen Skeggs2018-12-112-10/+54
| | * | | | | | | | | | | drm/nouveau/devinit/gm200-: export function to upload+execute PMU/PRE_OSBen Skeggs2018-12-112-4/+11
| | * | | | | | | | | | | drm/nouveau/bios: translate USB-C connector typeBen Skeggs2018-12-112-1/+3
| | * | | | | | | | | | | drm/nouveau/bios: translate additional memory typesBen Skeggs2018-12-114-10/+22
| | * | | | | | | | | | | drm/nouveau/core: support multiple nvdec instancesBen Skeggs2018-12-118-18/+24
| | * | | | | | | | | | | drm/nouveau/drm/nouveau: Don't forget to label dp_aux devicesLyude Paul2018-12-114-4/+12
| | * | | | | | | | | | | drm/nouveau/drm/nouveau: Check rc from drm_dp_mst_topology_mgr_resume()Lyude Paul2018-12-111-2/+10
| | * | | | | | | | | | | drm/nouveau: Add size to vbios.rom file in debugfsLyude Paul2018-12-111-4/+19
OpenPOWER on IntegriCloud