summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau
Commit message (Expand)AuthorAgeFilesLines
* drm/nouveau/tmr: fully separate alarm execution/pending listsBen Skeggs2017-06-062-3/+5
* drm/nouveau: enable autosuspend only when it'll actually be usedBen Skeggs2017-06-061-2/+2
* drm/nouveau: replace multiple open-coded runpm support checks with functionBen Skeggs2017-06-063-32/+18
* drm/nouveau/kms/nv50: add null check before pointer dereferenceGustavo A. R. Silva2017-06-061-1/+2
* Merge branch 'linux-4.12' of git://github.com/skeggsb/linux into drm-fixesDave Airlie2017-05-194-9/+10
|\
| * 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: Fix drm poll_helper handlingPeter Ujfalusi2017-05-172-7/+5
* | Merge branch 'linux-4.12' of git://github.com/skeggsb/linux into drm-nextDave Airlie2017-05-129-41/+60
|\|
| * 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/kms/nv50: skip core channel cursor update on position-only changesBen Skeggs2017-05-121-3/+7
| * drm/nouveau/kms/nv50: fix source-rect-only plane updatesBen Skeggs2017-05-121-5/+3
| * drm/nouveau/kms/nv50: remove pointless argument to window atomic_check_acquire()Ben Skeggs2017-05-121-7/+6
* | treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2017-05-081-3/+1
* | Merge branch 'linux-4.12' of git://github.com/skeggsb/linux into drm-nextDave Airlie2017-05-029-8/+10
|\|
| * 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/kms: Increase max retries in scanout position queries.Mario Kleiner2017-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
* | Merge tag 'drm-misc-next-2017-04-07' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-04-112-12/+4
|\ \
| * | drm: Add acquire ctx to ->gamma_set hookDaniel Vetter2017-04-062-2/+4
| * | drm/fb-helper: Give up on kgdb for atomic driversDaniel Vetter2017-04-061-10/+0
* | | Merge branch 'drm-next-4.12' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2017-04-071-0/+1
|\ \ \ | |_|/ |/| |
| * | drm/ttm: add io_mem_pfn callbackChristian König2017-04-041-0/+1
| |/
* | drm/nouveau/gpio: enable interrupts on cards with 32 gpio linesAdam Borowski2017-04-061-1/+1
* | drm/nouveau/gr/gp107: initial supportBen Skeggs2017-04-069-8/+120
* | drm/nouveau/core: recognise GP10B chipsetAlexandre Courbot2017-04-061-0/+24
* | drm/nouveau/platform: support for probing GP10BAlexandre Courbot2017-04-061-0/+10
* | drm/nouveau/platform: make VDD regulator optionalAlexandre Courbot2017-04-063-9/+28
* | drm/nouveau/gr: support for GP10BAlexandre Courbot2017-04-066-2/+77
* | drm/nouveau/ibus: add GP10B supportAlexandre Courbot2017-04-063-0/+61
* | drm/nouveau/mc: add GP10B supportAlexandre Courbot2017-04-065-5/+69
* | drm/nouveau/fb: add GP10B supportAlexandre Courbot2017-04-063-0/+40
* | drm/nouveau/fifo: add GP10B supportAlexandre Courbot2017-04-065-1/+45
* | drm/nouveau/msgqueue: support for GP10B PMU firmwareAlexandre Courbot2017-04-063-0/+117
* | drm/nouveau/secboot: add GP10B supportAlexandre Courbot2017-04-063-0/+95
* | 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-0612-39/+44
* | drm/nouveau/secboot: allow to boot multiple falconsAlexandre Courbot2017-04-068-28/+54
* | 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