summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau
AgeCommit message (Expand)AuthorFilesLines
2020-03-18drm: convert .debugfs_init() hook to return void.Wambui Karuga2-9/+5
2020-03-18drm/nouveau: make nouveau_drm_debugfs_init() return 0Wambui Karuga1-12/+8
2020-03-17Merge drm/drm-next into drm-misc-nextMaxime Ripard5-0/+48
2020-03-12Merge tag 'drm-misc-next-2020-03-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2-12/+1
2020-03-11drm: Remove drm dp mst destroy_connector callbacksPankaj Bharadiya1-12/+0
2020-03-11drm: Remove dp mst register connector callbacksPankaj Bharadiya1-7/+0
2020-03-11Merge v5.6-rc5 into drm-nextDave Airlie5-0/+48
2020-03-06drm: Remove drm_fb_helper add, add all and remove connector callsPankaj Bharadiya2-11/+0
2020-03-06drm: Remove unused arg from drm_fb_helper_initPankaj Bharadiya1-1/+1
2020-02-17Merge v5.6-rc2 into drm-misc-nextMaxime Ripard220-7803/+8379
2020-02-17drm/nouveau/kms/gv100-: Re-set LUT after clearing for modesetsLyude Paul1-0/+2
2020-02-17drm/nouveau/gr/tu11x: initial supportBen Skeggs2-0/+28
2020-02-17drm/nouveau/acr/tu11x: initial supportBen Skeggs3-0/+18
2020-02-13drm/nouveau: Convert to CRTC VBLANK callbacksThomas Zimmermann5-18/+11
2020-02-13drm/nouveau: Convert to struct drm_crtc_helper_funcs.get_scanout_position()Thomas Zimmermann5-15/+9
2020-02-03drm/nouveau/kms/gv100-: avoid sending a core update until the first modesetBen Skeggs2-6/+2
2020-02-03drm/nouveau/kms/gv100-: move window ownership setup into modesetting pathBen Skeggs4-6/+44
2020-02-03drm/nouveau/disp/gv100-: halt NV_PDISP_FE_RM_INTR_STAT_CTRL_DISP_ERROR stormsBen Skeggs1-0/+6
2020-01-29drm/nouveau/fb/gp102-: allow module to load even when scrubber binary is missingBen Skeggs2-12/+32
2020-01-29drm/nouveau/acr: return error when registering LSF if ACR not supportedBen Skeggs1-1/+5
2020-01-29drm/nouveau/disp/gv100-: not all channel types support reporting error codesBen Skeggs1-6/+17
2020-01-29drm/nouveau/disp/nv50-: prevent oops when no channel method map providedBen Skeggs1-0/+2
2020-01-29drm/nouveau: support synchronous pushbuf submissionBen Skeggs1-1/+10
2020-01-29drm/nouveau: signal pending fences when channel has been killedBen Skeggs3-1/+12
2020-01-29drm/nouveau: reject attempts to submit to dead channelsBen Skeggs1-0/+2
2020-01-29drm/nouveau: zero vma pointer even if we only unreference it rather than freeBen Skeggs1-1/+1
2020-01-29drm/nouveau: Add HD-audio component notifier supportTakashi Iwai3-0/+119
2020-01-24drm: Avoid drm_global_mutex for simple inc/dec of dev->open_countChris Wilson1-1/+1
2020-01-23drm/nouveau: fix build error without CONFIG_IOMMU_APIChen Zhou1-0/+1
2020-01-23drm/nouveau/kms/nv04: remove set but not used variable 'width'YueHaibing1-2/+1
2020-01-23drm/nouveau/kms/nv50: remove set but not unused variable 'nv_connector'YueHaibing1-2/+0
2020-01-23drm/nouveau/mmu: fix comptag memory leakBen Skeggs1-1/+1
2020-01-23drm/nouveau/gr/gp10b: Use gp100_grctx and gp100_gr_zbcThierry Reding3-3/+4
2020-01-23drm/nouveau/pmu/gm20b,gp10b: Fix Falcon bootstrappingThierry Reding2-4/+14
2020-01-16drm/ttm: nuke invalidate_caches callbackChristian König1-8/+0
2020-01-15drm/nouveau/gr/tu10x: initial supportBen Skeggs12-11/+313
2020-01-15drm/nouveau/acr/tu10x: initial supportBen Skeggs6-0/+229
2020-01-15drm/nouveau/core: remove previous versioned fw loaderBen Skeggs4-32/+16
2020-01-15drm/nouveau/secboot: removeBen Skeggs33-4189/+1
2020-01-15drm/nouveau/acr: implement new subdev to replace "secure boot"Ben Skeggs30-47/+2207
2020-01-15drm/nouveau/fb/gp102-: unlock VPR as part of FB initBen Skeggs10-121/+226
2020-01-15drm/nouveau/core/memory: add macros to read/write blocks from objectsBen Skeggs1-0/+16
2020-01-15drm/nouveau/secboot: move code to boot LS falcons to subdevsBen Skeggs24-517/+77
2020-01-15drm/nouveau/flcn/msgq: rename msgq-related nvkm_msgqueue_queue to nvkm_falcon...Ben Skeggs4-77/+71
2020-01-15drm/nouveau/flcn/msgq: pass explicit message queue pointer to recv()Ben Skeggs9-49/+4
2020-01-15drm/nouveau/flcn/msgq: move handling of init message to subdevsBen Skeggs19-265/+202
2020-01-15drm/nouveau/flcn/msgq: drop nvkm_msgqueue argument to functionsBen Skeggs1-26/+19
2020-01-15drm/nouveau/flcn/msgq: switch to falcon queue printk macrosBen Skeggs1-8/+6
2020-01-15drm/nouveau/flcn/msgq: simplify msg_queue_pop() error handlingBen Skeggs1-18/+7
2020-01-15drm/nouveau/flcn/msgq: remove error handling for msg_queue_open(), it can't failBen Skeggs1-7/+2