aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-29drm: Add acquire ctx parameter to ->plane_disableDaniel Vetter1-5/+7
2017-03-29drm: Add acquire ctx parameter to ->update_planeDaniel Vetter1-2/+4
2017-03-27drm/atomic: Introduce drm_atomic_helper_shutdownDaniel Vetter1-2/+6
2017-03-23Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux into drm-misc-nextDaniel Vetter80-566/+4481
2017-03-23Merge tag 'drm-misc-next-2017-03-21' of git://anongit.freedesktop.org/git/drm-misc into drm-nextDave Airlie1-1/+0
2017-03-22drm/dp: Split drm_dp_mst_allocate_vcpiPandiyan, Dhinakaran1-1/+2
2017-03-17drm/nouveau/secboot: fix NULL pointer dereferenceAlexandre Courbot3-3/+15
2017-03-17drm/nouveau/secboot: fix inconsistent pointer checkingAlexandre Courbot1-1/+2
2017-03-15Merge tag 'drm-misc-next-2017-03-12' of git://anongit.freedesktop.org/git/drm-misc into drm-nextDave Airlie1-2/+1
2017-03-14Merge tag 'doc-4.11-images' of git://git.lwn.net/linux into drm-misc-nextDaniel Vetter1-1/+1
2017-03-14drm: Remove drm_pending_event->pidDaniel Vetter1-1/+0
2017-03-11Merge branch 'drm/next/platform' of git://linuxtv.org/pinchartl/media into drm-misc-nextDaniel Vetter1-2/+1
2017-03-08Merge branch 'linux-4.12' of git://github.com/skeggsb/linux into drm-nextDave Airlie80-566/+4468
2017-03-07drm/nouveau/fb/gf100-: rework ram detectionBen Skeggs8-101/+179
2017-03-07drm/nouveau/fb/gm200: split ram implementation from gm107Ben Skeggs4-1/+44
2017-03-07drm/nouveau/fb/gf108: split implementation from gf100Ben Skeggs6-1/+87
2017-03-07drm/nouveau/fb/gf100-: modify constructors to allow more customisationBen Skeggs4-52/+81
2017-03-07drm/nouveau/kms/nv50: use drm core i2c-over-aux algorithmBen Skeggs1-2/+3
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 Skeggs7-26/+29
2017-03-07drm/nouveau/gp10x: enable secboot and GRAlexandre Courbot1-0/+15
2017-03-07drm/nouveau/gr/gp102: initial supportBen Skeggs9-4/+183
2017-03-07drm/nouveau/falcon: support for gp10x msgqueueAlexandre Courbot4-0/+268
2017-03-07drm/nouveau/secboot: add gp102/gp104/gp106/gp107 supportAlexandre Courbot3-0/+253
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 Courbot7-14/+18
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 Courbot4-0/+77
2017-03-07drm/nouveau/secboot: support running ACR on SECAlexandre Courbot3-4/+25
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/falcon/msgqueue: add SEC2 supportAlexandre Courbot1-0/+3
2017-03-07drm/nouveau/falcon: support for EMEMAlexandre Courbot3-0/+65
2017-03-07drm/nouveau/falcon: fix base address of FBIF registersAlexandre Courbot1-5/+20
2017-03-07drm/nouveau/falcon: better detection of debug registerAlexandre Courbot1-2/+25
2017-03-07drm/nouveau/core: add SEC2 engineAlexandre Courbot11-1/+164
2017-03-07drm/nouveau/nvdec: add gp102 supportAlexandre Courbot7-4/+108
2017-03-07drm/nouveau/falcon: delay construction of falcons to oneinit()Alexandre Courbot4-16/+32
2017-03-07drm/nouveau/falcon: use NXTCTX register instead of NEW_INSTBLKAlexandre Courbot1-1/+4
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