summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/dispnv50/disp.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-13Merge branch 'linux-4.20' of git://github.com/skeggsb/linux into drm-fixesDave Airlie1-11/+19
2018-12-12drm/nouveau/kms: Fix memory leak in nv50_mstm_del()Lyude Paul1-0/+1
2018-12-12drm/nouveau/kms/nv50-: also flush fb writes when rewinding push bufferBen Skeggs1-11/+18
2018-11-02Merge tag 'drm-next-2018-11-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-10/+4
2018-10-28Merge tag 'drm-next-2018-10-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-2/+40
2018-10-19drm/nouveau: Fix nv50_mstc->best_encoder()Lyude Paul1-10/+4
2018-10-11drm/nouveau/disp: add support for setting scdc parameters for high modesIlia Mirkin1-1/+39
2018-10-05drm/nouveau/drm/nouveau: Grab runtime PM ref in nv50_mstc_detect()Lyude Paul1-1/+14
2018-09-27BackMerge v4.19-rc5 into drm-nextDave Airlie1-18/+49
2018-09-07drm/nouveau: Reset MST branching unit before enablingLyude Paul1-8/+12
2018-09-07drm/nouveau: Only write DP_MSTM_CTRL when neededLyude Paul1-9/+36
2018-09-07drm/nouveau/drm/nouveau: Fix deadlock with fb_helper with async RPM requestsLyude Paul1-1/+1
2018-09-06drm: replace DRIVER_PREFER_XBGR_30BPP driver flag with mode_config quirkGerd Hoffmann1-1/+1
2018-07-30BackMerge v4.18-rc7 into drm-nextDave Airlie1-26/+27
2018-07-20Merge tag 'drm-misc-next-2018-07-18' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-6/+6
2018-07-19drm/nouveau/kms/nv50-: allocate push buffers in vidmem on pascalBen Skeggs1-2/+27
2018-07-16drm/nouveau/kms/nv50-: Allow vblank_disable_immediateMario Kleiner1-0/+3
2018-07-16drm/nouveau/kms/nv50-: fix drm-get-put.cocci warningskbuild test robot1-1/+1
2018-07-16drm/nouveau: Set DRIVER_ATOMIC cap earlier to fix debugfsLyude Paul1-6/+0
2018-07-16drm/nouveau/drm/nouveau: Fix runtime PM leak in nv50_disp_atomic_commit()Lyude Paul1-1/+1
2018-07-16drm/nouveau/kms/nv50-: ensure window updates are submitted when flushing mst ...Ben Skeggs1-19/+26
2018-07-13drm: drop _mode_ from remaining connector functionsDaniel Vetter1-1/+1
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter1-4/+4
2018-07-13drm: drop _mode_ from update_edit_property()Daniel Vetter1-1/+1
2018-05-18drm/nouveau/kms/gv100: initial supportBen Skeggs1-0/+6
2018-05-18drm/nouveau/kms/nv50-: handle degamma LUT from window channelsBen Skeggs1-0/+11
2018-05-18drm/nouveau/kms/nv50-: decouple window state changes, and update method submi...Ben Skeggs1-0/+16
2018-05-18drm/nouveau/kms/nv50-: simplify tracking of channel interlocksBen Skeggs1-23/+19
2018-05-18drm/nouveau/kms/nv50-: determine MST support from DP Info TableBen Skeggs1-2/+7
2018-05-18drm/nouveau/kms/nv50-: unify set/clr masksBen Skeggs1-9/+2
2018-05-18drm/nouveau/kms/nv50-: split base implementation by hardware classBen Skeggs1-9/+2
2018-05-18drm/nouveau/kms/nv50-: split core implementation by hardware classBen Skeggs1-35/+11
2018-05-18drm/nouveau/kms/nv50-: split each resource type into their own source filesBen Skeggs1-2482/+11
2018-05-18drm/nouveau/kms/nv50: abstract OR interfaces so the code can be splitBen Skeggs1-78/+102
2018-05-18drm/nouveau/kms/nv50: handle SetControlOutputResource from headBen Skeggs1-60/+55
2018-05-18drm/nouveau/kms/nv50-: abstract head interfaces so the code can be splitBen Skeggs1-14/+50
2018-05-18drm/nouveau/kms/nv50: modify core allocation so the code can be splitBen Skeggs1-81/+134
2018-05-18drm/nouveau/kms/nv50-: modify base allocation so the code can be splitBen Skeggs1-133/+105
2018-05-18drm/nouveau/kms/nv50-: modify cursor allocation so the code can be splitBen Skeggs1-65/+71
2018-05-18drm/nouveau/kms/nv50-: modify overlay allocation so the code can be splitBen Skeggs1-98/+179
2018-05-18drm/nouveau/kms/nv50-: move fb ctxdma tracking into windowsBen Skeggs1-79/+84
2018-05-18drm/nouveau/kms/nv50-: fix i2c-over-aux on anx9805Ben Skeggs1-2/+1
2018-05-18drm/nouveau/kms/nv50-: move code underneath dispnv50/Ben Skeggs1-0/+4542