summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm (follow)
Commit message (Expand)AuthorAgeFilesLines
* ACPI: Switch to use generic guid_t in acpi_evaluate_dsm()Andy Shevchenko2017-06-071-5/+4
* drm/nouveau/fifo/gk104-: Silence a locking warningDan Carpenter2017-05-171-1/+2
* drm/nouveau/secboot: plug memory leak in ls_ucode_img_load_gr() error pathChristophe JAILLET2017-05-171-1/+3
* drm/nouveau/therm: remove ineffective workarounds for alarm bugsBen Skeggs2017-05-124-4/+4
* drm/nouveau/tmr: avoid processing completed alarms when adding a new oneBen Skeggs2017-05-121-3/+13
* drm/nouveau/tmr: fix corruption of the pending list when rescheduling an alarmBen Skeggs2017-05-121-7/+10
* drm/nouveau/tmr: handle races with hw when updating the next alarm timeBen Skeggs2017-05-121-10/+16
* drm/nouveau/tmr: ack interrupt before processing alarmsBen Skeggs2017-05-121-1/+1
* drm/nouveau/core: fix static checker warningBen Skeggs2017-05-121-1/+1
* drm/nouveau/fb/ram/gf100-: remove 0x10f200 readBen Skeggs2017-05-121-1/+0
* drm/nouveau/fb/gf100-: Fix 32 bit wraparound in new ram detectionMario Kleiner2017-04-291-1/+1
* drm/nouveau/secboot/gm20b: fix the error return code in gm20b_secboot_tegra_r...Wei Yongjun2017-04-291-1/+1
* drm/nouveau/bios/bitP: check that table is long enough for optional pointersBen Skeggs2017-04-295-5/+5
* drm/nouveau/fifo/nv40: no ctxsw for pre-nv44 mpeg engineIlia Mirkin2017-04-291-0/+2
* drm/nouveau/gpio: enable interrupts on cards with 32 gpio linesAdam Borowski2017-04-061-1/+1
* drm/nouveau/gr/gp107: initial supportBen Skeggs2017-04-068-8/+119
* drm/nouveau/core: recognise GP10B chipsetAlexandre Courbot2017-04-061-0/+24
* drm/nouveau/platform: make VDD regulator optionalAlexandre Courbot2017-04-061-9/+22
* drm/nouveau/gr: support for GP10BAlexandre Courbot2017-04-065-2/+76
* drm/nouveau/ibus: add GP10B supportAlexandre Courbot2017-04-062-0/+60
* drm/nouveau/mc: add GP10B supportAlexandre Courbot2017-04-064-5/+68
* drm/nouveau/fb: add GP10B supportAlexandre Courbot2017-04-062-0/+39
* drm/nouveau/fifo: add GP10B supportAlexandre Courbot2017-04-064-1/+44
* drm/nouveau/msgqueue: support for GP10B PMU firmwareAlexandre Courbot2017-04-063-0/+117
* drm/nouveau/secboot: add GP10B supportAlexandre Courbot2017-04-062-0/+94
* drm/nouveau/secboot/gm20b: specify MC base address as argumentAlexandre Courbot2017-04-062-8/+12
* drm/nouveau/secboot: start LS firmware in post-run hookAlexandre Courbot2017-04-062-49/+47
* drm/nouveau/secboot: let LS post_run hooks return errorAlexandre Courbot2017-04-064-10/+26
* drm/nouveau/secboot: pass instance to LS firmware loadersAlexandre Courbot2017-04-0611-33/+41
* drm/nouveau/secboot: allow to boot multiple falconsAlexandre Courbot2017-04-066-25/+52
* drm/nouveau/imem/gk20a: Turn instmem lock into mutexThierry Reding2017-04-061-11/+8
* drm/nouveau: initial support (display-only) for GP107Ben Skeggs2017-04-061-0/+30
* drm/nouveau/mmu/nv4a: use nv04 mmu rather than the nv44 oneIlia Mirkin2017-04-061-1/+1
* drm/nouveau/mpeg: mthd returns true on success nowIlia Mirkin2017-04-062-2/+2
* drm/nouveau/secboot: fix NULL pointer dereferenceAlexandre Courbot2017-03-173-3/+15
* drm/nouveau/secboot: fix inconsistent pointer checkingAlexandre Courbot2017-03-171-1/+2
* Merge branch 'linux-4.12' of git://github.com/skeggsb/linux into drm-nextDave Airlie2017-03-0867-556/+4358
|\
| * drm/nouveau/fb/gf100-: rework ram detectionBen Skeggs2017-03-077-101/+173
| * drm/nouveau/fb/gm200: split ram implementation from gm107Ben Skeggs2017-03-074-1/+44
| * drm/nouveau/fb/gf108: split implementation from gf100Ben Skeggs2017-03-075-1/+86
| * drm/nouveau/fb/gf100-: modify constructors to allow more customisationBen Skeggs2017-03-074-52/+81
| * drm/nouveau/i2c/g94-: return REPLY_M value on readsBen Skeggs2017-03-072-0/+2
| * drm/nouveau/i2c: modify aux interface to return length actually transferredBen Skeggs2017-03-075-21/+21
| * drm/nouveau/gp10x: enable secboot and GRAlexandre Courbot2017-03-071-0/+15
| * drm/nouveau/gr/gp102: initial supportBen Skeggs2017-03-077-4/+180
| * drm/nouveau/falcon: support for gp10x msgqueueAlexandre Courbot2017-03-074-0/+268
| * drm/nouveau/secboot: add gp102/gp104/gp106/gp107 supportAlexandre Courbot2017-03-072-0/+252
| * drm/nouveau/secboot: put HS code loading code into own fileAlexandre Courbot2017-03-075-124/+182
| * drm/nouveau/secboot: support for r375 ACRAlexandre Courbot2017-03-073-0/+167
| * drm/nouveau/secboot: support for r367 ACRAlexandre Courbot2017-03-074-0/+425