aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm/subdev (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-17drm/nouveau/secboot: plug memory leak in ls_ucode_img_load_gr() error pathChristophe JAILLET1-1/+3
2017-05-12drm/nouveau/therm: remove ineffective workarounds for alarm bugsBen Skeggs4-4/+4
2017-05-12drm/nouveau/tmr: avoid processing completed alarms when adding a new oneBen Skeggs1-3/+13
2017-05-12drm/nouveau/tmr: fix corruption of the pending list when rescheduling an alarmBen Skeggs1-7/+10
2017-05-12drm/nouveau/tmr: handle races with hw when updating the next alarm timeBen Skeggs1-10/+16
2017-05-12drm/nouveau/tmr: ack interrupt before processing alarmsBen Skeggs1-1/+1
2017-05-12drm/nouveau/fb/ram/gf100-: remove 0x10f200 readBen Skeggs1-1/+0
2017-04-29drm/nouveau/fb/gf100-: Fix 32 bit wraparound in new ram detectionMario Kleiner1-1/+1
2017-04-29drm/nouveau/secboot/gm20b: fix the error return code in gm20b_secboot_tegra_read_wpr()Wei Yongjun1-1/+1
2017-04-29drm/nouveau/bios/bitP: check that table is long enough for optional pointersBen Skeggs5-5/+5
2017-04-06drm/nouveau/gpio: enable interrupts on cards with 32 gpio linesAdam Borowski1-1/+1
2017-04-06drm/nouveau/ibus: add GP10B supportAlexandre Courbot2-0/+60
2017-04-06drm/nouveau/mc: add GP10B supportAlexandre Courbot4-5/+68
2017-04-06drm/nouveau/fb: add GP10B supportAlexandre Courbot2-0/+39
2017-04-06drm/nouveau/secboot: add GP10B supportAlexandre Courbot2-0/+94
2017-04-06drm/nouveau/secboot/gm20b: specify MC base address as argumentAlexandre Courbot2-8/+12
2017-04-06drm/nouveau/secboot: start LS firmware in post-run hookAlexandre Courbot2-49/+47
2017-04-06drm/nouveau/secboot: let LS post_run hooks return errorAlexandre Courbot4-10/+26
2017-04-06drm/nouveau/secboot: pass instance to LS firmware loadersAlexandre Courbot7-26/+29
2017-04-06drm/nouveau/secboot: allow to boot multiple falconsAlexandre Courbot3-15/+19
2017-04-06drm/nouveau/imem/gk20a: Turn instmem lock into mutexThierry Reding1-11/+8
2017-03-17drm/nouveau/secboot: fix NULL pointer dereferenceAlexandre Courbot1-0/+6
2017-03-17drm/nouveau/secboot: fix inconsistent pointer checkingAlexandre Courbot1-1/+2
2017-03-07drm/nouveau/fb/gf100-: rework ram detectionBen Skeggs7-101/+173
2017-03-07drm/nouveau/fb/gm200: split ram implementation from gm107Ben Skeggs4-1/+44
2017-03-07drm/nouveau/fb/gf108: split implementation from gf100Ben Skeggs4-0/+85
2017-03-07drm/nouveau/fb/gf100-: modify constructors to allow more customisationBen Skeggs4-52/+81
2017-03-07drm/nouveau/i2c/g94-: return REPLY_M value on readsBen Skeggs2-0/+2
2017-03-07drm/nouveau/i2c: modify aux interface to return length actually transferredBen Skeggs5-21/+21
2017-03-07drm/nouveau/secboot: add gp102/gp104/gp106/gp107 supportAlexandre Courbot2-0/+252
2017-03-07drm/nouveau/secboot: put HS code loading code into own fileAlexandre Courbot5-124/+182
2017-03-07drm/nouveau/secboot: support for r375 ACRAlexandre Courbot3-0/+167
2017-03-07drm/nouveau/secboot: support for r367 ACRAlexandre Courbot4-0/+425
2017-03-07drm/nouveau/secboot: support for r364 ACRAlexandre Courbot3-0/+119
2017-03-07drm/nouveau/secboot: workaround bug when starting SEC2 firmwareAlexandre Courbot1-0/+33
2017-03-07drm/nouveau/secboot: support standard NVIDIA HS binariesAlexandre Courbot1-8/+52
2017-03-07drm/nouveau/secboot: support for unload blob bootloaderAlexandre Courbot2-30/+37
2017-03-07drm/nouveau/secboot: let callers interpret return value of blobsAlexandre Courbot2-12/+21
2017-03-07drm/nouveau/secboot: support for different load and unload falconsAlexandre Courbot6-14/+17
2017-03-07drm/nouveau/secboot: share r361 BL structures and functionsAlexandre Courbot2-39/+74
2017-03-07drm/nouveau/secboot: add support for SEC LS firmwareAlexandre Courbot3-0/+76
2017-03-07drm/nouveau/secboot: support running ACR on SECAlexandre Courbot2-3/+23
2017-03-07drm/nouveau/secboot: get start address of blob from ACRAlexandre Courbot3-10/+9
2017-03-07drm/nouveau/secboot: add shadow blob argumentAlexandre Courbot2-2/+15
2017-03-07drm/nouveau/core: add SEC2 engineAlexandre Courbot1-1/+1
2017-03-07drm/nouveau/falcon: delay construction of falcons to oneinit()Alexandre Courbot1-1/+9
2017-03-07drm/nouveau/secboot/gm20b: enable PMU firmwareAlexandre Courbot1-1/+7
2017-03-07drm/nouveau/pmu/gm20b: add msgqueue supportAlexandre Courbot1-2/+17
2017-03-07drm/nouveau/secboot: check that WPR region is properly setAlexandre Courbot1-2/+39
2017-03-07drm/nouveau/secboot: support optional falconsAlexandre Courbot2-25/+39