summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau
Commit message (Expand)AuthorAgeFilesLines
* 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
* | drm/nouveau/kms/nv50: fix double dma_fence_put() when destroying plane stateBen Skeggs2017-04-061-2/+0
* | drm/nouveau/kms/nv50: fix setting of HeadSetRasterVertBlankDmi methodBen Skeggs2017-04-061-3/+5
* | 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: Don't register Thunderbolt eGPU with vga_switcherooLukas Wunner2017-03-301-1/+9
* drm: Add acquire ctx parameter to ->set_configDaniel Vetter2017-03-292-4/+4
* drm: Add acquire ctx parameter to ->page_flip(_target)Daniel Vetter2017-03-292-2/+4
* drm: Add acquire ctx parameter to ->plane_disableDaniel Vetter2017-03-291-5/+7
* drm: Add acquire ctx parameter to ->update_planeDaniel Vetter2017-03-291-2/+4
* drm/atomic: Introduce drm_atomic_helper_shutdownDaniel Vetter2017-03-271-2/+6
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux into d...Daniel Vetter2017-03-2380-566/+4481
|\
| * Merge tag 'drm-misc-next-2017-03-21' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-03-231-1/+0
| |\
| * | 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 tag 'drm-misc-next-2017-03-12' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-03-151-2/+1
| |\ \
| * \ \ Merge branch 'linux-4.12' of git://github.com/skeggsb/linux into drm-nextDave Airlie2017-03-0880-566/+4468
| |\ \ \
| | * | | drm/nouveau/fb/gf100-: rework ram detectionBen Skeggs2017-03-078-101/+179
| | * | | drm/nouveau/fb/gm200: split ram implementation from gm107Ben Skeggs2017-03-074-1/+44
| | * | | drm/nouveau/fb/gf108: split implementation from gf100Ben Skeggs2017-03-076-1/+87
| | * | | drm/nouveau/fb/gf100-: modify constructors to allow more customisationBen Skeggs2017-03-074-52/+81
| | * | | drm/nouveau/kms/nv50: use drm core i2c-over-aux algorithmBen Skeggs2017-03-071-2/+3
| | * | | 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-077-26/+29
| | * | | drm/nouveau/gp10x: enable secboot and GRAlexandre Courbot2017-03-071-0/+15
| | * | | drm/nouveau/gr/gp102: initial supportBen Skeggs2017-03-079-4/+183
| | * | | drm/nouveau/falcon: support for gp10x msgqueueAlexandre Courbot2017-03-074-0/+268
OpenPOWER on IntegriCloud