summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| | * | | drm/nouveau/secboot: add gp102/gp104/gp106/gp107 supportAlexandre Courbot2017-03-073-0/+253
| | * | | 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
| | * | | drm/nouveau/secboot: support for r364 ACRAlexandre Courbot2017-03-073-0/+119
| | * | | drm/nouveau/secboot: workaround bug when starting SEC2 firmwareAlexandre Courbot2017-03-071-0/+33
| | * | | drm/nouveau/secboot: support standard NVIDIA HS binariesAlexandre Courbot2017-03-071-8/+52
| | * | | drm/nouveau/secboot: support for unload blob bootloaderAlexandre Courbot2017-03-072-30/+37
| | * | | drm/nouveau/secboot: let callers interpret return value of blobsAlexandre Courbot2017-03-072-12/+21
| | * | | drm/nouveau/secboot: support for different load and unload falconsAlexandre Courbot2017-03-077-14/+18
| | * | | drm/nouveau/secboot: share r361 BL structures and functionsAlexandre Courbot2017-03-072-39/+74
| | * | | drm/nouveau/secboot: add support for SEC LS firmwareAlexandre Courbot2017-03-074-0/+77
| | * | | drm/nouveau/secboot: support running ACR on SECAlexandre Courbot2017-03-073-4/+25
| | * | | drm/nouveau/secboot: get start address of blob from ACRAlexandre Courbot2017-03-073-10/+9
| | * | | drm/nouveau/secboot: add shadow blob argumentAlexandre Courbot2017-03-072-2/+15
| | * | | drm/nouveau/falcon/msgqueue: add SEC2 supportAlexandre Courbot2017-03-071-0/+3
| | * | | drm/nouveau/falcon: support for EMEMAlexandre Courbot2017-03-073-0/+65
| | * | | drm/nouveau/falcon: fix base address of FBIF registersAlexandre Courbot2017-03-071-5/+20
| | * | | drm/nouveau/falcon: better detection of debug registerAlexandre Courbot2017-03-071-2/+25
| | * | | drm/nouveau/core: add SEC2 engineAlexandre Courbot2017-03-0711-1/+164
| | * | | drm/nouveau/nvdec: add gp102 supportAlexandre Courbot2017-03-077-4/+108
| | * | | drm/nouveau/falcon: delay construction of falcons to oneinit()Alexandre Courbot2017-03-074-16/+32
| | * | | drm/nouveau/falcon: use NXTCTX register instead of NEW_INSTBLKAlexandre Courbot2017-03-071-1/+4
| | * | | drm/nouveau/secboot/gm20b: enable PMU firmwareAlexandre Courbot2017-03-071-1/+7
| | * | | drm/nouveau/pmu/gm20b: add msgqueue supportAlexandre Courbot2017-03-071-2/+17
| | * | | drm/nouveau/secboot: check that WPR region is properly setAlexandre Courbot2017-03-071-2/+39
| | * | | drm/nouveau/secboot: support optional falconsAlexandre Courbot2017-03-072-25/+39
| | * | | drm/nouveau/secboot: support PMU LS firmwareAlexandre Courbot2017-03-072-0/+134
OpenPOWER on IntegriCloud