summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/core/engine/disp/nv50.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-26drm/nv50-/disp: dump channel state when update method failsBen Skeggs1-0/+32
2014-03-26drm/nv50-/disp: allow dumping core channel state at first supervisor intrBen Skeggs1-0/+2
2014-03-26drm/nv50-/disp: add method descriptions for debuggingBen Skeggs1-0/+263
2014-03-26drm/nv50/disp: decode the known error codes to human readable formBen Skeggs1-20/+43
2014-03-26drm/nv50/disp: preparation for storing static class dataBen Skeggs1-7/+5
2014-02-18drm/nv50/disp: use correct register to determine DP display bppIlia Mirkin1-1/+1
2014-01-30drm/nouveau/disp: add a method to fetch info needed by drm vblank timestampingBen Skeggs1-0/+30
2013-09-04drm/nv50-/disp: use the number of dac, sor, pior rather than hardcoded valuesEmil Velikov1-17/+17
2013-07-05drm/nv50-/disp: Use output specific mask in interruptEmil Velikov1-1/+5
2013-07-01drm/nouveau/devinit: move simple pll setting routines to devinitBen Skeggs1-3/+3
2013-04-26drm/nv50-/disp: use self as parent for subobjectsBen Skeggs1-1/+2
2013-04-26drm/nv50/disp: inform core when we're not creating a new contextBen Skeggs1-1/+1
2013-03-11drm/nouveau: fix regression in vblankingMaarten Lankhorst1-2/+2
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 Skeggs1-0/+6
2013-02-20drm/nv50-/disp: move DP link training to core and train from supervisorBen Skeggs1-5/+24
2013-02-20drm/nv50-/disp: handle supervisor tasks from workqueueBen Skeggs1-10/+12
2013-02-20drm/nv50-/disp: 0x0000 is a valid udisp config valueBen Skeggs1-9/+7
2013-02-20drm/nouveau/disp: sizeof() wrong pointerDan Carpenter1-2/+2
2013-02-20drm/nouveau/disp: port vblank handling to event interfaceBen Skeggs1-52/+18
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...Dave Airlie1-11/+18
2012-11-29drm/nouveau/disp: add support for 10bpc over DisplayPortBen Skeggs1-2/+5
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 Skeggs1-0/+1
2012-11-29drm/nv50/disp: call into core for dac load detectionBen Skeggs1-0/+1
2012-11-29drm/nv50/disp: call into core to handle dac/sor power state changesBen Skeggs1-1/+11
2012-11-29drm/nv50/disp: allow PCI_US pushbuf bindingBen Skeggs1-0/+3
2012-11-29drm/nv50/disp: initial implementation of the various channel object classesBen Skeggs1-85/+406
2012-11-29drm/nv50/disp: enable interrupts and setup memory areaBen Skeggs1-5/+28
2012-11-29drm/nv50/disp: copy caps to evoBen Skeggs1-2/+40
2012-11-29drm/nv50/disp: create skeleton display/channel object classesBen Skeggs1-5/+311
2012-11-19drm/nvc0/disp: fix thinko in vblank regression fix..Kelly Doran1-7/+12
2012-11-09drm/nvc0/disp: fix regression in vblank semaphore releaseKelly Doran1-8/+12
2012-10-03drm/nouveau: port all engines to new engine module formatBen Skeggs1-0/+125