summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nvd0_display.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-04Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-239/+265
2012-10-03drm/nouveau: port remainder of drm code, and rip out compat layerBen Skeggs1-180/+228
2012-10-03drm/nouveau: start culling unused codeBen Skeggs1-12/+0
2012-10-03drm/nouveau: port all engines to new engine module formatBen Skeggs1-10/+1
2012-10-03drm/nouveau/pageflip: kick flip handling out of engsw and into fenceBen Skeggs1-2/+2
2012-10-03drm/nouveau/instmem: completely new implementation, as a subdev moduleBen Skeggs1-3/+2
2012-10-03drm/nouveau/fb: merge fb/vram and port to subdev interfacesBen Skeggs1-3/+3
2012-10-03drm/nouveau: implement devinit subdev, and new init table parserBen Skeggs1-35/+35
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-2/+2
2012-08-31drm/nvd0/disp: hopefully fix selection of 6/8bpc mode on DP outputsBen Skeggs1-2/+2
2012-08-14drm/nvd0/disp: mask off high 16 bit of negative cursor x-coordinateChristoph Bumiller1-1/+1
2012-07-20drm: Make the .mode_fixup() operations mode argument a const pointerLaurent Pinchart1-3/+5
2012-05-24drm/nouveau: move flip-related channel setup to software engineBen Skeggs1-1/+3
2012-05-24drm/nvd0/disp: remove unnecessary sync from flip_nextBen Skeggs1-2/+0
2012-05-24drm/nouveau: use the same packet header macros as userspaceBen Skeggs1-2/+2
2012-05-23nouveau: add PRIME supportDave Airlie1-3/+3
2012-03-22drm/nouveau/dp: support version 4.0 of DP tableBen Skeggs1-0/+6
2012-03-22drm/nve0/disp: nvidia randomly decided to move the dithering methodBen Skeggs1-1/+8
2012-03-22drm/nvd0/disp: ignore clock set if no pclkBen Skeggs1-1/+3
2012-03-22drm/nouveau: remove subchannel names from places where it doesn't matterBen Skeggs1-2/+2
2012-03-13drm/nvd0/disp: disconnect encoders before reprogramming themBen Skeggs1-33/+33
2012-03-13drm/nvd0/disp: move syncs/magic setup to or mode_setBen Skeggs1-20/+39
2012-03-13drm/nvd0/disp: fix dcb sor link matching in supervisor handlerBen Skeggs1-8/+9
2012-03-13drm/nvd0/disp: initial implementation of displayportBen Skeggs1-0/+169
2012-03-13drm/nvd0/disp: attempt to handle more than 2 crtcs if possibleBen Skeggs1-19/+14
2011-12-21drm/nouveau/disp: parse connector info directly in nouveau_connector.cBen Skeggs1-1/+1
2011-12-21drm/nvd0/disp: use single, shared, sync bo for all evo channelsBen Skeggs1-31/+32
2011-12-21drm/nvd0/disp: rename sync channel to flip channelBen Skeggs1-9/+9
2011-12-21drm/nvd0/disp: handle yet another interruptBen Skeggs1-0/+6
2011-12-21drm/nvd0/disp: initialise overlay channelsBen Skeggs1-5/+13
2011-12-21drm/nvd0/disp: add support for page flippingBen Skeggs1-53/+243
2011-12-21drm/nvd0/disp: make it clearer that the cursor regs are pio evo channelsBen Skeggs1-3/+9
2011-12-21drm/nvd0/disp: have evo names now, use themBen Skeggs1-24/+24
2011-12-21drm/nvd0/disp: init display sync channelsBen Skeggs1-55/+115
2011-12-21drm/nvd0/disp: scaler updates, overscan compensation etcBen Skeggs1-30/+64
2011-12-21drm/nvd0/disp: update crtc timing calculations for interlace/doublescanBen Skeggs1-18/+34
2011-12-21drm/nouveau/disp: introduce proper init/fini, separate from create/destroyBen Skeggs1-7/+1
2011-12-21drm/nvd0/disp: enable hdmi audioBen Skeggs1-0/+3
2011-12-21drm/nvd0/disp: hook evo up to debuggingBen Skeggs1-0/+13
2011-12-21drm/nvd0/disp: enable hdmi on sor if hdmi monitor presentBen Skeggs1-0/+44
2011-12-21drm/nvd0/disp: send eld to the audio codecBen Skeggs1-3/+63
2011-12-21drm/nouveau: improve dithering properties, and implement proper auto modeBen Skeggs1-11/+16
2011-12-21drm/nouveau: no need to pass parameters into set_scale/ditherBen Skeggs1-8/+9
2011-11-30drm/nvd0/disp: fix sor dpms typo, preventing dpms on in some situationsBen Skeggs1-1/+1
2011-09-20drm/nvd9/disp: bail out of mode_set_base if no fb bound to crtcBen Skeggs1-0/+5
2011-09-20drm/nvd9/disp: stub some more api hooks so we don't oops on resumeBen Skeggs1-0/+12
2011-09-20drm/nvd0/disp: tidy up what we have so farBen Skeggs1-61/+36
2011-09-20drm/nvd0/disp: rewrite irq handler, should be somewhat sturdier nowBen Skeggs1-81/+111
2011-09-20drm/nvd0/disp: do modeset irq handling from taskletBen Skeggs1-7/+22
2011-09-20drm/nvd0/disp: untested LVDS supportBen Skeggs1-16/+66