aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/core/engine/disp (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-30drm/nouveau/disp: add a method to fetch info needed by drm vblank timestampingBen Skeggs9-7/+124
2014-01-23drm/nouveau/devinit: lock/unlock crtc regs for all devices, not just pre-nv50Ilia Mirkin1-2/+7
2014-01-23drm/nv50-/devinit: prevent use of engines marked as disabled by hw/vbiosIlia Mirkin3-9/+0
2013-11-08drm/nouveau/disp: semi-complete link training sequence even if display disappearsBen Skeggs1-16/+32
2013-11-08drm/nvd0-/disp: reorder writes to lane current control regsBen Skeggs1-4/+8
2013-11-08drm/nv94-nvc0/disp: reorder writes to lane current control regsBen Skeggs1-4/+8
2013-11-08drm/nouveau/disp: log if DP link training failsBen Skeggs1-1/+3
2013-11-08drm/nvd9-/disp: disable display underflow reporting at initBen Skeggs1-0/+9
2013-11-08drm/nv10/kms: add plane support for nv10-nv40Ilia Mirkin1-0/+9
2013-09-04drm/nv50/disp: prevent false output detection on the original nv50Emil Velikov1-5/+10
2013-09-04drm/nv50-/disp: use the number of dac, sor, pior rather than hardcoded valuesEmil Velikov1-17/+17
2013-09-02Merge branch 'drm-next-3.12' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie3-8/+4
2013-08-07drm: don't push static constants on stack for %*phAndy Shevchenko1-1/+1
2013-07-30drm/nv50-/disp: remove dcb_outp_match call, and related variablesEmil Velikov1-8/+0
2013-07-30drm/nva3-/disp: fix hda eld writing, needs to be paddedIlia Mirkin2-0/+4
2013-07-05drm/nva3/disp: Fix HDMI audio regressionIlia Mirkin1-0/+4
2013-07-05drm/nv50-/disp: Use output specific mask in interruptEmil Velikov1-1/+5
2013-07-01drm/nvd0-/disp: handle case where display engine is missing/disabledMaarten Lankhorst3-0/+9
2013-07-01drm/nouveau/devinit: move simple pll setting routines to devinitBen Skeggs2-9/+8
2013-06-05Merge branch 'drm-nouveau-fixes-3.10' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-fixesDave Airlie2-0/+8
2013-06-05drm/nv50/disp: force dac power state during load detectBen Skeggs1-0/+4
2013-06-05drm/nv84/disp: Fix HDMI audio regressionAlexander Stein1-0/+4
2013-06-03drm/nouveau: use mdelay instead of large udelay constantsArnd Bergmann1-1/+2
2013-05-02drm/nvf0/disp: expose display class 2.2Ben Skeggs1-0/+89
2013-04-26drm/nv50-/disp: use self as parent for subobjectsBen Skeggs2-2/+4
2013-04-26drm/nv50/disp: inform core when we're not creating a new contextBen Skeggs1-1/+1
2013-04-26drm/nouveau/disp: fix uninitialised eq_done in error pathBen Skeggs1-1/+1
2013-03-11drm/nouveau: fix regression in vblankingMaarten Lankhorst1-2/+2
2013-02-20drm/nvd0/disp: handle multiple actions from one set of supervisor intrsBen Skeggs1-103/+118
2013-02-20drm/nv50/disp: handle multiple actions from one set of supervisor intrsBen Skeggs1-108/+118
2013-02-20drm/nv50-/disp: initial supervisor support for off-chip encodersBen Skeggs1-31/+93
2013-02-20drm/nv50-/disp: initial work towards supporting external encodersBen Skeggs8-0/+179
2013-02-20drm/nv50-/disp: move DP link training to core and train from supervisorBen Skeggs11-240/+569
2013-02-20drm/nv50-/disp: handle supervisor tasks from workqueueBen Skeggs8-31/+49
2013-02-20drm/nv50-/disp: 0x0000 is a valid udisp config valueBen Skeggs2-17/+14
2013-02-20drm/nouveau/disp: sizeof() wrong pointerDan Carpenter2-4/+4
2013-02-20drm/nouveau/disp: port vblank handling to event interfaceBen Skeggs10-121/+123
2013-02-20drm/nouveau/disp/nv04: implement a base display object classBen Skeggs1-0/+2
2013-01-13drm/nv50/disp: fix selection of bios script for analog outputsMarcin Slusarz1-20/+26
2012-12-10Merge branch 'drm-next-3.8' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-11/+18
2012-11-29drm/nouveau/disp: add support for 10bpc over DisplayPortBen Skeggs2-5/+11
2012-11-29drm/nouveau/dp: remove last bits of VBIOS parsing from DRM codeBen Skeggs7-1/+89
2012-11-29drm/nv50/disp: move remaining interrupt handling into coreBen Skeggs1-5/+421
2012-11-29drm/nvd0/disp: calculate U script id in supervisor interruptBen Skeggs7-23/+51
2012-11-29drm/nv84/disp: move hdmi control into coreBen Skeggs7-0/+138
2012-11-29drm/nva3/disp: move hda codec handling to coreBen Skeggs3-4/+54
2012-11-29drm/nv50/disp: move dp link training helpers into coreBen Skeggs4-0/+145
2012-11-29drm/nv50/disp: call into core for dac load detectionBen Skeggs7-5/+10
2012-11-29drm/nv50/disp: call into core to handle dac/sor power state changesBen Skeggs6-7/+51
2012-11-29drm/nouveau/bios: implement some dcb output entry parsing/matching functionsBen Skeggs2-48/+9